
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');


*{margin:0; padding:0;outline-style: none!important;}

a{text-decoration:none;}



html{ height:100%;}

body{
	width:100%;
	height:100%;
	font-family: 'Roboto', sans-serif;
	font-size:100%;
	line-height:1.6;
	color:#000;
	background:#fff;
	font-size:20px;
	overflow-x:hidden!important;
	min-width:700px!important;
	max-width:2100px;
}

/******Update*******/

.report{
	position:relative;
	display:block;
	background:#fff;
}

.view-pdf-link{
	position:relative;
	display:inline-block;
	overflow:hidden;
	margin:2.9% 0 2.9% 2.45%;
	padding:12px 105px 13px 30px;
	border:0px solid #013766;
	border-radius:30px;
	font-size:.85em;
	color:#fff;
	box-shadow:1.5px 2.5px 4px rgba(1, 55, 102,.55);
	background:rgba(11, 100, 189,.25);
	backdrop-filter: blur(10px);
	
	background-size: 300% 100%;
	
	animation: gradient 12s ease infinite;
	
	 moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	
	background-image: radial-gradient(circle, rgba(172, 14, 40,1) 0%, rgba(1, 55, 102,1) 100%);
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.view-pdf-link:before{
	content:'';
	background: transparent url('../images/pdf.png') no-repeat center center;
    background-size: 26px 29px;
    display: inline-block;
	width:26px;
	height:29px;
	top:9.75px;
	right:-104.5px;
	opacity:0;
	position:absolute;
	 moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.view-pdf-link:hover:before{
	right:34.5px;
	opacity:1;
	 moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;	
}

/*************/

.wrapper{
	background: #fff;
	
	position:absolute;
	display:block;
	width:100%;
	left:0;
	top:0;
	min-height:100%;
	overflow-x:hidden;
	
	font-family: 'Roboto', sans-serif;
}

.content-block{
	position:relative;
	display:block;
	padding-bottom:600px;
}


.page-content{
	position:relative;
	display:block;
	
	background: #fff url(../images/555-min.jpg) ;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	padding-bottom:600px;
}
.page-content-2{
	position:relative;
	display:block;
	
	background: #fff url(../images/555-min.jpg) ;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	padding-bottom:600px;
}

.page-content-3{
	position:relative;
	display:block;
	
	background: #fff url(../images/555-min.jpg) ;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	padding-bottom:600px;
}

.page-content-4{
	position:relative;
	display:block;
	
	background: #fff url(../images/555-min.jpg) ;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	padding-bottom:600px;
}

.header{
	position:relative;
	display:block;
	min-height:64px;
	background:#232429;
	box-shadow:0 0 3px #232429;
}


/*******************************/

.logo{
	position:relative;
	display:inline-block;
	float:left;
	margin:1.75% 0% 0 1.45%;
	
	width:16.7%;
	border:0px solid red;
}



#menu-viva{
	position:relative;
	display:inline-block;
	min-height:65px;
	border:0px solid green;
	width:79%;
	text-align:left;
}


/***********************/


/****************/

.tb-megamenu {
	background-color:transparent;
	font-size:1em;
	font-family: 'Cormorant Garamond', serif;
	border:0px solid green;
	margin-top:27px;
	margin-bottom:14px;
}

.tb-megamenu .nav > li > a{
	font-family: 'Cormorant Garamond', serif;
	font-weight:900;
	font-size:.94em;
}

.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link {
	padding: 10px 13px 10px;
}

.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #000;
    border-bottom-color: green;
    margin-top:10.5px;
}

/***************/

.new-search-block{
	position:absolute;
	top:12.5px;
	right:1.0%;
	min-width:400px;
	border:0px solid red;
}

.new-search-block input{
	display:inline-block;
}
.new-search-block .js-form-item{
	display:inline-block;
}
.new-search-block .form-actions{
	display:inline-block;
}

.new-search-block input#edit-search-api-fulltext{
	display:inline-block!important;
	width:240px;
	padding:6px 13px;
	font-size:.7em;
	font-weight:600;
	letter-spacing:1px;
	color:#46464d;
	font-family: 'Roboto', sans-serif;
	margin-right:15px;
	border:none;
	box-shadow:0 0 1px #e4e4e4;
}

.new-search-block input.js-form-submit{
	width:105px;
	border:none;
	cursor:pointer;
	display:inline-block;
	background:#13599f;
	color:#fff;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing:1px;
	vertical-align:top;
	padding:5px 13px 5.4px;
	font-size:.88em;
	margin:3px 0 0;
	vertical-align:top;
	position:relative;
	font-weight:800;
	box-shadow:0 0 0px #e4e4e4;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

/***************/

/***************/

.mova-block{
	position:absolute;
	top:16px;
	left:1.65%;
}

.mova-block li{display:inline-block;}

.mova-block a{
	color:#fff;
	font-size:.85em;
	letter-spacing:1px;
	font-weight:900;
	margin-right:10px;
	font-family: 'Cormorant Garamond', serif!important;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.mova-block a:hover{
	color:#13599f;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

/**********************************/

.contact-top{
	position:absolute;
	top:14.5px;
	left:10%;
	
}

.contact-top .top-grid{
	display:inline-block;
	position:relative;
	margin-right:45px;
	color:#fff;
	font-size:.83em;
	font-weight:800;
	padding-left:27px;
	letter-spacing:.35px;
	font-family: 'Cormorant Garamond', serif!important;
}

.contact-top .top-grid img{
	position:absolute;
	display:block;
	left:-1px;
	top:2.67px;
	height:20px;
	width:20px;
}

.contact-top .top-grid span{
	position:absolute;
	display:block;
	left:-18px;
	top:2px;
	width:1.8px;
	height:98%;
	background:rgba(255,255,255,.76);
}

/*******************************/

.hide,
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked ~ .hide {
	display: block;
	position:absolute;
	top:65px;
	right:0;
	background:#f2f6fa;
	z-index:10;
	animation: go-search .17s linear 1;

}

@keyframes go-search {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

/* Стилизация псевдокнопки */
.search-btn {
	display: inline-block;
	position:absolute;
	top:19%;
	right:2%;
  
	margin-bottom: 4px;
	padding: 4px 8px;

	cursor: pointer;
}

#views-exposed-form-search-page-1{
	display:block;
	min-width:620px;
	position:relative;
	padding:35px 20px 35px 50px;
	border:0px solid red;
}

#views-exposed-form-search-eng-page-11{
	display:block;
	min-width:620px;
	position:relative;
	padding:35px 20px 35px 50px;
	border:0px solid red;
}

.search-btn img{
	height:26px;
	width:26px;
}

#views-exposed-form-search-page-1 .js-form-item{display:inline-block!important;}
#views-exposed-form-search-page-1 .form-actions{display:inline-block!important;}
#views-exposed-form-search-page-1 .form-actions{display:inline-block!important;}
#views-exposed-form-search-eng-page-11 .form-actions{display:inline-block!important;}
#views-exposed-form-search-eng-page-11 .js-form-item {display:inline-block!important}

input#edit-search-api-fulltext,
input#edit-search-api-fulltext,
input#edit-search-api-fulltext--2,
input#edit-search-api-fulltext--3{
	display:inline-block!important;
	width:385px;
	padding:12px 13px;
	font-size:.85em;
	font-weight:500;
	letter-spacing:1px;
	color:#46464d;
	
	margin-right:25px;
	border:none;
	box-shadow:0 0 1px #e4e4e4;
}

input#edit-submit-search-eng,
input#edit-submit-search,
input#edit-submit-search--2,
input#edit-submit-search--3{
	width:165px;
	border:none;
	cursor:pointer;
	background:#13599f;
	color:#fff;
	font-family: 'Cormorant Garamond', serif!important;
	letter-spacing:1px;
	vertical-align:top;
	padding:10.8px 13px;
	font-size:.935em;
	margin:-4.7px 0 0;
	vertical-align:top;
	position:relative;
	display:inline-block;
	font-weight:600;
	box-shadow:0 0 1px #e4e4e4;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

/*******************************/


.search-content .search-result{
	min-height:1000px!important;
	position:relative;
	
	display:inline-block;
	width:68%;
	border:0px solid blue;
	margin:4% 0% 500px 3%;

}

.search-content .right-page-grid{
	position:relative;
	display:inline-block;
	width:24%;
	border:0px solid green;
	text-align:center;
	vertical-align:top;
	margin-top:4%;
}


.search-content h2{
	font-family: 'Cormorant Garamond', serif!important;
	color:#000;
	font-size:2.65em;
	font-weight:900;
	letter-spacing:1.3px;
	line-height:1.3;
	display:inline-block;
	padding-left:1.1%;
	position:absolute;
	left:3%;
	top:21%;
	
	border-left:6.5px solid #ffa300;
}

.search-block-page{
	display:block;
	text-align:right;
	position:relative;
	background:#f4f4f4;
	margin:1.55% auto .65%;
	padding:0px 0px;
}

.search-result #block-viva-content .views-row{
	display:block;
	width:93%;
	margin: 0 0 4%;
	padding-bottom:2%;
	border-bottom:1px solid #d5e0eb;
}

.search-result #block-viva-content .views-row .views-field-title a{
	font-size: 1.27em;
    color: #000;
    line-height: 1.45;
    font-weight: 700;
    margin: 1.1% 0;
    display: block;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.search-result #block-viva-content .views-row .views-field-title a:hover{
	color:#ffa300;
	
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}


.search-result #block-viva-content .views-row p{
	font-size: .9em;
    font-weight: 400;
    color: rgba(0,0,0,.75);
}

.search-result #block-viva-content .views-row .views-field-title-2 a {
    display: block!important;
    margin: 2.7% 0 1%!important;
    width: 140px!important;
    clear: both!important;
    text-align: left;
    color: #777!important;
    text-transform: uppercase;
    font-size: .65em!important;
    letter-spacing: 1.2px!important;
    font-weight: 600!important;
    z-index: 9!important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


.search-result #block-viva-content .views-row .views-field-title-2 a:hover{
	color:rgba(12, 61, 110,1)!important;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;

}

/*******************************/

.big-blue-block{
	position:relative;
	display:inline-block;
	width:43%;
	height:640px;
	background:#13599F;
	float:left;
}

.big-title{
	position:absolute;
	display:block;
	top:235px;
	left:2.5%;
	z-index:9;
}

.big-title h2{
	display:block;
	color:#fff;
	font-size:4.4em;
	text-transform:uppercase;
	font-family: 'Cormorant Garamond', serif!important;
	font-weight:900;
	line-height:1.14;
	z-index:9;
	letter-spacing:5.25px;
}

.big-image-block{
	position:relative;
	display:inline-block;
	width:57%;
	height:640px;
	float:right;
	overflow:hidden;
}

.hover-block{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.23);
	z-index:8;
}

.big-image-block img{
	width:auto;
	min-width:100%;
	max-width:110%;
	height:640px;
	z-index:7;
}

.bottom-big-title{
	display:block;
	margin:4.5% 0 0 ;
	border:0px solid #fff;
	width:66%;
}

.bottom-big-title p{
	color:rgba(255,255,255,.88);
	font-size:1.08em;
}

.bottom-btn{
	position:absolute;
	bottom:2.5%;
	left:5%;
	display:block;
	width:100%;
}

.bottom-btn span{
	display:block;
	margin:5% 0 0 ;
	width:100%;
	height:3px;
	background:rgba(255,255,255,.95);
}

.bottom-btn a{
	margin:5.5% 0;
	font-size:1.85em;
	font-weight:900;
	letter-spacing:1.1px;
	color:#fff;
	display:inline-block;
	text-transform:uppercase;
	position:relative;
	font-family: 'Cormorant Garamond', serif!important;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.bottom-btn a:after{
	content:'';
	background : url(../images/go.png);
	background:url('/themes/viva/images/go.png') no-repeat;
	background-size:35px 19px;
	width:35px;
	height:19px;
	
	position:relative;
	display:inline-block;
	
	top:-4px;
	left:16px;
}

.bottom-btn a:hover{
	color:#232429;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.bottom-btn a:hover:after{
	
	
	-webkit-animation: GoBtn 1.87s linear infinite;
	-moz-animation: GoBtn 1.87s linear infinite;
	animation: GoBtn 1.87s linear infinite;
}

@keyframes GoBtn { 
 0% {
   -moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
  }

   25% {
   -moz-transform: translate(3px, 0px);
	-webkit-transform: translate(3px, 0px);
	-o-transform: translate(3px, 0px);
	-ms-transform: translate(3px, 0px);
	transform: translate(3px, 0px);
  } 
 
  
 
  85% {
   -moz-transform: translate(-3px, 0px);
-webkit-transform: translate(-3px, 0px);
-o-transform: translate(-3px, 0px);
-ms-transform: translate(-3px, 0px);
transform: translate(-3px, 0px);
  }
  
100% {
    -moz-transform:none;
	-webkit-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
  }
}

/****************************/

.services-front-block{
	position:relative;
	display:block;
	text-align:center;
	background:#EFF1F4;
	padding:7.5% 0 6%;
	margin:640px auto 0;
	max-width:1440px;
}

.services-front-block .grid-block{
	display:inline-block;
	position:relative;
	margin:6px 10px;
	overflow:hidden;
	cursor:pointer;
}

.services-front-block .table-grid{
	display:table;
	position:relative;
	width:320px;
	height:230px;
	overflow:hidden;
	margin:3px;
	box-shadow:0 0 3px #555;
}

.services-front-block .table-grid img{
	width:100%;
	height:auto;
	min-height:100%;
	z-index:6;
	position:absolute;
	top:0;
	left:0;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.services-front-block a span{
	position:relative;
	z-index:8;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	color:#fff;
	font-family: 'Cormorant Garamond', serif!important;
	
	padding:0 10%;
	font-size:1.59em;
	font-weight:700;
	line-height:1.25;
	letter-spacing:1.2px;
	width:100%;
	text-transform:uppercase;

}


.services-front-block a .color-hover{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	z-index:7;
	
}


.services-front-block .table-grid:hover img{
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.services-front-block a:nth-child(1) .color-hover{
	background:rgba(152,8,8,.73);
}

.services-front-block a:nth-child(2) .color-hover{
	background:rgba(4,94,4,.73);
}

.services-front-block a:nth-child(3) .color-hover{
	background:rgba(36, 55, 84,.73);
}

.services-front-block a:nth-child(4) .color-hover{
	background:rgba(204, 141, 20,.75);
}

.services-front-block a:nth-child(5) .color-hover{
	background:rgba(153, 7, 38,.73);
}

.services-front-block a:nth-child(6) .color-hover{
	background:rgba(88, 114, 2,.73);
}

.services-front-block a:nth-child(7) .color-hover{
	background:rgba(19, 89, 159,.73);
}

.services-front-block a:nth-child(8) .color-hover{
	background:rgba(196, 153, 10,.75);
}

/****************************************************/

.about-block{
	position:relative;
	display:block;
	box-shadow:0 0 3px #333;
	padding:0;
	margin:0;
	overflow:hidden;
	height:550px;
}


.page-content .about-block {
    margin:5% 0 0;
}

.about-block .left{
	position:relative;
	display:inline-block;
	width:33%;
	height:550px;
	overflow:hidden;
	float:left;
}

.about-block .left img{
	width:auto;
	min-width:100%!important;
	height:100%;
}

.about-block .right{
	position:relative;
	display:inline-block;
	width:67%;
	height:550px;
	overflow:hidden;
}

.about-block .right img{
	width:auto;
	min-width:100%!important;
	height:100%;
	display:black;
	z-index:6;
}

.black-hover{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	z-index:7;
	background:rgba(35,36,41,.9);
}

.text-block{
	position:absolute;
	top:5%;
	left:5%;
	display:block;
	width:89%;
	z-index:9;
}

.text-block h3{
	text-transform:uppercase;
	color:#fff;
	font-size:2.45em;
	font-weight:900;
	display:inline-block;
	letter-spacing:1.3px;
	font-family: 'Cormorant Garamond', serif!important;
}


.text-block h3 span{
	width:75%;
	display:block;
	height:4px;
	background:#FFA300;
	margin:4px 0 35px;
}

.text-block p{
	color:#fff;
	font-size:.95em;
	display:block;
	margin-bottom:21px;
	
}

/*****************************/

.galuzi-block{
	position:relative;
	display:block;
	min-height:700px;
	overflow:hidden!important;
}

.galuzi-block .back img{
	position:absolute;
	top:-0;
	left:0;
	width:auto;
	min-width:100%!important;
	height:auto;
	min-height:100%!important;
	z-index:5;
}

.white-hover{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:-0%;
	left:0;
	z-index:7;
	background:rgba(255,255,255,.93);
}

.galuzi-title{
	position:absolute;
	display:block;
	z-index:8;
	top:8%;
	left:3.5%;
}

.galuzi-title h3{
	text-transform:uppercase;
	color:#000;
	font-size:2.75em;
	font-weight:900;
	display:inline-block;
	letter-spacing:1.3px;
	font-family: 'Cormorant Garamond', serif!important;
}

.galuzi-title span{
	width:75%;
	display:block;
	height:4px;
	background:#FFA300;
	margin:4px 0 35px;
	z-index:8;
}

.galuzi-opys{
	position:absolute;
	display:block;
	z-index:8;
	top:25%;
	left:3.5%;
	width:92%;
}

.galuzi-opys p{
	color:#000;
	font-size:1.1em;
	font-weight:500;
}


/*********************/

.regular{
	position:relative;
	display:block;
	z-index:8;
	margin:350px auto 170px;
	width:94%;
}

.slider-hover{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	z-index:7;
	background:rgba(19,89,159,.23);
	box-shadow:0 0 3px #444;

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.regular .views-row{
	display:inline-block;
	position:relative;
	overflow:hidden;
}

.regular .slick-slide:hover .slider-hover{
	background:rgba(19,89,159,.69);

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.regular .slick-slide:hover img{
		
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


.regular img{
	min-height:267px!important;
	box-shadow:0 0 2px #20202a;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.regular .slick-slide {
	text-align:center;
	margin: 3px 10px;
}

.regular .title-slider{
	display:block;
	text-align:left;
	margin:3.1% 0;
	font-size:1.62em;
	color:#000;
	font-weight:900;
	font-family: 'Cormorant Garamond', serif!important;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.regular .slick-slide:hover .title-slider{
	color:#13599f;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


/* галузі окремі сторінки */

.page-content .galuzi-block{
	position:relative;
	display:block;
	min-height:100px;
	overflow:hidden!important;
	border:0px solid green;
	margin:4% 0 0;
}

.page-content .regular{
	position:relative;
	display:block;
	z-index:8;
	margin:10px auto 150px;
	width:94%;
}

.page-content .galuzi-block h3{
	text-transform:uppercase;
	color:#000;
	
	margin:2% 0 0 3%;
	font-size:2.75em;
	font-weight:900;
	display:inline-block;
	letter-spacing:1.3px;
	font-family: 'Cormorant Garamond', serif!important;
}

.page-content .galuzi-block span{
	width:75%;
	display:block;
	height:4px;
	background:#FFA300;
	margin:4px 0 35px;
	z-index:8;
}

/********************************************/

.question-block{
	position:relative;
	display:block;
	min-height:390px;
	overflow:hidden;
	padding-bottom:5%;
	box-shadow:0 0 2px #444;
}

.question-block img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width:100%!important;
	height:auto;
	min-height:100%!important;
	z-index:5;
}

.hover-blue{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:-0%;
	left:0;
	z-index:8;
	background:rgba(19,89,159,.88);
}

.question-text{
	position:relative;
	display:block;
	width:88%;
	margin:6% 0 2% 4%;
	z-index:9;
}

.question-text p{
	font-size:1.55em;
	letter-spacing:1.4px;
	line-height:1.74;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Cormorant Garamond', serif!important;
	font-weight:900;
}

.question-text span{
	width:41%;
	display:block;
	height:4px;
	background:#FFA300;
	margin:13px 0 35px;
	z-index:8;
}

.question-form{
	position:relative;
	display:block;
	width:88%;
	margin:4% 0 2% 4%;
	z-index:9;
}

.question-form ::-webkit-input-placeholder {
	font-size:.965em;
	font-weight:600;
	color:#46464d;
}

.question-form ::-moz-placeholder          {
	font-size:.965em;
	font-weight:600;
	color:#46464d;
}
.question-form :-moz-placeholder{
	font-size:.965em;
	font-weight:600;
	color:#46464d;
}
.question-form :-ms-input-placeholder{
	font-size:.965em;
	font-weight:600;
	color:#46464d;
}




.question-form input{
	width:430px;
	padding:15px 13px;
	font-size:.93em;
	font-weight:500;
	letter-spacing:1px;
	color:#46464d;
	display:inline-block;
	float:left;
	border:none;
}

input, textarea {outline:none!important;}
input:active, textarea:active {outline:none!important;}
:focus {outline:none!important;}
textarea {resize:none;}

.question-form input.webform-button--submit{
	width:370px;
	border:none;
	cursor:pointer;
	background:#20202a;
	color:#fff;
	font-family: 'Cormorant Garamond', serif!important;
	letter-spacing:1px;
	
	padding:16.2px 13px;
	font-size:1.15em;
	margin:0px auto 0;
	margin-left:5%;
	
	position:relative;
	display:inline-block;
	font-weight:900;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}


.question-form input.webform-button--submit:hover{
	background:#ffa300;
	color:#000;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

/**************************************************/

.news-block{
	position:relative;
	display:block;
	min-height:410px;
}

.title-news{
	display:block;
	width:92%;
	margin:5.7% auto 2%;
}

.news-block h3{
	text-transform:uppercase;
	color:#000;
	font-size:2.45em;
	font-weight:900;
	display:inline-block;
	letter-spacing:1.3px;
	font-family: 'Cormorant Garamond', serif!important;
}

.news-block h3 span{
	width:75%;
	display:block;
	height:4px;
	background:#FFA300;
	margin:4px 0 35px;
}

.news-front{
	position:relative;
	display:block;
	width:96%;
	text-align:center;
	margin:1.1% auto;
}

.news-front .views-row{
	position:relative;
	display:inline-block;
	width:29%;
	padding:1%;
	margin:0 .75%;
	text-align:left;
	vertical-align:top;
	cursor:pointer;
}

.news-front .views-row h5{
	font-size:1.2em;
	color:#000;
	line-height:1.35;
	font-weight:900;
	margin:2.1% 0;
	display:block;
	font-family: 'Cormorant Garamond', serif!important;
	
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.news-front .views-row:hover h5{
	color:#ffa300;
	
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.news-image{
	display:inline-block;
	position:relative;

}

.news-hover{
	position:absolute;
	width:100%;
	height:97%;
	display:block;
	top:0;
	left:0;
	z-index:7;
	background:rgba(19,89,159,.33);
	box-shadow:0 0 3px #444;

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.news-front .views-row:hover .news-hover{
	background:rgba(19,89,159,.72);

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.news-opys{
	position:relative;
	display:block;
	margin:6.3% 0 0;
}

.news-opys p{
	font-size:.8em;
	font-weight:400;
	color:rgba(0,0,0,.75);
}

/*******************************/

/* Сторінка контакти */

.contact-info-block{
	position:relative;
	display:block;
	border:0px solid red;
	margin:0% 0 3%;
}

.contact-info-block p {
    font-size: .96em;
    font-weight: normal;
    text-indent: .0em!important;
    margin-bottom: 15px;
}

.contact-info-block .node-content {
    display: block;
    width: 93.5%;
    margin: 1% auto 0;
}

.maps{
	display:block;
	margin:8% 0 0;
}


/**************************************************/

#footer-block{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	min-height:454px;
	background:#13599f;
	box-shadow:0 0 4.5px #13599f;
	display:block;
	z-index:9;
}

.white-logo{
	position:absolute;
	top:22%;
	left:2.6%;
}

.logo-footer{
	border:0px solid green;
}

.social-footer{
	position:relative;
	display:block;
	margin:12.5% 0 0 3%;

}

.social-footer a{
	display:inline-block!important;
	position:relative;
	width:42px;
	height:42px;

	margin:0 12px 0 0;
	opacity:1;
	z-index:6;
	background-repeat:no-repeat;
	background-size:42px 42px;

	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.social-footer a:hover{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4 ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity:1;
	
}

.social-footer .facebook{
	background-image:url(../images/fb.png) ;
}
.social-footer .instagram{
	background-image:url(../images/inst.png) ;

}

.social-footer .facebook:hover{
	background-image:url(../images/fb-2.png) ;
	
}
.social-footer .instagram:hover{
	background-image:url(../images/inst-2.png) ;

}

.footer-contact{
	position:absolute;
	top:19%;
	left:31.1%;
	width:410px;
}

.footer-contact h4{
	text-transform:uppercase;
	font-family: 'Cormorant Garamond', serif!important;
	font-size:1.6em;
	color:#fff;
	font-weight:900;
	letter-spacing:.75px;
	padding-bottom:7px;
	margin-bottom:21px;
	border-bottom:1px solid rgba(255,255,255,.68)
}

.footer-contact .footer-grid{
	display:block;
	margin:9px 0 0;
	position:relative;

	color:#fff;
	font-size:1.02em;
	font-weight:900;
	padding-left:42px;
	letter-spacing:.4px;
	font-family: 'Cormorant Garamond', serif!important;
}

.footer-grid img{
	position:absolute;
	display:block;
	left:-1px;
	top:2.67px;
	height:25px;
	width:25px;
}


.mail-block{
	position:absolute;
	top:19%;
	right:3.6%;
	width:430px;
	text-align:left;
}

.mail-block p{
	color:#fff;
	font-size:1.13em;
	font-family: 'Cormorant Garamond', serif!important;
	font-weight:900;
}

.mail-form{
	display:block;
	margin:7.3% 0 0;
}

.mail-block ::-webkit-input-placeholder {
	font-size:.965em;
	font-weight:600;
	color:#46464d;
}

.mail-block ::-moz-placeholder          {
	font-size:.965em;
	font-weight:600;
	color:#46464d;
}
.mail-block :-moz-placeholder{
	font-size:.965em;
	font-weight:600;
	color:#46464d;
}
.mail-block :-ms-input-placeholder{
	font-size:.965em;
	font-weight:600;
	color:#46464d;
}

.mail-block input{
	width:340px;
	padding:15px 13px;
	font-size:.895em;
	font-weight:500;
	letter-spacing:1px;
	color:#46464d;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	float:left;
	border:none;
}

.mail-block input.webform-button--submit{
	width:365px;
	border:none;
	cursor:pointer;
	background:#FFA300;
	color:#000;
	font-family: 'Cormorant Garamond', serif!important;
	letter-spacing:1px;
	
	padding:15.2px 13px;
	font-size:1.15em;
	margin:26.5px 0 0;
	
	position:relative;
	display:block;
	font-weight:900;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}


.mail-block input.webform-button--submit:hover{
	background:#20202a;
	color:#fff;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.copy-block{
	display:block;
	position:absolute;
	width:95%;
	text-align:center;
	bottom:3.85%;
	left:2.5%;
	border-top:1px solid rgba(255,255,255,.68)
}

.copy-block p{
	color:#fff;
	font-size:1.05em;
	padding:19px 0 0;
	font-weight:900;
	letter-spacing:.75px;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Cormorant Garamond', serif!important;
}

/***************************************/

/* Окремі сторінки */


.page-title{
	position:relative;
	display:block;
	text-align:center;
	margin:3.35% 0 1.7%;
}

.page-title h1{
	text-transform:uppercase;
	color:#000;
	font-size:2.75em;
	font-weight:700;
	display:inline-block!important;
	letter-spacing:1.3px;
	line-height:1;
}

.page-title span{
	width:75%;
	display:inline-block;
	height:4px;
	background:#FFA300;
	margin:2px 0 15px;
	z-index:8;
}

.page-content h2{
	font-family: 'Cormorant Garamond', serif!important;
	color:#000;
	font-size:2.25em;
	font-weight:900;
	letter-spacing:1.3px;
	line-height:1.3;
	display:block;
	width:90%;
	margin:0 auto 4.5%;
	text-align:left;
	padding-left:2%;
	border-left:7px solid #ffa300;
}

.article{
	position:relative;
}

.node-content{
	display:block;
	width:90%;
	margin:1% auto 0;
}

.node-content p{
	font-size:.96em;
	font-weight:normal;
	text-indent:2.2em;
	margin-bottom:15px;
}

.about-text img,
.node-content img{
	margin:2% auto;
	box-shadow:0 0 2px #777;
	text-indent:0;
}

.node-content ul{
	display:block;
	width:85%;
	margin:2.5% auto;
}

.node-content li{
	font-size: .9em;
    color: #000;
	font-weight:400;
    margin-bottom: 5px;
}

.node-content h3{
	font-size:1.85em;
	margin:1.25% auto;
}

.breadcrumb{
	position:relative;
	display:block;
	z-index:7;
	width:100%;
	text-align:left;
	background:#f4f4f4;
	margin:-.65% auto 4.5%;
	padding:12px 0px;
}

.page-content .breadcrumb{
	position:relative;
	display:block;
	z-index:7;
	width:100%;
	text-align:left;
	background:#f4f4f4;
	margin:1.05% auto 3.65%;
	padding:12px 0px;
}

.breadcrumb ol{margin-left:2.2%;display:block;position:relative;}

.breadcrumb li{
	display:inline-block;
	margin-right:15px;
	padding:10px 10px;
	font-family: 'Cormorant Garamond', serif!important;
	font-size:1.15em;
	font-weight:900!important;
	
	color:#13599f;
	
	
	letter-spacing:.4px;
}

.breadcrumb a{
	color:#3d3e47;
	font-size:1em;
	font-weight:900;
	
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.breadcrumb a:hover{
	color:#ffa300;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

/***********************************/

.top-page-grid{
	position:relative;
	display:block;
	text-align:center;
	margin:1.7% 0 2.7%;
	border:0px solid green;
}

.top-page-grid .grid-block{
	display:inline-block;
	position:relative;
	margin:6px 10px;
	overflow:hidden;
	cursor:pointer;
}

.top-page-grid .table-grid{
	display:table;
	position:relative;
	width:320px;
	height:230px;
	overflow:hidden;
	margin:3px;
	box-shadow:0 0 3px #555;
}

.top-page-grid .table-grid img{
	width:100%;
	height:auto;
	min-height:100%;
	z-index:6;
	position:absolute;
	top:0;
	left:0;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.top-page-grid a span{
	position:relative;
	z-index:8;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	color:#fff;
	font-family: 'Cormorant Garamond', serif!important;
	padding:0 10%;
	font-size:1.49em;
	font-weight:700;
	line-height:1.25;
	letter-spacing:1.2px;
	width:100%;
	text-transform:uppercase;

}


.top-page-grid a .color-hover{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	z-index:7;
	
}


.top-page-grid .table-grid:hover img{
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.top-page-grid a:nth-child(1) .color-hover{
	background:rgba(152,8,8,.73);
}

.top-page-grid a:nth-child(2) .color-hover{
	background:rgba(4,94,4,.73);
}

.top-page-grid a:nth-child(3) .color-hover{
	background:rgba(36, 55, 84,.73);
}

.top-page-grid a:nth-child(4) .color-hover{
	background:rgba(204, 141, 20,.75);
}

/********************************************/

.left-side{
	position:absolute;
	left:0;
	bottom:440px;
	z-index:1;
	display:none;
}

.left-side img{
	height:220px;
	width:auto;
	opacity:.25;
}
.right-side{
	position:absolute;
	display:none;
	right:0;
	top:-35px;
	z-index:1;
}

.right-side img{
	height:360px;
	width:auto;
	opacity:.15;
}

/*****************************/

/* Окремі сторінки про компанію */

.article-about-pages{
	position:relative;
	overflow:hidden;
	min-height:600px;
	display:inline-block;
	width:65%;
	border:0px solid blue;
	margin:0 3.25%;
	vertical-align:top;
}

.article-about-pages p{
	font-size:.96em;
	font-weight:normal;
	text-indent:2.2em;
	margin-bottom:15px;
}

.article-about-pages h3{
	font-size:1.85em;
	margin:1.25% auto;
}


.right-page-grid{
	position:relative;
	display:inline-block;
	width:24%;
	border:0px solid green;
	text-align:center;
	vertical-align:top;
}

.right-page-grid .grid-block{
	display:inline-block;
	position:relative;
	margin:.46% auto 4%;
	overflow:hidden;
	cursor:pointer;
}

.right-page-grid .table-grid{
	display:table;
	position:relative;
	width:310px;
	height:200px;
	overflow:hidden;
	margin:3px;
	box-shadow:0 0 3px #555;
}

.right-page-grid .table-grid img{
	width:100%;
	height:auto;
	min-height:100%;
	z-index:6;
	position:absolute;
	top:0;
	left:0;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.right-page-grid a span{
	position:relative;
	z-index:8;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	color:#fff;
	font-family: 'Cormorant Garamond', serif!important;
	padding:0 10%;
	font-size:1.39em;
	font-weight:700;
	line-height:1.25;
	letter-spacing:1.2px;
	width:100%;
	text-transform:uppercase;

}


.right-page-grid a .color-hover{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	z-index:7;
	
}


.right-page-grid .table-grid:hover img{
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.about-text{
	position:relative;
	display:block;
	z-index:9;
}

.about-text ul{
	display:block;
	width:85%;
	margin:2.5% auto;
}

.about-text li{
	font-size: .9em;
    color: #000;
	font-weight:400;
    margin-bottom: 5px;
}

.right-page-grid a:nth-child(odd) .color-hover{
		background:rgba(27, 46, 77,.73);
}

.right-page-grid a:nth-child(even) .color-hover{
	background:rgba(19,89,159,.75);
}

.addtoany{
	position:relative;
	display:inline-block;
	border:0px solid red;
	text-align:left;
	margin-top:5.8%;
}

.addtoany span{
	border-radius:50%!important;
	padding:5.7px!important;
}

p.label-add{
	display:inline-block;
	margin:6px 15px 0 0;	
	color:#000;
	font-weight:900;
	font-size:1.3em;
	text-indent:0;
	font-family: 'Cormorant Garamond', serif!important;
}

#show{display:block}
#hide-block{display:none!important}

.pdf-block {
	position:relative;
	display:inline-block!important;
	border:0px solid red;
	width:auto;
	vertical-align:top;
	margin-top:5.8%;
}

.pdf-block *{
	vertical-align:top;
}

.print-btn{
	display:inline-block;
	position:relative;
	color:#fff;
	background:#34a853;
	height:50px;
	width:170px;
	cursor:pointer;
	border-radius:30px;
	border:none;
	margin:0px;
	font-family: 'Roboto', sans-serif;
	opacity:1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	font-size:1em!important;
}



.print-btn:hover{
	opacity:.7;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;	
}

.print-btn img{
	position:absolute;
	top:12.14px;
	left:22.88px;
	display:block;
}


.print-btn span{
	position:absolute;
	top:10.85px;
	left:67.88px;
	display:block;
	letter-spacing:.95px;
	font-weight:900;
	font-size:1.12em!important;
	font-family: 'Cormorant Garamond', serif!important;
}

.download-btn{

	display:inline-block;
	position:relative;
	color:#fff;
	background:#13599f;
	height:50px;
	width:170px;
	cursor:pointer;
	border-radius:30px;
	border:none;
	margin:0px;
	font-family: 'Roboto', sans-serif;
	opacity:1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


.download-btn img{
	position:absolute;
	top:11.14px;
	left:18.88px;
	display:block;
}

.download-btn span{
	position:absolute;
	top:7.85px;
	left:55.88px;
	display:block;
	letter-spacing:.65px;
	font-weight:900;
	font-size:1.12em!important;
	font-family: 'Cormorant Garamond', serif!important;
}

.download-btn:hover{
	opacity:.7;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;	
}

/*********************************/

.background-image{
	position:absolute;
	z-index:6;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
}
.background-image img{
	position:relative;
	display:block;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	max-height:190%;
	max-width:190%;
	z-index:2;
}

/**********************************/
/* Верх - Окремі сторінки */

.blue-head{
	position:relative;
	display:block;
}

.head-image-block{
	position:relative;
	display:inline-block;
	width:78%;
	height:480px;
	overflow:hidden;
}

.head-image-block img{
	width:auto;
	min-width:100%!important;
	height:auto;
	min-height:480px!important;
	max-width:630px;
	z-index:6;
	display:block;
}

.images-head{
	position:relative;
	display:inline-block;
	width:78%;
	height:480px;
	overflow:hidden;
	z-index:1;
}

.images-head img{
	width:auto;
	max-width:130%;
	min-width:100%!important;
	max-height:210%;
	height:auto;
	min-height:110%;
	z-index:1!important;
	position:absolute;
	top:-10%;
	left:0;
	display:block;
}

.hover-page{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background:rgba(27,46,77,.69);
	z-index:9!important;
}

.blue-block{
	position:relative;
	display:inline-block;
	width:22%;
	height:480px;
	background:#13599f;
	float:left;
}


/**********************/
.services-front-block .table-grid{
	display:table;
	position:relative;
	width:320px;
	height:230px;
	overflow:hidden;
	margin:3px;
	box-shadow:0 0 3px #555;
}

.services-front-block .table-grid img{
	width:100%;
	height:auto;
	min-height:100%;
	z-index:6;
	position:absolute;
	top:0;
	left:0;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.services-front-block a span{
	position:relative;
	z-index:8;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	color:#fff;
	
	padding:0 10%;
	font-size:1.59em;
	font-weight:700;
	line-height:1.25;
	letter-spacing:1.2px;
	width:100%;
	text-transform:uppercase;

}

/****************/


.top-title{
	display:table;
	position:absolute;
	height:480px;
	width:100%;
	top:0;
	left:0;
	z-index:9;
	border:0px solid green;
}

table.page-top{
	position:absolute;
	border:0px solid red;
	top:0;
	left:0;
	z-index:9;
	height:480px;
	width:100%;
}

.middle{
	display: table-cell;
	vertical-align: middle;
	border:0px solid red;
	max-height:100px;
}

table.page-top td{
	top:-4%;
	left:2.7%;
	position:relative;
}

table.page-top h1{
	text-transform:uppercase;
	font-family: 'Cormorant Garamond', serif!important;
	color:#fff;
	font-size:4.14em;
	font-weight:700;
	position:relative;
	z-index:9;
	
	letter-spacing:2.29px;
	line-height:1.2;
}


table.page-top span{
	width:75%;
	display:block;
	height:4px;
	background:#FFA300;
	margin:23px 0 15px;
	z-index:9;
}

.right-about-side{
	position:absolute;
	display:none;
	right:0;
	top:7%;
	z-index:0;
}

.right-about-side img{
	height:360px;
	width:auto;
	opacity:.15;
	z-index:0;
}

/*******************************************/
/* Сторінка - Інструменти - Загальна */

/****************************/

.color-grid-block{
	position:relative;
	display:block;
	text-align:center;
	/*background:#EFF1F4;
	padding:7.5% 0 6%;
	margin:640px auto 0;*/
	max-width:1440px;
	/*width:97.5%;*/
	margin:0 auto 3.7%;
}

.color-grid-block .grid-block{
	display:inline-block;
	position:relative;
	/*margin:.46% .65%;*/
	margin:6px 10px;
	overflow:hidden;
	cursor:pointer;
}

.color-grid-block .table-grid{
	display:table;
	position:relative;
	width:320px;
	height:230px;
	overflow:hidden;
	margin:3px;
	box-shadow:0 0 3px #555;
}

.color-grid-block .table-grid img{
	width:100%;
	height:auto;
	min-height:100%;
	z-index:6;
	position:absolute;
	top:0;
	left:0;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.color-grid-block a span{
	position:relative;
	z-index:8;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	color:#fff;
	font-family: 'Cormorant Garamond', serif!important;
	padding:0 0%;
	font-size:1.5em;
	font-weight:900;
	line-height:1.25;
	letter-spacing:.5px;
	width:99%;
	text-transform:uppercase;
	
}


.color-grid-block a .color-hover{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	z-index:7;
	
}


.color-grid-block .table-grid:hover img{
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.color-grid-block a:nth-child(1) .color-hover{
	background:rgba(152,8,8,.73);
}

.color-grid-block a:nth-child(2) .color-hover{
	background:rgba(4,94,4,.73);
}

.color-grid-block a:nth-child(3) .color-hover{
	background:rgba(36, 55, 84,.73);
}

.color-grid-block a:nth-child(4) .color-hover{
	background:rgba(204, 141, 20,.75);
}

.color-grid-block a:nth-child(5) .color-hover{
	background:rgba(153, 7, 38,.73);
}

.color-grid-block a:nth-child(6) .color-hover{
	background:rgba(88, 114, 2,.73);
}

.color-grid-block a:nth-child(7) .color-hover{
	background:rgba(19, 89, 159,.73);
}

.color-grid-block a:nth-child(8) .color-hover{
	background:rgba(196, 153, 10,.75);
}

.color-grid-block a:nth-child(9) .color-hover{
	background:rgba(152,8,8,.73);
}

.color-grid-block a:nth-child(10) .color-hover{
	background:rgba(4,94,4,.73);
}

.color-grid-block a:nth-child(11) .color-hover{
	background:rgba(36, 55, 84,.73);
}

.color-grid-block a:nth-child(12) .color-hover{
	background:rgba(204, 141, 20,.75);
}

.color-grid-block a:nth-child(13) .color-hover{
	background:rgba(153, 7, 38,.73);
}

.color-grid-block a:nth-child(14) .color-hover{
	background:rgba(88, 114, 2,.73);
}

.color-grid-block a:nth-child(15) .color-hover{
	background:rgba(19, 89, 159,.73);
}

.color-grid-block a:nth-child(16) .color-hover{
	background:rgba(196, 153, 10,.75);
}

.color-grid-block a:nth-child(17) .color-hover{
	background:rgba(152,8,8,.73);
}

.color-grid-block a:nth-child(18) .color-hover{
	background:rgba(4,94,4,.73);
}

.color-grid-block a:nth-child(19) .color-hover{
	background:rgba(36, 55, 84,.73);
}

.color-grid-block a:nth-child(20) .color-hover{
	background:rgba(204, 141, 20,.75);
}

/****************************************************/

/* Сторінка новин */

.page-content-news-2 .news-page{
	min-height:1000px!important;
	position:relative;
	
	display:inline-block;
	width:68%;
	border:0px solid blue;
	margin:0 0% 500px 3%;

}

.page-content-news-2 .breadcrumb{
	position:relative;
	display:block;
	z-index:7;
	width:100%;
	text-align:left;
	background:#f4f4f4;
	margin:1.05% auto 3.65%;
	padding:12px 0px;
}

.page-content-news-2  .news-page a{
	display:inline-block;
	position:relative;
	
	
	background:transparent;
}

.page-content-news-2  .image-news{
	display:inline-block;
	position:relative;
	bottom:0;
	margin:0;
	padding:0;
	
	vertical-align:top;
	border:0px solid green;
}

.page-content-news-2 .image-news img{
	margin:0 0 -8.45px;
	padding:0;
	z-index:6;
	display:inline-block;
}


.page-content-news-2 .image-news .news-hover{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	z-index:2;
	background:rgba(12, 61, 110,.33);
	box-shadow:0 0 3px #444;

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.page-content-news-2 .news-page .views-row:hover .news-hover{
	background:rgba(12, 61, 110,.62);

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.text-news span{
	display:block;
	color:#80acd9;
	font-weight:500;
	margin:2px 0 10px;
	font-size:.77em;
}

.page-content-news-2 .text-news{
	display:inline-block;
	width:55%;
	border:0px solid red;
	vertical-align:top;
	margin-left:3.5%;
}

.page-content-news-2 .text-news a{
	font-size: 1.15em;
    color: #000;
    font-weight: 700;
    margin: 1% 0 1.8%;
    position: relative;
    display: inline-block;
	font-family: 'Cormorant Garamond', serif!important;
    width: 100%;
    line-height: 1.37;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35 ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.page-content-news-2 .text-news a:hover{
	color:#ffa300;
	
	 -webkit-transition: all .35s ease;
    -moz-transition: all .35 ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.page-content-news-2 .text-news p{
	font-size: .8em;
    color: #555;
    line-height: 1.46;
    margin-top: 0%;
    position: relative;
    display: inline-block;
}

.page-content-news-2 a.btn-news{
	display:block!important;
	margin:5% 0 0!important;
	width:140px!important;
	clear:both!important;
	text-align:left;
	color:#777!important;
	text-transform:uppercase;
	font-size:.65em!important;
	letter-spacing:1.2px!important;
	font-weight:600!important;
	z-index:9!important;
	font-family: 'Roboto', sans-serif!important;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


.page-content-news-2 .news-page .views-row:hover a.btn-news{
	color:rgba(12, 61, 110,1)!important;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

/******************************/
/* Підсторінки Про Компанію */

.page-content-news-2 .subpage{
	min-height:1000px!important;
	position:relative;
	
	display:inline-block;
	width:68%;
	border:0px solid blue;
	margin:7px 0% 500px 3%;

}

.subpage .views-row{
	position:relative;
	display:block;
	padding:10px 14px 3px;
	margin-bottom:3%;
	box-shadow:0 0 0px rgba(0,0,0,.185);
	background:rgba(19,89,159,.05);
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.subpage .views-row:hover{
	box-shadow:0 0 4px #ccc;
	background:rgba(19,89,159,.05);
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.subpage a.sub-go .sub-hover{
    position: absolute;
    width: 100%;
    height:100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 7;
	background:rgba(12, 61, 110,0);
}

.subpage .image-sub{
	display:inline-block;
	position:relative;
	bottom:0;
	margin:0 0 0 4px;
	padding:0;
	
	vertical-align:top;
	border:0px solid green;
}

.subpage a.sub-go:hover img{
	-moz-transform: scale(1.22);
	-webkit-transform: scale(1.22);
	-o-transform: scale(1.22);
	-ms-transform: scale(1.22);
	transform: scale(1.22);
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.subpage a.sub-go{
	display:inline-block;
	position:relative;
	overflow:hidden;
	height:96%;
}

.subpage a.sub-go img{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	
	-moz-transform: scale(1.09);
	-webkit-transform: scale(1.09);
	-o-transform: scale(1.09);
	-ms-transform: scale(1.08);
	transform: scale(1.09);
}

.text-sub span{
	display:block;
	color:#80acd9;
	font-weight:500;
	margin:2px 0 10px;
	font-size:.77em;
}

.subpage .text-sub{
	display:inline-block;
	width:55%;
	border:0px solid red;
	vertical-align:top;
	margin-left:3.5%;
}

.subpage .text-sub .sub-title-block a{
	font-size: 1.45em;
    color: #000;
    font-weight: 700;
	/*font-style: italic;*/
    margin: 1% 0 1.8%;
    position: relative;
    display: inline-block;
	font-family: 'Cormorant Garamond', serif!important;
    width: 100%;
    line-height: 1.37;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35 ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.subpage .text-sub .sub-title-block a:hover{
	color:#ffa300;
	
	 -webkit-transition: all .35s ease;
    -moz-transition: all .35 ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.subpage .text-sub p{
	font-size: .8em;
    color: #555;
    line-height: 1.46;
    margin-top: 0%;
    position: relative;
    display: inline-block;
}

.subpage a.btn-news{
	display:block!important;
	margin:5% 0 0!important;
	width:140px!important;
	clear:both!important;
	text-align:left;
	color:#777!important;
	text-transform:uppercase;
	font-size:.65em!important;
	letter-spacing:1.2px!important;
	font-weight:600!important;
	z-index:9!important;
	font-family: 'Roboto', sans-serif!important;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


.subpage .views-row:hover a.btn-news{
	color:rgba(12, 61, 110,1)!important;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

/******************************/

.news-page{
	position:relative;
	display:block;
	width:88%;
	margin:0 auto;
}

.news-page .views-row{
	margin-bottom:4.5%;
	display:block;
}

.news-page a{
	display:inline-block;
	position:relative;
	/*z-index:7!important;*/
	
	background:transparent;
}

.image-news{
	display:inline-block;
	position:relative;
	bottom:0;
	margin:0;
	padding:0;
	
	vertical-align:top;
	border:0px solid green;
}

.image-news img{
	margin:0 0 -8.45px;
	padding:0;
	z-index:6;
	display:inline-block;
}


.image-news .news-hover{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	z-index:7;
	background:rgba(12, 61, 110,.33);
	box-shadow:0 0 3px #444;

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.news-page .views-row:hover .news-hover{
	background:rgba(12, 61, 110,.62);

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.text-news{
	display:inline-block;
	width:62%;
	border:0px solid red;
	vertical-align:top;
	margin-left:3.5%;
}

.text-news a{
	font-size: 1.3em;
    color: #000;
    font-weight: 700;
    margin: 1% 0 1.8%;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1.37;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35 ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.text-news a:hover{
	color:#ffa300;
	
	 -webkit-transition: all .35s ease;
    -moz-transition: all .35 ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.text-news p{
	font-size: .9em;
    color: #555;
    line-height: 1.46;
    margin-top: 0%;
    position: relative;
    display: inline-block;
}

a.btn-news{
	display:block!important;
	margin:5% 0 0!important;
	width:140px!important;
	clear:both!important;
	text-align:left;
	color:#777!important;
	text-transform:uppercase;
	font-size:.7em!important;
	letter-spacing:1.2px!important;
	font-weight:600!important;
	z-index:9!important;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


.news-page .views-row:hover a.btn-news{
	color:rgba(12, 61, 110,1)!important;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

/****Сторінковий навігатор****/
table.pagerer {
	border: 0;
	margin: 0.5em auto;
	padding: 0;
  
	min-width:100%;
	text-align:center;
	
}


.pager li{margin:0;font-size:1em;display:inline-block;}

.pager span{
	font-size:.9em;
	color:#555;
	padding:3px;
}

.pager__item{
	padding:10px 20px;
	background:rgba(19,89,159,.09);
}
/*************************************************************************/
/* Схожі новини */

.silmar-block{
	position:relative;
	display:block;
	width:97%;
	margin:6.8% auto 0;
	padding-left:.7%;
	border:0px solid green;

}

.silmar-block h3{
    color: #000;
    font-size: 1.65em;
    font-weight: 700;
    letter-spacing: 1.3px;
    line-height: 1.3;
    display: block;
    width: 95%;
    margin: 0 0 1.5%;
    text-align: left;
    padding:2% 0%;
	
    border-bottom: 2.25px solid rgba(35, 36, 41,.75);
}

.silmar-block h4{
    color: #000;
    font-size: 1.65em;
    font-weight: 700;
    letter-spacing: 1.3px;
    line-height: 1.3;
    display: block;
    width: 95%;
    margin: 0 0 1.5%;
    text-align: left;
    padding:2% 0%;
	
    border-bottom: 2.25px solid rgba(35, 36, 41,.75);
}

.silmar-block .views-row{
	position:relative;
	display:inline-block;
	width:40%;
	padding:1%;
	margin:0 2.55% 0 0;
	text-align:left;
	vertical-align:top;
	cursor:pointer;
	border:0px solid green;
}

.silmar-block .views-row a{
	font-size:1.22em;
	color:#000;
	line-height:1.35;
	font-weight:700;
	margin:3.1% 0 1.5%;
	display:block;
	font-family: 'Cormorant Garamond', serif!important;
	
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.silmar-block .views-row:hover a{
	color:#ffa300;
	
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.silmar-block .news-image{
	display:inline-block;
	position:relative;

}

.silmar-block  .news-hover{
	position:absolute;
	width:100%;
	height:97%;
	display:block;
	top:0;
	left:0;
	z-index:7;
	background:rgba(19,89,159,.33);
	box-shadow:0 0 3px #444;

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.silmar-block .views-row:hover .news-hover{
	background:rgba(19,89,159,.72);

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.silmar-block .news-opys{
	position:relative;
	display:block;
	margin:6.3% 0 0;
}

.silmar-block .news-opys p{
	font-size:.79em;
	font-weight:500;
	color:rgba(0,0,0,.55);
}

/****************************************************/

/* Корисна інформація */
/*
.subpages a{
	width:630px;
	display:block;
	font-size:1.15em;
	color:#232429;
	margin-bottom:2.15%;
	font-weight:500;
	padding:15px 35px 16px;
	background:#f4f4f4;
	letter-spacing:.75px;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.subpages a:hover{
	color:#ffff;
	background:#13599f;
	box-shadow:0 0 3px #333;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.subpages a:after{
	content:'';
	
	background:url('/themes/viva/images/go-black.png') no-repeat;
	background-size:29px 16px;
	width:29px;
	height:16px;
	
	position:relative;
	display:inline-block;
	
	top:2px;
	left:21px;
}

.subpages a:hover:after{
	background:url('/themes/viva/images/go.png') no-repeat;
	background-size:29px 16px;
	width:29px;
	height:16px;
	
	-webkit-animation: GoBtn 1.87s linear infinite;
	-moz-animation: GoBtn 1.87s linear infinite;
	animation: GoBtn 1.87s linear infinite;
}


.subpages .sub-row{
	position:relative;
	display:inline-block;
	margin-bottom:2.5%;
}

.subpages .sub-row .views-row {
	display:block;
	position:relative;
	color:#fff;
	width:480px;
	padding:15px 35px 16px;
	z-index:11!important;
	
	border-radius:32px;
}


.subpages .views-row a{
	color:#fff;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.subpages .sub-row:nth-child(odd) .views-row{
	background:rgba(27,46,77,1);
}

.subpages .sub-row:nth-child(even) .views-row {
	background:rgba(19,89,159,1);
}

.subpages .go-block{
	z-index:1!important;
	border-radius:32px;
	padding:0px 0px;
	min-width:50px;
	height:50px;
	border-radius:50%;
	background:rgba(0,0,0,.5);
	position:absolute;
	display:block;
	top:10%;
	right:10px;
	
	
}

.subpages .go-block img{
	position:absolute;
	display:inline-block;
	height:15px;
	width:auto;
	top:33%;
	left:20%;
}

.subpages .sub-row:hover img{
	
	-webkit-animation: GoBtn 1.17s linear infinite;
	-moz-animation: GoBtn 1.17s linear infinite;
	animation: GoBtn 1.17s linear infinite;
}

.subpages .sub-row .views-row a:hover{
	color:#ffa300;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

/****************************************************/

.subpages{
	position:relative;
	display:block;
	border:0px solid blue;
}

.subpages .views-row{
	margin-bottom:4.5%;
	display:block;
	padding:0 0 3.5%;
	border-bottom:1.5px solid #e3e3e3;
}

.subpages .image-news{
	display:inline-block;
	position:relative;
	bottom:0;
	margin:0;
	padding:0;
	
	vertical-align:top;
	border:0px solid green;
}

.subpages .image-news img{
	margin:0 0 -8.45px;
	padding:0;
	z-index:6;
	display:inline-block;
}


.subpages .image-news .news-hover{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	z-index:7;
	background:rgba(12, 61, 110,.33);
	box-shadow:0 0 3px #444;

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.subpages .news-page .views-row:hover .news-hover{
	background:rgba(12, 61, 110,.62);

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.subpages .text-news span{
	display:block;
	color:#80acd9;
	font-weight:500;
	margin:2px 0 10px;
	font-size:.77em;
}

.subpages .text-news{
	display:inline-block;
	width:54%;
	border:0px solid red;
	vertical-align:top;
	margin-left:3.5%;
}

.subpages .text-news .title-block a{
	font-size: 1.50em;
    color: #000;
    font-weight: 900;
    margin: 1% 0 1.8%;
    position: relative;
    display: inline-block;
	font-family: 'Cormorant Garamond', serif!important;
    width: 100%;
    line-height: 1.37;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35 ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.subpages .text-news .title-block a:hover{
	color:#ffa300;
	
	 -webkit-transition: all .35s ease;
    -moz-transition: all .35 ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.subpages .text-news p{
	font-size: .85em;
    color: #555;
    line-height: 1.46;
	padding:0;
	text-indent:0;
    margin-top: 0%;
    position: relative;
    display: inline-block;
}

.subpages a.btn-news{
	display:block!important;
	margin:5% 0 0!important;
	width:140px!important;
	clear:both!important;
	text-align:left;
	color:#80acd9!important;
	text-transform:uppercase;
	font-size:.65em!important;
	letter-spacing:1.2px!important;
	font-weight:600!important;
	z-index:9!important;
	text-indent:0;
	padding:0;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


.subpages .news-page .views-row:hover a.btn-news{
	color:rgba(12, 61, 110,1)!important;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

/****************************************************/




@media only screen and (max-width:1430px){

/*
.color-grid-block{
	position:relative;
	display:block;
	text-align:center;
	/*background:#EFF1F4;
	padding:7.5% 0 6%;
	margin:640px auto 0;
	max-width:1440px;
	width:98.5%;
	margin:0 auto 3.7%;
}

.color-grid-block .table-grid {
    display: table;
    position: relative;
    width: 300px;
    height: 220px;
    overflow: hidden;
    margin: 3px;
    box-shadow: 0 0 3px #555;
}

.color-grid-block a span {
    position: relative;
    z-index: 8;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 0%;
    font-size: 1.44em;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.2px;
    width: 98%;
    text-transform: uppercase;
}
*/

.subpages .text-news {
    display: inline-block;
    width: 50%;
    margin-left: 3.5%;
}

.color-grid-block .table-grid,
.top-page-grid .table-grid,
.services-front-block .table-grid{
	display:table;
	position:relative;
	width:308px;
	height:225px;
	overflow:hidden;
	margin:3px;
	box-shadow:0 0 3px #555;
}

}	
	
@media only screen and (max-width:1392px){

.page-content-news-2 .text-news {
    display: inline-block;
    width: 51%;
    border: 0px solid red;
    vertical-align: top;
    margin-left: 3.5%;
}

.tb-megamenu .nav > li > a{
	font-family: 'Cormorant Garamond', serif;
	font-weight:900;
	font-size:.88em;
}

/* підменю */

.tb-megamenu .dropdown-menu li > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
	clear: both;
	color: #000;
	display: block;
	line-height: 1.6;
	font-weight: 900;
	1padding: 10px 23px;
	text-shadow: none;
	white-space: nowrap;
	
	font-size:.92em;
	letter-spacing:.4px;
	position:relative;
}

}	
	
@media only screen and (max-width:1379px){

.color-grid-block .table-grid,
.top-page-grid .table-grid,
.services-front-block .table-grid{
	display:table;
	position:relative;
	width:290px;
	height:200px;
	overflow:hidden;
	margin:3px;
	box-shadow:0 0 3px #555;
}

.color-grid-block a span,
.top-page-grid a span,
.services-front-block a span{
	position:relative;
	z-index:8;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	color:#fff;
	
	padding:0 4%;
	font-size:1.4em;
	font-weight:700;
	line-height:1.25;
	letter-spacing:1.2px;
	width:100%;
	text-transform:uppercase;

}

.regular img {
    min-height: 237px!important;
    /* box-shadow: 0 0 2px #20202a; */
	max-width:390px;
	height:auto;
}

.big-title{
	position:absolute;
	display:block;
	top:245px;
	left:2.5%;
	z-index:9;
}

.big-title h2 {
    display: block;
    color: #fff;
    font-size: 3.99em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.14;
    z-index: 9;
    letter-spacing: 5.25px;
}

.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    border-bottom: 0;
    border-right: 0px solid #222;
    border-top: 0;
    color: #3d3e47;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .70.5em;
    padding: 15px 14px;
    text-shadow: none;
}

}

@media only screen and (max-width:1360px){

.text-block p {
    color: #fff;
    font-size: .91em;
}

}

@media only screen and (max-width:1350px){
/*	
.top-page-grid .table-grid {
    display: table;
    position: relative;
    width: 280px;
    height: 210px;
    overflow: hidden;
    margin: 3px;
    box-shadow: 0 0 3px #555;
}*/

.text-block p {
    color: #fff;
    font-size: .905em;
}

.tb-megamenu .nav > li > a{
	font-family: 'Cormorant Garamond', serif;
	font-weight:900;
	font-size:.82em;
}

/* підменю */

.tb-megamenu .dropdown-menu li > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
	clear: both;
	color: #000;
	display: block;
	line-height: 1.6;
	font-weight: 900;
	1padding: 10px 23px;
	text-shadow: none;
	white-space: nowrap;
	
	font-size:.9em;
	letter-spacing:.4px;
	position:relative;
}

}

@media only screen and (max-width:1330px){
.regular img {
    min-height: 207px!important;
    /* box-shadow: 0 0 2px #20202a; */
	max-width:360px;
	height:auto;
}

.regular .title-slider{
	font-size:1.22em;
}

.text-block p {
    color: #fff;
    font-size: .89em;
}

/*
#menu-viva{
	position:relative;
	display:inline-block;
	min-height:120px;
	border:1px solid green;
	width:74.8%;
	text-align:left;
}*/
/*
.color-grid-block{
	width:99.5%;
}

.color-grid-block .table-grid {
    display: table;
    position: relative;
    width: 300px;
    height: 220px;
    overflow: hidden;
    margin: 3px;
    box-shadow: 0 0 3px #555;
}

.color-grid-block .table-grid {
   	display:table;
	position:relative;
	width:290px;
	height:185px;
	overflow:hidden;
	margin:3px;
	box-shadow:0 0 3px #555;
}

.color-grid-block a span{
	position:relative;
	z-index:8;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	color:#fff;
	
	padding:0 0%;
	font-size:1.3em;
	font-weight:700;
	line-height:1.25;
	letter-spacing:1.2px;
	width:100%;
	text-transform:uppercase;

}*/

.new-search-block{
	position:absolute;
	top:12.5px;
	right:1.0%;
	min-width:300px;
	border:0px solid red;
}


.new-search-block input#edit-search-api-fulltext{
	display:inline-block!important;
	width:200px;
	padding:6px 13px;
	font-size:.7em;
	font-weight:600;
	letter-spacing:1px;
	color:#46464d;
	font-family: 'Roboto', sans-serif;
	margin-right:15px;
	border:none;
	box-shadow:0 0 1px #e4e4e4;
}

.new-search-block input.js-form-submit{
	width:95px;
	border:none;
	cursor:pointer;
	display:inline-block;
	background:#13599f;
	color:#fff;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing:1px;
	vertical-align:top;
	padding:4px 13px 4.4px;
	font-size:.85em;
	margin:3px 0 0;
	vertical-align:top;
	position:relative;
	font-weight:800;
	box-shadow:0 0 0px #e4e4e4;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

}


@media only screen and (max-width:1300px){
.page-content-news-2 .image-news img,
.subpages .image-news img{
		width:300px;
		height:auto;
}

.mail-block{
	position:absolute;
	top:19%;
	right:.6%;
	width:430px;
	text-align:left;
}

.footer-contact{
	position:absolute;
	top:19%;
	left:32.1%;
	width:360px;
}


}

@media only screen and (max-width:1283px){
/*
.top-page-grid .table-grid {
    display: table;
    position: relative;
    width: 260px;
    height: 200px;
    overflow: hidden;
    margin: 3px;
    box-shadow: 0 0 3px #555;
}*/

.text-block p {
    color: #fff;
    font-size: .87em;
}

.color-grid-block .table-grid,
.top-page-grid .table-grid,
.services-front-block .table-grid{
	display:table;
	position:relative;
	width:270px;
	height:180px;
	overflow:hidden;
	margin:3px;
	box-shadow:0 0 3px #555;
}

.color-grid-block a span,
.top-page-grid a span,
.services-front-block a span{
	position:relative;
	z-index:8;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	color:#fff;
	
	padding:0 4%;
	font-size:1.34em;
	font-weight:700;
	line-height:1.25;
	letter-spacing:1.2px;
	width:100%;
	text-transform:uppercase;

}

.news-image img{
	max-width:320px;
	width:auto;
	height:auto;
}

.tb-megamenu {
	background-color:transparent;
	font-size:1em;
	font-family: 'Cormorant Garamond', serif;
	border:0px solid green;
	margin-top:20px;
	margin-bottom:14px;
}

#menu-viva{
	position:relative;
	display:inline-block;
	min-height:55px;
	border:0px solid green;
	width:78%;
	text-align:left;
}

.logo{
	margin:1.55% 2.7% 0 .75%;
}

.logo img{
	float:none;
}


.tb-megamenu .nav > li > a{
	font-family: 'Cormorant Garamond', serif;
	font-weight:900;
	font-size:.8em;
}

/* підменю */

.tb-megamenu .dropdown-menu li > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
	clear: both;
	color: #000;
	display: block;
	line-height: 1.6;
	font-weight: 900;
	1padding: 10px 23px;
	text-shadow: none;
	white-space: nowrap;
	
	font-size:.89em;
	letter-spacing:.4px;
	position:relative;
}

.contact-top .top-grid:nth-child(3){
	display:none;
}

.contact-top{
	position:absolute;
	top:14.5px;
	left:13%;
}

.new-search-block input#edit-search-api-fulltext{
	display:inline-block!important;
	width:240px;
	padding:6px 13px;
	font-size:.7em;
	font-weight:600;
	letter-spacing:1px;
	color:#46464d;
	font-family: 'Roboto', sans-serif;
	margin-right:15px;
	border:none;
	box-shadow:0 0 1px #e4e4e4;
}

.new-search-block input.js-form-submit{
	width:105px;
	border:none;
	cursor:pointer;
	display:inline-block;
	background:#13599f;
	color:#fff;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing:1px;
	vertical-align:top;
	padding:5px 13px 5.4px;
	font-size:.88em;
	margin:3px 0 0;
	vertical-align:top;
	position:relative;
	font-weight:800;
	box-shadow:0 0 0px #e4e4e4;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

}

@media only screen and (max-width:1264px){

.big-blue-block{
	position:relative;
	display:inline-block;
	width:49%;
	height:640px;
	background:#13599F;
	float:left;
}

.big-image-block {
    position: relative;
    display: inline-block;
    width: 51%;
    height: 640px;
    float: right;
    overflow: hidden;
}

.big-image-block img{
	width:auto;
	min-width:100%;
	max-width:150%;
	height:640px;
	z-index:7;
}

.logo{
	position:relative;
	display:block;
	float:none;
	margin:2.75% auto 0%;
	width:95%;
	border:0px solid red;
	text-align:center;
}

#menu-viva{
	position:relative;
	display:inline-block;
	min-height:65px;
	border:0px solid green;
	width:100%;
	text-align:center!important;
}

.tb-megamenu {
	background-color:transparent;
	font-size:1em;
	font-family: 'Cormorant Garamond', serif;
	border:0px solid blue;
	margin-top:27px;
	margin-bottom:14px;
	text-align:center!important;
	display:inline-block;
	width:auto;
	
}

.tb-megamenu .nav > li > a{
	font-family: 'Cormorant Garamond', serif;
	font-weight:900;
	font-size:.94em;
}

.tb-megamenu .dropdown-menu li > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
	clear: both;
	color: #000;
	display: block;
	line-height: 1.6;
	font-weight: 900;
	1padding: 10px 23px;
	text-shadow: none;
	white-space: nowrap;
	text-align:left;
	font-size:.97em;
	letter-spacing:.4px;
	position:relative;
}

.big-title {
    position: absolute;
    display: block;
    top: 335px;
    left: 2.5%;
    z-index: 9;
}

}

@media only screen and (max-width:1230px){

.regular img {
    min-height: 180px!important;
    /* box-shadow: 0 0 2px #20202a; */
	max-width:300px;
	height:auto;
}

.regular .title-slider{
	font-size:1.12em;
}

.label-add{display:block!important;margin-bottom:19px!important;}

#show{display:inline-block;margin-top:13.5%!important;margin-left:3.5%!important;}



}

@media only screen and (max-width:1275px){
/*
.color-grid-block .table-grid {
   	display:table;
	position:relative;
	width:260px;
	height:176px;
	overflow:hidden;
	margin:3px;
	box-shadow:0 0 3px #555;
}

.color-grid-block a span {
    position: relative;
    z-index: 8;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 0%;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.2px;
    width: 100%;
    text-transform: uppercase;
}*/

}

@media only screen and (max-width:1200px){

.color-grid-block .table-grid,
.top-page-grid .table-grid,
.services-front-block .table-grid {
    display: table;
    position: relative;
    width: 420px;
    height: 290px;
    overflow: hidden;
    margin: 10px 20px ;
    box-shadow: 0 0 3px #555;
}

.color-grid-block a span,
.top-page-grid a span,
.services-front-block a span{
	position:relative;
	z-index:8;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	color:#fff;
	
	padding:0 5%;
	font-size:1.59em;
	font-weight:700;
	line-height:1.25;
	letter-spacing:1.2px;
	width:100%;
	text-transform:uppercase;

}

.logo{
	position:relative;
	display:block;
	float:none;
	margin:2.75% auto 0%;
	width:95%;
	border:0px solid red;
	text-align:center;
}

/*
#menu-viva {
    position: relative;
    display: block;
    min-height: 40px;
    border: 0px solid green;
    width: 95%;
    text-align: center;
	margin:1% auto;
}

.tb-megamenu {
    background-color: transparent;
    font-size: 1em;
    font-family: 'Roboto', sans-serif!important;
    border: 0px solid green;
    margin-top: 1.45%;
	text-align: center!important;
	display:inline-block;
}*/

.big-title {
    position: absolute;
    display: block;
    top: 315px;
    left: 2.5%;
    z-index: 9;
}

.about-block .left {
    position: relative;
    display: inline-block;
    width: 26%;
    height: 550px;
    overflow: hidden;
    float: left;
}

.about-block .right{
	position:relative;
	display:inline-block;
	width:74%;
	height:550px;
	overflow:hidden;
}

.question-text{
	position:relative;
	display:block;
	width:95%;
	margin:6% 0 2% 4%;
	z-index:9;
}

#footer-block{
	position:absolute;
	bottom:0;
	left:0;
	min-height:600px;
	width:100%;
	background:#13599f;
	box-shadow:0 0 4.5px #13599f;
	display:block;
	z-index:9;
}


.content-block{
	padding-bottom:700px;
}


.page-content{
	padding-bottom:700px;
}
.page-content-2{
	padding-bottom:700px;
}

.page-content-3{
	padding-bottom:700px;
}

.page-content-4{
	padding-bottom:700px;
}

.footer-contact{
	position:absolute;
	top:auto;
	bottom:27.5%;
	left:3.1%;
	width:450px;
}

.mail-block{
	position:absolute;
	top:auto;
	bottom:20.5%;
	right:3.6%;
	width:430px;
	text-align:left;
}

.white-logo{
	position:absolute;
	top:8%;
	left:0%;
	width:100%;
	display:block;
	
	text-align:center;
}

.social-footer{
	position:relative;
	display:block;
	margin:3.5% 0 0 3%;

}

.logo-footer{
	border:0px solid red;
}

.regular img {
    min-height: auto!important;
    /* box-shadow: 0 0 2px #20202a; */
	max-width:450px;
	width:450px;
	height:auto;
}

.regular .title-slider{
	font-size:1.32em;
}

}

@media only screen and (max-width:1180px){
/*
.top-page-grid .table-grid {
    display: table;
    position: relative;
    width: 390px;
    height: 275px;
    overflow: hidden;
    margin: 15px 17px;
    box-shadow: 0 0 3px #555;
}
*/
.top-title{
	display:table;
	position:absolute;
	height:350px;
	width:100%;
	top:0;
	left:0;
	z-index:9;
	border:0px solid green;
}

table.page-top {
    position: absolute;
    border: 0px solid red;
    top: 0;
    left: 0;
    z-index: 9;
    height:380px;
    width: 100%;
}

.images-head{
	position:relative;
	display:inline-block;
	width:78%;
    height:380px;
	overflow:hidden;
	z-index:1;
}

.head-image-block{
	position:relative;
	display:inline-block;
	width:78%;
    height:380px;
	overflow:hidden;
}

.head-image-block img{
	width:auto;
	min-width:100%!important;
	height:auto;
	min-height:380px!important;
	max-width:630px;
	z-index:6;
	display:block;
}

.blue-block{
	position:relative;
	display:inline-block;
	width:22%;
    height:380px;
	background:#13599f;
	float:left;
}

table.page-top td{
	top:0%;
	left:2.7%;
	position:relative;
}

table.page-top h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 3.14em;
    font-weight: 700;
    position: relative;
    z-index: 9;
    letter-spacing: 2.29px;
    line-height: 1.2;
}

.about-block .left {display:none}

.about-block .right {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.text-block p {
    color: #fff;
    font-size: .94em;
}

.news-front .views-row{
	position:relative;
	display:inline-block;
	width:44%;
	padding:1%;
	margin:0 1.5%;
	text-align:left;
	vertical-align:top;
	cursor:pointer;
}

.news-front .views-row:nth-child(3){
	display:none;
}

.news-image{
	position:relative;
	display:inline-block;
	margin-bottom:7px;
}

.news-image img {
    max-width: 400px;
    width: 100%;
    height: auto;
}

.right-page-grid a span {
    position: relative;
    z-index: 8;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 1%;
    font-size: 1.21em;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.2px;
    width: 100%;
    text-transform: uppercase;
}

.article-about-pages{
	position:relative;
	overflow:hidden;
	min-height:600px;
	display:inline-block;
	width:60%;
	border:0px solid blue;
	margin:0 3.25%;
	vertical-align:top;
}

.search-content .search-result{
	min-height:1100px!important;
	position:relative;
	height:auto;
	display:inline-block;
	width:60%;
	border:0px solid blue;
	margin:4% 0% 700px 3%;

}
/*
.contact-top .top-grid {
    display: inline-block;
    position: relative;
    margin-right: 45px;
    color: #fff;
    font-size: .708em;
    font-weight: 500;
    padding-left: 32px;
    letter-spacing: .35px;
}*/

.tb-megamenu .mega-nav > li, .tb-megamenu .dropdown-menu .mega-nav > li{text-align:left!important;}

.tb-megamenu .nav > li > a{
	font-family: 'Cormorant Garamond', serif;
	font-weight:900;
	font-size:.91em;
}

.tb-megamenu .dropdown-menu li > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
	clear: both;
	color: #000;
	display: block;
	line-height: 1.6;
	font-weight: 900;
	1padding: 10px 23px;
	text-shadow: none;
	white-space: nowrap;
	text-align:left;
	font-size:.95em;
	letter-spacing:.4px;
	position:relative;
}

.image-news{
	display:block;
	position:relative;
	bottom:0;
	margin:0;
	padding:0;
	margin-bottom:1%;
	vertical-align:top;
	border:0px solid green;
}

.page-content-news-2 .image-news img, .subpages .image-news img {
    width: 460px;
    height: auto;
}

.subpages .text-news ,
.page-content-news-2 .text-news{
    display: block;
    width: 94%;
    border: 0px solid red;
    vertical-align: top;
    margin-left:.35%;
    margin-top:2.5%;
}

.page-content-news-2 .news-page {
    min-height: 1000px!important;
    width: 64%;
    margin: 0 2% 700px 1%;
	
	border-right:1px solid rgba(0,0,0,.15);
}

.subpages .image-news{
	border-right:1px solid rgba(0,0,0,.15);
}

.right-page-grid .table-grid {
    display: table;
    position: relative;
    width: 270px;
    height: 180px;
    overflow: hidden;
    margin: 3px;
    box-shadow: 0 0 3px #555;
}

.right-page-grid a span {
    position: relative;
    z-index: 8;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 1%;
    font-size: 1.01em;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.2px;
    width: 100%;
    text-transform: uppercase;
}

.addtoany {
    position: relative;
    display: block;
    border: 0px solid blue;
    text-align: left;
    margin-top: 5.8%;
}

#show {
    display: block;
    margin-top: 5.5%!important;
    margin-left: 0%!important;
}

.pdf-block{
	border:0px solid red;
	display:block;
	margin:0!important;
	padding:0;
}

/*
.color-grid-block .table-grid {
	display:table;
	position:relative;
	width:450px;
	height:270px;
	overflow:hidden;
	margin:3%;
	box-shadow:0 0 3px #555;
}

.color-grid-block a span {
	position:relative;
	z-index:8;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	color:#fff;
	
	padding:0 0%;
	font-size:1.8em;
	font-weight:700;
	line-height:1.25;
	letter-spacing:1.2px;
	width:98%;
	text-transform:uppercase;
	
}*/

}

@media only screen and (max-width:1100px){


.tb-megamenu .nav > li > a{
	font-family: 'Cormorant Garamond', serif;
	font-weight:900;
	font-size:.85em!important;
}

.tb-megamenu .dropdown-menu li > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
	clear: both;
	color: #000;
	display: block;
	line-height: 1.6;
	font-weight: 900;
	1padding: 10px 23px;
	text-shadow: none;
	white-space: nowrap;
	text-align:left;
	font-size:.89em;
	letter-spacing:.4px;
	position:relative;
}

}

@media only screen and (max-width:1050px){

.regular{
	margin:380px auto 170px;
}

.regular img {
    min-height: auto!important;
    /* box-shadow: 0 0 2px #20202a; */
	max-width:640px;
	width:640px;
	height:auto;
}

.regular .title-slider{
	font-size:1.85em;
}

.galuzi-opys {
    position: absolute;
    display: block;
    z-index: 8;
    top: 20%;
    left: 3.5%;
    width: 92%;
}



}

@media only screen and (max-width:1060px){
	
.tb-megamenu .nav > li > a{
	font-family: 'Cormorant Garamond', serif;
	font-weight:900;
	font-size:.79em!important;
}

.tb-megamenu .dropdown-menu li > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
	clear: both;
	color: #000;
	display: block;
	line-height: 1.6;
	font-weight: 900;
	1padding: 10px 23px;
	text-shadow: none;
	white-space: nowrap;
	text-align:left;
	font-size:.85em;
	letter-spacing:.4px;
	position:relative;
}

}

@media only screen and (max-width:1020px){

/*
.regular img {
    min-height: 220px!important;
  
	max-width:390px;
	height:auto;
}

.regular .title-slider{
	font-size:1.32em;
}*/
/*
.header {
    position: relative;
    display: block;
    min-height: 94px;
    background: #232429;
    box-shadow: 0 0 3px #232429;
}
*/

.header {
    position: relative;
    display: block;
   z-index:9;
}

.logo {
    z-index:8;
}

.mova-block {
    position: absolute;
    top: 83px;
    left: 1.4%;
	z-index:9;
}

.contact-top{
	position:absolute;
	top:auto;
	bottom:17.5px;
	left:4%;
}

.search-btn {
    display: inline-block;
    position: absolute;
    top: 21%;
    right: 2%;
    margin-bottom: 4px;
    padding: 4px 8px;
    cursor: pointer;
}

.mova-block a{
	color:#000;
	font-size:.835em;
	letter-spacing:1px;
	font-weight:600;
	margin-right:13px;
	
	background:rgba(19,89,159,.11);
	padding:7px 10px;
	z-index:99;
	display:inline-block;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.big-blue-block{
	position:relative;
	display:inline-block;
	width:35%;
	height:640px;
	background:#13599F;
	float:left;
}

.big-image-block{
	position:relative;
	display:inline-block;
	width:65%;
	height:640px;
	float:right;
	overflow:hidden;
}

.hover-block{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(27, 46, 77,.53);
	z-index:8;
}

.bottom-btn a {
    margin: 5.5% 0;
    font-size: 1.44em;
    font-weight: 400;
    letter-spacing: 1.1px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.bottom-btn a:after {
    content: '';
    background: url(../images/go.png);
    background: url(/themes/viva/images/go.png) no-repeat;
    background-size: 32px 18px;
    width: 32px;
    height: 18px;
    position: relative;
    display: inline-block;
    top: -1px;
    left: 16px;
}

.big-title h2 {
    display: block;
    color: #fff;
    font-size: 3.79em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.14;
    z-index: 9;
    letter-spacing: 5.25px;
}

.big-title {
    position: absolute;
    display: block;
    top: 345px;
    left: 2.5%;
    z-index: 9;
}

#block-responsivemenumobileicon{
	background:#232429;
	padding:14px 10px;
	
	position:fixed;
	top:0px;
	left:0px;
	z-index:10;
}

#block-responsivemenumobileicon .label{
	display:none;
}

}

@media only screen and (max-width:1010px){

.tb-megamenu .nav > li > a{
	font-family: 'Cormorant Garamond', serif;
	font-weight:900;
	font-size:.77em!important;
}

.tb-megamenu .dropdown-menu li > a,
.tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
	clear: both;
	color: #000;
	display: block;
	line-height: 1.6;
	font-weight: 900;
	1padding: 10px 23px;
	text-shadow: none;
	white-space: nowrap;
	text-align:left;
	font-size:.87em;
	letter-spacing:.4px;
	position:relative;
}

}

@media only screen and (max-width:980px){
	
.tb-megamenu{display:none;}


#menu-viva{
	min-height:15px;
}

}

@media (min-width: 995px) { nav.responsive-menu-block-wrapper { display: block!important; } .responsive-menu-toggle-wrapper.responsive-menu-toggle { display: none!important; } }

@media only screen and (max-width:990px){
	
.question-form input.webform-button--submit {
    width: 455px;
    border: none;
    cursor: pointer;
    background: #20202a;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    padding: 16.2px 13px;
    font-size: .965em;
    margin: 30px auto 0;
    margin-left:0%;
    position: relative;
    display: block;
    font-weight: 600;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
}

@media only screen and (max-width:970px){


.color-grid-block .table-grid,
.top-page-grid .table-grid,
.services-front-block .table-grid {
    display: table;
    position: relative;
    width: 380px;
    height: 280px;
    overflow: hidden;
    margin: 8px 12px;
    box-shadow: 0 0 3px #555;
}



}

@media only screen and (max-width:950px){

body{
	font-size:18px;
}
/*
.color-grid-block .table-grid {
    display: table;
    position: relative;
    width: 400px;
    height: 250px;
    overflow: hidden;
    margin: 1.5%;
    box-shadow: 0 0 3px #555;
}*/

.big-title{
	position:absolute;
	display:block;
	top:300px;
	left:2.5%;
	z-index:9;
	border:0px solid green;
	width:90%;
}

.big-title h2{
	display:block;
	color:#fff;
	font-size:4.14em;
	text-transform:uppercase;
	font-weight:900;
	line-height:1.14;
	z-index:9;
	letter-spacing:5.25px;
}

#footer-block{
	position:absolute;
	bottom:0;
	left:0;
	min-height:750px;
	width:100%;
	background:#13599f;
	box-shadow:0 0 4.5px #13599f;
	display:block;
	z-index:9;
}


.content-block{
	padding-bottom:850px;
}


.page-content{
	padding-bottom:850px;
}
.page-content-2{
	padding-bottom:850px;
}

.page-content-3{
	padding-bottom:850px;
}

.page-content-4{
	padding-bottom:850px;
}

.white-logo {
    position: absolute;
    top: auto;
	bottom:13%;
    left: 0%;
    width: 100%;
    display: block;
    text-align: center;
}

.mail-block {
    position: absolute;
    top: auto;
    bottom: auto;
    right: auto;
	top:3%;
	left: 24.1%;
    width: 510px;
    text-align: left;
}

.footer-contact {
    position: absolute;
    top: auto;
    bottom: 39.15%;
    left: 24.1%;
    width: 510px;
}

.mail-block input {
    width: 490px;
    padding: 15px 13px;
    font-size: .935em;
    font-weight: 600;
    letter-spacing: 1px;
    color: #46464d;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    float: left;
    border: none;
}

.mail-block input.webform-button--submit {
    width: 515px;
    border: none;
    cursor: pointer;
    background: #FFA300;
    color: #000;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    padding: 15.2px 13px;
    font-size: .945em;
    margin: 26.5px 0 0;
    position: relative;
    display: block;
    font-weight: 600;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

}


@media only screen and (max-width:900px){
/*
.top-page-grid .table-grid {
    display: table;
    position: relative;
    width: 365px;
    height: 245px;
    overflow: hidden;
    margin: 10px 12px;
    box-shadow: 0 0 3px #555;
}
*//*
.color-grid-block .table-grid {
    display: table;
    position: relative;
    width: 365px;
    height: 245px;
    overflow: hidden;
    margin: 1.5%;
    box-shadow: 0 0 3px #555;
}

.color-grid-block a span {
    position: relative;
    z-index: 8;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 0%;
    font-size: 1.55em;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.2px;
    width: 98%;
    text-transform: uppercase;
}*/

}

@media only screen and (max-width:855px){

.contact-top{display:none;}

.menu-viva{
	display:none;
	min-height:0px;
	max-height:0px;
	height:0px;
	border:0px solid green;
}

.logo {
    position: relative;
    display: block;
    float: none;
    margin:3.75% auto -3%;
    width: 95%;
    border: 0px solid red;
    text-align: center;
}

.color-grid-block .table-grid,
.top-page-grid .table-grid,
.services-front-block .table-grid {
    display: table;
    position: relative;
    width: 350px;
    height: 260px;
    overflow: hidden;
    margin: 8px 9px;
    box-shadow: 0 0 3px #555;
}
/*
.top-page-grid .table-grid {
    display: table;
    position: relative;
    width: 350px;
    height: 260px;
    overflow: hidden;
    margin: 8px 9px;
    box-shadow: 0 0 3px #555;
}*/

.big-blue-block {
    height: 600px;
}

.big-image-block{
	height:600px;
}

.regular img {
    min-height: auto!important;
    /* box-shadow: 0 0 2px #20202a; */
	max-width:95%;
	width:95%;
	height:auto;
}

.regular .title-slider{
	font-size:1.7em;
}

.galuzi-opys {
    position: absolute;
    display: block;
    z-index: 8;
    top: 21%;
    left: 3.5%;
    width: 92%;
}

.question-form input {
    width: 530px;
    padding: 15px 13px;
    font-size: .965em;
    font-weight: 600;
    letter-spacing: 1px;
    color: #46464d;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    float: left;
    border: none;
}

.question-form input {
    width: 530px;
    padding: 15px 13px;
    font-size: .965em;
    font-weight: 600;
    letter-spacing: 1px;
    color: #46464d;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    float: left;
    border: none;
}

.question-form input.webform-button--submit {
    width: 555px;
    border: none;
    cursor: pointer;
    background: #20202a;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    padding: 16.2px 13px;
    font-size: .965em;
    margin: 30px auto 0;
    margin-left: 0%;
    position: relative;
    display: block;
    font-weight: 600;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.search-content .search-result {
    min-height: 1100px!important;
    position: relative;
    height: auto;
    display:block;
    width: 95%;
    border: 0px solid blue;
    margin: 4% auto 0px;
}

.search-content .right-page-grid {
    position: relative;
	display:block;
	bottom:0;
	float:none;
    width: 99.5%;
    border: 0px solid green;
    text-align: center;
    vertical-align: top;
    margin:40px 0 800px;
}

.right-page-grid .table-grid {
     display: table;
    position: relative;
    width: 330px;
    height: 230px;
    overflow: hidden;
    margin: 8px 9px;
    box-shadow: 0 0 3px #555;
}

.right-page-grid a span {
    position: relative;
    z-index: 8;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 1%;
    font-size: 1.61em;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.2px;
    width: 100%;
    text-transform: uppercase;
}

.article-about-pages {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: block;
    width: 97%;
    border: 0px solid blue;
    margin: 0 auto;
    vertical-align: top;
}

.right-page-grid {
    position: relative;
    display: block;
    width: 99%;
    border: 0px solid green;
    text-align: center;
    vertical-align: top;
	margin-top:7.5%;
}

.addtoany {
    position: relative;
    display: inline-block;
    border: 0px solid blue;
    text-align: left;
    margin-top: 5.8%;
}

#show {
    display:inline-block;
	vertical-align:bottom;
    margin-top: 0%!important;
    margin-left: 4%!important;
}

.pdf-block {
    border: 0px solid red;
    display: inline-block;
    margin: 0!important;
    padding: 0;
}

.about-text img, .node-content img {
    margin: 4.5% auto;
    box-shadow: 0 0 2px #777;
    text-indent: 0;
	display:block;
	width:85%;
	height:auto;
	
}

.subpages .text-news .title-block a {
    font-size: 1.85em!important;
    color: #000;
    font-weight:900;
	font-family: 'Cormorant Garamond', serif!important;
    margin: 1% 0 1.8%;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1.37;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35 ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.subpages .text-news p {
    font-size: 1.05em;
    color: #555;
    line-height: 1.46;
    padding: 0;
    text-indent: 0;
    margin-top: 0%;
    position: relative;
    display: inline-block;
}

a.btn-news{
	display:block!important;
	margin:5% 0 0!important;
	width:140px!important;
	clear:both!important;
	text-align:left;
	color:#777!important;
	text-transform:uppercase;
	font-size:1.65em!important;
	letter-spacing:1.2px!important;
	font-weight:600!important;
	z-index:9!important;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.page-content-news-2 .news-page{
	min-height:10px!important;
	position:relative;
	
	display:block;
	width:95%;
	border:0px solid blue;
	margin:0 auto 0%;

}

.page-content-news-2 .right-page-grid {
    position: relative;
	display:block;
	bottom:0;
	float:none;
    width: 99.5%;
    border: 0px solid green;
    text-align: center;
    vertical-align: top;
    margin:40px 0 800px;
}

.search-block #views-exposed-form-search-page-1 {
    display: block;
    min-width: 620px;
    position: relative;
    padding: 25px 20px 25px 50px;
    border: 0px solid red;
}
.search-block #views-exposed-form-search-eng-page-11 {
    display: block;
    min-width: 620px;
    position: relative;
    padding: 25px 20px 25px 50px;
    border: 0px solid red;
}

#views-exposed-form-search-eng-page-11 {
    display: block;
    min-width: 620px;
    position: relative;
    padding: 115px 20px 25px 50px;
    border: 0px solid red;
}
	
#views-exposed-form-search-page-1 {
    display: block;
    min-width: 620px;
    position: relative;
    padding: 115px 20px 25px 50px;
    border: 0px solid red;
}
	
}


@media only screen and (max-width:830px){
	
.news-front .views-row{
	position:relative;
	display:block;
	width:92%;
	padding:1%;
	margin:0 auto;
	text-align:left;
	vertical-align:top;
	cursor:pointer;
	
	margin-bottom:4.5%;
	padding-bottom:3.5%;
	border-bottom:1px solid #e4e4e4;
}

.news-front .views-row:nth-child(3){
	display:block;
	border:0px solid #e4e4e4;
}

.news-image{
	position:relative;
	display:inline-block;
	margin-bottom:7px;
}

.news-image img {
    max-width: 550px;
    width: 100%;
    height: auto;
}

.news-front .views-row h5 {
    font-size: 1.32em;
    color: #000;
    line-height: 1.45;
    font-weight: 600;
    margin: 2.1% 0 -4%;
    display: block;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.news-opys p {
    font-size: .94em;
    font-weight: 400;
    color: rgba(0,0,0,.75);
}


.white-logo {
    position: absolute;
    top: auto;
	bottom:13%;
    left: 0%;
    width: 100%;
    display: block;
    text-align: center;
}

.mail-block {
    position: absolute;
    top: auto;
    bottom: auto;
    right: auto;
	top:3%;
	left: 17.1%;
    width: 510px;
    text-align: left;
}

.footer-contact {
    position: absolute;
    top: auto;
    bottom: 39.15%;
    left: 17.1%;
    width: 510px;
}


}

@media only screen and (max-width:800px){
/*
.color-grid-block .table-grid {
    display: table;
    position: relative;
    width: 325px;
    height: 225px;
    overflow: hidden;
    margin: 1.3%;
    box-shadow: 0 0 3px #555;
}
*/

.color-grid-block .table-grid,
.top-page-grid .table-grid,
.services-front-block .table-grid {
    display: table;
    position: relative;
    width: 325px;
    height: 225px;
    overflow: hidden;
    margin: 8px 9px;
    box-shadow: 0 0 3px #555;
}

.bottom-big-title {
    display: block;
    margin: 4.5% 0 0;
    border: 0px solid #fff;
    width: 96%;
}

.bottom-btn a:after {display:none;}

.big-title {
    position: absolute;
    display: block;
    top: 270px;
    left: 2.5%;
    z-index: 9;
    border: 0px solid green;
    width: 90%;
}

.big-blue-block {
    height: 500px;
	width: 25%;
}

.big-image-block{
	height:500px;
	width:75%;
}

.bottom-btn {
    display:none;
}

.services-front-block {
    position: relative;
    display: block;
    text-align: center;
    background: #EFF1F4;
    padding: 7.5% 0 6%;
    margin: 500px auto 0;
    max-width: 1440px;
}

	
}

@media only screen and (max-width:785px){

.color-grid-block .table-grid,
.top-page-grid .table-grid,
.services-front-block .table-grid {
    display: table;
    position: relative;
    width: 525px;
    height: 335px;
    overflow: hidden;
    margin: 8px 9px;
    box-shadow: 0 0 3px #555;
}

.color-grid-block a span,
.top-page-grid a span,
.services-front-block a span {
    position: relative;
    z-index: 8;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 10%;
    font-size: 2.29em;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.2px;
    width: 100%;
    text-transform: uppercase;
}
/*
.top-page-grid .table-grid {
    display: table;
    position: relative;
    width: 525px;
    height: 335px;
    overflow: hidden;
    margin: 8px 9px;
    box-shadow: 0 0 3px #555;
}

.top-page-grid a span {
    position: relative;
    z-index: 8;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 10%;
    font-size: 2.29em;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.2px;
    width: 100%;
    text-transform: uppercase;
}*/

.right-page-grid .table-grid {
    display: table;
    position: relative;
    width: 300px;
    height: 210px;
    overflow: hidden;
    margin: 3px 13px;
    box-shadow: 0 0 3px #555;
}

.right-page-grid a span {
    position: relative;
    z-index: 8;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 1%;
    font-size: 1.41em;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.2px;
    width: 100%;
    text-transform: uppercase;
}

.about-block {
    height: 640px;
}

.about-block .right {
    height: 640px;
}

.text-block p {
    color: #fff;
    font-size: .99em;
}

.news-image img {
    max-width: 550px;
    width: 550px;
    height: auto;
}

.header {
    position: relative;
    display: block;
    min-height: 69px;
    background: #232429;
    box-shadow: 0 0 3px #232429;
}

.responsive-menu-toggle-icon {
    box-sizing: border-box;
    display: block;
    width: 60px;
    height: 38px;
	border:0px solid green;
   z-index:99999!important;
    margin-top: 2%;
    position: relative;
}

.responsive-menu-toggle-icon:before, .responsive-menu-toggle-icon:after, .responsive-menu-toggle-icon span.icon {
    background: #fff;
    content: '';
    display: block;
    width: 35px;
    height: 4.35px;
    position: absolute;
    top: 0;
    left: 13px;
    border-radius: 2px;
}

.responsive-menu-toggle-icon:after {
    top: 11px;
}

.responsive-menu-toggle-icon span.icon {
    top: 22px;
}

.silmar-block{
	position:relative;
	display:block;
	width:95%;
	margin:7% auto 0;
	border:0px solid green;

}

.silmar-block .views-row {
    position: relative;
    display: block;
    width: 97%;
    padding: 1%;
    margin: 0 auto 4%;
    text-align: left;
    vertical-align: top;
    cursor: pointer;
    border: 0px solid green;
	padding:1%;
}

.silmar-block .views-row a {
    font-size: 1.42em;
    color: #000;
    line-height: 1.35;
    font-weight: 700;
    margin: 3.1% 0 0%;
    display: block;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}	

.silmar-block .news-opys{
	position:relative;
	display:block;
	margin:2.3% 0 0;
}

.news-opys p{
    font-size: 1.0em!important;
    font-weight: 400;
    color: rgba(0,0,0,.75);
}

}

@media only screen and (max-width:765px){

.big-title {
    position: absolute;
    display: block;
    top: 290px;
    left: 2.5%;
    z-index: 9;
    border: 0px solid green;
    width: 90%;
}

.big-blue-block {
    height: 500px;
	width: 32%;
}

.big-image-block{
	height:500px;
	width:68%;
}

.big-title h2 {
    display: block;
    color: #fff;
    font-size: 3.94em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.14;
    z-index: 9;
    letter-spacing: 5.25px;
}

.bottom-big-title{
	margin:5.5% 0 0 ;
}

.bottom-big-title p {
    color: rgba(255,255,255,.88);
    font-size: 1.25em;
}

.logo {
    margin: 5.75% auto -3%;
}

.logo img{
    width: 320px;
    height: 78px;
}
	
}

@media only screen and (max-width:710px){
	


.mova-block{

	left:3.0%;
}
	
.mova-block a {
    color: #000;
    font-size: 1.15em;
    letter-spacing: 1px;
    font-weight: 600;
    margin-right: 13px;
    background: rgba(19,89,159,.11);
    padding: 7px 10px;
    z-index: 99;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.big-title {
    position: absolute;
    display: block;
    top: 300px;
    left: 2.5%;
    z-index: 9;
    border: 0px solid green;
    width: 90%;
}

.big-title h2 {
    display: block;
    color: #fff;
    font-size: 4.0em;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.14;
    z-index: 9;
    letter-spacing: 5.25px;
}

.bottom-big-title p {
    color: rgba(255,255,255,.88);
    font-size: 1.45em;
}

.color-grid-block .table-grid,
.top-page-grid .table-grid,
.services-front-block .table-grid {
    display: table;
    position: relative;
    width: 595px;
    height: 345px;
    overflow: hidden;
    margin: 8px 9px;
    box-shadow: 0 0 3px #555;
}

.color-grid-block a span,
.top-page-grid a span,
.services-front-block a span {
    position: relative;
    z-index: 8;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 10%;
    font-size: 3.09em;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.2px;
    width: 100%;
    text-transform: uppercase;
}
/*
.top-page-grid .table-grid {
    display: table;
    position: relative;
    width: 595px;
    height: 345px;
    overflow: hidden;
    margin: 8px 9px;
    box-shadow: 0 0 3px #555;
}

.top-page-grid a span {
    position: relative;
    z-index: 8;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 10%;
    font-size: 3.09em;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 1.2px;
    width: 100%;
    text-transform: uppercase;
}
*/
.text-block h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 3.29em;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.3px;
}

.text-block p {
    color: #fff;
    font-size: 1.72em!important;
}

.text-block {
    width: 90%;
    z-index: 9;
}

.about-block{
	height:1590px;
	min-height:1590px;
}

.about-block .right {
    min-height: 1400px;
    height: 1400px;
}

.galuzi-block{
	margin-top:-250px;
}

.galuzi-title{
	position:absolute;
	display:block;
	z-index:8;
	top:8%;
	left:3.5%;
}

.galuzi-title h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 3.35em;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1.3px;
}

.galuzi-opys p {
    color: #000;
    font-size: 1.45em;
    font-weight: 500;
}


.regular{
	margin:420px auto 170px;
}

.news-front .views-row {
    margin-bottom: 13.5%;
    padding-bottom: 4.5%;
	border-bottom: 3px solid #e4e4e4;
}

.footer-contact {
    position: absolute;
    top: auto;
    bottom: 34.15%;
    left: 11.1%;
    width: 510px;
}

.footer-contact .footer-grid {
    display: block;
    margin: 9px 0 0;
    position: relative;
    color: #fff;
    font-size: 1.45em;
    font-weight: 500;
    padding-left: 42px;
    letter-spacing: .4px;
}

.mail-block {
    position: absolute;
    top: auto;
    bottom: auto;
    right: auto;
    top: 3%;
    left: 11.1%;
    width: 510px;
    text-align: left;
}

.mail-block p {
    color: #fff;
    font-size: 1.45em;
}

#footer-block{
	position:absolute;
	bottom:0;
	left:0;
	min-height:880px;
	width:100%;
	background:#13599f;
	box-shadow:0 0 4.5px #13599f;
	display:block;
	z-index:9;
}


.content-block{
	padding-bottom:1050px;
}


.page-content{
	padding-bottom:1050px;
}
.page-content-2{
	padding-bottom:1050px;
}

.page-content-3{
	padding-bottom:1050px;
}

.page-content-4{
	padding-bottom:1050px;
}

.breadcrumb li {
    display: inline-block;
    margin-right: 15px;
    padding: 10px 10px;
    color: #13599f;
    font-weight: 500;
    font-size: 1.35em;
    letter-spacing: .4px;
}

.about-text {
    width:95%;
	margin:0 auto;
}

.subpages .text-news .title-block a {
    font-size: 2.20em;
}

.subpages .text-news p {
    font-size:.95em;
}

.article-about-pages .subpages .article-about-pages a.btn-news {
    display: block!important;
    margin: 5% 0 0!important;
    width: 140px!important;
    clear: both!important;
    text-align: left;
    color: #80acd9!important;
    text-transform: uppercase;
    font-size: 22.95em!important;
    letter-spacing: 1.2px!important;
    font-weight: 600!important;
    z-index: 9!important;
    text-indent: 0;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.page-content-news-2 .text-news .title-block a {
    font-size: 1.4em;
    color: #000;
    font-weight: 700;
    margin: 1% 0 1.8%;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1.37;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35 ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.text-news span {
    display: block;
    color: #80acd9;
    font-weight: 500;
    margin: 2px 0 10px;
    font-size: .99em;
}

.page-content-news-2 .text-news a.btn-news{
	display:block!important;
	margin:5% 0 0!important;
	width:140px!important;
	clear:both!important;
	text-align:left;
	color:#777!important;
	text-transform:uppercase;
	font-size:.83em!important;
	letter-spacing:1.2px!important;
	font-weight:600!important;
	z-index:9!important;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.news-page .views-row{
	border:none;
	border-bottom:2.5px solid #e4e4e4;
	padding-bottom:4%;
	margin-bottom:6%;
}

.page-content-news-2 .right-page-grid {
    position: relative;
    display: block;
    bottom: 0;
    float: none;
    width: 99.5%;
    border: 0px solid green;
    text-align: center;
    vertical-align: top;
    margin: 40px 0 940px;
}

.subpages .text-news a.btn-news {
    display: block!important;
    margin: 5% 0 0!important;
    width: 140px!important;
    clear: both!important;
    text-align: left;
    color: #80acd9!important;
    text-transform: uppercase;
    font-size: .95em!important;
    letter-spacing: 1.2px!important;
    font-weight: 600!important;
    z-index: 9!important;
    text-indent: 0;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#menu-viva{
	min-height:5px;
}

.new-search-block{
	position:absolute;
	top:14.5px;
	right:3.0%;
	min-width:400px;
	border:0px solid red;
}

.new-search-block input#edit-search-api-fulltext{
	display:inline-block!important;
	width:280px;
	padding:6px 13px;
	font-size:.7em;
	font-weight:600;
	letter-spacing:1px;
	color:#46464d;
	font-family: 'Roboto', sans-serif;
	margin-right:15px;
	border:none;
	box-shadow:0 0 1px #e4e4e4;
}

.new-search-block input.js-form-submit{
	width:125px;
	border:none;
	cursor:pointer;
	display:inline-block;
	background:#13599f;
	color:#fff;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing:1px;
	vertical-align:top;
	padding:5px 13px 5.4px;
	font-size:.88em;
	margin:.05px 0 0;
	vertical-align:top;
	position:relative;
	font-weight:800;
	box-shadow:0 0 0px #e4e4e4;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

}

/****************************************/
/****************************************/












