/*
Theme Name: Ba-regions
Author: denis4ekalin
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/** 1. fonts **/
@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/ProximaNovaLight.eot');
	src: local('☺'), url('fonts/ProximaNovaLight.woff') format('woff'), url('fonts/ProximaNovaLight.ttf') format('truetype'), url('fonts/ProximaNovaLight.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/ProximaNovaRegular.eot');
	src: local('☺'), url('fonts/ProximaNovaRegular.woff') format('woff'), url('fonts/ProximaNovaRegular.ttf') format('truetype'), url('fonts/ProximaNovaRegular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/ProximaNovaSemibold.eot');
	src: local('☺'), url('fonts/ProximaNovaSemibold.woff') format('woff'), url('fonts/ProximaNovaSemibold.ttf') format('truetype'), url('fonts/ProximaNovaSemibold.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/ProximaNovaBold.eot');
	src: local('☺'), url('fonts/ProximaNovaBold.woff') format('woff'), url('fonts/ProximaNovaBold.ttf') format('truetype'), url('fonts/ProximaNovaBold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/ProximaNovaExtrabold.eot');
	src: local('☺'), url('fonts/ProximaNovaExtrabold.woff') format('woff'), url('fonts/ProximaNovaExtrabold.ttf') format('truetype'), url('fonts/ProximaNovaExtrabold.svg') format('svg');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/ProximaNovaBlack.eot');
	src: local('☺'), url('fonts/ProximaNovaBlack.woff') format('woff'), url('fonts/ProximaNovaBlack.ttf') format('truetype'), url('fonts/ProximaNovaBlack.svg') format('svg');
	font-weight: 900;
	font-style: normal;
}

/** 2. normalize & main elements **/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 1.2em;
	color: #060606;
	font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
	font-weight: 400;
	min-width: 300px;
}
div, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, div, ul, time, img {
	display: block;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
		font-weight: bold;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td, th {
	padding: 0;
}
.ba-row {
	clear: both;
}
.ba-row:before, .ba-row:after {
	content: '';
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}
.ba-container {
	max-width: 1235px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0 auto;
}
img:focus, div:focus {
	outline: none;
}
.hidden {
	display: none;
}
label {
	cursor: pointer;
}

/*WP Caldendar*/
#wp-calendar {
  color: #060606;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  border-top: 2px solid #dfdfdf;
}

#wp-calendar thead {
  background-color: #ffb1b9;
}

#wp-calendar caption {
  font-size: 18px;
  color: #ffffff;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
  background-color: #ed1b2f;
  padding: 10px;
  line-height: 16px;
}

#wp-calendar td a {
  background-color: #ed1b2f;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  width: 35px;
  padding: 9.5px 0;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-weight: 600;
  display: block;
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#wp-calendar tr td,
#wp-calendar tr th {
  font-size: 16px;
  width: 35px;
  padding: 9.5px 0;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-weight: 600;
}
#wp-calendar td a:hover {
    background-color: #860c13;
}

#wp-calendar tbody {
    padding-bottom: 0px;
}

#wp-calendar tfoot a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/** 3. wordpress core **/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/** Flexslider **/
.flex-container a:hover, .flex-slider a:hover {
	outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.thumb-carousel-main .flex-direction-nav {
	display: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.flexslider.thumb-carousel-thumb {
	padding: 0 69px;
	margin: 7px 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
.flexslider {
	margin: 0;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav a, .flex-direction-nav a:link, .flex-direction-nav a:hover, .flex-direction-nav a:visited, .flex-direction-nav a:active {
	text-decoration: none;
	display: block;
	width: 59px;
	height: 59px;
	margin: 0;
	position: absolute;
	top: 0;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
.flex-direction-nav a.flex-next {
	right: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.flex-direction-nav a.flex-prev {
	left: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.flex-direction-nav a.flex-next:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: url(img/angle-right-solid.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.flex-direction-nav a.flex-prev:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: url(img/angle-left-solid.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.flex-pauseplay a {
	display: none;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #000;
	background: rgba(0, 0, 0, 0.0);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.0);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}


/** 5.header **/
.menu-mobile-icon {
	display: none;
}
.header-navbar {
	height: 53px;
	background-color: #efeeef;
}
.header-navbar .social-block {
	float: left;
}
.header-navbar .social-block-item {
	height: 53px;
	float: left;
	margin: 0 39px 0 0;
	padding: 16px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-navbar .social-block-item a, .header-navbar .social-block-item a:link, .header-navbar .social-block-item a:hover, .header-navbar .social-block-item a:visited, .header-navbar .social-block-item a:active {
	display: block;
	height: 20px;
	width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.social-block-item.vk-icon a {
	background: url(img/vk.png);
	background-image: url('img/vk.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.fb-icon a {
	background: url(img/fb.png);
	background-image: url('img/fb.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.tw-icon a {
	background: url(img/tw.png);
	background-image: url('img/tw.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.yt-icon a {
	background: url(img/yt.png);
	background-image: url('img/yt.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.gl-icon a {
	background: url(img/gl.png);
	background-image: url('img/gl.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.tm-icon a {
	background: url(img/tm.png);
	background-image: url('img/tm.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.li-icon a {
	background: url(img/li.png);
	background-image: url('img/li.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.in-icon a {
	background: url(img/in.png);
	background-image: url('img/in.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.vk-icon a:hover {
	background: url(img/vk-red.png);
	background-image: url(img/vk-red.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.fb-icon a:hover {
	background: url(img/fb-red.png);
	background-image: url(img/fb-red.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.tw-icon a:hover {
	background: url(img/tw-red.png);
	background-image: url(img/tw-red.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.yt-icon a:hover {
	background: url(img/yt-red.png);
	background-image: url(img/yt-red.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.gl-icon a:hover {
	background: url(img/gl-red.png);
	background-image: url(img/gl-red.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.tm-icon a:hover {
	background: url(img/tm-red.png);
	background-image: url(img/tm-red.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.li-icon a:hover {
	background: url(img/li-red.png);
	background-image: url(img/li-red.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.social-block-item.in-icon a:hover {
	background: url(img/in-red.png);
	background-image: url(img/in-red.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.mailchimp-form-wrapper {
	float: right;
}
.mailchimp-form-wrapper #mc_embed_signup form {
	margin: 0;
	padding: 0;
}
.mailchimp-form-wrapper #mc_embed_signup input.email, .mailchimp-form-wrapper #mc_embed_signup input.email:focus {
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-left: 1px solid #d7d7d9;
	height: 53px;
	width: 340px;
	margin: 0;
	padding: 16px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	color: #111111;
	outline: none;
	display: inline-block;
}
.mailchimp-form-wrapper .clear {
	float: right;
}
.mailchimp-form-wrapper #mc_embed_signup .button, .mailchimp-form-wrapper #mc_embed_signup .button:hover {
	font-size: 15px;
	line-height: 53px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	letter-spacing: auto;
	background-color: #ed1b2f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 53px;
	margin: 0;
	padding: 0 30px;
	display: inline-block;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	transition: all 0.23s ease-in-out;
}
.mailchimp-form-wrapper #mc_embed_signup .button:hover {
	background-color: #860c13;
}
.header-block {
	padding: 10px 0 14px;
	text-align: center;
}
.header-block-inner {
	text-align: center;
	text-decoration: none;
}

.ba-container a {
    text-decoration: none;
}
.header-block-inner h2, .header-block-inner .header-logo-container {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.header-logo-container, header-logo-container:link, header-logo-container:hover, header-logo-container:visited, header-logo-container:active {
	width: 120px;
	height: 120px;
	background: url(img/logo.png);
	background-image: url('img/logo.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	top: 9px;
}
.header-block-inner h2 {
	font-size: 25px;
	line-height: 48px;
	font-weight: 400;
	text-transform: uppercase;
	color: #060606;
}
.header-block-inner h2 span {
	font-size: 68px;
	line-height: 68px;
	font-weight: 900;
}
.header-menu-block {
	border-top: 1px solid #d7d7d9;
	border-bottom: 1px solid #d7d7d9;
}
.header-menu-block .ba-container {
	position: relative;
}
.header-menu-inner {
	height: 64px;
	float: left;
}
.header-menu-inner ul, .header-menu-inner li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-menu-inner li {
	float: left;
	padding: 0 18px;
	position: relative;
}
.header-menu-inner a, .header-menu-inner a:link, .header-menu-inner a:hover, .header-menu-inner a:visited, .header-menu-inner a:active {
	display: block;
	font-size: 18px;
	line-height: 59px;
	font-weight: 600;
	color: #060606;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 5px solid transparent;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.header-menu-inner>ul>li>a:hover {
	border-top: 5px solid #ed1b2f;
}
.header-menu-inner>ul>.current-menu-item>a, .header-menu-inner>ul>.current-menu-item>a:link, .header-menu-inner>ul>.current-menu-item>a:hover, .header-menu-inner>ul>.current-menu-item>a:visited, .header-menu-inner>ul>.current-menu-item>a:active {
	border-top: 5px solid #ed1b2f;
}

.header-menu-inner .menu .menu-tem a {
    -webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.header-menu-inner .menu .menu-tem a:hover {
    color: #ed1b2f;
}

.header-menu-inner>ul>li>.sub-menu {
	position: absolute;
	background-color: #363b40;
	background-color: rgba(54,59,64,.95);
	left: 0;
	width: 235px;
	top: 61px;
	border-top: 5px solid #ed1b2f;
	display: none;
	z-index: 10;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	overflow: visible;
	-webkit-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}
.header-menu-inner>ul>li>.sub-menu:before {
	content: '';
	display: block;
	position: absolute;
	top: -33px;
	left: 23px;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-bottom: 14px solid #ed1b2f;
}
.header-menu-inner .sub-menu.open {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}
.header-menu-inner .sub-menu li {
	float: none;
	width: auto;
	padding: 15px 8px 15px 20px;
	height: auto;
	-webkit-transition: background-color .4s ease-out;
	-o-transition: background-color .4s ease-out;
	transition: background-color .4s ease-out;
	position: relative;
}
.header-menu-inner .sub-menu li:hover {
	background-color: #4e565c;
	background-color: rgba(78.86.92,.09);
}
.header-menu-inner .sub-menu a, .header-menu-inner .sub-menu a:link, .header-menu-inner .sub-menu a:hover, .header-menu-inner .sub-menu a:visited, .header-menu-inner .sub-menu a:active {
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	text-transform: none;
	text-align: left;
	height: auto;
}
.header-menu-inner>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu {
	position: absolute;
	background-color: #363b40;
	background-color: rgba(54,59,64,.95);
	left: 235px;
	width: 235px;
	top: 0;
	display: none;
	z-index: 10;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	overflow: visible;
	-webkit-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}
.header-menu-inner>ul>li>.sub-menu>li.menu-item-has-children:hover>.sub-menu {
	display: block;
	opacity: 1;
}
.header-menu-search {
	float: right;
}
.header-menu-search {
	position: relative;
}
.header-menu-search-block {
	float: right;
	width: 64px;
	height: 64px;
	background-color: #ed1b2f;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	transition: all 0.23s ease-in-out;
}
.header-menu-search-block:hover {
    background-color: #860c13;
}
.header-menu-search-block:before {
	content: '';
	display: block;
	position: absolute;
	left: 21.5px;
	top: 21.5px;
	width: 21px;
	height: 21px;
	background: url(img/zoom.png);
	background-image: url('img/zoom.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.header-menu-search form, .header-menu-search input {
	margin: 0;
	padding: 0;
	display: block;
	width: 200px;
	height: 64px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-menu-search form {
	float: right;
	z-index: 5;
	width: auto;
	overflow: hidden;
	-webkit-transition: width 0.3s ease-out;
	-o-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}
/*.header-menu-search:hover form {
	width: 200px;
}*/
.header-menu-search input, .header-menu-search input:focus, .header-menu-search input:active, .header-menu-search input:hover {
	border: none;
	outline: none;
	padding: 8px 23px;
	font-size: 18px;
	line-height: 18px;
	color: #060606;
	font-weight: 600;
	background-color: transparent;
}

/** main page **/
.main-news-section {
	padding: 7px 0 11px;
}
.main-news-section {
	overflow: hidden;
}
.content {
	background: #f2f2f2;
	max-width: 800px;
	display: block;
	margin: 0 auto
}
.main-news-section .main-news-section-carousel .flex-viewport {
	overflow: visible !important;
}
.main-news-section .main-news-section-carousel .flex-viewport .main-news-img-wrapper {
	padding: 0 2px;
	position: relative;
}
.main-news-section .flex-direction-nav a, .main-news-section .flex-direction-nav a:link, .main-news-section .flex-direction-nav a:hover, .main-news-section .flex-direction-nav a:visited, .main-news-section .flex-direction-nav a:active {
	position: absolute;
	left: -115px;
	top: 50%;
	margin: -40px 0 0;
	border: 2px solid #ffffff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 50%;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.main-news-section .flex-direction-nav a:hover {
	background-color: #333333;
}
.main-news-section .flex-direction-nav a.flex-next, .main-news-section .flex-direction-nav a.flex-next:link, .main-news-section .flex-direction-nav a.flex-next:hover, .main-news-section .flex-direction-nav a.flex-next:visited, .main-news-section .flex-direction-nav a.flex-next:active {
	left: auto;
	right: -115px;
}
.main-news-section .flex-direction-nav a:before {
	content: '';
	width: 25px;
	height: 25px;
}

.main-news-img-shadow-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.6);
}
.flex-active-slide .main-news-img-shadow-wrapper {
	background-color: transparent;
	-webkit-transition: background-color .4s ease-out;
	-moz-transition: background-color .4s ease-out;
	-o-transition: background-color .4s ease-out;
	-ms-transition: background-color .4s ease-out;
	transition: background-color .4s ease-out;
}
.main-news-section-text-wrapper {
	position: absolute;
	bottom: 33px;
	left: 2px;
	min-height: 218px;
	width: 616px;
	background-color: #dedede;
	background-color: rgba(222,222,222,.7);
	opacity: 0;
	padding: 26px 10px 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}
.flex-active-slide .main-news-section-text-wrapper {
	opacity: 1;
}
.main-news-section-time {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #ed1b2f;
	padding: 0 0 0 58px;
	position: relative;
	margin: 0 0 17px;
}
.main-news-section-time:before {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background-color: #ed1b2f;
	position: absolute;
	left: 2px;
	top: 8px;
}
.main-news-section-title {
	margin: 0;
	padding: 0 0 7px;
	text-align: left;
}
.main-news-section-title a, .main-news-section-title a:link, .main-news-section-title a:hover, .main-news-section-title a:visited, .main-news-section-title a:active {
	font-size: 24px;
	line-height: 35px;
	font-weight: 900;
	color: #060606;
	text-transform: uppercase;
	text-decoration: none;
}
.main-news-section-link, .main-news-section-link:link, .main-news-section-link:hover, .main-news-section-link:visited, .main-news-section-link:active {
	font-size: 18px;
	line-height: 34px;
	font-weight: 700;
	color: #ed1b2f;
	text-decoration: none;
	display: block;
	float: right;
	padding: 0 59px 0 0;
	position: relative;
	text-transform: uppercase;
}
.main-news-section-link span {
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	right: 14px;
	top: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background-color: #ed1b2f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 0 0 8px;
}
.main-news-section-link span:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url(img/arrow-right.png);
	background-image: url('img/arrow-right.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.main-news-section-carousel-preview li {
	cursor: pointer;
}
.main-news-section-preview-text-wrapper {
	padding: 14px 13px 17px;
	/*border-bottom: 5px solid transparent;*/
	position: relative;
	z-index: 2;
}
.main-news-section-preview-time {
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	padding: 0 0 5px 34px;
	position: relative;
	color: #060606;
}
.main-news-section-preview-time:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	height: 1px;
	width: 24px;
	background-color: #060606;
}
.main-news-section-preview-title {
	margin: 0;
	padding: 0;
}
.main-news-section-preview-title a, .main-news-section-preview-title a:link, .main-news-section-preview-title a:visited, .main-news-section-preview-title a:active {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #060606;
	text-decoration: none;
}
.main-news-section-carousel-preview li {
	position: relative;
	min-height: 120px;
}
.main-slider-progress-block {
	position: absolute;
	bottom: 5px;
	top: 0;
	left: 3%;
	width: 0;
	background-color: #f0f0f0;
	z-index: 1;
}
.main-slider-progress-red-block {
	position: absolute;
	bottom: 0;
	height: 5px;
	left: 3%;
	width: 0;
	background-color: #ed1b2f;
	z-index: 1;
}
.main-news-section-carousel-preview .flex-direction-nav {
	display: none;
}
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.main-img-section {
	padding: 64px 0 11px;
}
.main-img-item, .main-img-item:link, .main-img-item:hover, .main-img-item:visited, .main-img-item:active {
	display: block;
	width: 47.5%;
	float: left;
	margin: 0 4.5% 0 0;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-img-item:last-child {
	margin: 0;
}
.main-img-item img {
	width: 100%;
}
.last-news-section {
	padding: 60px 0 40px;
}

.post-preview-item {
	padding: 44px 0;
}
.post-preview-item:nth-child(odd) {
	background-color: #f7f8f9;
}
.left-block {
	float: left;
	width: 804px;
	padding: 0 100px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.right-block {
	float: right;
	width: 400px;
}
.last-news-section-title-section, .category-title-row h1 {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	font-weight: 900;
	color: #060606;
	text-transform: uppercase;
}
.post-preview-img-wrapper {
	float: left;
	width: 20.68%;
}
.post-preview-img-wrapper img {
	width: 100%;
	height: auto;
}
.post-preview-text-wrapper {
	width: 79.31%;
	float: left;
	padding: 0 15px 25px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.post-preview-title {
	margin: 0;
	padding: 0 0 7px;
	text-align: left;
}
.post-preview-title a, .post-preview-title a:link, .post-preview-title a:hover, .post-preview-title a:visited, .post-preview-title a:active {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #060606;
	text-decoration: none;
}
.post-preview-time {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #060606;
	width: 50%;
	float: left;
	padding: 0 0 0 85px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.post-preview-time:before {
	content: '';
	display: block;
	width: 59px;
	position: absolute;
	left: 0;
	top: 11.5px;
	height: 1px;
	background-color: #060606;
}
.post-preview-link, .post-preview-link:link, .post-preview-link:hover, .post-preview-link:visited, .post-preview-link:active {
	width: 49%;
	display: block;
	position: relative;
	float: right;
	font-size: 18px;
	line-height: 24px;
	color: #ed1b2f;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	text-align: right;
	padding: 0 40px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.post-preview-link:hover {
	color: #860c13;
}
.post-preview-time-arrow {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background-color: #ed1b2f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0 0 5px;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.post-preview-link:hover .post-preview-time-arrow {
	background-color: #860c13;
}
.post-preview-time-arrow:after {
	content: '';
	display: block;
	position: relative;
	right: 0;
	top: 0;
	width: 14px;
	height: 14px;
	background: url(img/arrow-right.png);
	background-image: url('img/arrow-right.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.last-news-section-more-button, .last-news-section-more-button:link, .last-news-section-more-button:hover, .last-news-section-more-button:visited, .last-news-section-more-button:active {
	display: block;
	width: 270px;
	height: 60px;
	margin: 0 auto 15px;
	padding: 0 0 0 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ed1b2f;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	font-size: 18px;
	line-height: 60px;
	font-weight: 900;
	-webkit-box-shadow: 0px 6px 10px 0px rgba(85,85,85,0.45);
	-moz-box-shadow: 0px 6px 10px 0px rgba(85,85,85,0.45);
	box-shadow: 0px 6px 10px 0px rgba(85,85,85,0.45);
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.last-news-section-more-button:hover {
    background-color: #860c13;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.last-news-section-more-button span {
	display: block;
	float: left;
}
.last-news-section-more-button:after {
	content: '';
	display: block;
	float: left;
	width: 24px;
	height: 60px;
	margin: 0 0 0 5px;
	background: url(img/arrow-right.png);
	background-image: url('img/arrow-right.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.widget-area-home-1, .widget-area-home-2 {
	position: relative;
	padding: 0 0 15px;
}
.widget-area-home-1 img, .widget-area-home-2 img {
	width: 100%;
	height: auto;
}
.widget-area-home-1-title, .widget-area-home-2-title {
	display: none;
}
.fb_iframe_widget {
	width: 100%;
}

/** footer **/
.footer-block {
	height: 152px;
	border-top: 1px solid #d7d7d9;
}
.footer-site-left-block {
	padding: 49px 0;
	float: left;
}
.footer-logo-grey, .footer-logo-grey:link, .footer-logo-grey:hover, .footer-logo-grey:visited, .footer-logo-grey:active {
	display: block;
	float: left;
	width: 54px;
	height: 54px;
	background: url(img/logo-grey.png);
	background-image: url('img/logo-grey.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.footer-logo-title {
	float: left;
	font-size: 20px;
	line-height: 27px;
	font-weight: 900;
	color: #666769;
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}
.footer-site-right-block {
	float: right;
	padding: 48.5px 0 0;
}
.footer-site-right-block .social-block-item {
	float: left;
	width: 55px;
	height: 55px;
	border: 1px solid #d7d7d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 23px 0 0;
	padding: 18px 0 0 18px;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.footer-site-right-block .social-block-item:last-child {
	margin-right: 0;
}
.footer-site-right-block .social-block-item a, .footer-site-right-block .social-block-item a:link, .footer-site-right-block .social-block-item a:hover, .footer-site-right-block .social-block-item a:visited, .footer-site-right-block .social-block-item a:active {
	display: block;
	width: 19px;
	height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

/* category */
.category-title-row {
	padding: 72px 0 61px;
}
.pagination-block {
	text-align: center;
}
.pagination-block .page-numbers, .pagination-block .page-numbers:link, .pagination-block .page-numbers:hover, .pagination-block .page-numbers:visited, .pagination-block .page-numbers:active {
	width: 44px;
	height: 44px;
	display: inline-block;
	margin: 0 5px;
	padding: 11px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 22px;
	color: #060606;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-weight: 600;
}
.pagination-block a.page-numbers {
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.pagination-block a.page-numbers:hover {
	background-color: #d7d7d9;
}
.pagination-block .page-numbers.current {
	background-color: #ed1b2f;
	color: #ffffff;
}

/** calendar **/
.calendar-title {
	padding: 13px 5px;
	border-left: 5px solid #ed1b2f;
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	background-color: #f7f8f9;
}
.calendar-info {
	padding: 21px 0;
}
.calendar-month-prev-next {
	float: right;
}
.calendar-next-prev, .calendar-next-prev:link, .calendar-next-prev:hover, .calendar-next-prev:visited, .calendar-next-prev:active {
	width: 47px;
	height: 47px;
	display: block;
	margin: 0;
	float: left;
	border: 1px solid #d7d7d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.calendar-next-prev:hover {
	background-color: #d7d7d9;
}
.calendar-next-prev:last-child {
	border-left: none;
}
.calendar-next-prev span {
	display: block;
	position: absolute;
	left: 11.5px;
	top: 11.5px;
	width: 24px;
	height: 24px;
	background: url(img/arrow-right-red.png);
	background-image: url(img/arrow-right-red.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.calendar-prev.calendar-next-prev span {
	background: url(img/arrow-left-red.png);
	background-image: url(img/arrow-left-red.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.calendar-next-prev:hover span {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.calendar-month-title {
	float: left;
	font-size: 30px;
	line-height: 49px;
	font-weight: 400;
	text-align: left;
}
.calendar-date {
	display: block;
	float: left;
	width: 52px;
	height: 52px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 0;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	color: #060606;
	font-weight: 600;
	position: relative;
}
.calendar-head {
	border-top: 1px solid #d7d7d9;
	border-bottom: 1px solid #d7d7d9;
}
.calendar-date a, .calendar-date a:link, .calendar-date a:hover, .calendar-date a:visited, .calendar-date a:active {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	color: #060606;
	font-weight: 600;
}
.calendar-date.date-full:after {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	bottom: 6px;
	left: 50%;
	margin-left: -2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #060606;
}
.calendar-date.current-date {
	background-color: #ed1b2f;
	color: #ffffff;
}
.calendar-date.current-date a, .calendar-date.current-date a:link, .calendar-date.current-date a:hover, .calendar-date.current-date a:visited, .calendar-date.current-date a:active {
	color: #ffffff;
}
.calendar-date.date-full.current-date:after {
	background-color: #ffffff;
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(1px, 0, 0);
		transform: translate3d(1px, 0, 0);
	}
}
@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(1px, 0, 0);
		transform: translate3d(1px, 0, 0);
	}
}
@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@-webkit-keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

/** single **/
.single-row {
	padding: 68px 0;
}
.single-row .left-block {
	overflow: hidden;
}
.single-title {
	margin: 0;
	padding: 0;
	font-size: 32px;
	line-height: 46px;
	font-weight: 900;
	color: #060606;
}
.single-date {
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	color: #ed1b2f;
	float: left;
	margin: 27px 0 0;
	padding: 0 0 0 51px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.single-date:before {
	content: '';
	display: block;
	width: 33px;
	position: absolute;
	left: 4px;
	top: 11.5px;
	height: 1px;
	background-color: #ed1b2f;
}
.single-content, .single-content p, .single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6, .single-content blockquote {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	padding: 0.5em 0;
	color: #060606;
	text-align: justify;
}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
	font-weight: 700;
	font-size: 18px;
}
.single-content b, .single-content strong, .single-content blockquote {
	font-weight: 700;
}
.single-content a, .single-content a:link, .single-content a:hover, .single-content a:visited, .single-content a:active {
	color: #ed1b2f;
	text-decoration: none;
	font-weight: 600;
}
.single-content img {
	width: 100%;
	height: auto;
}
.single-content table {
	width: 100%;
	border: 1px solid #060606;
	border-collapse: collapse;
}
.single-content th { 
	border: 1px solid #060606;
}
.single-content td { 
	padding: 5px;
	border: 1px solid #060606;
}
.single-content .single-excerpt {
	font-weight: 700;
}
.single-content .gallery, .single-content figure {
	margin: 0;
	height: auto;
	margin: 0 0 15px;
}
.single-content .gallery-columns-1 .gallery-item {
	width: 100%;
}
.single-content .gallery-columns-2 .gallery-item {
	width: 45%;
	margin-right: 4%;
	float: left;
}
.single-content .gallery-columns-3 .gallery-item {
	width: 30%;
	margin-right: 3%;
	float: left;
}
.single-content .gallery-columns-4 .gallery-item {
	width: 22%;
	margin-right: 2%;
	float: left;
}
.single-content .gallery-columns-5 .gallery-item {
	width: 18%;
	margin-right: 1.5%;
	float: left;
}
.single-content .gallery-columns-6 .gallery-item {
	width: 15%;
	margin-right: 1.5%;
	float: left;
}
.single-content .gallery-columns-7 .gallery-item {
	width: 12.5%;
	margin-right: 1.5%;
	float: left;
}
.single-content .gallery-columns-8 .gallery-item {
	width: 11.5%;
	margin-right: 0.9%;
	float: left;
}
.single-content .gallery-columns-9 .gallery-item {
	width: 10%;
	margin-right: 0.1%;
	float: left;
}
.single-content .iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin: 0;
	overflow: hidden; 
	-webkit-overflow-scrolling: touch;
}
.single-content .iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-share-row {
	padding: 52px 0 80px;
}
.single-share-text {
	display: block;
	float: left;
	font-size: 25px;
	line-height: 57px;
	text-align: left;
	font-weight: 900;
	color: #060606;
}
.single-share-button, .single-share-button:link, .single-share-button:hover, .single-share-button:visited, .single-share-button:active {
	display: block;
	float: left;
	width: 57px;
	height: 57px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ed1b2f;
	margin-left: 32px;
	padding: 19px 0 0 19px;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.single-share-button:hover {
	background-color: #b70d19;
}
.single-share-button:before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
}

.single-share-button.single-share-tg:before {
    background: url(img/tg-white.svg);
	background-image: url(img/tg-white.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 22px;
	height: 22px;
}
.single-share-button.single-share-tw:before {
	background: url(img/tw-white.png);
	background-image: url(img/tw-white.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.single-share-button.single-share-fb:before {
	background: url(img/fb-white.png);
	background-image: url(img/fb-white.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.single-share-button.single-share-vk:before {
	background: url(img/vk-white.png);
	background-image: url(img/vk-white.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

/** regions template */
.regions-page-title, .contacts-page-title {
	margin: 0;
	padding: 80px 0 39px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 900;
	color: #060606;
	text-align: center;
	text-transform: uppercase;
}
.regions-svg-block {
	display: none;
}
html.svg.inlinesvg .regions-svg-block {
	display: block;
}
.regions-block-title {
	margin: 30px 0 10px;
	padding: 19px 0;
	font-size: 32px;
	line-height: 32px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	color: #060606;
	border-left: 5px solid #ed1b2f;
	background-color: #f7f8f9;
}
.regions-map-wrapper {
	padding: 28px 0;
}
.regions-map-wrapper svg {
	max-width: 100%;
}
#ukraine_map #map_regions path {
	cursor: pointer;
	-webkit-transition: .2s all ease-in;
	-o-transition: .2s all ease-in;
	transition: .2s all ease-in;
	fill: #e9e9e9;
}
#ukraine_map #map_regions path:hover, #ukraine_map #map_regions path.active {
	fill: #ed1b2f;
}
.region-items-wrapper {
	padding: 0 0 80px;
}
.single-regions-title {
	margin: 0;
	padding: 0 0 30px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 900;
	color: #060606;
	text-align: center;
	text-transform: uppercase;
}
.region-item {
	margin: 30px 0;
	padding: 20px 0;
}
.region-item:nth-child(odd) {
	background-color: #f7f8f9;
}
.region-item-title {
	font-size: 22px;
	line-height: 22px;
	font-weight: 900;
	color: #ed1b2f;
	text-align: center;
	margin: 0;
	padding: 0 0 43px;
	text-transform: uppercase;
}
.region-item-column {
	width: 33.3%;
	float: left;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #eaeaec;
}
.region-item-column:last-child {
	border-right: none;
}
.region-item-column h5 {
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight: 900;
	color: #060606;
}
.region-item-content, .region-item-content p, .region-item-content h1, .region-item-content h2, .region-item-content h3, .region-item-content h4, .region-item-content h5, .region-item-content h6 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: 400;
	text-align: left;
}
.region-item-content a, .region-item-content a:link, .region-item-content a:hover, .region-item-content a:visited, .region-item-content a:active {
	color: #ed1b2f;
	text-decoration: none;
}
.regions-list-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.regions-list-inner {
	margin: 0;
	padding: 0;
	height: auto;
	position: relative;
	max-height: 400px;
}
.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}
.scroll-wrapper > .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0 20px 0 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}
.scroll-element {
	display: none;
}
.scroll-element, .scroll-element div {
	box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}
.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
	cursor: default;
}
.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
	overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}
.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.scrollbar-inner > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
	background-color: #979797;
	width: 1px;
}
.scrollbar-inner > .scroll-element .scroll-bar { 
	background-color: #ed1b2f;
	width: 11px;
	left: -5px;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
	background-color: #ed1b2f;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
	background-color: #ed1b2f;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { 
	left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { 
	top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px;
}
.region-list-title, .region-list-title:link, .region-list-title:hover, .region-list-title:visited, .region-list-title:active {
	display: block;
	height: 80px;
	padding: 29px 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	color: #060606;
	text-decoration: none;
	border-top: 1px solid #d7d7d9;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.region-list-title:hover {
	background-color: #ed1b2f;
	color: #ffffff;
}
.region-list-item:first-child .region-list-title {
	border-top: none;
}

/** contacts page **/
.contacts-item {
	width: 504px;
	margin: 0 0 79px;
}
.contacts-item-icon {
	width: 70px;
	height: 70px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ed1b2f;
	padding: 16px 0 0 16px;
}
.contacts-item-icon:before {
	content: '';
	display: block;
	width: 38px;
	height: 38px;
}
.contacts-item-icon-address:before {
	background: url(img/map-point-white.png);
	background-image: url(img/map-point-white.svg), none;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.contacts-item-icon-phone:before {
	background: url(img/phone-white.png);
	background-image: url(img/phone-white.svg), none;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.contacts-item-icon-worktime:before {
	background: url(img/clock-white.png);
	background-image: url(img/clock-white.svg), none;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.contacts-item-text {
	width: 430px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 19px;
	margin: 0;
}
.contacts-item-title {
	margin: 0;
	padding: 8px;
	font-size: 22px;
	line-height: 20px;
	font-weight: 900;
	color: #ed1b2f;
	text-align: left;
	text-transform: uppercase;
}
.contacts-item-content, .contacts-item-content p, .contacts-item-content h1, .contacts-item-content h2, .contacts-item-content h3, .contacts-item-content h4, .contacts-item-content h5, .contacts-item-content h6 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: 900;
	text-align: left;
}
.contact-form-title {
	margin: 0;
	padding: 0;
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
	color: #ed1b2f;
	text-align: center;
	text-transform: uppercase;
}
.contact-form-wrapper {
	padding: 0 15px;
}
.contact-form-wrapper input:focus, .contact-form-wrapper textarea:focus {
	outline: none !important;
}
.contact-form-wrapper input[type="text"], .contact-form-wrapper input[type="tel"], .contact-form-wrapper input[type="email"], .contact-form-wrapper textarea {
	width: 100%;
	border: 1px solid #d7d7d9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 52px;
	padding: 17px 7px;
	margin: 19px 0;
	font-size: 18px;
	line-height: 18px;
	color: #060606;
	font-weight: 700;
}
.contact-form-wrapper textarea {
	height: 113px;
}
.contact-form-wrapper input[type="submit"] {
	width: 100%;
	border: none;
	height: 61px;
	background-color: #ed1b2f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 21px 8px;
	font-size: 18px;
	line-height: 19px;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 6px 10px 0px rgba(85,85,85,0.45);
	-moz-box-shadow: 0px 6px 10px 0px rgba(85,85,85,0.45);
	box-shadow: 0px 6px 10px 0px rgba(85,85,85,0.45);
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.contact-form-wrapper input[type="submit"]:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.contact-form-wrapper .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok, .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	border: none;
	padding: 0;
	margin: 8px 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #060606;
}
.contact-form-wrapper span.wpcf7-not-valid-tip {
	border: none;
	padding: 0;
	margin: 8px 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #ed1b2f;
}
.contacts-map {
	width: auto;
	height: 465px;
}
/** 404 page **/
.page404-row {
	padding: 100px 0;
}
.page404-title {
	margin: 0;
	padding: 0;
	font-size: 170px;
	line-height: 170px;
	font-weight: 900;
	color: #ed1b2f;
	letter-spacing: 2px;
	text-align: center;
}
.page404-subtitle {
	font-size: 38px;
	line-height: 38px;
	font-weight: 600;
	color: #060606;
	text-align: center;
	margin: 0;
	padding: 20px 0 25px;
}
.page404-tomain-link, .page404-tomain-link:link, .page404-tomain-link:hover, .page404-tomain-link:visited, .page404-tomain-link:active {
	display: block;
	width: 270px;
	height: 60px;
	background-color: #ed1b2f;
	color: #ffffff;
	margin: 45px auto;
	padding: 0 55px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	font-size: 18px;
	line-height: 60px;
	font-weight: 900;
	text-align: right;
}
.page404-tomain-link:before {
	margin: 0;
	padding: 0;
	content: '';
	display: block;
	float: left;
	width: 24px;
	height: 60px;
	margin: 0 5px 0 45px;
	background: url(img/arrow-left.png);
	background-image: url('img/arrow-left.svg'), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/** search **/
.search-text-block {
	padding: 10px 15px 0 0;
}
.search-text-block h1.search-text-title {
	font-size: 40px;
	font-weight: 900;
	color: #000000;
	margin: 0;
	padding: 10px 0;
	text-align: left;
	text-transform: uppercase;
}
.search-text-block p.search-text-subtitle {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #000000;
	margin: 0;
	padding: 10px 0;
}
.search-nothing {
	padding: 15px 0;
	margin: 0;
	font-size: 16px;
	line-height: 18px;
}
#wp-admin-bar-updates, #wp-admin-bar-comments {
	display: none;
}

@media (max-width: 1470px) {
	.header-menu-inner a, .header-menu-inner a:link, .header-menu-inner a:hover, .header-menu-inner a:visited, .header-menu-inner a:active {
		font-size: 16px;
		line-height: 44px;
	}
	.header-menu-inner {
		height: 49px;
	}
	.header-menu-inner li {
		padding: 0 14px;
	}
	.header-menu-search-block {
		width: 49px;
		height: 49px;
	}
	.header-menu-search-block:before {
		left: 14px;
		top: 14px;
	}
	.header-menu-search form, .header-menu-search input {
		height: 49px;
	}
	.header-menu-search form, .header-menu-search input {
		width: 180px;
	}
	.main-news-section .flex-direction-nav a, .main-news-section .flex-direction-nav a:link, .main-news-section .flex-direction-nav a:hover, .main-news-section .flex-direction-nav a:visited, .main-news-section .flex-direction-nav a:active {
		left: 5px;
		margin: -20px 0 0;
		width: 40px;
		height: 40px;
	}
	.main-news-section .flex-direction-nav a.flex-next, .main-news-section .flex-direction-nav a.flex-next:link, .main-news-section .flex-direction-nav a.flex-next:hover, .main-news-section .flex-direction-nav a.flex-next:visited, .main-news-section .flex-direction-nav a.flex-next:active {
		left: auto;
		right: 5px;
	}
	.main-news-section .flex-direction-nav a:before {
		width: 20px;
		height: 20px;
	}
	.main-news-section-text-wrapper {
		left: 55px;
	}
	.left-block {
		width: 650px;
		padding: 0 30px 0 0;
	}
	.right-block {
		width: 400px;
	}
	.footer-site-left-block, .footer-site-right-block {
		float: none;
		clear: both;
		margin: 0 auto;
		padding: 15px 15px 15px 0;
		display: inline-block;
	}
	.footer-site-right-block {
		padding: 0 0 20px;
	}
	.site-footer {
		text-align: center;
	}
	.header-menu-inner .sub-menu a, .header-menu-inner .sub-menu a:link, .header-menu-inner .sub-menu a:hover, .header-menu-inner .sub-menu a:visited, .header-menu-inner .sub-menu a:active {
		font-size: 16px;
		line-height: 16px;
	}
	.header-menu-inner .sub-menu li {
		padding: 12px 5px 12px 10px
	}
	.header-menu-inner>ul>li>.sub-menu {
		top: 48px;
	}
	.last-news-section {
		padding: 30px 0 25px;
	}
}
@media (max-width: 1100px) {
	.header-navbar .social-block-item {
		margin: 0 15px 0 0;
	}
	.mailchimp-form-wrapper #mc_embed_signup input.email, .mailchimp-form-wrapper #mc_embed_signup input.email:focus {
		width: 240px;
		padding: 16px 8px;
	}
	.mailchimp-form-wrapper #mc_embed_signup .button, .mailchimp-form-wrapper #mc_embed_signup .button:hover {
		padding: 0 10px;
	}
	.main-news-section-title a, .main-news-section-title a:link, .main-news-section-title a:hover, .main-news-section-title a:visited, .main-news-section-title a:active {
		font-size: 16px;
		line-height: 18px;
	}
	.main-news-section-text-wrapper {
		min-height: 158px;
		width: 440px;
	}
	.main-news-section-link, .main-news-section-link:link, .main-news-section-link:hover, .main-news-section-link:visited, .main-news-section-link:active {
		font-size: 16px;
		line-height: 22px;
	}
	.main-news-section-link span {
		width: 22px;
		height: 22px;
		padding: 5px 0 0 5px;
	}
	.main-news-section-link span:before {
		width: 12px;
		height: 12px;
	}
	.main-img-section {
		padding: 25px 0;
	}
	.left-block {
		width: 670px;
	}
	.right-block {
		width: 250px;
	}
	.last-news-section-title-section {
		padding: 0;
		font-size: 26px;
		line-height: 26px;
	}
	.category-title-row h1 {
		padding: 0 0 15px;
		font-size: 26px;
		line-height: 26px;
	}
	.regions-page-title, .contacts-page-title {
		padding: 25px 0 15px;
		font-size: 26px;
		line-height: 26px;
	}
	.post-preview-item {
		padding: 20px 0;
	}
	.post-preview-title a, .post-preview-title a:link, .post-preview-title a:hover, .post-preview-title a:visited, .post-preview-title a:active {
		font-size: 18px;
		line-height: 22px;
	}
	.last-news-section-more-button, .last-news-section-more-button:link, .last-news-section-more-button:hover, .last-news-section-more-button:visited, .last-news-section-more-button:active {
		width: 140px;
		height: 40px;
		padding: 0 0 0 8px;
		font-size: 16px;
		line-height: 40px;
	}
	.last-news-section-more-button:after {
		width: 14px;
		height: 40px;
		margin: 0 0 0 3px;
	}
	.footer-site-right-block .social-block-item {
		width: 39px;
		height: 39px;
		margin: 0 15px 0 0;
		padding: 10px 0 0 10px;
	}
	.footer-site-right-block .social-block-item a, .footer-site-right-block .social-block-item a:link, .footer-site-right-block .social-block-item a:hover, .footer-site-right-block .social-block-item a:visited, .footer-site-right-block .social-block-item a:active {
		display: block;
		width: 19px;
		height: 19px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.calendar-title {
		padding: 13px 5px;
		border-left: 5px solid #ed1b2f;
		font-size: 16px;
		line-height: 20px;
	}
	.calendar-month-title {
		font-size: 16px;
		line-height: 40px;
	}
	.calendar-next-prev, .calendar-next-prev:link, .calendar-next-prev:hover, .calendar-next-prev:visited, .calendar-next-prev:active {
		width: 40px;
		height: 40px;
	}
	.calendar-next-prev span {
		left: 8px;
		top: 8px;
	}
	.calendar-date {
		width: 35px;
		height: 35px;
		padding: 9.5px 0;
		font-size: 16px;
		line-height: 16px;
	}
	.calendar-date.date-full:after {
		bottom: 3px;
	}
	.pagination-block .page-numbers, .pagination-block .page-numbers:link, .pagination-block .page-numbers:hover, .pagination-block .page-numbers:visited, .pagination-block .page-numbers:active {
		width: 22px;
		height: 22px;
		padding: 3px 0;
		font-size: 16px;
		line-height: 16px;
	}
	.regions-block-title, .contact-form-title {
		margin: 20px 0 10px;
		padding: 15px 0;
		font-size: 18px;
		line-height: 18px;
	}
	.region-list-title, .region-list-title:link, .region-list-title:hover, .region-list-title:visited, .region-list-title:active {
		height: 40px;
		padding: 11px 9px;
		font-size: 18px;
		line-height: 18px;
	}
	.region-item-title {
		padding: 0 0 20px;
	}
	.region-item {
		margin: 15px 0;
		padding: 8px 0;
	}
	.contacts-item-title {
		font-size: 18px;
	}
	.contacts-item {
		width: auto;
		margin: 0 0 22px;
	}
	.contacts-item-text {
		width: auto;
		float: left;
	}
	.contact-form-wrapper input[type="text"], .contact-form-wrapper input[type="tel"], .contact-form-wrapper input[type="email"], .contact-form-wrapper textarea {
		height: 40px;
		padding: 11px 7px;
		margin: 15px 0;
		font-size: 18px;
		line-height: 18px;
	}
	.contact-form-wrapper textarea {
		height: 120px;
	}
	.contact-form-wrapper input[type="submit"] {
		height: 40px;
		padding: 12px 5px;
		font-size: 16px;
		line-height: 16px;
	}
	.single-title {
		font-size: 22px;
		line-height: 26px;
	}
	.single-share-button, .single-share-button:link, .single-share-button:hover, .single-share-button:visited, .single-share-button:active {
		width: 40px;
		height: 40px;
		margin-left: 20px;
		padding: 10px 0 0 10px;
	}
	.single-share-button:before {
		width: 20px;
		height: 20px;
	}
	.single-share-text {
		font-size: 18px;
		line-height: 40px;
	}
	.search-text-block h1.search-text-title {
		font-size: 30px;
		line-height: 30px;
		padding: 5px 0;
	}
	.search-text-block p.search-text-subtitle {
		font-size: 24px;
		line-height: 24px;
		padding: 5px 0;
	}
}
@media (max-width: 988px) {
    .main-img-section > .ba-container > .ba-row {
        margin: 0 auto;
        max-width: 600px;
    }
	.header-navbar {
		height: auto;
	}
	.header-navbar .social-block {
		float: none;
		width: auto;
		clear: both;
	}
	.header-navbar .social-block-item {
		margin: 0 25px 0 0;
	}
	.header-block-inner h2 {
		font-size: 20px;
		line-height: 20px;
	}
	.header-block-inner h2 span {
		font-size: 42px;
		line-height: 42px;
	}
	.header-logo-container, header-logo-container:link, header-logo-container:hover, header-logo-container:visited, header-logo-container:active {
		width: 60px;
		height: 60px;
		top: 0;
	}
	.mailchimp-form-wrapper {
		float: none;
		clear: both;
		width: 475px;
		margin: 0 auto;
	}
	.left-block, .right-block {
		float: none;
		clear: both;
		width: auto;
		margin: 15px 0;
		padding: 0;
	}
	.right-block > .primary-sidebar {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.header-menu-inner li {
		float: none;
		padding: 0 14px;
		clear: both;
	}
	.header-menu-inner {
		height: auto;
	}
	.menu-mobile-icon {
		display: block;
		margin: 5px 0 0;
		width: 39px;
		height: 39px;
		background: url(img/menu-red.png);
		background-image: url(img/menu-red.svg), none;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
	}
	.header-menu-inner>ul {
	    display: none;
		position: absolute;
        width: calc(100% - 30px);
        background-color: #f3ebeb;
        z-index: 11;
        height: 40vh;
        text-align: center;
        padding-top: 20px;
	}
	.header-menu-inner>ul>.current_page_item>a, .header-menu-inner>ul>.current_page_item>a:link, .header-menu-inner>ul>.current_page_item>a:hover, .header-menu-inner>ul>.current_page_item>a:visited, .header-menu-inner>ul>.current_page_item>a:active {
		border-top: 5px solid transparent;
	}
	.header-menu-inner>ul>li>.sub-menu {
		position: relative;
		left: 0;
		width: auto;
		top: 0;
		border-top: none;
		background-color: transparent;
	}
	.header-menu-inner>ul>li>.sub-menu:before {
		content: '';
		display: none;
	}
	.header-menu-inner .sub-menu li:hover {
		background-color: transparent;
	}
	.sub-menu a, .header-menu-inner .sub-menu a:link, .header-menu-inner .sub-menu a:hover, .header-menu-inner .sub-menu a:visited, .header-menu-inner .sub-menu a:active {
		color: #060606;
	}
	.header-menu-inner>ul>li>.sub-menu>li.menu-item-has-children>.sub-menu {
		position: relative;
		background-color: transparent;
		left: 0;
		width: auto;
		top: 0;
	}
	.main-img-item, .main-img-item:link, .main-img-item:hover, .main-img-item:visited, .main-img-item:active {
		width: auto;
		float: none;
		margin: 15px 0;
		padding: 0;
	}
	.calendar-date {
		width: 14.2%;
	}
	.page404-row {
		padding: 50px 0;
	}
	.page404-title {
		font-size: 90px;
		line-height: 90px;
		letter-spacing: 1px;
	}
	.page404-subtitle {
		font-size: 19px;
		line-height: 19px;
		padding: 10px 0 13px;
	}
	.page404-tomain-link, .page404-tomain-link:link, .page404-tomain-link:hover, .page404-tomain-link:visited, .page404-tomain-link:active {
		margin: 25px auto;
	}
}
@media (max-width: 786px) {
    .header-logo-link {
        text-decoration: none;
    }
	.header-block-inner h2, .header-block-inner .header-logo-container {
		display: block;
		margin: 0 auto;
	}
	.header-logo-container, header-logo-container:link, header-logo-container:hover, header-logo-container:visited, header-logo-container:active {
		width: 120px;
		height: 120px; 
	}
	.mailchimp-form-wrapper {
		width: auto;
	}
	.mailchimp-form-wrapper #mc_embed_signup input.email, .mailchimp-form-wrapper #mc_embed_signup input.email:focus {
		display: block;
		width: 100%;
		border-left: none;
		float: none;
		clear: both;
	}
	.mailchimp-form-wrapper .clear {
		float: none;
		clear: both;
	}
	.mailchimp-form-wrapper #mc_embed_signup .button, .mailchimp-form-wrapper #mc_embed_signup .button:hover {
		width: 100%;
		float: none;
		clear: both;
	}
	
	.post-preview-time, .post-preview-link, .post-preview-link:link, .post-preview-link:hover, .post-preview-link:visited, .post-preview-link:active {
		width: auto;
		float: none;
		clear: both;
	}
	.footer-logo-title, .footer-logo-grey, .footer-logo-grey:link, .footer-logo-grey:hover, .footer-logo-grey:visited, .footer-logo-grey:active {
		float: none;
		margin: 0 auto;
		font-size: 20px;
		line-height: 24px;
		text-align: center;
	}
	.single-share-text {
		float: none;
		clear: both;
	}
	.contacts-item-icon {
		float: none;
		margin: 0 auto;
		clear: both;
	}
	.contacts-item-text {
		width: auto;
		float: none;
		clear: both;
		padding: 0;
		margin: 15px 0;
	}
	.contacts-item-title {
		text-align: center;
	}
	.region-item-column {
		float: none;
		clear: both;
		width: auto;
		padding: 15px 0;
		margin: 0;
	}
	.regions-svg-block {
		display: none;
	}
}

@media (max-width: 586px) {
    .section-wrapper.main-news-section {
        display: none;
	}
}

@media (max-width: 560px) {
    .last-news-section {
        padding: 10px 0 25px;
    }
}

@media (max-width: 450px) {
	.header-block-inner h2 span {
		font-size: 30px;
		line-height: 30px;
	}
	.regions-map-wrapper {
		padding: 0;
	}
}

@media (max-width: 410px) {
	.textwidget > iframe {
	    width: 100%;
	}
}
















}