@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic);
html {
	max-width: 100%;
	background: #fff;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857143;
	font-family: Arial, sans-serif;
	height: 100%;
}

body {
	background: transparent;
	overflow-x: hidden;
	height: 100%;
}

a {
	color: #c80c0c;
	text-decoration: none;
}

a:active,
a:hover {
	outline: none!important;
	box-shadow: none!important;
	text-decoration: underline;
	color: #b00b0b;
}

a:link,
a:visited,
ins,
del {
	text-decoration: none;
}

a:link img,
a:visited img,
object,
fieldset,
abbr,
acronym {
	border: none;
}

input {
	border-radius: 0!important;
}

textarea {
	resize: vertical;
	border-radius: 0!important;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	text-decoration: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 0px 12px;
	height: 34px;
	line-height: 33px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .2s ease-out;
	border-color: #c72026;
	background: #c72026;
	color: #fff;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #ffffff;
	text-decoration: none;
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #ffffff;
	background-color: #c72026;
	border-color: #c72026;
}

.btn-default:focus,
.btn-default.focus {
	color: #ffffff;
	background-color: #9b191e;
	border-color: #590e11;
}

.btn-default:hover {
	color: #ffffff;
	background-color: #9b191e;
	border-color: #92181c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #ffffff;
	background-color: #9b191e;
	border-color: #92181c;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color: #ffffff;
	background-color: #7c1418;
	border-color: #590e11;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #c72026;
	border-color: #c72026;
}

.btn-default .badge {
	color: #c72026;
	background-color: #ffffff;
}

.btn-primary {
	color: #ffffff;
	background-color: #c72026;
	border-color: #c72026;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #ffffff;
	background-color: #9b191e;
	border-color: #590e11;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #9b191e;
	border-color: #92181c;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #9b191e;
	border-color: #92181c;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #ffffff;
	background-color: #7c1418;
	border-color: #590e11;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #c72026;
	border-color: #c72026;
}

.btn-primary .badge {
	color: #c72026;
	background-color: #ffffff;
}

.btn-success {
	color: #333333;
	background-color: #e9e9e9;
	border-color: #e9e9e9;
}

.btn-success:focus,
.btn-success.focus {
	color: #333333;
	background-color: #d0d0d0;
	border-color: #a9a9a9;
}

.btn-success:hover {
	color: #333333;
	background-color: #d0d0d0;
	border-color: #cacaca;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #333333;
	background-color: #d0d0d0;
	border-color: #cacaca;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #333333;
	background-color: #bebebe;
	border-color: #a9a9a9;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color: #e9e9e9;
	border-color: #e9e9e9;
}

.btn-success .badge {
	color: #e9e9e9;
	background-color: #333333;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #333333;
	background-color: #e7e7e7;
	border: 1px solid #e7e7e7;
	margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #bc2020;
	border-color: #bc2020;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #ffffff;
	background-color: #bc2020;
	border-color: #bc2020;
	cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.mm-page {
	height: 100%;
}

html.mm-pagedim-black #mm-blocker {
	background: transparent!important;
}

.header {
	height: 60px;
	background: #fff!important;
	z-index: 101;
	position: absolute;
	width: 100%!important;
	border-bottom: solid 1px rgba(158, 158, 158, 0.64)!important;
}

.logo-mm {
	line-height: 60px;
	height: 60px;
	padding-top: 13px;
	padding-left: 15px;
}

.logo-mm img {
	max-height: 40px;
}

nav.mm-menu {
	background: #fff;
}

.menu-toggle {
	position: absolute;
	width: 50px;
	height: 60px;
	top: 0;
	right: 0;
}

.mm-search {
	padding: 0 20px!important;
}

.mm-menu .mm-navbar-top-1 {
	text-align: left;
	padding-left: 20px!important;
	padding-right: 5px;
}

.mm-navbar-top-1 p {
	font-size: 18px!important;
	color: rgba(0, 0, 0, 0.701961)!important;
}

.mm-menu .menu-search {
	padding: 0;
	position: relative;
}

.mm-menu .menu-search:before {
	content: '';
	background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNC45NzdweCIgaGVpZ2h0PSIxNC45ODJweCIgdmlld0JveD0iMCAwIDE0Ljk3NyAxNC45ODIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0Ljk3NyAxNC45ODIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjNUI1QzVDIiBkPSJNMTQuNjcsMTMuMjAxbC00LjAxMS00LjAyN2MwLjY0OC0wLjk0MywxLjAzLTIuMDg0LDEuMDMtMy4zMTdDMTEuNjg5LDIuNjIyLDkuMDczLDAsNS44NDUsMEMyLjYxNywwLDAsMi42MjIsMCw1Ljg1NmMwLDMuMjM1LDIuNjE3LDUuODU2LDUuODQ1LDUuODU2YzEuMjQ0LDAsMi4zOTYtMC4zOTMsMy4zNDMtMS4wNTZsNC4wMDIsNC4wMmMwLjQwOSwwLjQwNywxLjA3MiwwLjQwNywxLjQ4LDBTMTUuMDc4LDEzLjYwOSwxNC42NywxMy4yMDF6IE01Ljg0NSw5LjgzM2MtMi4xOTIsMC0zLjk2OS0xLjc4MS0zLjk2OS0zLjk3N2MwLTIuMTk2LDEuNzc2LTMuOTc3LDMuOTY5LTMuOTc3czMuOTcsMS43ODEsMy45NywzLjk3N0M5LjgxNCw4LjA1Miw4LjAzNyw5LjgzMyw1Ljg0NSw5LjgzM3oiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 5;
	top: 50%;
	margin-top: -7px;
	left: 30px;
}

.mm-menu .menu-search input[type=text] {
	height: 38px;
	padding-left: 35px;
	font-size: 18px;
}

.mm-menu .mm-search input {
	background-color: #ffffff!important;
	border-radius: 0;
	border: 1px solid #bababa;
	display: block;
	margin: 0;
	padding: 2px 15px;
	color: rgba(0, 0, 0, 0.7)!important;
	font-weight: 700!important;
	width: 100%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-appearance: none;
}

.mm-menu .mm-search input::-webkit-input-placeholder {
	font-weight: 400;
	color: #7C7C7C!important;
	font-size: 1em;
}

.mm-menu .mm-search input::-moz-placeholder {
	font-weight: 400;
	color: #7C7C7C!important;
	font-size: 1em;
}

.mm-menu .mm-search input:-moz-placeholder {
	font-weight: 400;
	color: #7C7C7C!important;
	font-size: 1em;
}

.mm-menu .mm-search input:-ms-input-placeholder {
	font-weight: 400;
	color: #7C7C7C!important;
	font-size: 1em;
}

.mm-menu > .mm-panel.mm-highest > .mm-listview li a {
	color: #119de0;
}

.mm-navbar-top-3.mm-navbar-top .mm-title {
	font-weight: 700;
	color: #434343;
}

.mm-menu > .mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.mm-opened #page-wrapper:before,
.mm-opening #page-wrapper:before {
	content: '';
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .40);
	z-index: 10;
}

.mm-menu {
	background-color: #ffffff;
}

.mm-listview > li:not(.mm-divider):after {
	left: 0;
}

.mm-menu .mm-search input {
	background-color: #ffffff;
}

.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-size: 16px;
	font-weight: 700;
}

.menu-toggle {
	z-index: 50;
}

.menu-toggle a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 102;
	font-size: 0;
}

.menu-toggle .icon {
	position: absolute;
	width: 21px;
	height: 17px;
	left: 14px;
	top: 23px;
	z-index: 101;
}

.menu-toggle .icon div {
	position: absolute;
	width: 21px;
	height: 3px;
	left: 0;
	background-color: #7a7a7a;
	-moz-transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.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 {
	opacity: 0;
	left: 5px;
	background-color: #000000;
}

.mm-opened .menu-toggle .icon div.first,
.mm-opening .menu-toggle .icon div.first {
	top: 4px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #000000;
}

.mm-opened .menu-toggle .icon div.third,
.mm-opening .menu-toggle .icon div.third {
	top: 4px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #000000;
}

.page {
	position: relative;
	min-height: 100%;
}

.container {
	max-width: 1170px;
}

#page-wrapper {
	min-height: 100%;
	position: relative;
}

.main-header {
	width: 100%;
	min-height: 142px;
	z-index: 25;
	position: relative;
	background: #Fff;
	border-top: 4px solid #555;
}

.main-header-section {
	max-width: 1170px;
	margin: 0 auto;
	z-index: 10;
}

.main-header .logo {
	text-align: left;
	height: 60px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 0;
	line-height: 0;
	margin-top: 30px;
}

.main-header .logo:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	height: 60px;
}

.main-header .logo .logo-image {
	text-decoration: none;
	border-bottom: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	white-space: nowrap;
	max-width: 33.333%;
	padding-right: 15px;
}

.main-header .logo .logo-text {
	text-decoration: none;
	border-bottom: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	font-weight: bold;
	font-size: 28px;
	color: #c80c0c;
	max-width: 66.666%;
	line-height: 30px;
	text-transform: uppercase;
	padding-top: 5px;
}

.main-header .logo a img {
	width: 100%;
	max-width: 165px;
}

.header-phone {
	position: relative;
	display: inline-block;
	z-index: 11;
	margin-top: 30px;
	height: 60px;
	white-space: nowrap;
	margin-bottom: 30px;
}

.header-phone div.phone {
	display: block;
	border: none;
	cursor: default;
	color: #555;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	margin-right: 0px;
	white-space: nowrap;
}

.header-phone div.phone .glyphicon {
	max-width: 21px;
	top: 4px;
	display: inline-flex;
}

.header-phone .callback-phone {
	white-space: nowrap;
	text-align: left;
	outline: none!important;
	box-shadow: none!important;
	text-decoration: none!important;
	cursor: pointer;
	text-shadow: 0 1px #FFF;
	background-color: #9ebb39;
	height: 24px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 14px;
	color: #c80c0c;
	display: inline-block;
	padding: 5px 10px;
	background-color: #e7e7e7;
	text-transform: lowercase;
	border-radius: 2px 0 0 2px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	position: relative;
	margin-left: 27px;
}

.header-phone .callback-phone:after {
	content: '';
	position: absolute;
	right: -10px;
	top: 0;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 10px solid #e7e7e7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.header-phone .callback-phone:hover:after {
	border-left-color: #d7d7d7;
}

.header-phone .callback-phone:hover {
	background-color: #d7d7d7;
	text-decoration: none;
	outline: none;
}

.header-address {
	margin-top: 53px;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
}

.header-address .glyphicon {
	max-width: 11px;
	margin-right: 4px;
	max-height: 14px;
	display: inline-flex;
}

.header-menu .list-inline {
	margin: 0 auto 20px auto;
	overflow: hidden;
	text-align: center;
	min-height: 28px;
}

.header-menu .list-inline li {
	display: inline-block;
	margin: 0 0 0 -5px;
	padding: 0;
	border: 0;
}

.header-menu .list-inline a {
	display: inline-block;
	margin: 0;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	color: #555;
	text-transform: uppercase;
	padding: 6px 7px;
	border-radius: 0;
	min-height: 28px;
	font-weight: bold;
}

.header-menu .list-inline .lev2>a {
	margin-right: 12px;
	background: transparent;
}

.header-menu .list-inline .lev3 {
	margin-left: 0;
}

.header-menu .list-inline .lev3 a {
	text-transform: initial;
}

.header-menu .list-inline .lev2:hover>a,
.header-menu .list-inline a:hover,
.header-menu .list-inline .lev2.active>a {
	color: #fff!important;
	background-color: #c72026!important;
	text-decoration: none;
}

.header-menu .lev2 ul {
	position: absolute;
	padding: 0;
	z-index: 101;
	text-align: left;
}

.header-menu .lev3 {
	display: none;
	visibility: hidden;
	position: absolute;
}

.header-menu .lev3:hover,
.header-menu .lev2:hover .lev3 {
	display: block;
	visibility: visible;
	position: relative;
}

.header-menu .lev2:hover .lev3 a {
	background: #e7e7e7;
	text-decoration: none;
	display: block;
	z-index: 102;
	max-width: 400px;
}

.header-menu .lev2:hover .lev3 a:hover {
	color: #ddd;
	text-decoration: none;
}

.header-menu .lev2:hover .lev4 a {
	font-weight: 400;
	padding-left: 15px;
	background: #fdfdfd;
}

.middle-container {
	width: 100%;
}

.middle-container>.row,
.top-banner>.row {
	max-width: 1170px;
	margin: 0 auto;
	background: transparent;
	height: inherit;
}

.top-slider {
	width: inherit;
	margin: 0;
	overflow: hidden;
	height: initial!important;
	z-index: 20;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px!important;
}

.top-slider .carousel-inner {
	border-radius: 0;
	box-shadow: 0 -4px #c72026;
	top: 4px;
}

.top-slider img {
	width: 100%;
	margin: 0;
	max-height: 400px!important;
	object-fit: cover!important;
	min-height: 400px;
	z-index: 20
}

.top-slider .carousel-control {
	font-size: 30px;
	background: none;
}

.top-slider .carousel-control .glyphicon {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
}

.top-slider .carousel-control-left {
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.top-slider .carousel-control-right {
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.top-slider .carousel-indicators li {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 5px 0 0;
	box-shadow: none!important;
	outline: 0!important;
	line-height: 0;
	font-size: 0;
	padding: 5px;
	border-color: #e7e7e7;
	cursor: pointer;
}

.top-slider .carousel-indicators li.active {
	border-color: #e7e7e7;
	background: #e7e7e7;
}

.top-slider .carousel-indicators li:last-child {
	margin-right: 0;
}

.top-slider .carousel-caption {
	font-weight: 700;
	font-size: 24px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	bottom: 41px;
	color: rgb( 255, 255, 255);
	font-weight: bold;
	font-size: 45px;
}

.top-slider .carousel-caption span {
	margin-top: 20px;
	text-align: center;
	font-size: 29px;
	cursor: default;
	color: rgb( 255, 255, 255);
	line-height: 1.1;
	display: block;
}

.top-banner {
	margin-bottom: 30px;
	padding: 112px 0 24px;
	border-bottom: 1px solid #FFF;
	background: url("data:image/gif;base64,R0lGODlhBAAEAPcAAP//////zP//mf//Zv//M///AP/M///MzP/Mmf/MZv/MM//MAP+Z//+ZzP+Zmf+ZZv+ZM/+ZAP9m//9mzP9mmf9mZv9mM/9mAP8z//8zzP8zmf8zZv8zM/8zAP8A//8AzP8Amf8AZv8AM/8AAMz//8z/zMz/mcz/Zsz/M8z/AMzM/8zMzMzMmczMZszMM8zMAMyZ/8yZzMyZmcyZZsyZM8yZAMxm/8xmzMxmmcxmZsxmM8xmAMwz/8wzzMwzmcwzZswzM8wzAMwA/8wAzMwAmcwAZswAM8wAAJn//5n/zJn/mZn/Zpn/M5n/AJnM/5nMzJnMmZnMZpnMM5nMAJmZ/5mZzJmZmZmZZpmZM5mZAJlm/5lmzJlmmZlmZplmM5lmAJkz/5kzzJkzmZkzZpkzM5kzAJkA/5kAzJkAmZkAZpkAM5kAAGb//2b/zGb/mWb/Zmb/M2b/AGbM/2bMzGbMmWbMZmbMM2bMAGaZ/2aZzGaZmWaZZmaZM2aZAGZm/2ZmzGZmmWZmZmZmM2ZmAGYz/2YzzGYzmWYzZmYzM2YzAGYA/2YAzGYAmWYAZmYAM2YAADP//zP/zDP/mTP/ZjP/MzP/ADPM/zPMzDPMmTPMZjPMMzPMADOZ/zOZzDOZmTOZZjOZMzOZADNm/zNmzDNmmTNmZjNmMzNmADMz/zMzzDMzmTMzZjMzMzMzADMA/zMAzDMAmTMAZjMAMzMAAAD//wD/zAD/mQD/ZgD/MwD/AADM/wDMzADMmQDMZgDMMwDMAACZ/wCZzACZmQCZZgCZMwCZAABm/wBmzABmmQBmZgBmMwBmAAAz/wAzzAAzmQAzZgAzMwAzAAAA/wAAzAAAmQAAZgAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAABAAEAAAIEACvsWJ1LdBAg9cEsgpkMCAAOw==");
	box-shadow: 0 10px 20px -10px #999;
	margin-top: -209px;
	width: 100%;
	min-height: 210px;
	z-index: -1;
}

.top-banner.top-banner-bg-inner {
	margin-top: 0;
	height: 210px;
}

.top-banner .col-md-4 {
	padding-right: 25px;
}

.top-banner .col-md-4:last-child {
	padding-right: 15px;
}

.btn-banner {
	display: block;
	padding: 20px 20px 20px 93px;
	border-color: #e9e9e9;
	text-align: left;
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
	border-radius: 0;
	box-shadow: 0 0 6px #000;
	min-height: 69px;
	line-height: 30px;
	color: #bc2020;
	font-weight: bold;
	font-size: 26px;
	box-shadow: none;
	outline: none;
}

.btn-banner:hover,
.aside-btn-banner .btn-banner:hover {
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
	color: #c52222;
	box-shadow: none;
	outline: none;
}

.aside-btn-banner .car-keys {
	position: absolute;
	left: 15px;
	height: 53px;
	width: 53px;
	top: 8px;
	content: "";
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAA1CAYAAADh5qNwAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAA3WAAAN1gGQb3mcAAAAB3RJTUUH4AYKDDQqU+ZnowAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC42/Ixj3wAABRRJREFUaEPtmV2IlFUYx3e3zD4EJTWozFK3qM2Z3Z3dqQG1DVGKvEihUSK2ulArw6CupET7MIg+yAUvBDEMP9AuvCjwJgiD0rqIPhAsq91owyytsLVWLT9+/+mZ4XjmXWdm58zuO9Af/px53/Oc5/k/73vOez6mIU7o6OiYlEql5ra2ti6ED8GbrKo+QQLXt7W1fdne3n6S8h/KM5QrrLo+QVKzSOQEPOdwiVXXF9Lp9ETEv5hIJKbwZt7NJ8Tv05T3mln9IJPJXME4uhLxW2A/PKmERJL6hvJGM60PdHV1XYrwNxHeTWLjKfe6CfHmEmZaHyCJqfBWxtEEkjgAX4ffW0Iqk2YaT3R2dk5H6INwKZ/rFOVkuB/hfZSrKI8oGUuoF5PYvqFGBHYh9H14Ji/aWBg3Hg/B2L4hJfQI/NMTPSSx/TbWY4judgNCf/SFX4SHYp1QNpu9hKdemGvKoSZdax5PJJPJaxDa64jWeDrrXBeRh3C/NY8neOq3I/I3E3yE389S9lD+nU8igquteTyhuQeRv0osibzErUbYxBtcwvVxJxGXz+QaxxUtLS1XI/47E7uNW0oqN9a4Xg+LuiL282QTZzQidJMJPsFEukz3VIH4Fdzz56xeLZdUH2vYOu4LE6290WbKx2BuGeRwgDG4wJrFH4yh2U43LCJ1Gl8reQBjrEl9AMGT9Jbg1yTwO9QGUJ/7D7iXxiTXLesOtr2YTCLN+jIyxq7VHsqq/8eIQOOBt9ACta14KgR5oysps4zJWwjR9F+kEYLNO9rY/QEjPwZVUhP404QascQaGRtLeaI6xooSFIoDxLnHYtYWrBrGETA/D+VIgn9Ras1XFfEzSOkmtle9wkLXDjy9RQRzlztnEfMw1Piqivh6zvfN2K3t1oRP9OUE/9QJKh4g8HgzqQo8sBn4P+z653pnTZdSLGvuIMgF23SuX6EqyERqH6Adnv+fKa8zk/DAeY8XcJDP7zSrDgLeVgLfp9w4sPrtCY4zCP4Q7jNuRfxMSn0Q3KQ2WpNgsCOB3W4cqNPbJHwPfmzcg93N1qw0SOpJGhW2CTQ+DT/jd2EQc31cyVuToMB3VjHd+JT64rofkUHuz7cmpeEnNQT7GWOPYrs4NPG7HMEXOwIQK0sKY53baXswALW6LtqxjgbR9C+l9EiXVh13meTS0ATL05rFU5uDowdoXPbBZI3Zh6YF0sUYv1NTjEmuDCT1BM5KdcWR4qmqd8u2Eve34aNK9HxV1WSMk27faQyo/4LvM4kVQwf97/hOuaevzmGf1P3i21ZAdW8dfkb59SdiadAqpnKo6+HgowiH6xioM3xSdxt1R337cki7g8TTdr/IL3VvRbTZgsTK91pDJQW7zaQI1PV5tmUR4fvMRRGoWxPR5m2qwiWlCddMfKi7/uDbl8lPzEcRiPd8hH3YpBCuNeEqn9S9AP1NXrk8ho81vk+Rus89WzFsUkatMKIYZVsuo/yJUbY1SWq0ObykgA77/S1AXPiaaawcDNJF9OtanxpVSi2V7jaJw0ITSW3AUSzWfmjRvm4tuqo7Pmhubh7Lk1mO05/8IMZ+AuV3yCEYOYFz/6B6TrBDGC3xcbzHD2R8lW3AVaGI+F0RMcQepAzr4xCJEkm9bGZBgL/tnv8811MdLimgsfUGLJwbGPUX6GKzCQJ86k+CC7bydv24mYQD/XkCCWTgHIcpdsmXmUkQ6P8rEuh045BUWl3TTEqgoeE8sBxDEbqbs6QAAAAASUVORK5CYII=") no-repeat;
	z-index: 999;
}

.aside-btn-banner .glyphicon {
	position: absolute;
	left: 15px;
	font-size: 52px;
	top: 10px;
	color: #313131;
	z-index: 999;
}

.aside-btn-banner {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.aside-btn-banner:last-child {
	margin-bottom: 30px;
}

.aside-btn-banner .btn-banner {
	padding: 20px 20px 20px 78px;
	font-size: 20px;
	position: relative;
}

.aside-btn-banner .btn-banner>div {
	left: 20px;
}

.main-container {
	background: #fff;
}

.middle-container>.main-container-inner {
	margin-top: -223px;
	background: #fff;
	padding-top: 15px;
}

.main-container .content {
	background: transparent;
	float: left;
	padding: 0 15px 0 15px;
	margin-bottom: 0px;
}

.main-container .content h1 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	color: #515050;
	margin-top: 0;
	text-align: left;
}

.main-container .content .inner-header {
	margin-bottom: 15px;
	border-bottom: solid 0px;
	padding-top: 0px;
}

.main-container .content .inner-header h2 {
	cursor: default;
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	color: #515050;
	margin-top: 10px;
}

.main-container .alert {
	border-radius: 2px!important;
}

.main-container .content .breadcrumb {
	background: none;
	font-size: 12px;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #000000;
}

.main-container .content .breadcrumb a {
	font-size: 12px;
	text-decoration: none!important;
}

.main-container .content .breadcrumb>li+li:before {
	padding: 0 5px;
	color: #000000;
	content: "";
	content: "/";
	font-size: 11px;
}

.main-container .breadcrumb>.active {
	cursor: default;
	height: 15px;
}

.main-container .aside {
	position: relative;
	background: transparent;
	padding-left: 15px;
}

.main-container .aside .aside-box {
	border: 1px solid #FFF;
	border-radius: 0px;
	box-shadow: 0 -1px 3px #AAA;
	padding: 15px 22px;
	background: #e9e9e9;
	margin-bottom: 30px;
}

.main-container .aside .aside-box ul {
	padding: 0;
	margin: 0;
}

.main-container .aside .aside-box li {
	padding: 0;
	list-style-type: none;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #f8f8f8;
}

.main-container .aside .aside-box li:first-child {
	border-top: none;
}

.main-container .aside .aside-box li:last-child {
	border-bottom: none;
}

.main-container .aside .aside-box li a {
	display: block;
	line-height: 22px;
	color: #404040;
	text-shadow: 0 1px #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	outline: 0;
}

.main-container .aside .aside-box li a:hover {
	color: #c80c0c;
	text-decoration: underline;
}

.main-container .aside .aside-box .active a {
	color: #c80c0c;
}

.main-container .aside .aside-box .lvl2 {
	padding-left: 30px;
}

.main-container .aside .aside-box .lvl2 a {
	font-size: 12px;
}

.main-container .aside .aside-box .lvl2.active {
	padding-left: 30px;
}

.main-container .aside .aside-box .lvl2.active a {
	color: #c80c0c;
}

.main-container .aside .aside-box .lvl3 {
	padding-left: 45px;
}

#cabinet_container .cabinet-group {
	margin: 0 0 25px 0;
	clear: both
}

#cabinet_container .cabinet-group>div {
	display: inline-block;
	float: left;
}

.form-horizontal .form-group>.row,
#cabinet_container .form-group>.row {
	margin: 0;
}

.main-section #cabinet_container {
	margin: 0 auto;
}

.modal-open .modal {
	padding-right: 0!important;
}

.modal-header .close {
	margin-bottom: 10px;
}

.modal-header .clearfix {
	height: 0;
}

.modal-header .h4,
.modal-header .h5,
.modal-header .h6,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
	margin-top: 0;
}

.modal-header .btn-primary {
	margin-top: 15px!important;
}

.modal-content {
	border-radius: 0!important;
}

.modal-content form>h5 {
	margin: 0!important;
	height: 0;
}

#callback-modal form>div {
	position: relative;
	display: inline-block;
	padding: 0 0 15px 0;
}

#callback-modal form .col-xs-12:last-child {
	padding-bottom: 0;
}

#callback-modal .modal-header .btn-primary {
	margin-top: 0!important;
}

.modal-header {
	padding: 20px!important;
	border-bottom: none;
}

.modal-header p {
	padding-right: 30px;
}

.modal-header .close,
.modal-header .close span,
.modal-header .close:hover,
.modal-header .close span:hover,
.modal-header .close:focus,
.modal-header .close span:focus,
.modal-header .close:active,
.modal-header .close span:active {
	box-shadow: none!important;
	outline: none!important;
}

.footer {
	color: #ccc!important;
	background-color: #333;
	font-size: 13px;
	position: absolute;
	bottom: 0;
	font-size: 13px;
	width: 100%
}

.footer-section {
	padding: 30px 0 30px 0;
	margin: 0 auto;
	max-width: 1170px;
	position: relative;
}

.footer a {
	color: #ccc!important;
}

.footer a:hover {
	text-decoration: none;
	cursor: pointer;
}

.footer .footer-info a {
	display: inline-block;
}

.footer .footer-tel {
	min-height: 30px;
	font-weight: 700;
}

.footer .footer-email {
	font-weight: 700;
	min-height: 30px;
	min-height: 30px;
}

.footer .footer-info .glyphicon {
	max-width: 20px;
	top: 3px;
}

.footer .footer-info .glyphicon-envelope {
	max-width: 16px;
}

.footer-form-search {
	margin-top: 31px;
	position: relative;
	z-index: 11;
}

.footer-form-search form {
	position: relative;
}

.footer-form-search .form-control {
	background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAAAyCAYAAAAgGuf/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAFxEAABcRAcom8z8AAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNvyMY98AAAQcSURBVHhe7ZtbqFRVGIBPpnZRo8wSMdGyh0oMBc2nUiGDtBffNFLfIh8MKkJQRBAVQSuwMPOlgrDsTuYFxUvgJaMik/IlkjAspcQSgzSt7xv6YbHxcs44M/usfeaD72GvOTOz1n/WXntd/unIjIE4E9fgXjyGZ/Ff/Pv/a8tfxcdxELYp8DB+jBG4znoOP8VH8Rrs0UxAe9rFgnQQ38XVuAJfwrfwc/wLi+/5Eh/CHsd1+CKexwiGt7HBm44D8HL0xcno7f4HxmdcwNewH/YIhuABjADYCx0j78B6uAkX4p8Yn/ktjsBKYwN/xGj0IRyLjWAobsH4bB9W92ElGYw/YDT2HbwRG4kPocXo7R4BvRMrRR/cgxHItdgLm8VTGAG191dqDF2GEcj3sJmBDBZgfOc6C6rA/ehDxkZ9j63qJd7yH6Hfay+diNmzFW2Q0yDnla3kNvwN/f6vMOuJ/Xi0Ifq6BSUwD6MO0yzIlTfQRvyDd1tQAi4QfkHrsdmCHLkeYyJddiOWovVw7PbWz45H0AboHAtKZDRGXZ6wIDeWYDTAJWTZOIG3Ls5xs8MtNSt/tHZVPlGf/bWrzHALzcrvrF2Vz0q0Pj6MsuNntPKuwbsDz6P1cQM6O46jlX+zdlU+T6P1cTXUiuVsQ3GstPIbalflMx+tj5vQ2fE1WvndtavycWff+vhUz44P0Mp3lwF/E1qffbWrzFiEVl6HW1AibnCcQOuS5TzTLa8I5pMWlMg4jLpkuQJyd/13tAG7LCiRF9B6uOGS5dpcPHW0EU5HXB+XQX+Mf6oHbtkyCuMs5n0LSiA9vnjMgpzxzCd6p2kwrWQYxjagU7XsU2hGYqSz/IQmZ7WCa3EHxj9yElaC59BG6Xb04dRsYpKuWU6HLoVr4Y0YjXP8NF+oWZiIEN/lXWECRKUwJyiWmGoPbfQtb4+PGUTqN1hvLlO3xTleGlDH0CnYCMwr+gLTIKa6JTgGK4U9NL3l1XW8yQr1YI97GdNEWXM1HaeLybOncSpWCsfQZzFNWvWJ+xmaJ3SldEB7+Az8ENOAmehgUqwno2KvP4XxunpCORcrx13ofmea9Br+igbX1z1/X4+Os0cwFgKp/q1JD0VceTmcFP9+FWa3SdwZ7sVXMFJZOusZfBsfxMvh6ai3fvH9Di83YCXpjQbGTGBTsg2Avcpe6gPEjOBPcDma6tKV/E4TxnxvMaDmyN+ObbqIqyIfVsWAms3s3dGmDp7B4jh9Eiuz5Gw1/qrDMTcNqIdts7FNHTyAjsdpQJ0puBzNfoepDJzTfodpQNXz/mbuH1SWm9E0nmJAPW65Bdt0EXthJOemmodfuZ+/tALHyfR3RKGpPq3Ox68Ms9AnexrQbdimTpxzOvc0kIfxVmxzFdyDptMwZnZ0/AcLmnacvQGJZwAAAABJRU5ErkJggg==") 0% 50% no-repeat;
	background-size: 27px;
	border: 1px solid #CCCCCC;
	padding: 6px 0px 6px 40px;
	margin: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border: solid 1px #BDBDBD;
	width: 100%;
	height: 35px;
	outline: 0!important;
	box-shadow: none!important;
}

.footer-form-search .btn-search {
	height: 34px;
	line-height: 33px;
	width: 36px;
	position: absolute;
	left: 0%;
	top: 0;
	background: transparent;
	border: none!important;
	outline: none!important;
	box-shadow: none!important;
}

.footer-form-search .search-btn:hover {
	background: transparent;
	border: none!important;
	outline: none!important;
	box-shadow: none!important;
	cursor: pointer;
}

.footer-section .footer-contacts {
	padding-right: 0;
	border: none;
	text-align: right;
	position: static;
}

.footer-soc {
	display: block;
	text-align: right;
	min-height: 30px;
}

.footer-soc img {
	max-height: 26px;
	max-width: 26px;
	margin-right: 5px;
}

.footer-soc a:last-child img {
	margin-right: 0;
}

@media (min-width: 1199px) {
	.news-content-item {
		height: 250px;
	}
	.blog-content-item {
		height: 160px;
	}
	.article-content-item {
		height: 230px;
	}
	.footer-section .footer-contacts>a {
		position: absolute;
		right: 0;
		bottom: 30px;
	}
}

@media (max-width: 1199px) {
	#page-wrapper {
		width: 100%;
		min-width: 100%;
		padding-left: 0;
		padding-right: 0;
		box-shadow: none!important;
	}
	.main-header .logo .logo-text {
		font-size: 24px;
	}
	.top-slider {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	.footer-section .footer-contacts {
		padding-right: 15px;
	}
	.footer-bottom-section .col-md-6 {
		padding: 0 15px;
	}
	.top-slider .carousel-caption {
		right: 15%!important;
		left: 15%!important;
	}
	.top-slider .carousel-control-right,
	.top-slider .carousel-control-right {
		width: 100px;
	}
	.footer-section .footer-contacts>a {
		position: absolute;
		right: 15px;
		bottom: 30px;
	}
}

@media (max-width: 992px) {
	html {
		overflow-x: hidden;
	}
	#cabinet_container>.form-horizontal {
		margin: 0 auto!important;
	}
	#callback-modal form .form-tel {
		max-width: 100%!important;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	.main-header .logo {
		padding-right: 0;
	}
	.main-header .logo .logo-text {
		font-size: 22px;
	}
	.top-slider img {
		max-height: 380px!important;
		min-height: 380px!important;
	}
}

@media (min-width: 992px) and (max-width: 1050px) {
	.news-content-item {
		min-height: 270px;
	}
	.article-content-item {
		min-height: 270px;
	}
	.blog-content-item {
		min-height: 180px;
	}
}

@media (min-width: 920px) and (max-width:992px) {
	.news-content-item {
		min-height: 320px;
	}
	.article-content-item {
		min-height: 290px;
	}
	.blog-content-item {
		min-height: 210px;
	}
}

@media (min-width: 767px) and (max-width:920px) {
	.news-content-item {
		min-height: 400px;
	}
	.article-content-item {
		min-height: 350px;
	}
	.blog-content-item {
		min-height: 240px;
	}
	.main-header .logo .logo-text {
		font-size: 20px;
	}
	.header-phone div.phone {
		font-size: 18px;
	}
	.header-address {
		padding: 0;
	}
	.main-container .aside .aside-box {
		padding: 10px 12px;
	}
	.btn-banner {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.page .header {
		display: none;
	}
	.main-container .navbar-default {
		display: none;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 15px;
		background: #fff;
	}
	.top-banner.top-banner-bg-inner {
		display: none;
	}
	.middle-container {
		background: transparent;
	}
	.form-control {
		margin-bottom: 0;
	}
	.main-container-inner .content form.form-inline input {
		margin-bottom: 15px;
	}
	.main-container-inner .content>p img {
		max-width: 100%!important;
		height: 100%!important;
	}
	.menu-toggle {
		border-bottom: 0!important;
	}
	.logo-mm {
		font-size: 15px;
		font-weight: 700;
	}
	nav.mm-menu a {
		border-bottom: none;
		color: #c80c0c!important;
	}
	nav.mm-menu a:hover {
		color: #c80c0c!important;
	}
	nav.mm-menu .mm-panel a {
		color: rgba(0, 0, 0, 0.701961)!important;
	}
	html.mm-opened body {
		overflow: auto!important;
		overflow-x: hidden!important;
	}
	html.mm-opened .main-container .content {
		overflow-x: hidden!important;
	}
	.container {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.top-header,
	.main-header,
	.header-menu {
		display: none;
	}
	#page-wrapper .container:nth-child(2) {
		overflow-x: hidden;
	}
	.top-slider .carousel-inner {
		top: initial;
		box-shadow: none;
	}
	.top-slider .carousel-indicators {
		bottom: 0;
	}
	.top-slider .carousel-control {
		font-size: 18px;
	}
	.top-slider .carousel-control-right,
	.top-slider .carousel-control-left {
		width: 120px;
	}
	.carousel-control.left {
		left: 0;
	}
	.top-slider .carousel-caption {
		font-size: 19px!important;
	}
	.top-slider .carousel-caption span {
		font-size: 16px!important;
	}
	.top-slider img {
		max-height: 300px!important;
		min-height: 300px!important;
	}
	.main-container {
		padding: 0!important;
		margin-top: 15px!important;
	}
	.main-container-inner {
		margin-top: 0!important;
	}
	.main-container .aside {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	.main-container .aside .aside-box {
		margin-top: 30px;
		margin-bottom: 30px;
		box-shadow: 0 0px 3px #AAA;
	}
	.aside-btn-banner {
		text-align: center;
	}
	.aside-btn-banner-container {
		position: relative;
		display: inline-block;
		min-width: 360px;
		text-align: center;
	}
	.aside-btn-banner .btn-banner {
		display: inline-block;
		min-width: 360px;
		text-align: center;
	}
	.top-banner {
		display: none;
	}
	.top-banner .col-xs-12 {
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
	}
	.top-banner .col-xs-12 .btn-banner {
		padding: 20px 20px 20px 78px;
		font-size: 20px;
		position: relative;
		display: inline-block;
		min-width: 300px;
		text-align: center;
	}
	.top-banner .col-md-4:last-child {
		margin-bottom: 0;
	}
	.main-section .alert-warning {
		border-radius: 0!important;
	}
	.main-container .content {
		margin-left: 0;
		margin-right: 0;
		padding-left: 15px!important;
		padding-right: 15px!important;
		min-height: 100px;
	}
	.main-container-inner .content {
		margin-top: 0;
	}
	.content .breadcrumb {
		display: none;
	}
	.footer .footer-info {
		text-align: center;
	}
	.footer-form-search {
		margin-top: 22px;
	}
	.footer .footer-contacts {
		padding-left: 7px;
		padding-right: 7px;
		margin-bottom: 10px;
		width: initial;
		margin: 0 auto;
		float: none;
		display: table;
	}
	.footer .footer-soc {
		text-align: center;
		padding-right: 0;
	}
	#cabinet_container>.form-horizontal {
		padding: 0!important;
		min-width: initial!important;
	}
	#page-wrapper {
		padding-top: 60px;
		padding-bottom: 0!important;
		background: #fff;
	}
	#cabinet_container {
		margin: 0 -15px;
	}
	#cabinet_container .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	#cabinet_container .fav-orger-group .btn.btn-sm {
		font-size: 12px;
		margin-right: 15px;
		font-size: 12px;
		margin-bottom: 15px;
	}
	#cabinet_container .fav-orger-group .btn.btn-sm.btn-default {
		display: block;
		min-width: 85px;
		white-space: initial;
		text-align: center;
		height: inherit;
		padding: 6px 12px;
		line-height: normal;
	}
	#cabinet_container .form-group label.control-label {
		line-height: 20px!important;
		white-space: nowrap;
	}
	#cabinet_container .form-profile .form-group .form-control {
		margin-bottom: 0;
	}
	#cabinet_container .form-profile {
		margin: 5px 15px 0 15px!important;
	}
	#cabinet_container .cabinet-dashboard {
		margin: 0 15px;
	}
	#cabinet_container .form-reg {
		margin: 0 15px!important;
	}
	.main-container .content .inner-header {
		margin-right: -15px;
		margin-left: -15px;
	}
	.main-container .content .inner-header h2 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-section .footer-contacts>a {
		position: relative;
		right: initial;
		bottom: initial;
	}
}

@media (max-width:550px) {
	.modal-header .btn-continue {
		float: left!important;
		margin: 0 15px 15px 0;
	}
	.modal-header .pull-right {
		margin-bottom: 0;
		margin-left: 20px;
	}
	.main-section .content {
		font-size: 13px;
	}
	#cabinet_container .order-group {
		font-size: 13px!important;
	}
	#cabinet_container .cabinet-group>div {
		max-width: 280px;
	}
	.top-slider .carousel-control-right,
	.top-slider .carousel-control-left {
		width: 40px;
	}
	.top-slider .carousel-caption {
		left: 7%!important;
		right: 7%!important;
	}
	#cabinet_container .form-login {
		margin-left: 8px!important;
		max-width: 100%!important;
		margin-right: 8px!important;
	}
	#cabinet_container .form-login .table input {
		max-width: initial!important;
	}
}

@media (max-width: 767px) and (min-width: 410px) {
	.article-content-item-content {
		min-height: initial!important;
	}
	.news-content-item-inner {
		min-height: initial!important;
	}
}

@media (max-width: 450px) {
	.blog-content-item {
		min-height: 180px;
	}
	.main-section .content {
		font-size: 12px;
	}
	#cabinet_container .order-group {
		font-size: 12px!important;
	}
	#cabinet_container .cabinet-group>div {
		max-width: 210px;
	}
	.modal-header .pull-right {
		margin-left: 0;
	}
	.top-banner .col-xs-12 {
		padding-left: 0;
		padding-right: 0!important;
	}
	.top-banner .col-xs-12 .btn-banner,
	.aside-btn-banner .btn-banner {
		width: 100%;
		min-width: 100%;
	}
}

@media (max-width: 360px) {
	.logo-mm {
		font-size: 13px;
	}
	.news-content-item {
		min-height: 300px;
	}
	.article-content-item-content {
		min-height: 200px!important;
	}
	.news-content-item-inner {
		min-height: 200px!important;
	}
	.top-banner .col-xs-12 .btn-banner,
	.aside-btn-banner .btn-banner {
		text-align: left;
	}
}

@media (max-width: 290px) {
	.logo-mm {
		font-size: 12px;
	}
}

#cboxLoadedContent {
	border-radius: 0!important;
}

#cboxLoadedContent>form {
	margin: 15px!important;
	max-width: 360px;
}

#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 {
	height: initial!important;
}

#colorbox {
	overflow: visible!important;
	top: 50px!important;
}

#cboxClose {
	outline: none!important;
	box-shadow: none!important;
}

#cboxLoadedContent {
	border-radius: 6px;
}

#cboxNext,
#cboxPrevious {
	outline: none!important;
	box-shadow: none!important;
}

#cboxNext {
	right: 0!important;
}

#cboxPrevious {
	left: 0!important;
}

#cboxLoadedContent div button.btn-default.btn-sm {
	padding: 0 9px;
}

.comment-b__form_checkbox {
	font-size: 12px!important;
	display: inline-flex!important;
	margin: 2px 0 2px 0!important;
	border-radius: 0!important;
}

.comment-b__form_checkbox input {
	margin: 3px 5px 0 0!important;
	border-radius: 0!important;
}

.comment-b__form input[type=submit] {
	padding-left: 12px!important;
	padding-right: 12px!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	border-radius: 0!important;
}

@media (max-width: 767px) {
	#cboxOverlay {
		opacity: 1!important
	}
	#cboxContent {
		margin-top: 0!important;
	}
	#cboxCurrent {
		position: fixed!important;
		top: 0px!important;
		left: 0px!important;
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		background: rgba(0, 0, 0, 0.6);
	}
	#cboxClose {
		position: fixed!important;
		top: 13px!important;
		height: 21px;
	}
	#colorbox {
		padding: 0!important;
		margin: auto!important;
		top: 0!important;
		left: 0!important;
		bottom: 0!important;
		right: 0!important;
	}
	#colorbox,
	#cboxWrapper,
	#cboxContent,
	#cboxLoadedContent {
		width: 100%!important;
		border-radius: 0!important;
	}
	#cboxLoadedContent {
		position: fixed!important;
		max-height: 100%!important;
	}
	.cboxPhoto {
		width: 100%!important;
		max-height: 100%!important;
	}
	#cboxPrevious {
		left: 0!important;
		position: fixed!important;
		top: 50%!important;
		opacity: 0.6;
	}
	#cboxNext {
		right: 0!important;
		position: fixed!important;
		top: 50%!important;
		opacity: 0.6;
	}
}

@media (max-width: 767px) and (min-width: 450px) {
	#colorbox {
		margin: 0!important;
	}
	.cboxPhoto {
		height: 100%!important;
	}
}