button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: 'Source Sans Pro', Arial, monospace;
	color: #fff;
	font-size: 18px;
	background: #000;
	letter-spacing: normal;
	font-weight: 300;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
header {
	background: #000;
	width: 100%;
	min-height: 272px;
    		background:url('img/top.jpg') transparent no-repeat center top;
}
a {
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
}
body.logged header {
	top: 32px;
}
p {margin: 0;}
.row {
	margin: 0 auto;
	max-width: 990px;
	width: 100%;
	padding: 0 0px;
}
.logo {
	float: left;
	width: 210px;
	color: transparent;
	font-size: 0;
	margin-top: 30px;
}
.logo a {
	color: transparent;
	font-size: 0;
}
.header-right {
	float: right;
	width: calc(100% - 210px);
	padding-left: 70px;
}
.header-right .item {
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	width: 21%;
	padding: 5px 0 5px 45px;
	line-height: 55px;
	min-height: 55px;
	margin-top: 50px;
}
.header-right .item a {
	color: #1F1A17;
}
.header-right .item.address, footer .item.address {
	background-image: url('img/item-address.png');
	width: 37%;
	line-height: 130%;
	position: relative;
	top: 5px;
}
footer .item.address, footer .item {
	background-image: url('img/icon-address.png');
	background-position: left center;
	background-repeat: no-repeat;
	width: 100%;
	padding: 5px 0 5px 45px;
	margin-left: 45px;
}
footer .item {
	margin-bottom: 15px;
}
.header-right .item.telephone, footer .item.telephone {
	background-image: url('img/item-telephone.png');
    line-height: 130%;
	position: relative;
	top: 5px;
}
.header-right .item.phone, footer .item.phone {
	background-image: url('img/item-phone.png');
}
.header-right .item.fb, footer .item.fb {
	background-image: url('img/icon-fb1.png');
}
.header-right .item.email, footer .item.email {
	background-image: url('img/item-email.png');
}
footer .item.email a {
	color: #fff;
}
.only-mobile {
	display: none;
}
.main-menu {
/*	background-image: url('img/main-menu.png'); */
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #535456;
	width: 100%;
	float: left;
	min-height: 0px;
	position: relative;
}
.main-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li a {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	padding: 0 20px;
	line-height: 80px;
	height: 80px;
}
.main-menu ul li:hover > a, .main-menu ul li.current-menu-item > a, .main-menu ul li.current-menu-parent > a {
	background-color: #FFFFFF;
	color: #19216a;
}
.main-menu .menu-show {
	position: absolute;
	right: 50%;
	margin-right: -15px;
	top: 4px;
	display: none;
	width: 30px;
	font-size: 0;
	height: 28px;
	padding-top: 55px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
	text-transform: uppercase;
}
.main-menu .menu-show span {
	position: absolute;
	left: 0;
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.main-menu .menu-show span:nth-child(1) {
	top: 18px;
}
.main-menu .menu-show span:nth-child(2),
.main-menu .menu-show span:nth-child(3) {
	top: 26px;
}

hr {
	width: 90%;
	height: 2px;
	color: #fff!important;
	margin-bottom: 46px;
	
}
.main-menu .menu-show span:nth-child(4) {
	top: 34px;
}
.open-mobile .main-menu .menu-show span:nth-child(1) {
	top: 23px;
	left: 50%;
	width: 0%;
}
.open-mobile .main-menu .menu-show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 26px;
}
.open-mobile .main-menu .menu-show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 26px;
}
.open-mobile .main-menu .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
.open-mobile .main-menu ul {
	display: block;
	padding: 65px 0 20px;
/*	width: calc(100% + 40px); */
	margin: 0px 20px;
}
.open-mobile .main-menu ul.only-mobile {
	padding-top: 0;
}
.open-mobile .main-menu ul li {
	width: 100%;
}
.open-mobile .main-menu ul li a {
	line-height: inherit;
	height: inherit;
	padding: 15px 20px;
	width: 100%;
}
a.button, .wpcf7-submit {
	background: #19216a;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
	border: 0;
	padding: 0 20px;
	cursor: pointer;
	display: table;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
a.button:hover, .wpcf7-submit:hover {
	background: #fff;
	color: #9b9da0;
}
a.button.inline {
	display: inline-block;
	margin: 0 15px;
}
a.button.right {
	float: right;
}
a.button.left {
	float: left;
}
strong {
	font-weight: 700;
}
section.content {
	background-color: #000;
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px 0px 6px 0px;
	float: left;
	width: 100%;
    background:url('img/content.jpg') transparent repeat-y center top;
}
.side-left {
	float: left;
	width: 241px;
    background-color: #535456;
    	min-height:600px;
}
.side-left ul {
	list-style: none;
	padding: 0;
	margin: 0;
    margin: 40px 20px;
}
.side-left ul li {
	position: relative;
	margin-bottom: 25px;
}
.side-left ul li a {
	color: #fff;
	font-size: 20px;
	font-weight: 300;

	display: block;
	padding-left: 30px;
	position: relative;
}
.side-left ul li a:before, .entry li:before {
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
/*	background: #fff; */
	position: absolute;
	top: 4px;
	left: 0;
	width: 14px;
	height: 14px;
	content: '';
}
.entry li:before {
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	background: #19216a;
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
}
.entry .wp-block-gallery li {
	padding-left: 0;
}
.entry .wp-block-gallery li:before {
	display: none !important;
}
.side-left ul li:hover > a, .side-left ul li.current-menu-item > a, .side-left ul li.current-menu-parent > a {
	color: #000;
    font-weight: bold;
}
.side-left ul li:hover > a:before, .side-left ul li.current-menu-item > a:before, .side-left ul li.current-menu-parent > a:before {
		background:url('img/arrow.png') transparent no-repeat 0px center !important; 
}
.side-right {
	float: right;
	width: calc(100% - 254px);
  /*  background-color: #535456;  */
}
.side-right .cats {
	float: left;
	width: 100%;
     margin-bottom: 0px;
     padding: 40px 0 0 40px;
}
.side-right .cats .cat-box {
	display: inline-table;
	width: calc(33.333% - 45px);
	margin: 0 0 40px 24px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	position: relative;
}

.side-right .cats .cat-box4 {
	display: inline-table;
	width: calc(25% - 25px);
	margin: 0px 22px 40px 0px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	position: relative;
}
.side-right .cats .cat-box4:nth-child(3n+1), .side-right .cats .cat-box4:first-child {
	margin-left: 0;
}     

.side-right .cats .cat-box4 img {
	display: block;
}

.side-right .cats .cat-box4 .title {
	line-height: 53px;
	background: #19216a;
	min-height: 53px;
	float: left;
	font-size: 18px;
	line-height: 135%;
	margin: 0;
	width: 100%;
	color: #fff;
	padding: 10px 10px;
	text-align: center;
	font-weight: 600;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.side-right .cats .cat-box4:hover .title {
	background: #4791D0;
}

.side-right .cats .cat-box:nth-child(3n+1), .side-right .cats .cat-box:first-child {
	margin-left: 0;
}
.side-right .cats .cat-box img {
	display: block;
}
.side-right .cats .cat-box .title {
	line-height: 53px;
background: #363637;
	min-height: 53px;
	float: left;
	font-size: 18px;
	line-height: 135%;
	margin: 0;
	width: 100%;
	color: #fff;
	padding: 10px 10px;
	text-align: center;
	font-weight: 600;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.side-right .cats .cat-box:hover .title {
	background: #535456;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 111;
	width: 100%;
	height: 100%;
}
.entry {
	float: left;
/*	width: calc(100% - 300px);  */
	font-size: 20px;
}
.entry h1 {
		margin: 40px;
	font-weight: 400;
	line-height: 120%;
	font-size: 34px;
    color: #fff;
}

.open-mobile entry h1 {
	margin-top: 90px;
    text-align: center;
}




.entry h2 {
	margin: 40px;
	font-weight: 400;
	line-height: 120%;
	font-size: 30px;
	color: #fff;
}
.entry a {
	color: #fff;
	text-decoration: underline;
}
.entry a:hover {
	text-decoration: none;
    color: #000;
}
.entry h3 {
	margin: 40px;
		font-weight: normal!important;
	line-height: 120%;
	font-size: 28px;
	color: #fff;
}
.entry h4 {
	margin: 40px;
		font-weight: normal!important;
	line-height: 120%;
	font-size: 26px;
	color: #fff;
}
.entry p {
	line-height: 150%;
	margin-bottom: 25px;
    	margin: 0px 40px;
}
.entry ul {
	list-style: none;
	padding: 0;
	margin: 0 0 35px 0;
}
.entry li {
	line-height: 120%;
	margin: 8px 0;
	padding: 0 0 0 25px;
	position: relative;
}
.entry .gallery-item img, .entry .wp-block-gallery li img {
	border: 1px solid #9b9da0 !important;
}
.entry li:before {
	top: 10px;
}
.news {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	background: #fff;
	float: right;
	width: 250px;
	padding: 25px 25px 0;
}
.wpcf7-text, .wpcf7-textarea {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	background: #fff;
	width: 100%;
	padding: 10px;
	max-width: 400px;
	border: 1px solid #fff;
}
div.wpcf7-response-output {
	border: 0 !important;
}
.wpcf7-textarea {
	max-width: 100%;
}
.wpcf7-submit {
	border: 0;
}
.wpcf7-not-valid {
	border-color: #F00;
}
.wpcf7-not-valid-tip {display: none !important;}
.wpcf7-acceptance.wpcf7-not-valid {
	color: #F00;
}
.news .item {
	position: relative;
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.news .item:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	content: '';
	width: calc(100% - 50px);
	height: 1px;
	background: #D9DEDF;
}
.news .item:last-child:before {
	display: none;
}
.news .item h2 {
	margin: 0 0 20px;
	line-height: 100%;
}
.news .item h2 a {
	color: #19216a;
	font-size: 20px;
	line-height: 100%;
}
.news .item p {
	line-height: 135%;
}
.side-right.page .entry {
	width: 100%;
}

/*
footer {
	background-image: url('img/main-menu.png');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #19216a;
	width: 100%;
	float: left;
	color: #fff;
	font-size: 18px;
	padding: 60px 0;
	position: relative;
}
footer .col {
	width: 25%;
	float: left;
}
footer .col1 {
	width: 16%;
	float: left;
}

footer .col2 {
	width: 34%;
	float: left;
}
footer .col1 a.icon {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 45px;
	color: #fff;
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
}
footer .col1 a.icon.tw {
	background-image: url('img/icon-tw.png');
}
footer .col1 a.icon.fb {
	background-image: url('img/icon-fb.png');
}
footer .col1 a.icon.yt {
	background-image: url('img/icon-yt.png');
}   */

footer .bottom {
	float: left;
	width: 100%;
	color: #fff;
		font-size: 14px;
	font-weight: 400;
	background: #000;
	text-align: center;
    padding: 12px;
}
footer .bottom a {
	color: #fff;
	font-weight: 700;
}
footer .bottom a:hover {
	text-decoration: none;
}

.clear {clear: both;}


@media (max-width: 990px) {
	.header-right .item {font-size: 16px;}
	
	
}
@media (max-width: 1010px) {
	.header-right .item {font-size: 16px;}
	.main-menu ul, footer .col:nth-child(2), .header-right .item.address, .side-left {display: none;}
	.main-menu .menu-show, .only-mobile {display: block;}
	.side-left, .side-right {width: 100%;}
	footer .col {width: 50%;}
    footer .col1 {width: 50%;}
	footer .col2 {width: 50%;}
	.header-right .item {width: 33%;}
	footer .item, footer .item.address {margin-left: 0;}
	footer .item.address {position: static;}
	
}
@media (max-width: 750px) {
header {min-height: 120px; background:url('img/top_m.jpg') transparent no-repeat center top;width: 99%;}
	footer {padding-bottom: 20px;}
	.side-right .entry {width: 100%; margin: 0 0 40px 0; text-align: justify;font-size: 22px;}
    .side-right .cats .cat-box, news, footer .col {width: 90%; margin: 0 0 40px 0;}
	.side-right .cats .cat-box img {width: 100%; height: auto;}
	.header-right .item {display: none;}
	/*.header-right .item.telephone {display: block; float: right; width: auto;}*/
	.side-left {margin-top: 45px;}
	.side-left ul li {margin: 15px;}
}
@media (max-width: 500px) {
	header {min-height: 120px; background:url('img/top_m.jpg') transparent no-repeat center top;width: 99%;}
	.logo {width: 110px; margin-top: 17px;}
	.header-right {padding-left: 0; width: calc(100% - 120px);}
	.header-right .item.telephone {margin-top: 14px;}
	.entry h1 {	margin: 60px 0 20px 0px;    text-align: center;}
    .entry h2 {	margin: 60px 0 20px 0px;    text-align: center;}
    .entry h3 {	margin: 60px 0 20px 0px;    text-align: center;}
    .entry h4 {	margin: 60px 0 20px 0px;    text-align: center;}
	
}

  .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	float: none;
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.blocks-gallery-grid,
.wp-block-gallery {

  margin:20px!important;
}
