html {
	height: 100%
}

body {
	overflow-x: hidden;
	height: 100%;
	font-family: Arial, sans-serif;
}

.form-control {
	background-color: #FFF;
}

textarea.form-control {
	resize: vertical
}

.modal-header {
	padding: 15px;
}

.mm-page {
	height: 100%
}

html.mm-pagedim-black #mm-blocker {
	background: transparent !important
}

.header {
	position: absolute;
	z-index: 101;
	width: 100% !important;
	height: 60px;
	border-bottom: solid 1px #DEDEDE !important;
	background: #FFF !important;
}

.logo-mm {
	padding-left: 15px;
	height: 60px;
	color: #333;
	text-decoration: none;
	font-size: 20px;
	line-height: 60px;
}

.logo-mm:hover,
.logo-mm:focus {
	color: #333;
	text-decoration: none;
}

.logo-mm img {
	max-height: 40px
}

nav.mm-menu {
	background: #FFF
}

.menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 60px;
}

.mm-search {
	padding: 0 20px !important
}

.mm-menu .mm-navbar-top-1 {
	padding-right: 5px;
	padding-left: 20px !important;
	text-align: left;
}

.mm-navbar-top-1 p {
	color: #333 !important;
	font-size: 18px !important;
}

.mm-menu .menu-search {
	position: relative;
	padding: 0;
}

.mm-menu .menu-search:before {
	position: absolute;
	top: 50%;
	left: 30px;
	z-index: 5;
	margin-top: -7px;
	width: 15px;
	height: 15px;
	background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNC45NzdweCIgaGVpZ2h0PSIxNC45ODJweCIgdmlld0JveD0iMCAwIDE0Ljk3NyAxNC45ODIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0Ljk3NyAxNC45ODIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjNUI1QzVDIiBkPSJNMTQuNjcsMTMuMjAxbC00LjAxMS00LjAyN2MwLjY0OC0wLjk0MywxLjAzLTIuMDg0LDEuMDMtMy4zMTdDMTEuNjg5LDIuNjIyLDkuMDczLDAsNS44NDUsMEMyLjYxNywwLDAsMi42MjIsMCw1Ljg1NmMwLDMuMjM1LDIuNjE3LDUuODU2LDUuODQ1LDUuODU2YzEuMjQ0LDAsMi4zOTYtMC4zOTMsMy4zNDMtMS4wNTZsNC4wMDIsNC4wMmMwLjQwOSwwLjQwNywxLjA3MiwwLjQwNywxLjQ4LDBTMTUuMDc4LDEzLjYwOSwxNC42NywxMy4yMDF6IE01Ljg0NSw5LjgzM2MtMi4xOTIsMC0zLjk2OS0xLjc4MS0zLjk2OS0zLjk3N2MwLTIuMTk2LDEuNzc2LTMuOTc3LDMuOTY5LTMuOTc3czMuOTcsMS43ODEsMy45NywzLjk3N0M5LjgxNCw4LjA1Miw4LjAzNyw5LjgzMyw1Ljg0NSw5LjgzM3oiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat;
	content: '';
}

.mm-menu .menu-search input[type=text] {
	padding-left: 35px;
	height: 38px;
	font-size: 18px
}

.mm-menu .mm-search input {
	display: block;
	margin: 0;
	padding: 2px 15px;
	width: 100%;
	outline: none;
	border: 1px solid #BABABA;
	border-radius: 4px;
	background-color: #FFF !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	color: rgba(0, 0, 0, 0.7) !important;
	font-weight: 700 !important;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-appearance: none
}

.mm-menu .mm-search input::-webkit-input-placeholder {
	color: #7C7C7C !important;
	font-weight: 400;
	font-size: 1em
}

.mm-menu .mm-search input::-moz-placeholder {
	color: #7C7C7C !important;
	font-weight: 400;
	font-size: 1em
}

.mm-menu .mm-search input:-moz-placeholder {
	color: #7C7C7C !important;
	font-weight: 400;
	font-size: 1em
}

.mm-menu .mm-search input:-ms-input-placeholder {
	color: #7C7C7C !important;
	font-weight: 400;
	font-size: 1em
}

.mm-menu>.mm-panel.mm-highest>.mm-listview li a {
	color: #565e50
}

.mm-navbar-top-3.mm-navbar-top .mm-title {
	color: #434343;
	font-weight: 700;
}

.mm-menu>.mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}

.mm-opened #page-wrapper:before,
.mm-opening #page-wrapper:before {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	content: '';
}

.mm-menu {
	background-color: #FFF
}

.mm-listview>li:not(.mm-divider):after {
	left: 0
}

.mm-menu .mm-search input {
	background-color: #FFF
}

.mm-next:after,
.mm-arrow:after {
	right: 20px
}

.mm-listview>li>a,
.mm-listview>li>span {
	padding-top: 7px !important;
	padding-bottom: 7px !important
}

.mm-listview>li>a {
	font-weight: 700;
	font-size: 16px;
}

.menu-toggle {
	z-index: 50
}

.menu-toggle a {
	position: absolute;
	z-index: 102;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0
}

.menu-toggle .icon {
	position: absolute;
	top: 23px;
	left: 14px;
	z-index: 101;
	width: 21px;
	height: 17px;
}

.menu-toggle .icon div {
	position: absolute;
	left: 0;
	width: 21px;
	height: 3px;
	background-color: #565e50;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-ms-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	transition: all ease-out .2s
}

.menu-toggle .icon div.first {
	top: 0
}

.menu-toggle .icon div.second {
	top: 7px
}

.menu-toggle .icon div.third {
	top: 14px
}

.mm-menu .mm-listview>li:after {
	border-color: transparent !important
}

.mm-listview .mm-next:before {
	border-color: transparent !important
}

.mm-opened .menu-toggle .icon div.second,
.mm-opening .menu-toggle .icon div.second {
	left: 5px;
	background-color: #000;
	opacity: 0;
}

.mm-opened .menu-toggle .icon div.first,
.mm-opening .menu-toggle .icon div.first {
	top: 4px;
	background-color: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-opened .menu-toggle .icon div.third,
.mm-opening .menu-toggle .icon div.third {
	top: 4px;
	background-color: #000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.page {
	position: relative;
	min-height: 100%;
	background: #FFF;
}

#page-wrapper {
	position: relative;
	overflow-x: hidden;
	min-height: 100%
}

.top-bg {
	height: 433px;
	width: 100%;
	position: absolute;
	background: linear-gradient(to bottom, rgb(200, 200, 188) 0%, rgb(200, 200, 188) 3%, rgb(232, 232, 221) 40%, rgb(253, 253, 251) 100%);
	top: 0;
	left: 0;
	z-index: 0;
}

.top-header {
	position: relative;
	width: 100%;
	height: 96px;
	border-top: 6px solid #0b0b0a;
	background: #fff
}

.top-header:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	background: #9fde36;
	content: "";
}

.top-header-row {
	margin: 0 auto;
	max-width: 1070px;
}

.top-header-logo {
	z-index: 10;
	padding: 0;
	background: #fff;
}

.top-header-logo__href {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	max-height: 90px;
	width: 100%;
	height: 90px;
	border-bottom: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	line-height: 90px;
}

.top-header-logo__href:before {
	display: inline-block;
	height: 100%;
	content: ' ';
	vertical-align: middle;
}

.top-header-logo__href:hover,
.top-header-logo__href:focus {
	text-decoration: none
}

.top-header-logo__href img {
	max-width: 100%;
	max-height: 90px;
	object-fit: contain
}

.top-header-menu-col {
	padding: 0
}

.header-menu {
	padding-left: 0 !important;
	height: 50px;
}

.top-header-menu {
	position: relative;
	display: block;
	margin-right: 0;
	padding-left: 0;
	height: 50px;
	background: #9fde36;
	border-radius: 0;
	list-style: none;
	line-height: 50px;
}

.top-header-menu__item {
	position: relative;
	z-index: 10;
	z-index: 90;
	display: inline-block;
	margin-left: -5px;
	padding: 0 0 0 20px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.top-header-menu__item:hover,
.top-header-menu__item:focus {
	color: #fff;
}

.top-header-menu__item:after {
	content: " |";
	display: inline-block;
	padding-left: 20px;
}

.top-header-menu__item:last-child:after {
	content: ""
}

.top-header-adres {
	position: relative;
	z-index: 1000;
	display: block;
	margin: 0;
	padding-left: 15px;
	height: 40px;
	background: #fff;
	color: #333;
	line-height: 40px;
}

.top-header-adres:after {
	position: absolute;
	top: 0;
	right: -100%;
	display: block;
	width: 100%;
	height: 23px;
	background: #fff;
	content: '';
}

.bottom-header {
	position: relative;
	width: 100%;
	height: 165px;
}

.bottom-header-row {
	margin: 0 auto;
	max-width: 1070px
}

.bottom-header-bg {
	margin: 0 0 0 0;
	padding: 0 !important;
}

.bottom-header-bg__img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 165px;
}

.bottom-header-site-name-col {
	position: relative;
	padding-top: 55px;
	text-align: right;
}

.bottom-header-site-name {
	display: inline-block;
	padding-right: 30px;
	font-size: 23px;
	color: #000;
	text-decoration: none;
}

.bottom-header-site-name:hover,
.bottom-header-site-name:focus {
	color: #000;
	text-decoration: none;
}

.contacts-tel__phonenumber {
	display: block;
	font-size: 20px;
	padding-right: 30px;
	color: #5d5d4b;
	text-decoration: none;
}

.contacts-tel__phonenumber:hover,
.contacts-tel__phonenumber:focus {
	color: #5d5d4b;
	text-decoration: none;
}

.content {
	z-index: 10;
	width: 100%;
	background: #FFF;
}

.content-row {
	margin: 0 auto;
	max-width: 1070px
}

.row-caption {
	margin-bottom: 15px;
	width: 100%;
	color: #000;
	font-size: 24px;
}

.content h3 {
	color: #000;
	font-size: 24px;
}

.content p img {
	max-width: 100%;
	object-fit: contain
}

.breadcrumb {
	margin-bottom: 20px;
	padding: 0 15px 0 0;
	line-height: 20px;
	border-radius: 0;
	background: transparent;
	color: #7f7f7f;
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d8d8d4;
}

.breadcrumb a {
	color: #7f7f7f;
	text-decoration: none
}

.breadcrumb-first-element__href {
	color: #7f7f7f;
	text-decoration: none
}

.breadcrumb>li+li:before {
	content: ">" !important;
}

.breadcrumb-active-element__href {
	color: #7f7f7f;
	text-decoration: none
}

.breadcrumb>.active {
	color: #777;
}

.breadcrumb a:hover {
	color: #777;
	text-decoration: underline
}

.aside-col {
	position: relative;
	padding: 0 0 30px 0;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.aside-col:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 101;
	display: block;
	border-bottom: none;
	content: "";
}

.aside-col-menu {
	position: relative;
	padding: 0;
}

.aside-col-menu .list-unstyled {
	overflow: hidden;
	margin-bottom: 30px;
	border: none;
	border-top: 2px groove #F7F7F7;
}

.list-unstyled-1-level,
.list-unstyled-2-level,
.list-unstyled-3-level,
.list-unstyled-4-level {
	display: block;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 2px groove #F7F7F7;
}

.list-unstyled-1-level {
	display: block;
	margin: 0;
	padding-left: 27px;
	min-width: 100%;
}

.list-unstyled-1-level:before {
	line-height: 20px;
	content: "▸";
	display: inline-block;
	color: #b0774b;
	font-size: 18px;
	margin-right: 5px;
	position: absolute;
	left: 12px;
}

.list-unstyled-2-level {
	padding-left: 42px;
}

.list-unstyled-3-level {
	padding-left: 57px;
}

.list-unstyled-4-level {
	padding-left: 72px;
}

.list-unstyled-1-level__href,
.list-unstyled-2-level__href,
.list-unstyled-3-level__href,
.list-unstyled-4-level__href {
	position: relative;
	display: block;
	font-size: 15px;
	color: #686868;
	line-height: 20px;
}

.list-unstyled-1-level__href:hover,
.list-unstyled-2-level__href:hover,
.list-unstyled-3-level__href:hover,
.list-unstyled-4-level__href:hover,
.list-unstyled-1-level__href:focus,
.list-unstyled-2-level__href:focus,
.list-unstyled-3-level__href:focus,
.list-unstyled-4-level__href:focus {
	color: #686868;
	text-decoration: underline;
}

.list-unstyled-1-level_active:before {
	content: "▾ ";
	color: #c4350f;
}

.list-unstyled-1-level__href_active,
.list-unstyled-2-level__href_active,
.list-unstyled-3-level__href_active,
.list-unstyled-4-level__href_active {
	color: #c4350f;
}

.list-unstyled-1-level__href_active:hover,
.list-unstyled-2-level__href_active:hover,
.list-unstyled-3-level__href_active:hover,
.list-unstyled-4-level__href_active:hover,
.list-unstyled-1-level__href_active:focus,
.list-unstyled-2-level__href_active:focus,
.list-unstyled-3-level__href_active:focus,
.list-unstyled-4-level__href_active:focus {
	color: #c4350f;
	text-decoration: underline;
}

.form-search {
	position: relative;
	z-index: 130;
	padding: 0 15px;
	max-width: 100%;
	height: 28px;
	margin-bottom: 30px;
}

.form-search__input {
	display: inline-block;
	width: 62%;
	height: 28px;
	background: #FFF;
	vertical-align: top;
}

.form-search__button {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 2%;
	padding: 3px 0;
	width: 33%;
	height: 28px;
	vertical-align: top;
}

.form-search__button:hover,
.form-search__button:active,
.form-search__button:focus,
.form-search__button:focus:active {
	outline: none;
	box-shadow: none;
}

.aside-col-caption {
	display: block;
	margin-top: 0;
	margin-bottom: 15px;
	color: #333;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.1;
}

.aside-col-caption:hover {
	color: #333;
	text-decoration: none;
}

.aside-col .btn-default {
	margin-right: 3px;
	margin-bottom: 10px;
	color: #5D5D5D;
}

.news-widget {
	margin-bottom: 25px;
	padding-right: 15px;
	padding-left: 15px;
}

.news-item {
	clear: left;
	margin-bottom: 20px;
}

.news-item-name {
	display: block;
	padding: 0;
	font-size: 16px
}

.news-item-date {
	padding: 10px 0;
	color: #777;
}

.news-item-image-href {
	display: block;
}

.news-item-text {
	display: block;
}

.opt_counter {
	display: block;
	padding-left: 15px;
	padding-right: 10px;
}

.content-col {
	margin-top: -30px;
	padding-top: 23px;
	padding-right: 30px;
	padding-left: 30px;
	background: #fff;
}

.content-col:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 15px;
	content: '';
	background: linear-gradient(to bottom, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
}

.content-col:after {
	position: absolute;
	top: 0;
	right: -100%;
	display: block;
	width: 100%;
	height: 300px;
	background: #FFF;
	content: '';
	background: linear-gradient(to bottom, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 3%, rgb(255, 255, 255) 100%);
}

.content_inner {
	margin-top: 27px;
	margin-bottom: 0;
}

.widget-caption {
	padding: 0 0 10px 0;
	color: #333;
	font-size: 18px;
}

.articles-widget {
	margin-bottom: 10px;
}

.photo-widget {
	margin-bottom: 10px;
}

.footer-box {
	margin-bottom: 7px;
	height: 0;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 14px 0 14px 0;
	width: 100%;
	height: 100px;
	background: #f9f9f9;
	color: #7d7d7d;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.footer-row {
	margin: 0 auto;
	max-width: 1070px;
}

.footer-logo {
	z-index: 10;
	padding: 0;
}

.footer-logo {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	max-height: 70px;
	width: 100%;
	height: 90px;
	border-bottom: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
}

.footer-logo__href:before {
	display: inline-block;
	height: 100%;
	content: ' ';
	vertical-align: middle;
}

.footer-logo__href:hover,
.footer-logo__href:focus {
	text-decoration: none
}

.footer-logo__href img {
	max-width: 100%;
	max-height: 70px;
	object-fit: contain
}

.footer-about-col {
	text-align: center;
}

.footer-about {
	display: block;
	clear: both;
	padding-left: 15px;
	color: #a5a5a5;
	font-size: 12px;
	line-height: 24px;
	padding-top: 23px;
}

.footer-about__site-name {
	display: block;
	float: left;
}

.footer-contacts-soc {
	display: inline-block;
	margin-top: 0;
}

.footer-contacts-soc__img {
	position: relative;
	display: inline-block;
	margin-top: 0;
	margin-right: 12px;
	width: 24px;
	height: 24px;
	outline: none;
	border-radius: 4px;
	background-repeat: no-repeat;
	content: "";
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

.footer-contacts-soc__img:hover {
	text-decoration: none;
	opacity: 0.7;
}

.footer-contacts-soc__img_vk {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAz1BMVEVEZ41FaI5GaY5Iao9Ia5BJa5BKbJFLbJFMbpJNbpJQcZVTdJZYd5lde5xefJ1gfp5hfp5kgaFmg6JohKNsiKZuiaZ7lK98la9+lrB/l7GDmrOGnbWHnbaInrePpLuQpbuRprySp72Tp72Wqr+arcGbrsKdr8Ois8aru8y4xdS5xtW9ydfBzdnCztrJ097M1uDP2OLT2+TW3ubY3+fa4ejb4und4+re5Ovj6O7m6/Dn6/Do7fHr7/Pu8fXw8vbz9ffz9fj19/n9/f7+/v////8ak6a2AAAAqklEQVR42s2O1w6CQBBFr4oN7BV7WXvBDhZQkf3/b3ImJBD+gPMw9+6cTLKIKXkhRBOonhznOQCgToUYJqmUpZS/NtIbSgtI3Sm9IgiD2kOB7ouxJPZgGh7VGVo0r8jYFG4JYNbctQ7NG1Z80IOP9qGHsWO95P06+NhIRqgEInGJiAUC6m7ETEJTs/1V98DT00NTMHnzRvbI+VVDo+jbs9UHcnPz9boWEE/+dSgpHJQH3hgAAAAASUVORK5CYII=);
	background-size: contain;
}

.footer-contacts-soc__img_fb {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEVMcKhNb6lNb6lOcKpXd65berBffrJ5k75/l8F/mMGBmcKNosiSp8qVqcyWqsyars6puta2xNy9yt/AzOHK1OXN1+fO1+fi5/Hp7fTp7fXx9Pj8/f7+/v////8Y7XPaAAAAAnRSTlNb6IENI+0AAABwSURBVHjaxdLJDoAgDEVRwBGHOlZF5f9/08YYEgsmJi58y3s2XVQIqQKTrvuiHvYSompcjDEZh3iy5zSHzoYh3S/IGRTUtkZrnTCoCabQVUCAHhQAA8EMAOUN0LqZj9AizhRXROwfr/ofJAP2JgyoHyQIEb9zljTtAAAAAElFTkSuQmCC);
	background-size: contain;
}

.footer-contacts-soc__img_instagram {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAABcVBMVEX///+AK6qAK9XVgFXVqiukJJK0HoeqHI64HIDGR1XGVUeXI6KeGpXBI2rBLGHKYUaeHpauG4h6JLiFH7PWgELbikKuHojISFHBGXfFPlq5GoDCJmzCLWbGQ1ONIKeVIKHQakbTdUaEILGuG4e4G4C/GXjEIHHEJWzELGXEM2DEO1vHQlPHSk7YgEJ0JcCUHqDRa0jflz+mHo+WH5+DIbGmHo7JU0zWgEOeHpe3GoDEH3DFNGDFQlSnHY/AGHfFPFnJVEt0JMKeHpjOX0relj6DIbGdHpjOX0nXgEJ7IrmNH6jTdUXbi0BzJMGnHY7JVEvelj6vHIe4GoDGQ1TGSk+nHY/DH3DFNGDJVEuNIKjVdUWnHY+EIbHXgEK4Gn/AGXfFPFrGQ1SeHphzJMF7IrmEIbGNIKiVH6CeHpinHY+vHIe4Gn/AGXfDH3DDJmvELWXFNGDFPFrGQ1THSk/JVEvNX0nQakfUdUXXgELbi0Delj7pxL7NAAAAY3RSTlMABgYGBg4REhISEhYdHR0dIi8yMjIyPDw+PlBQUFBXV1dXaGhoaGhoaGhoaGhobm5ubnCFioqKipGSkpKSnZ2dnaqqqqrExMTE09PT097e3t7m5ubm6Ojo6PDw8fr6+/v7+/7G4xRUAAABaUlEQVR42l3IVVNCYQAA0VUxsIMQCxsTRbEDuwM7wUS4XYjor3fme2AGztsuQHl48/Sj4HQzXI7QevhZ4rAVoO05ldqN9hdEd1Op5zYoO/p66KFIz8PXURlT6XSwaAdn64Lp9BRbmT1AqK8Hmt8zi+xltjiT5sStXruRpJu16sonaYY56QxZHgDwXcjCha+qBQZkGUUZBGouleRSR8dSUrmsAQYVBVUdAtbVl3aA9hd1HRhSVTRtGLjVlhGWtVtgWNPQ9RA06HonQqeuN0BI1zGMEWg0jC6ELsNohBHDwDRHgTtzBWHFvANGTRPLGgNi1msAIPBqxYAxy8K2xwH3lf222t29+mZfuYFx28ZxJgD8145w7QeYcBzOs/MA1G7cZ7P3G7Ui5rPnbH/vA0JTEyDsf28zncv1UqI3l5um4vjnsY8ifY8/xxXgSeTzBwuTBQsH+XzCA+A9+S1x4kVwRXbifwXxnYgL+AfNHmsUiUTP+QAAAABJRU5ErkJggg==);
	background-size: contain;
}

.footer-contacts-soc__img_vk:hover,
.footer-contacts-soc__img_vk:active {
	outline: none;
	box-shadow: none;
}

.footer-contacts-soc__img_fb:hover,
.footer-contacts-soc__img_fb:active {
	outline: none;
	box-shadow: none;
}

.footer-contacts-soc__img_instagram:hover,
.footer-contacts-soc__img_instagram:active {
	outline: none;
	box-shadow: none;
}

.footer-about__sm {
	display: block;
	float: right;
	padding-right: 15px;
	color: #ccc;
	white-space: nowrap;
	font-size: 11px;
}

.footer-about__sm:hover {
	cursor: pointer
}

.footer-about__sm-logo {
	margin-top: -3px;
	margin-right: 5px
}

.modal-header .close {
	position: relative;
	z-index: 1200;
}

.modal-header .item-price {
	display: inline-block;
	color: #333;
	font-size: 18px;
	line-height: 24px;
}

#cboxLoadedContent {
	padding: 15px !important;
	max-width: 570px !important;
	border-radius: 4px !important;
}

#cboxLoadedContent .cboxPhoto {
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain;
}

#cboxLoadedContent>form {
	max-width: 570px !important;
}

#cboxLoadedContent>div,
#cboxLoadedContent>div>div:nth-child(3),
#cboxLoadedContent>div>div:nth-child(3)>div {
	min-height: 100% !important
}

#cboxLoadedContent>div>div:nth-child(3)>div>div:nth-child(2) {
	margin-bottom: 0 !important
}

#cboxLoadedContent,
#cboxContent,
#cboxWrapper {
	max-width: 600px;
	height: initial !important;
}

#colorbox {
	top: 10px !important;
	overflow: visible !important;
	max-width: 100%
}

#cboxClose {
	outline: none !important;
	box-shadow: none !important
}

#cboxNext,
#cboxPrevious {
	outline: none !important;
	box-shadow: none !important
}

#cboxNext {
	right: 0 !important;
	border-radius: 4px
}

#cboxPrevious {
	left: 0 !important;
	border-radius: 4px
}

#cboxLoadedContent div button.btn-default.btn-sm {
	margin-right: 0;
	padding: 3px 9px;
}

.comment-b__form input[type=text],
.comment-b__form textarea {
	border: 1px solid #ADADAD !important;
}

.comment-b__form_checkbox {
	display: inline-flex !important;
	margin: 2px 0 !important;
	border-radius: 4px !important;
	font-size: 12px !important;
}

.comment-b__form_checkbox input {
	margin: 3px 5px 0 0 !important;
	border-radius: 4px !important
}

.comment-b__form input[type=submit] {
	padding: 5px 12px !important;
	border-radius: 4px !important;
}

@media (max-width: 1069px) {
	.top-header-row {
		padding-left: 15px;
	}
	.content-row {
		padding-left: 15px;
	}
	.content-col {
		padding-right: 15px;
		border-right: none;
	}
	.content-col:after {
		right: -1px;
		width: 1px;
		border-left: none;
	}
	.bottom-header-site-name {
		padding-right: 0
	}
	.contacts-tel__phonenumber {
		padding-right: 0
	}
	.footer-about-col {
		border-right: none;
	}
	.footer {
		padding-left: 15px;
	}
	.footer-about__sm {
		padding-right: 0;
	}
}

@media (max-width: 992px) {
	html {
		overflow-x: hidden
	}
	#feedback-modal form .form-tel {
		max-width: 100% !important
	}
	.contacts-tel__phonenumber {
		font-size: 18px
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.form-search__input {
		margin-right: 2px;
		width: 59%;
	}
	.form-search__button {
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	.list-unstyled-1-level__href,
	.list-unstyled-2-level__href,
	.list-unstyled-3-level__href,
	.list-unstyled-4-level__href {
		font-size: 13px
	}
}

@media (min-width: 992px) and (max-width: 1050px) {
	.news-content-item {
		min-height: 260px
	}
	.article-content-item {
		min-height: 250px
	}
	.blog-content-item {
		min-height: 180px
	}
}

@media (min-width: 920px) and (max-width: 992px) {
	.news-content-item {
		min-height: 300px
	}
	.article-content-item {
		min-height: 260px
	}
	.blog-content-item {
		min-height: 210px
	}
}

@media (max-width: 920px) and (min-width: 768px) {
	.news-content-item {
		min-height: 340px
	}
	.article-content-item {
		min-height: 310px
	}
	.blog-content-item {
		min-height: 240px
	}
	.news-item-name {
		margin-bottom: 0
	}
}

@media (min-width: 768px) {
	.page .header {
		display: none
	}
	.main-container .navbar-default {
		display: none
	}
	.content-col {
		min-height: 210px;
	}
}

@media (max-width: 767px) {
	html {
		background: #FFF;
		font-size: 15px;
	}
	.menu-toggle {
		border-bottom: 0 !important
	}
	nav.mm-menu a {
		border-bottom: none;
		color: #565e50 !important;
		white-space: nowrap
	}
	.mm-navbar .mm-title {
		color: #333 !important
	}
	nav.mm-menu .mm-panel a {
		color: #333 !important
	}
	html.mm-opened body {
		overflow: auto !important;
		overflow-x: hidden !important
	}
	html.mm-opened .main-container .content {
		overflow-x: hidden !important
	}
	html.mm-opened #page-wrapper .container:nth-child(2) {
		overflow-x: hidden
	}
	.top-bg {
		display: none;
	}
	.content-row {
		padding-left: 0;
	}
	.aside-col {
		margin-top: 0;
		padding: 0 15px 15px 15px;
		border: none;
		border-radius: 0;
	}
	.aside-col:before {
		display: none;
	}
	.aside-col-menu {
		border-right: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
	}
	.news-widget {
		padding-right: 0;
		padding-left: 0;
	}
	.content-col:before,
	.content-col:after {
		display: none;
	}
	.content {
		z-index: initial;
		margin-bottom: 15px
	}
	.content-col {
		margin-top: 0;
		padding-top: 0;
		padding-left: 15px;
		border: none;
	}
	.content_inner {
		margin-bottom: 0
	}
	.row-caption {
		margin-bottom: 15px;
	}
	.aside-col-news {
		margin-bottom: 0;
	}
	.news-widget-item {
		margin-bottom: 15px;
	}
	.aside-col_inner {
		margin-top: 16px
	}
	.content-col_inner {
		padding-left: 15px;
	}
	.content-col__include>div>.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.news-widget {
		margin-top: 0;
	}
	.footer {
		margin-bottom: 0;
		padding: 15px 0;
		height: initial;
	}
	.footer-box {
		margin-bottom: 5px;
	}
	.footer-about-col {
		border: none;
		text-align: left;
	}
	.footer-about {
		padding-left: 0;
		height: initial;
		padding-top: 0;
	}
	.footer-about__site-name {
		float: none;
		line-height: 16px;
		margin-bottom: 15px;
	}
	.footer-about__sm {
		float: none;
		line-height: 16px;
		margin-bottom: 15px;
	}
	#page-wrapper {
		padding-top: 75px;
		padding-bottom: 0 !important;
		background: transparent
	}
	#cboxLoadedContent {
		padding: 0 !important;
	}
}

@media (max-width: 550px) {
	#cboxLoadedContent,
	#cboxContent,
	#cboxWrapper {
		max-width: 100% !important
	}
	.footer-contacts-soc__img {
		margin-right: 8px;
		width: 24px;
		height: 24px;
		background-size: contain
	}
}

@media (max-width: 767px) and (min-width: 410px) {
	.article-content-item-content {
		margin-bottom: 15px;
		min-height: initial !important;
	}
	.news-content-item-content {
		margin-bottom: 15px;
		min-height: initial !important;
	}
}

@media (max-width: 450px) {
	.row-caption {
		font-size: 19px;
	}
	.blog-content-item {
		min-height: 180px
	}
	.footer-about {
		width: 100%;
	}
	.footer-about__sm {
		float: none;
		margin-top: 15px;
	}
	.footer-menu {
		margin-bottom: 15px;
		margin-left: 0;
		padding: 0 15px 15px 15px;
	}
	.footer-menu__item {
		margin-bottom: 10px;
		padding-right: 10px;
		padding-left: 0;
	}
	.footer-contacts-soc {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
	}
	.footer-contacts-soc__img {
		margin-right: 8px;
		margin-left: 0;
	}
	.photo-widget .col-xs-6 {
		width: 100%;
	}
}

@media (max-width: 360px) {
	.logo-mm {
		font-size: 16px
	}
	.news-content-item {
		margin-bottom: 30px
	}
	.article-content-item-content {
		margin-bottom: 30px;
		min-height: initial !important;
	}
	.blog-content-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 300px) {
	.modal-header {
		padding-bottom: 0
	}
}
