@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic-ext');

body {
	font-family: 'Roboto', sans-serif;
	background: #fff url(../img/bg2.png) 0 0 repeat;
	color: #131313;
	min-width: 320px;
	font-weight: 400;
}
a,
a:hover,
a:focus {
	text-decoration: none;
}
body p{
	margin-bottom: 15px;
}
.content{
	width:1180px;
	height:auto;
	margin:0 auto;
}
div{
	box-sizing: border-box;
}
header {
	width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	background-color: #ffffff;
	background-color: #ffffff;
}
.top_head {
    border-bottom: 1px #121212 solid;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
nav{
	width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
nav ul{
	list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: 100%;
    text-align: center;
}
nav ul li{
	  max-width:200px;
}
nav ul li a{
	text-transform: uppercase;
    font-size: 13px;
    font-family: Arial;
    display: block;
    padding: 5px 10px;
    transition:350ms;
    color: #121212;
}
nav ul li a:hover{
	background-color: #4d7eaf;
    color: #ffffff;
    border-radius: 5px;
}
nav ul ul{
	display: none;
}
.logo{
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	color:#121212;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.logo span{
	margin-right:20px;
	font-weight:600;
}


.lang {
    color: #ccc;
    font-size: 14px;
    width: 100px;
    height: 60px;
    position: relative;
    top: 21px;
    box-sizing: border-box;
}

.lang a, .search .lang a {
	color: #121212;
	text-transform: uppercase;
	font-weight: 600;
}
.lang a:hover, .search .lang a:hover {
	color: #0351a1;
}

.search {
    margin: 0 0 0 26em;
}

.search a {
	font-size: 22px;
	color: #f0f0f0;
}
.search a:hover {
	color: #fff;
}

.search form {
	position: relative;
}

.search input {
    font-size: 14px;
    padding: 6px 42px 6px 10px;
    width: 115px;
	max-width: 220px;
    border: 0;
    background-color: #f0f0f0;
    border-radius: 4px;
    color: #7d7d7d;
    text-transform: lowercase;
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.search button {
    border: none;
    border-radius: 0 3px 3px 0;
    color: #676767;
    position: absolute;
    right: 7px;
    top: 6px;
    background-image: url('../img/search_btn.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.search input:focus,
.search button:focus {
	outline: none;
}

.search input:focus {
	min-width: 180px;
}
.social {
    width: 60px;
    height: 30px;
    margin: 0;
    left: 20px;
    position: relative;
    top: 12px;
}
.social img {
    height: 20px;
    width: auto;
    margin: 0 5px;
}
.mainslider{
	width:100%;
	height:500px;
	overflow: hidden;

}
.sliderwrap{
	width:100%;
	height:500px;
	position: relative;
}
.sliderwrap h2 {
	font-size: 40px;
    position: absolute;
    color: #ffffff;
    padding: 87px 87px 87px 16%;
    line-height: 1.5em;
    z-index: 9;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    outline: none;
    display: block;
    width: 100%;
    height: 500px;
    background-image: url(../img/slider_overlay.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
		box-sizing: border-box;
}
.mainslider div.img {
	width:100%;
	height:500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.owl-prev, .owl-next{
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	width: 37px;
	background-color: transparent;
	border: 0;
	height: 37px;
	transition: 250ms;
	cursor: pointer;
	position: absolute;
	top:0;
	border-radius: 50%;
	outline: none;
}
.owl-prev span, .owl-next span{
	display:none;
}
.owl-prev:hover, .owl-next:hover{
	background-color: rgba(0, 0, 0, 0.17);
}
.owl-prev{
	background-image: url('../img/sl_left_arrow.png');
	left: 12em;
}
.owl-next{
	background-image: url('../img/sl_right_arrow.png');
	right: 12em;
}
.owl-nav {
	position: relative;
	top: -268px;
	z-index: 999;
	height: 37px;
}
.owl-dots{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.owl-dots .owl-dot {
	margin:10px;
	border-radius: 50%;
	padding:3px;
	border: 0;
}
.owl-dots .owl-dot span{
	display: block;
	width: 8px;
	height: 8px;
	border: 0;
	cursor:pointer;
	transition: 250ms;
}
.owl-dots .active{
	border:1px #ffffff solidж
}
.page_content{
	background: rgba(255,255,255,.8);
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	padding:70px 50px;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
}
.hello .content {
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	justify-content: space-between;
	align-items: flex-start;
	background: rgba(255,255,255,.6);
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
}
.hello .content div{
	margin:65px;
} 
.hello_left {
	width:450px;
}
.hello_left h3 {
	text-transform: uppercase;
	font-size: 22px;
	color: #121212;
	line-height: 3em;
	font-weight: 600;
}
.hello_left p{
	font-size: 18px;
	color: #121212;
	line-height: 1.5em;
	font-weight: 500;
	font-style: italic;
}	
.hello_right img{
	width:470px;
}
.more_btn {
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 12px 20px;
	border-radius: 5px;
	background: linear-gradient(to bottom, #b4e391 0%,#61c419 50%,#b4e391 100%);
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
	width: 120px;
	text-align: center;
}
.more_btn:hover{
	background: linear-gradient(to bottom, #b4e391 0%,#b4e391 10%,#61c419 50%,#b4e391 90%,#b4e391 100%);
}
.hello_right{
	width:433px;
}
.about {
	background: linear-gradient(45deg, #6b64b2 0%,#1c99cb 100%);
	width: 100%;
	color: #fff;
	padding: 50px 50px 120px 50px;
	min-height: 392px;
}
.about .content{
	padding:0 20px 0 20px;
}
.about h3{
	text-transform: uppercase;
	font-size: 22px;
	color: #ffffff;
	line-height: 3em;
	font-style: italic;
	text-align:center;
}
.about p{
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5em;
	font-weight: 400;
	padding: 0 0 15px 0;
	font-style: italic;
}
.about .more_btn{
	float:right;
}
.categories .content{
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	justify-content: space-between;
	align-items: flex-start;
	background: rgba(255,255,255,.6);
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
	padding: 50px 25px;
}
.categories .text{
	width:1180px;
	height:auto;
	margin:0 auto;
	padding: 40px 0;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
}
.categories .text h3{
	text-transform: uppercase;
	font-size: 22px;
	color: #121212;
	line-height: 2em;
	font-style: italic;
	text-align:center;
	font-weight: 600;
}
.categories .text p{
	font-size: 18px;
	color: #121212;
	line-height: 1.5em;
	font-weight: 400;
	padding: 0 0 15px 0;
	font-weight: 600;
	text-align:center;
}
.categories .cat1, .categories .cat2, .categories .cat3, .categories .cat4{
	display: block;
	text-decoration: none;
	outline: none;
	color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	width:270px;
	height:350px;
	border-radius: 8px;
	position: relative;
}
.categories a:hover{
	transition: 300ms;
	filter: brightness(0.8);
}
.categories a span{
	background-color: rgba(0, 0, 0, 0.67);
	color:#ffffff;
	text-align: left;
	padding:10px;
	text-transform: uppercase;
	width:100%;
	display: block;
	box-sizing: border-box;
	position: absolute;
	bottom:0;
	border-radius: 0 0 8px 8px;

}
.categories .cat1{
	background-image: url(../img/ph1.jpg);
}
.categories .cat2{
	background-image: url(../img/ph2.jpg);
}
.categories .cat3{
	background-image: url(../img/ph3.jpg);
}
.categories .cat4{
	background-image: url(../img/ph4.jpg);
}
.news{
	background-color:#fa8320;
	width:100%;
	color:#ffffff;
}
.news .content{
	padding: 50px 0;
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	justify-content: space-between;
	align-items: flex-start;
}
.news .content .onenew{
	width:25%;
	display: block;
	text-decoration: none;
	color:#ffffff;
}
.onenew .newimg{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:250px;
	margin:10px 0;
	border-radius: 8px;
}
.onenew .newdate{
	margin:5px 0;
}
.newdate{
	margin:5px 0;
	font-weight: 600;
}
.newzag{
	text-decoration: underline;
	text-transform: uppercase;
	margin:5px 0;
	
}
.newanonce{
	font-size: 14px;
	margin:5px 0;
}
.bottom_slider{
	width:100%;
	height:260px;
	overflow: hidden;
}
.bottomimg{
	width:360px;
	height:260px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bottom_slider .owl-dots, .bottom_slider .owl-nav{
	display: none;
}
footer {
	width:100%;
	border-top: 1px #fe6500 solid;
	padding:15px;
	box-sizing: border-box;
	background:#ffffff;
}
footer .content{
	display: flex;
	
}
footer .content .footer_right, footer .content .footer_left {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}
footer .content .footer_left span{
	display: block;
}
.icon{
	display: block;
	width:70px;
	height:70px;
	border:1px #fe6500 solid;
	border-radius: 50%;
	box-sizing: border-box;
}
.marker-map .icon{
	margin:25px;
	background-image: url(../img/marker-map.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: content;

}
.marker-mail .icon{
	margin:25px;
	width: 85px;
	height: 85px;
	background-image: url(../img/marker-mail.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px;
	
}
.marker-phone .icon{
	margin:25px;
	background-image: url(../img/marker-phone.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: content;
}
.marker-map, .marker-mail, .marker-phone{
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	color:#121212;
}
.marker-map a, .marker-mail a, .marker-phone a{
	color:#121212;
}
#bread_crumbs a{
	padding:10px 0;
}
/*
**	Меню 1
*/
.main-menu {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.17);
}
.main-menu ul {
    display: flex;
    flex-flow: row nowrap;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main-menu ul > li {
    position: relative;
}
.main-menu li > ul, .main-menu ul li > ul {
    background-color: #fff;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.27);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 10;
}
.main-menu li:hover > ul {
    display: block;
}

.main-menu li > ul > li {
    display: block;
}
.main-menu li > ul a {
    padding: 0.5em 1em;
    font-size: 14px;
    text-align: left;
}
.main-menu li > a {
    color: #086787;
    display: block;
    font-size: 14px;
    height: 100%;
    padding: 1.1em 1em;
    text-align: center;
    text-transform: uppercase;
}
.main-menu li > a:hover {
    background-color: #71b351;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    color: #fff;
}
.main-menu ul ul ul {
    display: none;
}
.main-menu ul ul li:hover > ul {
    display: block;
	min-width:200px;
 	position:absolute;
 	left:100%;
 	top:0;
 	background-color: #fff;
}

/*
**	Баннеры
*/
.banners {
	width: 100%;
	padding: 0 4em;
	position: relative;
	margin-bottom: 2em;
}

.banners .owl-stage-outer {
	overflow: hidden;
}

.owl-item {
	display: inline-block;
}

.banners img {
	width: 100%;
	height: 110px;
	padding: 3px;
	border: 3px solid #ccc;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

.banners .owl-prev,
.banners .owl-next {
	position: absolute;
	top: calc(50% - 18px);
	font-size: 36px;
	color: #58c2dc;
	cursor: pointer;
}

.banners .owl-prev { left: 0; }
.banners .owl-next { right: 0; }

/*
**	Футер-меню
*/
.footer-menu {
	background-color: #006B49;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	display: none;
}

.footer-menu ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.footer-menu ul ul{display:none;}
.footer-menu ul ul ul{display:none;}

.footer-menu a {
	display: inline-block;
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	height: 100%;
	text-align: center;
}

.footer-menu a:hover {
	background-color: #fff;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
	color: #009ec1;
}


.support {
	background-color: #014781;
	box-shadow: inset 0 13px 41px -1px rgba(0, 0, 0, 0.3);
}

.support p {
	padding: 0.7em;
	margin-bottom: 0;
	margin-top: 0;
}

.site-footer a {
	color: #f9f9f9;
}

/*
**	Контент сайта
*/
.overf {
	overflow: auto;
	width: 100%;
	height: 400px;
	margin: 0 -1em;
	border: 1px solid #eee;
}
.overf_width {
	overflow-x: auto;
	width: 100%;
	border: 1px solid #eee;
}
.overf_width::-webkit-scrollbar,
.overf::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #e0e0e0;
}
.overf_width::-webkit-scrollbar-thumb,
.overf::-webkit-scrollbar-thumb {
	border-width: 1px 1px 1px 1px;
	border-color: #c0c0c0;
	border-radius: 5px;
	background-color: #64B5F6;
}
.overf_width::-webkit-scrollbar-thumb:hover,
.overf::-webkit-scrollbar-thumb:hover {
	background-color: #00a0ce;
}

.page_content table {
	width: 100%;
	font-size: 14px;
}

.page_content thead tr {
	background-color: #58c2de;
	color: #fff;
	text-align: center;
}

.page_content tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.page_contenttbody tr:nth-child(even) {
	background-color: #fff;
}

.page_content td {
	border: 1px solid #ccc;
	padding: 7px 10px;
}

.page_content h2 {
	background: none;
	text-transform: none;
	font-weight: bold;
	color: #6d6d6d;
	font-size: 1.5em;
	padding: 0.5em 0;
}

/*
**	Форма обратной связи
*/
#feedback {
	background-color: #fff;
	padding: 0.5em 2em 1em;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

#feedback h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.7em;
}

.form_element {
	display: inline-block;
	width: calc(50% - 0.5em);
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}

.form_element:nth-child(odd) {
	margin-right: 0;
}

.form_element select,
.form_element input {
	width: 100%;
	padding: 5px 10px;
	border-radius: 2px;
	border: 1px solid #c0c0c0;
}

.form_element input:focus {
	outline: none;
	border-radius: 0;
	border-bottom: 2px solid #00a0ce;
}

.form_element input:focus,
#feedback textarea:focus,
.form_element select:focus {
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}

#feedback textarea {
	border-radius: 2px;
	border: 1px solid #f0f0f0;
	width: 100%;
	height: 100px;
	padding: 10px;
}

.form_element select:focus,
.form_element input:focus,
#feedback textarea:focus {
	outline: none;
}

.captcha p {
	text-align: center;
}

.captcha input[type=text] {
	padding: 5px 10px;
	border-radius: 2px;
	border: 1px solid #f0f0f0;
}

#comsubmit {
	padding: 15px;
	background-color: #00a0ce;
	border: none;
	color: #fff;
	border-radius: 2px;
}

/*
**	Форма обратной связи
*/
.breadcrumbs {
	background: #21b2f1 url(../img/header.jpg) 0 0 no-repeat;
	background: #21b2f1;
	padding: 1em 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}

.breadcrumbs a {
	color: #fff;
}

/*
**	Пагинатор
*/
.paginator table {
	font-size: 16px;
}
.paginator tbody tr:nth-child(odd),
.paginator tbody tr:nth-child(even) {
	background-color: transparent;
}

.paginator td { border: none; }

/*
**	Галерея для новостей
*/
.gal {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
}

.gal a {
	display: block;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	overflow: hidden;
}
.gal a:first-child {
	margin-left: 0;
}

.gal img {
	min-width: 100%;
	width: auto;
	height: 100%;
}
/*jfont для шрифта*/
ul.jfont{
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 9999;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: .9;
}
ul.jfont li a{
    display: block;
    padding: 10px;
    background: #025daa;
    color: #fff;
    border: none!important;
} 
ul.jfont li a:hover{
    background: #71b351;
    cursor:pointer;
}
/*стрелка вверх*/
#scrollup {
    bottom: 70px;
    cursor: pointer;
    display: none;
    opacity: 0.8;
    padding: 15px 10px 10px;
    position: fixed;
    right: 10px;
    transition-duration: 1s;
    z-index: 9999;
}
#scrollup:hover {
    bottom: 40px;
}
/*pop-up*/

div#externalPopup {
	display:none;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	z-index:3000;
}

span#ep_background {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:3000;
}

div#ep_container {
	position:absolute;
	left:50%;
	top:50%;
	width:296px;
	padding:2px;
	margin:-100px 0 0 -150px;
	border-radius:8px;
	background:#FFF;
	z-index:3001;
	text-align:left;
}

h3#ep_title {
	padding:8px;
	margin:0 0 8px 0;
	background:#ccc;
	border:none;
	border-radius:6px;
	line-height:18px;
	font-size:18px;
	color:#000;
}

h3#ep_title em {
	display:block;
	width:276px;
	padding:0;
	margin:0;
	border:none;
	color:#666;
	font-style:italic;
	font-size:12px;
	white-space:nowrap;
	overflow:hidden;
}

div#externalPopup div p {
	padding:0 10px;
	margin:0 0 8px 0;
}

div#externalPopup div ul {
	padding:0 10px 10px;
	overflow:hidden;
	height:100%;
}

div#externalPopup div ul li {
	display:block;
	float:left;
	margin-right:4px;
}

div#externalPopup div ul li a{
	display:block;
	padding:6px;
	font-size:12px;
	font-weight:bold;
	color:#000;
	background:#ccc;
	text-decoration:none;
}

div#externalPopup div ul li a:hover {
	background:#666;
	color:#FFF;
}

/*----------------------
	For JS Dev Mode
	Delete once live
*/

#ep_devDelete {
	position:absolute;
	left:10px;
	top:10px;
	background:red;
	z-index:2000;
}

#ep_devShow {
	position:absolute;
	right:10px;
	top:10px;
	background:green;
	z-index:2000;
}
#accordeon {
	width: 100%;
	
	margin: 5px;
  }
  
  #accordeon h3 {
	padding: 5px 10px;
	margin:0;
	text-align: left!important;
	background: #5da748;
	color:#ffffff;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	outline: none;
  }
  
  .acc-body {
	padding: 10px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 5px;
	display: none;
  }