@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Vollkorn+SC:400,700,900&display=swap&subset=cyrillic');

body,div,p,span,a,li,h1,h2,h3,h4,h5,h6,b,strong {
	font-family: Open Sans;
}
a,input,textarea,button {
	text-decoration: none;
	outline: none!important;
}
.top_tour {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.top_tour .left {
	width: calc(100% - 300px);
}
.tree_holder {
	display:block;
	width:258px;
	height:258px;
}
.tree_holder g {
	transform: translate(0px, 60px);
}

.tree {
	fill: #d54027;
}

.circle-mask {
	transform-origin: 50% 90%;
	animation: scale 5s  ease-out;
}

@keyframes scale {
	0% {
		transform: scale(0.0);
	}
	7% {
		transform: scale(0.4);
	}
	100% {
		transform: scale(1);
	}
}
.preloader {
	background: #eaecfa;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: fixed;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .3s linear;
	opacity: 1;
	visibility: visible;
	z-index: 99999;
}
.preloader.inactive {
	opacity: 0;
	visibility: hidden;
}

.loader {
	width: 350px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	color: #ce4233;
	letter-spacing: 0.2em;
}
.loader::before, .loader::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #ce4233;
	position: absolute;
	-webkit-animation: load 1.5s infinite alternate ease-in-out;
	animation: load 1.5s infinite alternate ease-in-out;
}
.loader::before {
	top: 0;
}
.loader::after {
	bottom: 0;
}

@-webkit-keyframes load {
	0% {
		left: 0;
		height: 30px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 40px;
	}
	100% {
		left: 335px;
		height: 30px;
		width: 15px;
	}
}

@keyframes load {
	0% {
		left: 0;
		height: 30px;
		width: 15px;
	}
	50% {
		height: 8px;
		width: 40px;
	}
	100% {
		left: 335px;
		height: 30px;
		width: 15px;
	}
}

.post, .page {
	margin:0;
}
.frb_left {
	position: fixed;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #ffffff;
	transition: all .2s linear;
	z-index: 1;
}
.frb_right {
	position: fixed;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #ffffff;
	transition: all .2s linear;
	z-index: 1;
}
.frb_right.fixed.color,.frb_left.fixed.color {
	width: 36px;
}
/* sand */
.sandwich-full-screen {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.sandwich-full-screen .nav-toggle {
	position: relative;
	display: none;
	width: 35px;
	height: 25px;
	z-index: 15;
}
.sandwich-full-screen .nav-toggle span { 
	position: absolute; 
	left: 0; 
	top: 10px; 
}
.sandwich-full-screen .nav-toggle span, 
.sandwich-full-screen .nav-toggle span:before,
.sandwich-full-screen .nav-toggle span:after {
	position: absolute;
	display: block;
	content: '';
	height: 3px;
	width: 35px;
	background: #ffffff;
	border-radius: 1px;
	cursor: pointer;
	transition:all .3s linear;
}
.header.color .sandwich-full-screen .nav-toggle span, 
.header.color .sandwich-full-screen .nav-toggle span:before,
.header.color .sandwich-full-screen .nav-toggle span:after {
	background: #000000;
}
.sandwich-full-screen .nav-toggle span:before {
	top: -10px;
}
.sandwich-full-screen .nav-toggle span:after {
	bottom: -10px; 
}
.sandwich-full-screen .nav-toggle span, .sandwich-full-screen .nav-toggle span:before, .nav-toggle span:after {
}
.sandwich-full-screen .nav-toggle.active span {
	background-color: transparent;
}
.sandwich-full-screen .nav-toggle.active span:before, .sandwich-full-screen  .nav-toggle.active span:after {

}
.sandwich-full-screen .nav-toggle.active span {
	background: transparent!important;
}
.sandwich-full-screen .nav-toggle.active span:before {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	-ms-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px);
	background: #000;
}
.sandwich-full-screen .nav-toggle.active span:after {
	-webkit-transform: rotate(-45deg) translate(9px, -8px);
	-ms-transform: rotate(-45deg) translate(9px, -8px);
	transform: rotate(-45deg) translate(9px, -8px);
	background: #000;
}
.sandwich-full-screen .full-menu {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background: #fff;
	padding: 70px 70px 30px;
	overflow: hidden;
	transform-origin: center top;
	box-sizing: border-box;
	transform: scale(0);
	opacity: 0;
	transition: top .2s, opacity .4s ease-in-out;
}
.sandwich-full-screen .full-menu.active {
	transform:scale(1);
	opacity: 1;
}
.sandwich-full-screen .full-menu a {
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
}
.sandwich-full-screen .full-menu .menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.sandwich-full-screen .full-menu .menu>li {
	flex: 1;
}
.sandwich-full-screen .full-menu .menu>li>a {
	font-weight: 600;
	padding-bottom: 5px;
}
.sandwich-full-screen .full-menu .menu>li:not(:last-child) {
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ca2f19;
}
.menu .sub-menu {
	top: 100%;
	position: absolute;
	z-index: 5;
	min-width: 200px;
	background: white;
	border: 1px solid #CBCBCC;
	visibility: hidden;
	opacity: 0; 
	transform-origin: 0% 0%;
	transform: rotateX(-90deg);
	transition: .3s linear;  
	margin:0;
	padding: 18px 0;
	box-sizing: content-box;
}
.menu .sub-menu li {
	padding: 0 18px;
}
.menu .sub-menu li a:not(:first-child) {
	margin: 5px 0;
	display: block;
}
.menu .sub-menu li a {
	display: block;
}
.sandwich-full-screen .full-menu .menu>li>.sub-menu>li {

}
.sandwich-full-screen .full-menu .menu-holovne-container,.sandwich-full-screen .full-menu .menu-holovne-container > ul {
	height: 100%;
}
.menu .sub-menu .sub-menu {
	position: absolute;
	left: 100%;
	top: -1px;
	transition: .3s linear;
	margin-top: 0;
}
.menu>li:nth-of-type(3) .sub-menu .sub-menu,.menu>li:nth-of-type(4) .sub-menu .sub-menu {
	left: auto;
	right: 100%;
}
.menu li:hover > .sub-menu {
	transform: rotateX(0deg);
	visibility: visible;
	opacity: 1;
}
/* sand */
header.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 15px 70px 0;
	z-index: 10;
	box-sizing: border-box;
}
header.header .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0px;
	background: #ffffff;
	transition: all .2s linear;
	z-index: -1;
	max-height: 100%;
}
header.header .overlay.fixed.color {
	height: 100%;
	box-shadow: 2px 3px 4px -4px #000;
}
.admin-bar header.header {
	top: 32px;
}
header.header .wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
header.header nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex: 1;
	padding-left: 50px;
}
}
header.header nav>div {
	height: 100%;
}
header.header .logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
header.header .logo .custom-logo {
	max-height: 80px;
	width: auto;
	transition: all .3s linear;
}
header.header .logo h1 a,header.header .logo p a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-left: 15px;
	padding-top: 20px;
}
header.header .logo .name {
	font: 700 18px Open Sans;
	color: #e13131;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 5px;
}
header.header .logo .descr {
	font-size: 14px;
	color: #63aac8;
	text-transform: lowercase;
}
header.header .main_navigation ul.menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 100%;
}
header.header .main_navigation ul a {
	color: #ffffff;
	transition: all .3s linear;
}
header.header.color .main_navigation ul a {
	color: #000000;
}
/*header.header .main_navigation ul.menu>li> .sub-menu {
	background: #ffffff;
	padding: 15px 35px;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: calc(100% - 70px);
	margin: 0;
	column-count: 3;
	height: auto;
	transform-origin: top left;
	transform: scaleY(0) translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-out;
}
header.header .main_navigation ul.menu>li:hover> .sub-menu {
	transform: scaleY(1) translateX(-50%);
	opacity: 1;
	visibility: visible;
	}*/
	header.header .main_navigation ul .sub-menu a {
		color: #000000;
	}
	header.header .main_navigation ul .sub-menu li {
	/*page-break-inside: avoid;
	break-inside: avoid;*/
	margin-bottom: 4px;
	padding-bottom: 5px;
	position: relative;
}
header.header .main_navigation ul.menu > li > .sub-menu li:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	transition:all .3s ease-out;
	background: #d54027;
}
header.header .main_navigation ul.menu > li > .sub-menu li:hover:after {
	width: 30px;
}
header.header .main_navigation ul .sub-menu .sub-menu {

}
header.header .main_navigation ul .sub-menu .sub-menu a {

	font-weight: 400;
}
header.header .main_navigation ul.menu>li {
	cursor: pointer;
	height: 100%;
	display: flex;
	align-items: center;

}
header.header .main_navigation ul.menu li.menu-item-has-children >a {
	padding-right: 20px;
	position: relative;
}
header.header .main_navigation ul.menu li.menu-item-has-children > a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 46%;
	transform: translate(0,-50%) rotate(45deg);
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	width: 5px;
	height: 5px;
	transition: all .3s ease-out;
}
header.header .main_navigation ul.sub-menu li.menu-item-has-children > a:after {
	
	border-color: #000000;
}
header.header.color .main_navigation ul.menu>li > a:after {
	border-color: #000000;
}
header.header .main_navigation ul.menu>li:not(:last-child) {
	margin-right: 30px;
}
header.header .main_navigation ul.menu>li>a {
	text-transform: uppercase;
	font:600 16px Open Sans;
}
header.header .header_links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
header.header .header_links .text  {
	overflow: hidden;
	margin-left: 0;
	line-height: 1.2em;
	max-width: 0px;
	max-height: 0px;
	display: inline-block;
	transition: max-width .3s linear .3s, max-height .3s linear 0s, margin-left .3s linear .3s;
}
header.header .header_links a:hover .text  {
	margin-left: 12px;
	max-width: 130px;
	max-height: 100px;
	transition: max-width .3s linear, max-height .3s linear .3s,margin-left .3s linear;
}
header.header .header_links a:last-child .text  {
	line-height: 1;
}
header.header .header_links a:last-child  {
	background: #ca2f19;
}
header.header .header_links a:last-child:hover .text  {
	max-width: 60px;
}
header.header .header_links a  {
	color: #ffffff;
	font: 300 16px Open Sans;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 15px;
	min-width: 46px;
	border-radius: 46px;
	background: #312273;
}
header.header .header_links a:not(:first-child)  {
	margin-left: 15px;
}
.hero_main {
	min-height: 100vh;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}
.hero_main .lay {
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1.2);
	width: 100%;
	height: 100%;
	background: url(../img/hero-bg.jpg) 50% / cover no-repeat;
	animation: lay_drive 20s linear infinite;
}
@keyframes lay_drive {
	0% {
		transform: scale(1.2);
	} 
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
.hero_main .wrap {
	max-width: calc(100% - 70px);
	width: 100%;
	margin: 0 auto;
	height: 100%;
	flex: 1;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	color: #ffffff;
}
.hero_main .wrap h2 {
	font: 600 60px Vollkorn SC;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.hero_main .wrap .subtitle {
	font: 400 20px Open Sans;
	letter-spacing: 1px;
}
.hero_main .arrow {
	position: absolute;
	bottom: 40px;
	margin-bottom: 30px;
	right: 40px;
	color: #ffffff;
	font: 300 12px Open Sans;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hero_main .arrow .title {
	display: block;
	margin-bottom: 30px;
}
.hero_main .arrow .icons {
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 3px solid #d5402d;
	border-right: 3px solid #d5402d;
	transform: rotate(45deg);
	margin: -16px;
	animation: arrow_bot 2s infinite;
}
.hero_main .arrow .icons.sec{
	animation-delay: -0.2s;
}
.hero_main .arrow .icons.thi{
	animation-delay: -0.4s;
}
@keyframes arrow_bot {
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-5px,-5px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(15px,15px);
	}
}
.main_page_content {
	background: #eff8fc url(../img/narcis.svg) 100% 20%/ contain no-repeat;
	padding: 95px 70px 30px;
}
.main_page_content > h2 {
	color: #312273;
	font: 600 60px Vollkorn SC;
	margin-bottom: 55px;
}
.main_page_content .wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.main_page_content .wrap .main_news {
	width: calc(25% - 50px);
}
.main_page_content .wrap .main_news h3 {
	border-bottom: 1px solid #bfc6ca;
	font: 600 20px Vollkorn SC;
	color: #302374;
	margin-bottom: 15px;
}
.main_page_content .wrap .main_news h3 span {
	display: inline-block;
	padding-bottom: 23px;
	position: relative;
}
.main_page_content .wrap .main_news h3 span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 4px;
	background: #d54027;
}
.main_page_content .wrap .main_news .posts a {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	margin-bottom: 18px;
	min-height: 275px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	z-index: 0;
}
.main_page_content .wrap .main_news .posts a .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.main_page_content .wrap .main_news .posts a .title {
	padding: 15px 20px;
	background: rgb(0, 0, 0,.6);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.3em;
	width: 100%;
}

.main_page_content .wrap .post_timeline {
	width: 50%;
}
.main_page_content .post_timeline .owl-stage-outer {
	border-bottom: 1px solid #bfc6ca;
	text-align: center;
}
.main_page_content .post_timeline .owl-stage-outer h3 {
	font: 600 20px Vollkorn SC;
	color: #312273;
	opacity: .6;
	transition: all .3s ease-out;
	transform: scale(.8);
}
.main_page_content .post_timeline .owl-stage-outer h3 span {
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	font-family: Vollkorn SC;
}
.main_page_content .post_timeline .owl-stage-outer .center h3 {
	color: #312273;
	transform: scale(1);
	opacity: 1;
}
.main_page_content .post_timeline .owl-stage-outer h3 span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 4px;
	max-height: 0px;
	overflow: hidden;
	background: #d54027;
	transition: all .3s ease-out;
}
.main_page_content .post_timeline .owl-stage-outer h3:hover span:after,.main_page_content .post_timeline .owl-stage-outer .center h3 span:after {
	max-height: 4px;
}
.main_page_content .post_timeline .owl-nav {
	position: absolute;
	left: 0;
	top: 40%;
	transform: translateY(-50%);
	width: 100%;
	margin:0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.main_page_content .post_timeline .owl-nav button {
	outline: none!important;
	font-size: 30px;
	color: #d54027;
	background: transparent!important;
	padding: 5px 10px!important;
	width: calc(100% / 3);
	transition: all .2s linear;
	margin: 0!important;
	transform-origin: center;
}
.main_page_content .post_timeline .owl-nav button:hover {
	transform: scale(1.15);
	color: #d54027;
}
.main_page_content .post_timeline .owl-nav button.owl-prev {
	text-align: left;
}
.main_page_content .post_timeline .owl-nav button.owl-next {
	text-align: right;
}
.main_page_content .post_timeline .in_cat_content .item {
	padding: 18px 0;
	border-bottom: 1px solid #bfc6ca;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.main_page_content .post_timeline .in_cat_content {
	padding-top: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.main_page_content .post_timeline .in_cat_content .item:last-child {
	border-color: 0px;
}
.main_page_content .post_timeline .in_cat_content .item .date {
	color: #ababab;
	font: 600 10px Open sans;
	margin-right: 18px;
}
.main_page_content .post_timeline .in_cat_content .item .views {
	color: #61bde4;
	font: 400 10px Open sans;
}
.main_page_content .post_timeline .in_cat_content .item .title {
	margin: 15px 0 10px;
	font: 600 16px Open sans;
	color: #000000;
}
.main_page_content .post_timeline .in_cat_content .item .text {
	color: #000000;
	font: 400 14px Open sans;
	opacity: .6;
}
.main_page_content .post_timeline .in_cat_content .to_cat {
	margin-top: 45px;
	display: inline-block;
	-ms-align-self: center;
	align-self: center;
	padding: 12px 35px;
	border:1px solid #ca3019;
	color: #ca3019;
	text-transform: uppercase;
	font:600 12px Open sans;
	transition: all .3s ease-out;
}
.main_page_content .post_timeline .in_cat_content .to_cat:hover {
	color: #ffffff;
	background: #ca3019;
}

.main_page_content .wrap aside {
	width: calc(25% - 50px);
}
.widget.widget_media_image {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 50px;
}
.widget.widget_media_image h3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-left: 20px;
}
.widget.widget_media_image img {
	border-radius: 50%;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.widget.widget_media_image h3 .subtitle {
	font: 12px Open sans;
	color: #929292;
	margin-bottom: 5px;
}
.widget.widget_media_image h3 .title {
	font: 600 14px Open sans;
	color: #312273;
	line-height: 1.5em;
	max-width: 70%;
}
.widget.widget_nav_menu h3,.widget.widget_categories h3,aside .main_news h3,h3.content_title {
	border-bottom: 1px solid #bfc6ca;
	font: 600 20px Vollkorn SC;
	color: #302374;
	margin-bottom: 15px;
}
.widget.widget_nav_menu h3 span,.widget.widget_categories h3 span,aside .main_news h3 span,h3.content_title span {
	display: inline-block;
	padding-bottom: 23px;
	position: relative;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.widget.widget_nav_menu h3 span:after,.widget.widget_categories h3 span:after,aside .main_news h3 span:after,h3.content_title span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 4px;
	background: #d54027;
}
.widget.widget_nav_menu #menu-korysni li {
	background: #ffffff;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	padding: 5px 15px;
	margin-bottom: 15px;
}
.widget.widget_nav_menu #menu-korysni li a {
	color: #312273;
	text-transform: uppercase;
	font-size: 14px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.widget.widget_nav_menu #menu-holovne li {
	position: relative;
}
.widget.widget_nav_menu #menu-holovne>li {
	display: none;
}
.widget.widget_nav_menu #menu-holovne>li>a {
	position: relative;
	padding-bottom: 13px;
	display: inline-block;
	font-weight: 600;
	text-transform: none;
}

.widget.widget_nav_menu #menu-holovne .current_page_item > a {
	color: #61bde4;
}


.widget.widget_nav_menu #menu-holovne>li>a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 4px;
	background: #d54027;
}
.widget.widget_nav_menu #menu-holovne>li>.sub-menu>li:before {
	content:"";
	position: absolute;
	left: 0;
	top: .5em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ca3019;
}
.widget.widget_nav_menu #menu-holovne .current_page_item:before {
	background: #61bde4!important;
}
.widget.widget_nav_menu #menu-holovne>li>.sub-menu>li>.sub-menu:before {
	content: "";
	left: 0;
	top: 50%;
	width: 3px;
	height: calc(100% - 1em);
	background: #ca3019;
	display: block;
	position: absolute;
	transform: translate(0px, -50%);
}
.widget.widget_nav_menu #menu-holovne>li>.sub-menu>li>.sub-menu a {
	font-size: 14px;
}
.widget.widget_nav_menu #menu-holovne a {
	color: #312273;
	text-transform: uppercase;
	font: 500 16px Open sans;
}
.widget.widget_nav_menu #menu-holovne>li.current-menu-parent,.widget.widget_nav_menu #menu-holovne>li.current-menu-ancestor {
	display: block;
}
.widget.widget_nav_menu #menu-holovne>li.current-menu-parent>.sub-menu,.widget.widget_nav_menu #menu-holovne>li.current-menu-ancestor>.sub-menu {
	position: relative;
	transform: none;
	opacity: 1;
	visibility: visible;
	background: transparent;
	border: 0px;
	padding: 0;
}
.widget.widget_nav_menu #menu-holovne>li.current-menu-parent>.sub-menu li .sub-menu,.widget.widget_nav_menu #menu-holovne>li.current-menu-ancestor>.sub-menu li .sub-menu {
	transform: rotateX(0);
	padding: 0;
	position: relative;
	visibility: visible;
	opacity: 1;
	left: 0;
	background: transparent;
	border:0;
	top: 0;
}
.widget.widget_nav_menu #menu-holovne>li>.sub-menu {
	padding-top: 10px!important;
	border-top: 1px solid #bfc6ca!important;
}
.main_tour {
	padding: 30px 70px 30px;
}
.main_tour h2 {
	font:600 60px Vollkorn SC;
	color: #ca3019;
	margin-bottom: 45px;
}
.menu-image-hover-wrapper img.hovered-image, .menu-item.active .menu-image-hover-wrapper img.menu-image {
	opacity: 0;
	transition: opacity 0.25s ease-in-out 0s;
}
.menu-item.active img.hovered-image {
	opacity: 1;
}
.main_tour .tour_control {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.main_tour .tour_control .controls {
	width: 25%;
}
.main_tour .tour_control > .content {
	width: calc(75% - 50px);
	min-height: 60vh;
}
.main_tour .tour_control > .content h3 {
	color: #312273;
	text-transform: uppercase;
	font: 600 30px Vollkorn SC;
	text-align: right;
	margin-bottom: 10px;
}
.main_tour .tour_control > .content p {
	margin:10px 0;
	line-height: 1.2em;
}
.main_tour .tour_control .content a {
	font-weight: 600;
	font-family: Vollkorn SC;
	color: #d5402d;
}
.main_tour .tour_control .content strong {
	font-weight: 600;
}
.main_tour .controls li {
	position: relative;
}
.main_tour .controls li a {
	display: block;
	padding: 35px 0;
	z-index: 1;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
/* START wow */
.wow-right {
	position: relative;
	overflow: hidden;
	transition: all .4s ease-in-out 1s;
	transform: translateY(0px);
}
.wow-right.wow-stay {
	transform: translateY(0);
}
.wow-right:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	z-index: 2;
	width: 5px;
	height: 0;
	background: #9e140f;
	transition: height .2s ease, width .8s ease-in-out .4s, left .8s ease-in-out 1.2s;
}
.wow-right.wow-stay:before {
	left: -100%;
	transition: height .2s ease, width .8s ease-in-out 0s, left .8s ease-in-out .4s;
}
.wow-right:after {
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all .8s ease-in-out 2s;
}
.wow-right.wow-stay:after {
	transition: all 1.2s ease-in-out 0s;
}
.wow-right.wow-stay:after {
	right: 200%;
	left: 0%;
}
.wow-right.active:before {
	height: 100%;
	width: 100%;
	left: 100%;
}
.wow-right.active:after {
	left: 100%;
}
.wow-right.active {
	transform: translateY(0);
}
/* END wow */
.gsInformer {
	max-width: 100%;
}
.main_tour .controls li .menu-image-title {
	font:bold 16px Open Sans;
	color: #d54027;
	display: inline-block;
	margin-left: 10px;
	transition:all .3s linear;
}
.main_tour .controls li.active .menu-image-title,.main_tour .controls li:hover .menu-image-title {
	color: #ffffff;
}
.main_tour .controls li:before {
	content: "";
	position: absolute;
	display: block;
	transition:all .3s linear;
	left: -35px;
	width: 0px;
	height: 100%;
	background: #d54027;
	z-index: 1;
	top: 0;
}
.main_tour .controls li.active:before {
	width: calc(100% + 105px);
}
.main_tour .controls li:hover:before {
	width: calc(100% + 105px);
}
.main_tour .controls li.active {

}
.footer {
	padding: 35px 70px;
	background: #312273;
	color: #ffffffc9;
	z-index: 1;
	position: relative;
}
.footer .wrap .top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
footer.footer .logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-top: -20px;
}
footer.footer .logo .custom-logo {
	max-height: 80px;
	width: auto;
}
footer.footer .logo h1 a,footer.footer .logo p a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-left: 15px;
}
footer.footer .logo .name {
	font: 700 18px Open Sans;
	color: #e13131;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 15px;
}
footer.footer .logo .descr {
	font-size: 14px;
	color: #63aac8;
	text-transform: lowercase;
}
footer.footer .top div.content {
	text-align: center;
	width: 50%;
}
footer.footer .top > div {
	width: 25%;
}
footer.footer .top .content p {
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
}
footer.footer .top .content a {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	color: inherit;
}
footer.footer .top .links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
	margin-top: 15px;
}
footer.footer .top .soc {
	text-align: right;
}
footer.footer .top .links a {
	border-radius: 50%;
	background: #ffffff;
	color: #312273;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
footer.footer .bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
	-ms-align-items: center;
	align-items: center;
}
footer.footer .bottom .copy,footer.footer .bottom .sub-copy {
	opacity: .2;
	font: 600 10px Open sans;
}
/* news */
.category_page {
	padding: 150px 140px;
	background: #eff8fc;
}
.category_page h1 {
	color: #312273;
	font: 600 36px Vollkorn SC;
	margin-bottom: 60px;
	margin-top: 30px;
}
.category_page .wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.category_page .wrap .left_side {
	width: 23%;
}
.category_page .wrap .content-area {
	width: calc(77% - 60px);
}
.widget.widget_categories ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.widget.widget_categories ul li {
	margin-right: 7px;
	margin-bottom: 10px;
}

.widget.widget_categories ul li a {
	display: inline-block;
	padding: 8px 13px;
	border:1px solid #bfc6ca;
	transition: all .3s ease-out;
	font: bold 12px Open sans;
	color: #000000;
}
.widget.widget_categories ul li a:hover,.widget.widget_categories ul li.current-cat a {
	color: #ffffff;
	background: #61bde4;
}
aside .main_news .item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dae2e5;
}
aside .main_news .item .img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
}
aside .main_news .item .content {
	width: calc(100% - 115px);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-around;
}
aside .main_news .item .content .title {
	color: #000000;
	font: bold 14px Open sans;
}
aside .main_news .item .content .date {
	color: #929292;
	font: 10px Open sans;
}
aside .main_news .item .content .date i {
	color: #76c6e7;
	margin-right: 7px;
}
.category_page .content-area .item, .content-area .latest .item {
	padding-bottom: 20px;
	border-bottom: 1px solid #bfc6ca;
	margin-bottom: 20px;
}
.category_page .content-area.single p, .category_page .content-area.single div, .category_page .content-area.single {
	font: 16px Open sans;
	line-height: 1.3em;
	text-align: justify;
	margin-bottom: 15px;
}
.category_page .content-area.single .date {
	font-size: .8em;
	padding-top: 5px;
	position: relative;
	display: block;
	font-weight: bold;
}
.category_page .content-area.single .views {
	font-size: .8em;
	padding-top: 7px;
	position: relative;
	display: block;
}
.category_page .content-area.single .date:before {
	content: "";
	top:0;
	left: 0;
	width: 30px;
	height: 1px;
	background: #cccccc;
}
.category_page .content-area.single td {
	text-align: center;
	padding: 3px 5px;
	word-break: break-word
}
.category_page .content-area.single table {
	
}
table, th, td {
	border: 1px solid black;
}
.category_page .content-area.single .post_ar img {
	transition: all .5s ease-out;
	box-shadow: 1px 2px 5px -2px #000;
	/*max-height: 40vh;*/
	position: relative;
	z-index: 1
}
blockquote {
	margin: 0;
	padding: 40px;
	color: #3F484D;
	position: relative;
	font-family: 'Lato', sans-serif;
	text-align: center;
}
blockquote:before, blockquote:after {
	font-size: 45px;
	color: #3CA1D9;
	position: absolute;
	height: 2px;
	left: 40px;
	right: 40px;
	line-height: .5;
	background: linear-gradient(to right, #3CA1D9 45%, transparent 45%, transparent), linear-gradient(to right, transparent, transparent 55%, #3CA1D9 55%);
	font-family: serif;
}
blockquote:before {
	content: "\201C";
	top: 30px;
}
blockquote:after {
	content: "\201D";
	bottom: 30px;
}
blockquote p {
	font-size: 20px;
}
blockquote footer {
	margin-bottom: 1em;
}
blockquote cite {
	font-style: normal;
}
.category_page .content-area.single .post_ar img:hover {
	/*transform: scale(2);*/
	box-shadow: 3px 7px 10px -7px #000;
}
.category_page .content-area.single .slider img {
	max-height: 300px;
	width: auto;
}
.category_page .content-area.single .slider .owl-item {
	filter: brightness(.5);
	transition: all .3s ease-out;
	box-shadow: 3px 7px 10px -7px #000;
}
.category_page .content-area.single .slider .owl-dot span {
	width: 50px;
	height: 50px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: all .2s ease;
	border-radius: 0;
	opacity: .5;
}
.category_page .content-area.single .slider .owl-dot.active span,.category_page .content-area.single .slider .owl-dot:hover span {
	box-shadow: 3px 7px 10px -7px #000;
	opacity: 1;
}
.category_page .content-area.single .slider .owl-item.center {
	filter: brightness(1);
}
.alignleft {
	margin-bottom: .5em;
}
.category_page .content-area.single .slider .owl-nav {
	position: absolute;
	top: 30%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	color:#ffffff;
}
.category_page .content-area.single .slider .owl-stage {
	padding-bottom: 10px;
}
.category_page .content-area.single .slider .owl-nav button {
	position: absolute;
	transition: all .3s linear;
	font-size: 36px;
}
.category_page .content-area.single .slider .owl-nav button.owl-next {
	right: 0;
}
.category_page .content-area.single .slider div {
	margin-bottom: 0;
}
.category_page .content-area.single .slider .owl-nav button:hover {
	background: transparent;
	color: #d54027;
}
.category_page .content-area.single .slider .owl-dots {
	margin-top: 10px;
	margin-left: -7px;
}
.hidden {
	display: none!important;
}
.category_page .content-area .item .entry-title a, .content-area .latest .item .title {
	color: #000;
	font:bold 16px Open sans;
	margin-bottom: 20px;
	display: block;
}
.category_page .content-area .item .double,.content-area .latest .item .double {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.category_page .content-area .item .double .img,.content-area .latest .item .double .img {
	max-width: 270px;
	overflow: hidden;
	max-height: 150px;
	display: block;
	width: 100%;
	text-align: center;
	margin-right: 30px;
	box-shadow: 3px 7px 10px -7px #000;

}
.category_page .content-area .item .double .img img,.content-area .latest .item .double .img img {
	margin: 0 auto;
	min-width: 100%;
}
.category_page .content-area .item .double .content,.content-area .latest .item .double .content {
	width: calc(100% - 300px);
}
.category_page .content-area .item .double .content .entry-meta,.content-area .latest .item .double .content .entry-meta {
	font: bold 10px Open sans;
	color: #ababab;
	margin-bottom: 20px;
	display: inline-block;
}
.category_page .content-area .item .double .content .entry-meta i,.content-area .latest .item .double .content .entry-meta i {
	color: #76c6e7;
	margin-right: 7px;
}
.content-area .latest .item {
	display: block;
	color: #000;
}
.breadcrumbs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	
}
.breadcrumbs .breadcrumbs__link {
	font: 14px Open sans;
	color: #312273;
}
.breadcrumbs .breadcrumbs__current {
	font: 14px Open sans;
	color: #8d8d8d;
}
.breadcrumbs .breadcrumbs__separator {
	display: inline-block;
	margin:0 7px;
	font-size: 17px;
}
.load_more {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin: 35px auto;
	color: #312273;
	font-size: 12px;
	outline: none;
}
.load_more .icon {
	width: 18px;
	height: 18px;
	background: url(../img/load-icon.png) 50% / contain no-repeat;
	transition: all .3s ease-out;
	margin-right: 15px;
}
.load_more:hover .icon {
	transform: rotate(90deg);
}
.navigation.pagination .nav-links .page-numbers {
	color: #312273;
	font: 12px Open sans;
	padding: 9px;
	margin-right: 40px;
	min-width: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	transition: all .2s ease-out;
}
.navigation.pagination .nav-links .page-numbers:hover:not(.next),.navigation.pagination .nav-links .page-numbers.current:not(.next) {
	background: #61bde4;
	color: #ffffff;
}
.sharers {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 15px 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	color: #ca3019;
	font: bold 16px Open sans;
}
.sharers a {
	color: #61bde4;
	margin-right: 10px;
}
.sharers a .fa {
	font-size: 16px;
}
.sharers .title {
	margin-right: 12px;
	margin-bottom: 0!important;
}
h2.cat_page_title {
	color: #312273;
	font: 600 36px Vollkorn SC;
	margin-bottom: 60px;
	margin-top: 30px;
}
h1.in-page {
	margin-top: 0;
}
.search_popup_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: #000000cf;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-out;
}
.search_popup {
	position: fixed;
	width: 50vw;
	height: auto;
	background: #fff;
	z-index: 100;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s ease-out;
	opacity: 0;
	visibility: hidden;
}
.search_popup_bg.active,.search_popup.active {
	opacity: 1;
	visibility: visible;
}
.search_popup .search .sear {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	position:relative
}
.search_popup .search .sear .errmsg {
	position:absolute;
	top:100%;
	left:0;
	width:calc(100%);
	background:#ffffff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	z-index:20;
	-webkit-box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	max-height:80vh;
}
.search_popup .search .sear .errmsg h2 {
	padding:11px;
	border-bottom:1px solid #ccc
}
.search_popup .search .sear .errmsg h2 a {
	color:#000000;
	font-size:14px;
	display:block
}
.search_popup .search .sear input {
	padding:11px;
	background:#ffffff;
	width:100%;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	border:0px;
	outline:none;
	border:1px solid #f78604;
	font-size: 14px;
}
.not-found p {
	font-size: 16px;
	margin-bottom: 15px;
}
.not-found .search-form {
	margin-bottom: 25px;
}
.not-found .search-field {
	min-width: 250px;
	padding: 3px 10px;
	border-radius: 0px;
}
.not-found .search-submit {
	display: inline-block;
	padding: 6px 35px;
	border: 1px solid #ca3019;
	background: #fff;
	color: #ca3019;
	border-radius: 0;
	text-transform: uppercase;
	font: 600 12px Open sans;
	transition: all .3s ease-out;
	cursor: pointer;
}
.not-found .search-submit:hover {
	background: #ca3019;
	color: #ffffff;
}
.not-found h2.widgettitle,.not-found .widget_categories h2.widget-title {
	position: relative;
	padding-bottom: 13px;
	display: inline-block;
	font-weight: 600;
	text-transform: none;
}
.not-found h2.widgettitle:before,.not-found .widget_categories h2.widget-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 4px;
	background: #d54027;
}
.not-found .widget_recent_entries ul,.not-found .widget_categories ul {
	padding-top: 10px!important;
	border-top: 1px solid #bfc6ca!important;
}
.not-found .widget_recent_entries ul a {
	color: #000;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 5px;
	transition: all .3s linear;
}
.not-found .widget_recent_entries ul a:hover {
	opacity: .6;
}
.not-found h1 {
	font-size: 24px;
}
.wpcf7-form input, .wpcf7-form textarea {
	padding: 5px 10px;
	max-width: 100%;
}
.wpcf7-form .wpcf7-submit {
	display: inline-block;
	padding: 6px 35px;
	border: 1px solid #ca3019;
	background: #fff;
	color: #ca3019;
	border-radius: 0;
	text-transform: uppercase;
	font: 600 12px Open sans;
	transition: all .3s ease-out;
	cursor: pointer;
}
.wpcf7-form .wpcf7-submit:hover {
	background: #ca3019;
	color: #ffffff;
}
.main_tour.in {
	padding: 150px 70px 30px;
}
.main_tour h1 {
	font: 600 60px Vollkorn SC;
	color: #ca3019;
	margin-bottom: 45px;
}
.main_tour.in .controls li a {
	padding: 10px 0;
}
.main_tour.in .archive-description {
	max-width: 80%;
	margin:0 0 50px;
	color: #312273;
}
.main_tour.in .butts {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}
.main_tour.in .butts h3 {
	padding: 22px 28px;
	text-transform: uppercase;
	color: #312273;
	font: 600 16px Open sans;
	border:1px solid #ebebeb;
}
.main_tour.in .butts .map {
	padding: 22px 28px;
	text-transform: uppercase;
	color: #312273;
	font: 600 16px Open sans;
	border:1px solid #ebebeb;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.main_tour.in .butts .map .icon {
	width: 31px;
	height: 31px;
	background: url(../img/map.png) 50% / contain no-repeat;
	margin-right: 15px;
}
.main_tour.in .tour_control .content .double {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding-left: 30px;
	position: absolute;
	width: 100%;
}
.main_tour.in .tour_control > .content {
	position: relative;
}
.main_tour.in .tour_control .content .double a {
	color: #ffffff;
	background: #d54027;
	font-weight: 400;
	padding: 21px 40px;
	text-transform: uppercase;
	font-family: Open sans;
	font-size: 12px;
	position: relative;
}
.main_tour.in .tour_control .content .double h3 {
	background: #ffffff;
	padding: 5px 20px;
	font-size: 24px;
}
.main_tour.in .tour_control .content .imgs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.main_tour.in .tour_control .content .imgs img:last-child {
	-ms-align-self: flex-end;
	align-self: flex-end;
	margin:20px 0;
}
.more_tour {
	background: #eff8fc;
	padding: 90px 35px;
}
.more_tour h2 {
	font-size: 36px;
	font-family: Vollkorn SC;
	margin-bottom: 30px;
	color: #312273;
}
.more_tour .wrap {
	max-width: calc(100% - 70px);
	width: 100%;
	margin: 0 auto;
}
.more_tour .items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}
.more_tour .items a {
	position: relative;
	width: calc(100% / 5 - 6px);
	min-height: 175px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.more_tour .items a .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: brightness(.5);
}
.more_tour .items a .title {
	position: relative;
	font: bold 18px Open sans;
	color: #ffffff;
}
.more_tour .items a:nth-of-type(1) .img {
	background: url(../img/map.jpg) 50% / cover no-repeat;
}
.more_tour .items a:nth-of-type(2) .img {
	background: url(../img/hot.jpg) 50% / cover no-repeat;
}
.more_tour .items a:nth-of-type(3) .img {
	background: url(../img/ea.jpg) 50% / cover no-repeat;
}
.more_tour .items a:nth-of-type(4) .img {
	background: url(../img/cast.jpg) 50% / cover no-repeat;
}
.more_tour .items a:nth-of-type(5) .img {
	background: url(../img/help.jpg) 50% / cover no-repeat;
}
.more_tour .in_cat_content .owl-stage {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-bottom: 10px;
}
.more_tour .out_wrap {
	padding: 0 70px;
}
.more_tour .owl-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 40%;
	left: -55px;
	width: calc(100% + 110px);
}
.more_tour .owl-nav button {
	font-size: 46px;
	padding: 0 15px;
	transition: all .3s linear;
}
.more_tour .owl-nav button i {
	font-size: 36px;
	

}
.more_tour .owl-nav button:hover {
	background: transparent!important;
	color: #d54027!important;
}
.more_tour .in_cat_content .owl-item {
	box-shadow: 3px 4px 10px -4px #000000;
	display: block;
	background: #ffffff;
}
.more_tour .in_cat_content .item .img {
	max-height: 245px;
	overflow: hidden;
	display: block;
}
.more_tour .in_cat_content .item .bot {
	padding: 30px 20px 15px; 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	color: #000000;
}
.more_tour .in_cat_content .item .date {
	opacity: .6;
	font-size: 12px;
	margin-bottom: 20px;
}
.more_tour .in_cat_content .item .title {
	font:bold 16px Open sans;
	line-height: 1.4em;
	margin-bottom: 18px;
}
.more_tour .in_cat_content .item .text {
	font:12px Open sans;
	opacity: .8;
}
.modern_table {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.modern_table table {
	width: calc(100% / 3)!important;
	border:0;
	margin-bottom: 5px;
	box-shadow: 0 0 10px -7px #000;
	padding: 10px 5px;
	display: block;
}
.modern_table table tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: 100% !important;
}
.modern_table a, .depts a {
	color:#ed3e33;
	font-weight: 700;
}
.modern_table table td {
	border: 0;
	width: 100% !important;
}
.modern_table table td p {
	margin-bottom: 5px!important;
}
.depts table  {
	border:0;
}
.depts table tbody {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.depts table tr {
	width: calc(100% / 3);
	margin-bottom: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	border:0;
	height: auto !important;
	padding: 10px 5px;
	box-shadow: 0 0 10px -7px #000;
}
.depts table tr:not(:nth-of-type(3n)) {

}
.depts table tr td {
	border:0;
	width: 100% !important;
	height: auto !important;
}
.depts table tr td:nth-of-type(1) {
	display: none !important;
}
.depts table tr td:nth-of-type(2) {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	justify-content: flex-end;
	font-weight: 700;
	text-transform: uppercase;
}
.depts table tr td:nth-of-type(4) {
	font-weight: 700;
	text-transform: lowercase;
	font-size: .9em;
	max-width: 70%;
	width: 100%;
	margin: 0 auto;
}
.depts table tr td:last-child {
	text-transform: lowercase;
}
.depts table tr td img {
	width: 70%;
	object-fit: contain;
	max-height: 280px;
	height: 280px;
}
@media screen and (max-width: 1500px) {
	header.header nav {
		padding-left: 20px;
	}
	header.header .main_navigation ul.menu>li:not(:last-child) {
		margin-right: 15px;
	}
	header.header .main_navigation ul.menu li.menu-item-has-children >a {
		padding-right: 15px;
	}
	header.header .main_navigation ul.menu li.menu-item-has-children > a:after {
		width: 5px;
		height: 5px;
	}
	header.header .main_navigation ul.menu>li>a,header.header .header_links a {
		font-size: 14px;
	}
	header.header .header_links a {
		min-width: 44px;
	}
	.main_page_content {
		padding-top: 30px;
	}
	.main_page_content > h2 {
		margin-bottom: 30px;
		font-size: 46px;
	}
	.main_page_content .wrap .main_news h3 span {
		padding-bottom: 13px;
	}
	.main_page_content .post_timeline .owl-stage-outer h3 span {
		padding-bottom: 13px;
	}
	.main_tour h2 {
		font-size: 46px;
		margin-bottom: 30px;
	}
	.main_tour .controls li a {
		padding: 20px 0;
	}
	.main_tour .tour_control > .content h3 {
		font-size: 24px;
	}
	.category_page {
		padding: 130px 70px;
	}
	.category_page h1 {
		margin-bottom: 30px;
		margin-top: 10px;
	}
	.main_tour.in .tour_control > .content {
		min-height: 40vh
	}
}
@media screen and (max-width: 1366px) {
	.main_page_content > h2 {
		font-size: 36px;
	}
	.main_page_content .wrap .main_news .posts a {
		min-height: 200px
	}
	.main_page_content .wrap .main_news .posts a .title {
		font-size: 14px;
	}
	
	.main_tour h2 {
		font-size: 36px;
	}
	.more_tour .in_cat_content .item .img {
		max-height: 170px;
	}
}
@media screen and (max-width: 1200px) {
	.menu>li:nth-of-type(3) .sub-menu .sub-menu,.menu>li:nth-of-type(4) .sub-menu .sub-menu {
		left: auto;
		right: auto;
	}
	.sandwich-full-screen .full-menu .menu-holovne-container, .sandwich-full-screen .full-menu .menu-holovne-container > ul {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}
	.sandwich-full-screen .full-menu .menu>li {
		position: relative;
	}
	.sandwich-full-screen .menu .sub-menu {
		top: 0;
		position: relative;
		min-width: 200px;
		border: 0px;
		visibility: visible;
		opacity: 1;
		transform: rotateX(0);
	}
	.sandwich-full-screen .menu .sub-menu .sub-menu {
		position: relative;
		left: 0;
		display: none;
		padding: 5px 10px 5px 20px;
	}
	.sandwich-full-screen .menu .sub-menu .sub-menu.show {
		display: block;
	}
	.sandwich-full-screen .full-menu a {
		font-size: 14px;
		margin-bottom: 12px;
		line-height: 1.2;
	}
	.sandwich-full-screen .full-menu .menu>li:not(:last-child) {
		margin:0;
		padding-right: 30px;
	}
	.sandwich-full-screen .menu .sub-menu li {
		padding: 0;
		position: relative;
	}
	.sandwich-full-screen .menu .sub-menu li.menu-item-has-children:after {
		content: "+";
		position: absolute;
		top: -2px;
		left: -18px;
		color: #000000;
	}
	.sandwich-full-screen .menu .sub-menu li.menu-item-has-children.open:after {
		content: "-";
	}
	
	.sandwich-full-screen .full-menu .menu>li>a {
		font-weight: 900;
		margin-bottom: 0;
	}
	.sandwich-full-screen .menu .sub-menu .sub-menu a {
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 5px;
		line-height: 1.3;
	}
	.main_page_content .post_timeline .owl-stage-outer h3 {
		font-size: 16px;
	}
	.main_page_content .post_timeline .in_cat_content .item {
		padding: 8px 0;
	}
	.main_page_content .post_timeline .owl-nav button {
		padding: 5px 0!important;
	}
	.widget.widget_media_image {
		margin-bottom: 20px;
	}
	.widget.widget_media_image h3 .title {
		max-width: 100%;
		line-height: 1.2em;
	}
	.widget.widget_nav_menu li {
		margin-bottom: 7px;
	}
	.main_page_content .wrap .main_news .posts a {
		margin-bottom: 10px;
	}
	.main_page_content .post_timeline .in_cat_content .item .title {
		margin: 5px 0 10px;
	}
	header.header nav {
		display: none;
	}
	.sandwich-full-screen .nav-toggle {
		display: inline-block;
	}
	.sandwich-full-screen .full-menu {
		display: block;
	}
	header.header .header_links {
		flex: 1;
		justify-content: flex-end;
		margin-right: 35px;
	}
	header.header .header_links a:hover .text {
		max-width: 200px;
	}
}
@media screen and (max-width: 1025px) {
	.main_tour.in .tour_control .content .double a {
		padding: 15px 50px;
	}
	.main_tour.in .tour_control .content .double h3 {
		font-size: 16px;
	}
	.main_tour .controls li:before {
		left:-10px;
	}

	.main_tour .controls li.active:before {
		width: calc(100% + 30px);
	}
	table {
		display: block;
		overflow-x: auto;
		height: auto!important;
	}
	.category_page {
		overflow: hidden;
	}
	h2.cat_page_title {
		font: 600 26px Vollkorn SC;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.category_page .wrap {
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.category_page .wrap .left_side, .category_page .wrap .content-area {
		width: 100%;
		margin-bottom: 30px;
	}
	.category_page .content-area .item .double, .content-area .latest .item .double {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.category_page .content-area .item .double .content, .content-area .latest .item .double .content {
		margin-left: 0;
		width: 100%;
	}
	.category_page .content-area .item .double .content .entry-meta, .content-area .latest .item .double .content .entry-meta {
		margin-bottom: 10px;
		margin-top: 20px;
	}
	footer.footer .top .content p {
		font-size: 12px;
	}
	footer.footer .logo .name {
		font-size: 14px;
		margin-bottom: 5px;
	}
	footer.footer .top .soc {
		font-size: 14px;
		width: 15%;
	}
	.footer {
		padding: 30px 50px;
	}
	header.header .logo {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.main_tour .tour_control > .content p, .main_tour .tour_control > .content a, .main_tour .tour_control > .content {
		font-size: 14px;
	}
	.main_page_content .wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main_page_content .wrap .post_timeline {
		order: 2;
	}
	.main_page_content .wrap .main_news {
		width:calc(100% / 2 - 50px);
	}
	.main_page_content .wrap aside {
		width:calc(100% / 2 - 50px);
	}
	.main_page_content .wrap .post_timeline {
		width: 100%;
	}
	header.header .logo h1 a, header.header .logo p a {
		padding-top: 0;
	}
	header.header .wrap {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	header.header .logo .name {
		font-size: 16px;
	}
	.sandwich-full-screen .nav-toggle {
		top: 8px;
	}
	header.header .overlay {
		max-height: 70px;
		box-shadow: 3px 2px 10px -7px;
	}
	.main_tour .controls li a {
		padding: 15px 0;
	}
	.menu-image-hover-wrapper img {
		max-width: 24px;
	}
	.main_tour .controls li .menu-image-title {
		margin-left: 0;
		font-size: 14px;
	}
	.main_tour {
		padding: 30px;
	}
	.menu-item.active img.hovered-image, .menu-item img.hovered-image {
		margin-left: -24px!important;
	}
	.main_tour .tour_control .controls {

	}
}
@media screen and (max-width: 923px) {
	.sandwich-full-screen .full-menu .menu-holovne-container, .sandwich-full-screen .full-menu .menu-holovne-container > ul {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sandwich-full-screen .full-menu a {
		margin-bottom: 5px;
	}
	.menu .sub-menu {
		padding: 5px 0;
	}
	.sandwich-full-screen .full-menu .menu>li:not(:last-child) {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.sandwich-full-screen .full-menu .menu>li {
		flex: auto
	}
	.sandwich-full-screen .full-menu .menu>li::last-child {
		padding-top: 10px;
	}
	.sandwich-full-screen .full-menu {
		padding: 50px 40px 20px;
		overflow-y: scroll;
	}
	.more_tour {
		padding: 30px 35px;
	}
	.main_tour.in {
		padding: 70px 35px 30px;
	}
}
@media screen and (max-width: 768px) {
	.main_tour h1 {
		font: 600 36px Vollkorn SC;
		margin-bottom: 5px;
	}
	.main_tour .tour_control > .content h3 {
		margin-bottom: 0;
	}
	.main_tour.in .tour_control .content .double {
		padding-left: 0;
	}
	.main_tour.in .tour_control .controls .menu {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.more_tour .out_wrap {
		padding: 0;
	}
	.more_tour .owl-nav {
		left: -30px;
		width: calc(100% + 60px);
	}
	.main_tour.in .controls li {
		padding: 0 10px;
	}
	.main_tour.in .butts h3 {
		border:0px;
	}
	.more_tour .items {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-around;
		margin-bottom: 30px;
	}
	.more_tour h2 {
		text-align: center;
	}
	.more_tour .items a {
		width: calc(100% / 2 - 10px);
		margin-bottom: 10px;
	}
	.breadcrumbs {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.category_page {
		padding: 70px 70px;
	}
	.category_page h1 {
		line-height: 1.1;
	}
	.custom-logo-link {
		display: none;
	}
	header.header {
		padding: 15px 30px 0;
	}
	header.header .logo h1 a, header.header .logo p a {
		margin-left: 0;
	}
	.main_page_content .wrap .main_news {
		width:calc(100% / 2 - 15px);
	}
	.main_page_content .wrap aside {
		width:calc(100% / 2 - 15px);
	}
	.main_page_content {
		padding: 30px;
	}
	.main_tour .tour_control {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.main_tour .tour_control .controls  {
		width: 100%
	}
	.main_tour .tour_control .controls .menu  {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
	}
	.main_tour .tour_control > .content {
		width: 100%;
	}
	.main_tour .controls li a {
		padding: 15px;
	}
	.main_tour .controls li.active:before {
		width: 100%;
		left: 0;
	}
	.footer .wrap .top {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer.footer .top div.content {
		width: 100%;
		order: 2;
		margin-top: 30px;
	}
	footer.footer .bottom {
		margin-top: 0;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	footer.footer .top > div {
		width: 45%;
	}
	footer.footer .top .soc {
		width: 45%;
	}
}
@media screen and (max-width: 480px) {
	.modern_table table {
		width: 100%!important;
	}
	.modern_table table:not(:nth-of-type(3n)) {
		margin-right: 0;
	}
	.depts table tr {
		width: 100%;
	}
	footer.footer .top > div {
		width: 100%;
		text-align: center;
	}
	footer.footer .top > div p {
		width: 100%;
	}
	footer.footer .top .soc {
		width: 100%;
		margin-top: 15px;
		text-align: center;
	}
	footer.footer .top .links {
		justify-content: center;
	}
	footer.footer .logo h1 a, footer.footer .logo p a {
		margin-left: 0;
	}
	.main_tour.in .tour_control .content .double a {
		padding: 15px 20px;
		text-align: center;
		flex: 1;
	}
	.footer {
		padding: 30px;
	}
	.category_page h1 {
		font-size: 24px;
		max-width: 90%;
	}
	.category_page {
		padding: 60px 30px 0px 30px;
	} 
	.main_tour.in .tour_control .content .double {
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.more_tour .wrap {
		max-width: 100%;
	}
	.more_tour .wrap a {
		width: 100%;
	}
	.breadcrumbs {
		justify-content: flex-start;
		max-width: 90%;
	}
	.navigation.pagination .nav-links .page-numbers {
		margin-right: 20px;
	}
	.not-found input {
		width: 100%;
		margin-bottom: 5px;
	}
	.search_popup {
		top: 13%;
		width: 95vw;
	}
	.category_page .content-area .item .double .content, .content-area .latest .item .double .content {
		word-break: break-word;
		margin-top: 10px;
	}
	.main_tour .tour_control .controls .menu {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.main_tour .controls li {
		width: 100%;
	}
	.main_page_content .wrap .main_news {
		width:100%;
	}
	.main_page_content .wrap aside {
		width:100%;
		order: 3;
		margin-top: 30px;
	}
	.main_page_content .wrap .post_timeline {
		margin-top: 30px;
	}
	.main_tour.in .tour_control .content .double h3 {
		text-align: left;
		font-size: 14px;
	}
	header.header .header_links {
		flex: 1;
		justify-content: flex-end;
		margin-right: 35px;
		position: fixed;
		margin: 0;
		right: 5px;
		top: 110px;
		flex-direction: column;
		-ms-align-items: flex-end;
		align-items: flex-end;
	}
	.sandwich-full-screen .nav-toggle {
		right: -20px;
	}
	header.header .header_links a:not(:first-child) {
		margin-left: 0;
		margin-top: 10px;
	}
	header.header .header_links a {
		box-shadow: 3px 3px 10px -4px #000;

	}
	header.header .header_links a:hover .text {
		display: none;
	}
	.frb_left, .frb_right {
		display: none;
	}
	header.header .logo .name {
		font-size: 14px;
	}
	header.header .logo .descr {
		font-size: 12px;
	}
}
.a8a-copyright .double-tab {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-decoration: none;
	transition: all .2s linear;
}
.a8a-copyright .double-tab:hover {
	opacity: .6;
}
.a8a-copyright {
	max-width: 150px;
	margin: 0 auto;
}
.a8a-copyright .logo {
	background: url(https://a8a.com.ua/wp-content/uploads/2019/06/logo-dark.png) 50% / contain no-repeat;
	width: 50px;
	padding-top: 30px;
	margin-right: 10px;
	display: block;
	margin-top: 0;
}
.a8a-copyright .text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column;
	font-size: 12px;
	align-items: center;
	text-decoration: none;
	color: #ffffff;

}
@media screen and (max-width: 480px;) {
	.a8a-copyright .double-tab {
		flex-flow: column;
	}
	.a8a-copyright {
		max-width: 85px;
	}
}