html {
	height: 100%;
	font-size: 16px;
}

body {
	overflow-x: hidden;
	height: 100%;
	color: #282739;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
}

a {
	color: #282739;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #3d3892;
	text-decoration: underline;
}

img {
	max-width: 100%;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.25;
	color: #282739;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.form-control:focus {
	border-color: #f3da5f;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-moz-placeholder {
	color: #cccccc;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #cccccc;
}

.form-control::-webkit-input-placeholder {
	color: #cccccc;
}

h4 {
	margin-top: 0;
}

.btn {
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.25;
	border-radius: 3px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #282739;
	text-decoration: none;
}

.btn-default {
	color: #282739;
	background-color: #ffffff;
	border-color: #cccccc;
}

.btn-default:focus,
.btn-default.focus {
	color: #282739;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #282739;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #282739;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-primary {
	color: #282739;
	background-color: #f3da5f;
	border-color: #fbea5d;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #282739;
	background-color: #fbea5d;
	border-color: #d4bd05;
}

.btn-primary:hover {
	color: #282739;
	background-color: #fbea5d;
	border-color: #fae221;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #282739;
	background-color: #fbea5d;
	border-color: #fae221;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #282739;
	background-color: #fbea5d;
	border-color: #fae221;
}

.btn-success {
	color: #282739;
	background-color: #dbe21f;
	border-color: #dbe21f;
}

.btn-success:focus,
.btn-success.focus {
	color: #282739;
	background-color: #dbe21f;
	border-color: #70730f;
}

.btn-success:hover {
	color: #282739;
	background-color: #dbe21f;
	border-color: #a9ae16;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #282739;
	background-color: #dbe21f;
	border-color: #a9ae16;
}

.btn-info {
	color: #ffffff;
	background-color: #1155cc;
	border-color: #0f4bb4;
}

.btn-info:focus,
.btn-info.focus {
	color: #ffffff;
	background-color: #0f4bb4;
	border-color: #051a3f;
}

.btn-info:hover {
	color: #ffffff;
	background-color: #0f4bb4;
	border-color: #0a347c;
}

.btn-danger {
	color: #ffffff;
	background-color: #e51b11;
	border-color: #cd180f;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #ffffff;
	background-color: #b6150d;
	border-color: #570a06;
}

.btn-danger:hover {
	color: #ffffff;
	background-color: #b6150d;
	border-color: #94110b;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #b6150d;
	border-color: #94110b;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 3px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.25;
	text-decoration: none;
	color: #282739;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #282739;
	background-color: #ffffff;
	border-color: #dddddd;
}

.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: #282739;
	background-color: #f3da5f;
	border-color: #f3da5f;
	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: #9897b8;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 14px;
	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;
}

.label-default {
	background-color: #9897b8;
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #7b78a3;
}

.label-primary {
	background-color: #f3da5f;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #fbea5d;
}

.label-success {
	background-color: #dbe21f;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #dbe21f;
}

.label-info {
	background-color: #1155cc;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #0f4bb4;
}

.label-danger {
	background-color: #e51b11;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #b6150d;
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #d7dee3
}

.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 #d7dee3!important
}

.logo-mm {
	line-height: 60px;
	height: 60px;
	padding-top: 13px;
	padding-left: 15px;
	font-size: 18px;
	text-decoration: none
}

.logo-mm img {
	max-height: 40px;
	max-width: 250px;
}

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: #333!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: #fff!important;
	border-radius: 3px;
	border: 1px solid #95979a;
	display: block;
	margin: 0;
	padding: 2px 15px;
	color: rgba(0, 0, 0, 0.7)!important;
	font-weight: 700!important;
	width: 100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .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: #999!important;
	font-size: 1em
}

.mm-menu .mm-search input::-moz-placeholder {
	font-weight: 400;
	color: #999!important;
	font-size: 1em
}

.mm-menu .mm-search input:-moz-placeholder {
	font-weight: 400;
	color: #999!important;
	font-size: 1em
}

.mm-menu .mm-search input:-ms-input-placeholder {
	font-weight: 400;
	color: #999!important;
	font-size: 1em
}

.mm-menu > .mm-panel.mm-highest > .mm-listview li a {
	color: #e65100
}

.mm-navbar-top-3.mm-navbar-top .mm-title {
	font-weight: 700;
	color: #333
}

.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, 0.4);
	z-index: 10
}

.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-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: #f3da5f;
	-moz-transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	-ms-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 {
	opacity: 0;
	left: 5px;
	background-color: #000
}

.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: #000
}

.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: #000
}

.page {
	position: relative;
	min-height: 100%
}

#page-wrapper {
	min-height: 100%;
	position: relative
}

.top-header {
	width: 100%;
	height: 111px;
	position: relative;
	background: #282739;
	padding-top: 20px;
	padding-bottom: 20px;
}

.top-header-row {
	margin: 0 auto;
	max-width: 1200px;
	height: 72px;
}

.top-header-nav-menu {
	background: #f3da5f;
	position: relative;
	height: 72px;
	border-radius: 3px;
}

.nav-menu {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 0;
	overflow: visible;
	height: 100%;
}

.nav-menu-1-level {
	display: inline-block;
	position: relative;
	margin-right: 0px!important;
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin-left: -5px;
	height: 72px;
	vertical-align: middle;
}

.nav-menu-1-level:first-child {
	margin-left: 0!important;
}

.nav-menu-1-level__href {
	color: #333;
	font-size: 17px;
	display: block;
	height: 72px;
	position: relative;
	padding: 0 20px;
	line-height: 20px;
	outline: none;
	box-sizing: border-box;
	text-decoration: none!important;
	line-height: 72px;
}

.nav-menu-1-level:first-child .nav-menu-1-level__href {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.nav-menu-1-level__href:before {
	width: 1px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	left: 0;
	content: '';
	background: rgba(0, 0, 0, .20);
	position: absolute;
	z-index: 0;
}

.nav-menu-1-level:first-child .nav-menu-1-level__href:before {
	background: none;
}

.nav-menu-1-level:hover .nav-menu-1-level__href:before,
.active .nav-menu-1-level__href:before {
	background: #dadee1;
}

.nav-menu-1-level__href:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: -9px;
	height: 7px;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

.nav-menu-1-level:hover .nav-menu-1-level__href:after {
	background-color: #f3da5f
}

.nav-menu-1-level:hover .nav-menu-1-level__href {
	background: #dadee1;
	color: #333;
}

.active .nav-menu-1-level__href {
	background: #dadee1;
	color: #333;
}

.nav-menu-1-level .glyphicon-menu-down {
	display: none;
}

.nav-menu-1-level_have-2-level .nav-menu-1-level__href .glyphicon-menu-down {
	font-size: 7px;
	top: -2px;
	margin-left: 1px;
	display: inline-block;
}

.nav-menu-1-level__submenu {
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 1020
}

.nav-menu-1-level_have-2-level:hover .nav-menu-1-level__submenu {
	display: block;
	visibility: visible;
	position: absolute;
	padding-left: 0;
	list-style: none;
	text-align: left;
	background: #dadee1;
	color: #333;
	top: 72px;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 3px;
	border-top: 2px solid #282739
}

.nav-menu-2-level {
	position: relative
}

.nav-menu-2-level__href {
	margin: 0;
	border-radius: 0;
	background: #dadee1;
	color: #333;
	text-decoration: none!important;
	display: block;
}

.nav-menu-1-level:hover .nav-menu-2-level__href {
	width: 240px;
	font-size: 14px;
	padding: 11px 13px!important;
	margin: 0;
	position: relative;
	text-decoration: none;
	border-top: 1px solid #c4c7ca;
}

.nav-menu-1-level:hover .nav-menu-2-level:first-child .nav-menu-2-level__href {
	border-top: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.nav-menu-1-level:hover .nav-menu-2-level:last-child .nav-menu-2-level__href {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.nav-menu-1-level_have-2-level:hover .nav-menu-2-level__href:hover {
	background: #dadee1;
	color: #333;
}

.nav-menu-1-level_have-2-level:hover .nav-menu-2-level:hover:after {
	background-color: #f3da5f;
	content: '';
	width: 7px;
	left: -9px;
	top: 0;
	bottom: 0;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	position: absolute;
	height: 100%;
}

.nav-menu-2-level_have-3-level .nav-menu-2-level__href {
	padding: 10px 25px 10px 15px !important
}

.nav-menu-2-level_have-3-level .nav-menu-2-level__href:after {
	content: "\e258";
	position: absolute;
	top: 50%;
	right: 10px;
	height: 8px;
	width: 8px;
	margin-top: -4px;
	font-size: 7px;
	font-family: 'Glyphicons Halflings';
}

.nav-menu-2-level_have-3-level:hover .nav-menu-3-level__href:hover {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.nav-menu-2-level__submenu {
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 105
}

.nav-menu-2-level_have-3-level:hover .nav-menu-2-level__submenu {
	display: block;
	visibility: visible;
	position: absolute;
	padding-left: 0;
	list-style: none;
	text-align: left;
	left: 240px;
	top: 0px;
	color: #333;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 3px;
	border-left: 2px solid transparent;
}

.nav-menu-3-level__href {
	margin: 0;
	border-radius: 0;
	text-decoration: none!important;
	display: block;
	background: #dadee1;
	color: #333;
	text-decoration: none;
	border-top: 1px solid #c4c7ca;
}

.nav-menu-2-level:hover .nav-menu-3-level:first-child .nav-menu-3-level__href {
	border-top: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.nav-menu-2-level:hover .nav-menu-3-level:last-child .nav-menu-3-level__href {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.nav-menu-2-level_have-3-level:hover .nav-menu-3-level__href {
	width: 240px;
	font-size: 14px;
	padding: 11px 13px !important;
	margin: 0;
	position: relative;
	text-decoration: none
}

.nav-menu-2-level_have-3-level:hover .nav-menu-3-level:hover .nav-menu-3-level__href {
	background: #dadee1;
	color: #333;
}

.nav-menu-2-level_have-3-level:hover .nav-menu-3-level:hover .nav-menu-3-level__href:after {
	background-color: #f3da5f;
	content: '';
	width: 7px;
	right: -9px;
	top: 0;
	bottom: 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	position: absolute;
	height: 100%;
}

.bottom-header {
	width: 100%;
	background: #fff;
}

.bottom-header-row {
	margin: 0 auto;
	max-width: 1200px;
	padding: 37px 0;
	position: relative;
}

.bottom-header-logo {
	z-index: 10;
	position: static;
}

.bottom-header-logo-box {
	position: absolute;
	top: 50%;
	display: table;
	margin-top: -2%;
}

.bottom-header-logo__img {
	text-decoration: none;
	border-bottom: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	float: left;
}

.bottom-header-logo__img img {
	max-height: 58px;
}

.bottom-header-logo__img:hover,
.bottom-header-logo__img:focus,
.bottom-header-logo__site-name:hover,
.bottom-header-logo__site-name:focus {
	text-decoration: none;
	color: #222222;
}

.bottom-header-logo__site-name {
	color: #282739;
	line-height: 1;
	padding-left: 15px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 28px;
	vertical-align: middle;
	display: table-cell;
	min-width: 600px;
}

.bottom-header-contacts {
	text-align: right;
}

.bottom-header-contacts-address {
	font-size: 13px;
	color: #333;
	position: relative;
	padding: 6px 25px 6px 36px;
	border-right: 1px dashed #dadee1;
	text-align: left;
	max-width: 175px;
	display: inline-block;
	vertical-align: top;
	min-height: 60px;
}

.bottom-header-contacts-address:after {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #2d2c3e;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2011%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%232d2c3e%22%20d%3D%22M10.260%2C7.997%20C10.728%2C7.212%2011.000%2C6.305%2011.000%2C5.333%20C11.000%2C2.388%208.537%2C-0.000%205.500%2C-0.000%20C2.463%2C-0.000%20-0.000%2C2.388%20-0.000%2C5.333%20C-0.000%2C6.305%200.272%2C7.212%200.740%2C7.997%20L5.214%2C15.833%20C5.273%2C15.936%205.382%2C16.000%205.500%2C16.000%20C5.618%2C16.000%205.727%2C15.936%205.786%2C15.833%20L10.260%2C7.997%20ZM5.500%2C3.300%20C6.658%2C3.300%207.597%2C4.210%207.597%2C5.333%20C7.597%2C6.456%206.658%2C7.367%205.500%2C7.367%20C4.342%2C7.367%203.403%2C6.456%203.403%2C5.333%20C3.403%2C4.210%204.342%2C3.300%205.500%2C3.300%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 6px 4px no-repeat;
	left: 0;
	top: 7px;
}

.bottom-header-contacts-tel {
	font-size: 20px;
	color: #333;
	padding: 6px 0 6px 61px;
	position: relative;
	text-align: left;
	max-width: 205px;
	display: inline-block;
}

.bottom-header-contacts-tel:after {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #2d2c3e;
	background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%232d2c3e%22%20d%3D%22M12.410%2C16.000%20C11.512%2C16.000%208.266%2C15.690%204.287%2C11.712%20C0.310%2C7.734%20-0.000%2C4.489%20-0.000%2C3.588%20C-0.000%2C2.112%201.902%2C0.006%202.387%2C-0.000%20L3.467%2C-0.000%20C3.613%2C-0.000%203.746%2C0.088%203.802%2C0.223%20L5.396%2C3.982%20C5.461%2C4.136%205.411%2C4.314%205.278%2C4.414%20C3.777%2C5.544%203.281%2C5.889%203.272%2C6.458%20C3.272%2C7.681%208.316%2C12.727%209.531%2C12.727%20C10.108%2C12.721%2010.490%2C12.229%2011.619%2C10.726%20C11.719%2C10.593%2011.898%2C10.544%2012.052%2C10.608%20L15.777%2C12.197%20C15.912%2C12.253%2016.000%2C12.386%2016.000%2C12.532%20L16.000%2C13.614%20C15.994%2C14.099%2013.888%2C16.000%2012.410%2C16.000%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 4px 2px no-repeat;
	left: 25px;
	top: 7px;
}

.contacts-tel__phonenumber {
	display: inline-block;
	text-decoration: none;
	color: #333;
	top: 0;
	position: relative;
}

.contacts-tel__phonenumber:hover,
.contacts-tel__phonenumber:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
	color: #333;
}

.bottom-header-cabinet {
	text-align: right;
	color: #222222;
	padding: 35px 0 0 0;
	font-weight: 500;
	line-height: 21px;
	font-size: 16px;
}

.bottom-header-cabinet__glyphicon {
	margin-left: 0;
	display: inline-block;
	font-size: 15px;
	max-width: 15px;
	height: 16px;
	vector-effect: inherit;
	top: 2px;
}

.bottom-header-cabinet__href {
	position: relative;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	color: #1d2029;
}

.bottom-header-cabinet__href:hover,
.bottom-header-cabinet__href:focus {
	color: #e65100;
	outline: none;
	box-shadow: none;
	text-decoration: none
}

.bottom-header-cabinet__href_login {
	margin-right: 10px;
}

.bottom-header_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 53px;
	z-index: 1021;
	border-top: none;
	overflow: hidden;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136) !important;
}

.bottom-header_fixed .bottom-header-logo {
	height: 53px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.bottom-header_fixed .bottom-header-logo:before {
	height: 45px;
}

.bottom-header_fixed .bottom-header-logo__href,
.bottom-header_fixed .bottom-header-logo__href img {
	font-size: 24px;
	max-height: 45px;
}

.bottom-header_fixed .bottom-header-contacts-address {
	padding-top: 17px;
	font-size: 16px;
	line-height: 18px
}

.bottom-header_fixed .bottom-header-contacts-tel {
	padding-top: 10px;
	font-size: 16px;
	line-height: 18px
}

.top-header-search-btn {
	position: absolute;
	right: 0;
	top: 0px;
	color: #1d2029;
	font-size: 15px;
	line-height: 20px;
	outline: none;
	box-sizing: border-box;
	text-decoration: none!important;
	border-radius: 0;
	height: 50px;
	padding: 15px 20px 15px 20px;
	width: 56px;
	border-right: 1px solid #efefef;
	border-left: 1px solid #efefef;
}

.top-header-search-btn:hover,
.top-header-search-btn:focus {
	color: #ff6410;
	cursor: pointer;
}

.top-header-search {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 51px;
	left: 0;
	background: none repeat scroll 0 0 #e0e7ec !important;
	border: medium none;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
	z-index: 1005;
	padding: 13px 0;
	display: none;
}

.top-header-search_visible {
	display: block;
}

.top-header-search-row {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	max-height: 100%;
}

.form-search .col-md-10 {
	padding-right: 0;
}

.form-search__input {
	background: #fff;
	border: 0;
}

.form-search__button {
	float: left;
	margin-left: 15px;
}

.form-search__button:hover,
.form-search__button:active {
	background-color: #ff6410
}

.form-search-btn-close {
	color: #c2cbd2;
	display: inline-block;
	float: right;
	text-align: center;
	width: 56px;
	height: 34px;
	font-size: 24px;
	margin-top: 4px;
	margin-left: 6px;
	cursor: pointer;
}

.form-search-btn-close:hover {
	color: #ff6410;
}

.top-slider {
	width: 100%;
	margin-bottom: 0;
	height: 420px;
	padding: 20px 0;
	background: url("/template/13587/images/header-top-png.png") center bottom no-repeat #282739;
}

.top-slider-row {
	margin: 0 auto;
	max-width: 1200px
}

.top-slider-carousel-inner-item {
	width: 100%;
	background-size: cover;
	height: 380px;
}

.top-slider-carousel-inner-item-img {
	width: 100%;
	object-fit: cover;
	min-height: 100%
}

.top-slider-carousel-inner-item-caption {
	font-size: 32px;
	display: block;
	margin: 15px 0 45px;
	vertical-align: middle;
	background: #f3da5f;
	padding: 10px 5px;
	color: #282739;
	text-shadow: none;
}

.top-slider-carousel-control-glyph {
	line-height: 380px;
}

.advantages {
	width: 100%;
	position: relative;
	background-color: #eff0f2;
	padding: 10px 0;
}

.advantages-row {
	margin: 0 auto;
	max-width: 1200px;
}

.advantages-item {
	padding-top: 25px;
	padding-bottom: 25px;
	min-height: 120px;
	border-left: 1px dashed #dadee1;
}

.advantages-item-box {
	margin: 0 auto;
	width: 100%;
	max-width: 200px;
}

.advantages-row .advantages-item:first-child {
	border-left: none;
}

.advantages-item__digit {
	font-size: 44px;
	color: #282739;
	display: inline-block;
	vertical-align: top;
}

.advantages-item__header {
	font-size: 26px;
	color: #282739;
	text-align: left;
	/*padding-left: 10px;*/
	padding-top: 10px;
	text-align: left;
	display: inline-block;
}

.advantages-item__caption {
	font-size: 15px;
	color: #a2adb4;
	display: block;
	max-height: 36px;
	overflow: hidden;
	text-align: left;
}

.portfolio {
	width: 100%;
	position: relative;
	background-color: #fff;
	padding: 30px 0;
}

.portfolio-row {
	margin: 0 auto;
	max-width: 1200px;
}

.portfolio-widget {
	/*padding-top: 20px;
	border-top: 1px solid #dadee1;*/
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.portfolio-widget__btn {
	font-size: 25px;
	color: #f3da5f;
	padding: 0 20px 0 20px;
	height: 48px;
	overflow: hidden;
	line-height: 47px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #282739;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.16)), color-stop(100%, rgba(255, 255, 255, 0.16)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
	-pie-background: linear-gradient(to top, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.portfolio-widget__btn:hover,
.portfolio-widget__btn:active {
	color: #c1ab42
}

.portfolio-widget__img {
	height: 182px;
	width: 50%;
	margin: 0;
	margin-top: 20px;
	margin-left: -2px;
	display: inline-block;
	padding-left: 9px;
}

.portfolio-widget__img>div {
	width: 100%!important;
	height: 100%!important;
	background-size: contain!important;
}

.portfolio-widget__img:first-child {
	padding-left: 0;
	padding-right: 9px;
}

.portfolio-widget__img:active {
	outline: none!important;
}

.portfolio-form {
	background: #f3da5f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	min-height: 250px;
	padding: 27px 20px;
	width: 100%;
}

.portfolio-form form>h4 {
	font-size: 18px;
	color: #333;
	padding-bottom: 25px;
	min-height: 63px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.portfolio-form-imput-group {
	width: 49.6%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	line-height: 1;
	padding-right: 20px;
}

.portfolio-form h5 {
	font-size: 13px!important;
	color: #666!important;
	display: inline-block!important;
	margin: 0 0 10px 0!important
}

.portfolio-form form > h5:nth-child(4) {
	float: left;
	width: 50%;
	margin-right: 2%!important;
}

.portfolio-form form > h5:nth-child(6) {
	width: 48%;
}

.portfolio-form form div {
	display: inline-block!important;
}

.portfolio-form form > div:nth-child(5) {
	float: left;
	width: 50%;
	margin-right: 2%!important;
}

.portfolio-form form > div:nth-child(7) {
	float: initial;
	width: 48%;
}

.portfolio-form form div .form-control {
	width: 100%!important;
}

.portfolio-form form div .form-control.form-tel {
	float: initial;
}

.portfolio-form form .form-control {
	background: #fff;
	border: 1px solid #80ab2b;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.portfolio-form form > h5 .text-muted {
	color: #e53a32;
	font-size: 13px;
	display: inline-block;
	margin: 0;
}

.portfolio-form form>.text-muted {
	padding-top: 10px!important
}

.portfolio-form form small {
	font-size: 13px;
	color: #333;
	margin-bottom: 10px;
	display: block;
	line-height: 1;
	font-weight: 700;
}

.portfolio-form form .btn.btn-primary {
	max-width: 50%;
	font-size: 16px;
	color: #fff;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #e51b11;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.16)), color-stop(100%, rgba(255, 255, 255, 0.16)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
	-pie-background: linear-gradient(to top, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
	display: inline-block;
	text-decoration: none;
	position: relative;
	border: none;
	outline: none;
	margin-top: 0!important;
}

.work {
	width: 100%;
	position: relative;
	background: #eff0f2;
	padding: 23px 0;
}

.work-row {
	margin: 0 auto;
	max-width: 1200px;
}

.work-header {
	border-top: 1px solid #dadee1;
	padding: 20px 20px 14px;
	font-size: 25px;
	color: #333;
	width: 100%;
	line-height: 1;
}

.work-item {
	display: inline-block;
	vertical-align: top;
	padding: 11px 16px 9px 15px;
}

.work-item__img {
	width: 52px;
	height: 52px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #dadee1;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
}

.work-item__img .glyphicon {
	display: block;
	font-size: 30px;
	text-align: center;
	top: 8px;
}

.work-item__caption {
	text-decoration: none;
	font-size: 14px;
	color: #282739;
	display: inline-block;
	font-weight: normal;
	vertical-align: middle;
	padding-left: 60px;
	min-height: 52px;
	padding-top: 17px;
}

.content {
	width: 100%;
	position: relative;
	background: #fff;
	padding: 0 0 50px 0;
}

.content-row {
	margin: 0 auto;
	max-width: 1200px;
}

.content-col {
	padding: 40px 15px;
}

.content-col_inner {
	padding-top: 0;
}

.row-caption {
	padding-top: 40px;
	border-top: 1px solid #dadee1;
	color: #333;
	margin-top: 0;
	display: inline-block;
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 40px;
	width: 100%;
}

.news-col {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 0 15px;
}

.news-header-box {
	padding-top: 22px;
	border-top: 1px solid #dadee1;
}

.news-header {
	font-size: 25px;
	position: relative;
	padding: 0 18px 0;
	line-height: 1;
	color: #e51b11;
	text-decoration: none;
	font-weight: 700;
}

.news-header:hover,
.news-header:active {
	color: #e51b11;
	text-decoration: none;
	cursor: pointer;
}

.news-header:after,
.opinion-header:after {
	position: absolute;
	content: '';
	width: 23px;
	height: 23px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	right: -19px;
	top: 5px;
	background: #f3da5f url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%225px%22%20height%3D%229px%22%20%20viewBox%3D%220%200%205%209%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M4.000%2C5.000%20L4.000%2C6.000%20L3.000%2C6.000%20L3.000%2C7.000%20L2.000%2C7.000%20L2.000%2C8.000%20L1.000%2C8.000%20L1.000%2C9.000%20L-0.000%2C9.000%20L-0.000%2C7.000%20L1.000%2C7.000%20L1.000%2C6.000%20L2.000%2C6.000%20L2.000%2C5.000%20L3.000%2C5.000%20L3.000%2C4.000%20L2.000%2C4.000%20L2.000%2C3.000%20L1.000%2C3.000%20L1.000%2C2.000%20L-0.000%2C2.000%20L-0.000%2C-0.000%20L1.000%2C-0.000%20L1.000%2C1.000%20L2.000%2C1.000%20L2.000%2C2.000%20L3.000%2C2.000%20L3.000%2C3.000%20L4.000%2C3.000%20L4.000%2C4.000%20L5.000%2C4.000%20L5.000%2C5.000%20L4.000%2C5.000%20Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 10px 7px no-repeat;
}

.news-content {
	position: relative;
	padding-left: 220px;
}

.news-img {
	width: 200px;
	height: 149px;
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 0;
}

.news-text {
	display: inline-block;
	padding-top: 15px;
	max-height: 169px;
	overflow-y: hidden;
}

.news-text__caption {
	font-size: 16px;
	color: #282739;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-weight: 700;
}

.news-text__info {
	font-size: 16px;
	color: #282739;
}

.opinion {
	padding: 22px 20px;
	background: #eff0f2;
	display: inline-block;
	text-align: left;
}

.opinion-header {
	font-size: 25px;
	line-height: 1;
	color: #333;
	text-decoration: none;
	padding: 0 32px 0 0;
	font-weight: 700;
	position: relative;
}

.opinion-header:after {
	right: -4px;
}

.opinion-header:hover,
.opinion-header:active {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

.opinion-content {
	position: relative;
}

.opinion-text {
	margin-top: 18px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.opinion-text__name {
	font-size: 16px;
	color: #282739;
	text-transform: uppercase;
	font-weight: 700;
}

.opinion-text__job {
	font-size: 14px;
	color: #666;
	display: block;
	padding-top: 10px;
	text-transform: none;
}

.opinion-text__info {
	font-size: 14px;
	color: #333;
	font-family: "roboto-r", Arial, Helvetica, sans-serif;
	padding-top: 15px;
	line-height: normal;
}

.opinion-text__info p span {
	background-color: transparent!important;
}

.footer-box {
	height: 0
}

.footer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #282739 url("/template/13587/images/footer-pic.png") center bottom no-repeat;
	clear: both;
	color: #dadee1;
	min-height: 280px;
}

.footer-top-row {
	margin: 0 auto;
	max-width: 1200px;
	line-height: 1;
}

.footer-about {
	position: static;
}

.footer-about__site-name {
	font-size: 12px;
	line-height: 14px;
	color: #eff0f2;
	float: left;
	padding: 27px 0;
}

.footer-about__sm {
	font-size: 12px;
	color: #969ba5;
	text-decoration: none;
	white-space: nowrap;
	float: right;
	padding: 27px 0;
}

.footer-about__sm:hover {
	color: #fff;
}

.footer-about__sm-logo {
	margin-top: -3px;
	margin-right: -3px;
}

.footer-top-row__line {
	height: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .10);
	padding: 0 15px;
	width: 100%;
	float: left;
}

.footer-row {
	margin: 0 auto;
	max-width: 1200px;
	padding: 62px 0 22px;
}

.footer-caption {
	display: block;
	font-size: 16px;
	color: #dadee1;
	padding-bottom: 10px;
	text-decoration: none;
	font-weight: 700;
}

.footer-menu-list__item {
	font-size: 14px;
	color: #eff0f2;
	padding: 5px 0 10px 0;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
	float: left;
}

.footer-menu-list__item:hover {
	color: #eff0f2;
	text-decoration: underline;
}

.footer-contacts-address {
	display: block;
	padding: 0 5px 0 20px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAWlBMVEX////R2NjT2NrV2dnT2NrT2NvT2NrT2NrT2Nqq///T2NnMzObT2NrT2NrT2NrT2NrS19rU2dnV2trT2NvS2trT2NrT2NrS19vV1dXV1d/T097X19fT2NoAAADnfKL0AAAAHHRSTlMAJ8087Vb4df4DlQqytfr3YGQwYj77/D8SGBcTmD9LWAAAAAFiS0dEHesDcZEAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCAUOERp5G/2xAAAAZElEQVQY042OSQ6AIAwAq0IBBfcN7f/fKWAQDhycA81M0gaAMlVdV7k3jIg1yTmSA3l0ISkgRVDV0kerADpNGboDg33yfjBuZ0xhDEeKYZrnRebBT/wf1i2G/Xi/flrrx2Vv9z704wyClQ3obgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wOC0wNVQxNDoxNzoyNiswMjowMI5ocEkAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDgtMDVUMTQ6MTc6MjYrMDI6MDD/Ncj1AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==") no-repeat top left;
	font-size: 15px;
	margin-bottom: 15px;
}

.footer-contacts-address__info {
	color: #dadee1;
}

.footer-contacts-tel {
	display: block;
	padding: 0 5px 0 20px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAkFBMVEX////U2NrU2NvY2NjU19nT2dvS2NrT2NrZ2dnT2NrT2dvT2NrT2NrT2drT2NrS2dnV2NvT2Nqq///T19rU2NzT2NrV29vS19vT2NrU2NvS2NvT2NrS2NvT2NjV1dXT19rT2NrT2drM3d3MzObS2NrT2Nv////R2dnT2NrS2dnU2NrT2NrT2NrS2dvT2NoAAACK6V/dAAAALnRSTlMAgtkNh3998hT0jOy/rekoTskDUkHvKpTitk/TvS4MwfySDwqr0gE9i1Cl5vV+ckCBrQAAAAFiS0dELyPUIBEAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgBhQRCiUmpHHAAAAAeklEQVQY003NWRKCQAwE0IAoigiyuOECiKKg9v2PRwZqys5fXnU6IuK4M+HxgDnvCwD+kmClgIBgbSAk2OgexQRbhYRLU1clY8kVdnuWg8qRJT2ZTCHx+XKd5JaY12UEVPV9lOYBO88p0zoWPFv0Gs/w/le3Xf/5/kQGPhYPTxZUtNkAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTYtMDYtMjBUMTc6MTA6MzcrMDI6MDCBu1eTAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE2LTA2LTIwVDE3OjEwOjM3KzAyOjAw8ObvLwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=") no-repeat center left;
	font-size: 15px;
	margin-bottom: 15px;
}

.footer-contacts-tel__href {
	color: #dadee1;
	text-decoration: none;
}

.footer-contacts-tel__href:hover {
	color: #dadee1;
}

.footer-contacts-email {
	display: block;
	padding: 0 5px 0 20px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAeFBMVEX////Y2NjP19fR1tzT2NrT2NrV2trS2dvS4eHT2NvT2Nrb29vT2NrX19fT19nT2NrT2NrS2dvZ2dnS2NnT2NrV2trT19zT2NrS2NrR2dnT2NrT2NrT2NrT19rR3NzT2Nnd3d3T2dvT2NrT2NrT2Nrf39/T2NoAAAAEguA3AAAAJnRSTlMADSAs3eEwfhGvtRW4E3P7/HgUt+I3OuPlPfpuubsWqQ9/2PXJCB7KzO8AAAABYktHRCctD6gjAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4AYUEQoWmXQQ1gAAAGhJREFUGNOFj8kSQDAQBYcg9n3fibz//0RFqpCTPk336Q3RL4apYRCz8MF2iLve637ACWEUJ0rTLC9AQFnVzeVtV5W4AvohH4FpHnqoACwr39blPlXAztiOb4AQ0MMDHbofJPXp8v/ZE46iFOj1gYJYAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA2LTIwVDE3OjEwOjIyKzAyOjAwHyl4qgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wNi0yMFQxNzoxMDoyMiswMjowMG50wBYAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat center left;
	font-size: 13px;
	margin-bottom: 15px;
}

.footer-contacts-email_href {
	color: #dadee1;
	text-decoration: none;
}

.footer-contacts-email_href:hover {
	color: #dadee1;
	text-decoration: underline;
}

.footer-contacts-soc {
	display: block;
}

.footer-contacts-soc__img {
	height: 40px;
	width: 40px;
	content: "";
	position: relative;
	margin-right: 15px;
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.footer-contacts-soc__img:hover {
	opacity: 0.8;
	text-decoration: none;
}

.footer-contacts-soc__img img {
	border-radius: 3px;
}

#cboxLoadedContent {
	border-radius: 0!important
}

#cboxLoadedContent > form {
	margin: 15px!important;
	max-width: 100%
}

#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: 10px!important;
	max-width: 100%
}

#cboxClose {
	outline: none!important;
	box-shadow: none!important
}

#cboxLoadedContent {
	border-radius: 0
}

#cboxNext,
#cboxPrevious {
	outline: none!important;
	box-shadow: none!important
}

#cboxNext {
	right: 0!important;
	border-radius: 3px
}

#cboxPrevious {
	left: 0!important;
	border-radius: 3px
}

#cboxLoadedContent div button.btn-default.btn-sm {
	padding: 6px 12px!important;
	margin-bottom: 6px;
}

.comment-b__form_checkbox {
	font-size: 12px!important;
	display: inline-flex!important;
	margin: 2px 0!important;
	border-radius: 3px!important
}

.comment-b__form_checkbox input {
	margin: 3px 5px 0 0 !important;
	border-radius: 3px!important
}

.comment-b__form input[type=submit] {
	border-radius: 3px!important;
	padding: 6px 12px!important;
}

@media (min-width: 992px) {
	.portfolio-widget__img>div {
		min-height: 182px;
	}
	.portfolio-widget__img {
		height: 161px;
		overflow: hidden;
	}
	.opinion {
		min-height: 235px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bottom-header-logo__site-name {
		min-width: 430px;
		font-size: 26px
	}
}

@media (min-width: 992px) and (max-width: 1050px) {
	.news-content-item {
		min-height: 260px
	}
	.article-content-item {
		min-height: 200px
	}
	.blog-content-item {
		min-height: 180px
	}
	.advantages-item__digit {
		font-size: 38px;
	}
	.nav-menu-1-level__href {
		padding: 0 12px;
	}
}

@media (max-width: 992px) {
	html {
		overflow-x: hidden
	}
	#feedback-modal form .form-tel {
		max-width: 100%!important
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	.top-slider-carousel-inner-item-img {
		max-height: 320px!important;
		min-height: 320px!important
	}
	.top-slider {
		height: initial
	}
	.top-slider-carousel-control-glyph {
		line-height: 320px;
	}
	.top-slider-carousel-inner-item {
		height: 320px
	}
	.portfolio-widget__img {
		height: 161px;
	}
	.portfolio-widget__img>div {
		background-size: cover!important;
	}
	.portfolio-form form>h4 {
		padding-bottom: 0;
		min-height: 38px;
	}
}

@media (min-width: 920px) and (max-width: 992px) {
	.bottom-header-logo-box {
		top: 45%;
	}
	.news-content-item {
		min-height: 260px
	}
	.article-content-item {
		min-height: 230px
	}
	.blog-content-item {
		min-height: 210px
	}
	.news-item-name {
		margin-bottom: 30px;
	}
	.advantages-item__digit {
		font-size: 32px;
		padding-top: 10px;
	}
	.bottom-header-logo__site-name {
		font-size: 24px;
		min-width: 355px;
	}
	.nav-menu-1-level__href {
		padding: 0 10px;
	}
}

@media (min-width: 767px) and (max-width: 920px) {
	.bottom-header-logo-box {
		top: 32%;
		margin-top: 0;
	}
	.news-content-item {
		min-height: 280px
	}
	.article-content-item {
		min-height: 250px
	}
	.blog-content-item {
		min-height: 220px
	}
	.news-item-date {
		margin-bottom: 10px;
		display: block;
		width: 100%;
	}
	.news-item-name {
		display: inline-block;
		margin-bottom: 0;
		margin-bottom: 30px;
	}
	.advantages-item__digit {
		font-size: 30px;
		padding-top: 11px;
	}
	.bottom-header-logo__site-name {
		font-size: 21px;
		max-width: 250px;
	}
	.bottom-header-contacts-tel {
		font-size: 16px;
		max-width: 162px;
		padding-left: 46px;
	}
	.bottom-header-contacts-tel:after {
		left: 10px;
	}
	.bottom-header-contacts-address {
		padding-right: 15px;
	}
	.nav-menu-1-level__href {
		padding: 0 6px;
	}
	.footer-contacts-soc__img {
		width: 32px;
		height: 32px;
	}
}

@media (min-width: 768px) {
	.page .header {
		display: none
	}
	.main-container .navbar-default {
		display: none
	}
}

@media (max-width: 767px) {
	html {
		font-size: 15px;
		background: #fff
	}
	.menu-toggle {
		border-bottom: 0!important
	}
	nav.mm-menu a {
		border-bottom: none;
		color: #282739!important;
		white-space: nowrap
	}
	.mm-navbar .mm-title {
		color: #333!important
	}
	nav.mm-menu .mm-panel a {
		color: #282739!important
	}
	html.mm-opened body {
		overflow: auto!important;
		overflow-x: hidden!important
	}
	html.mm-opened .main-container .content {
		overflow-x: hidden!important
	}
	#page-wrapper .container:nth-child(2) {
		overflow-x: hidden
	}
	.row-caption {
		border-top: none;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.top-slider-carousel-inner-item-caption {
		font-size: 19px!important
	}
	.top-slider-carousel-inner-item-caption span {
		font-size: 16px!important
	}
	.top-slider-carousel-inner-item-img {
		max-height: 300px!important;
		min-height: 300px!important
	}
	.top-slider {
		height: initial
	}
	.top-slider-carousel-inner-item {
		height: 300px
	}
	.portfolio {
		padding: 20px 0;
	}
	.portfolio-widget__btn {
		margin-bottom: 20px;
	}
	.portfolio-widget__img {
		height: 235px;
		margin-bottom: 20px;
		margin-top: 0;
	}
	.portfolio-widget__img>div {
		width: 100%!important;
		height: 100%!important;
		background-size: contain!important;
	}
	.content-inner-top-row {
		min-height: initial;
	}
	.row-caption-inner {
		margin-bottom: 0;
	}
	.content-col {
		padding-left: 15px;
	}
	.content-col__include > div > .form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.news-col {
		min-height: 250px;
	}
	.news-content {
		margin-bottom: 20px;
	}
	.news-text {
		max-height: initial;
	}
	.footer {
		position: relative;
		padding-top: 0;
	}
	.footer .footer-row {
		padding: 20px 0
	}
	.footer .footer-contacts {
		margin-bottom: 15px;
		margin-top: 0;
		float: left;
		display: table
	}
	#page-wrapper {
		padding-top: 60px;
		padding-bottom: 0!important;
		background: #fff
	}
	.portfolio-form form>h4 {
		padding-bottom: 0;
		min-height: initial;
	}
	.portfolio-form h5,
	.portfolio-form form div {
		width: 100%!important;
		margin-right: 0!important;
		padding-top: 10px;
		margin-bottom: 0!important;
	}
}

@media (max-width: 550px) {
	#cboxLoadedContent,
	#cboxContent,
	#cboxWrapper {
		max-width: 100%!important
	}
	.top-slider-carousel-control {
		width: 20px!important
	}
	.top-slider-carousel-control-glyph {
		width: 20px!important;
		font-size: 20px
	}
	.advantages-item {
		min-height: initial;
		width: 100%;
		padding-top: 30px;
	}
	.advantages-item_glyphicon {
		min-height: initial
	}
	.work-item {
		min-height: initial;
		width: 100%;
		padding-top: 30px;
	}
	.advantages-row {
		padding-bottom: 30px;
	}
	.top-slider-carousel-control {
		display: none!important;
	}
	.portfolio-form-imput-group,
	.portfolio-form-btn-group {
		width: 100%;
		padding-right: 0;
	}
	.content-col__include>p:last-child>img {
		max-width: 100%;
		max-height: 100%;
		height: initial!important;
	}
	.footer-top-row>div {
		width: 100%;
	}
	.footer-about__sm {
		float: left;
		padding: 15px 0
	}
	.footer-about__site-name {
		padding: 15px 0
	}
	.portfolio-widget__img {
		height: 160px;
		margin-bottom: 20px;
		margin-top: 0;
	}
}

@media (max-width: 767px) and (min-width: 410px) {
	.article-content-item-content {
		min-height: initial!important;
		margin-bottom: 15px
	}
	.news-content-item-content {
		min-height: initial!important;
		margin-bottom: 15px
	}
}

@media (max-width: 450px) {
	.blog-content-item {
		min-height: 180px
	}
	.btn.btn-continue {
		margin-right: 0;
		font-size: 12px;
		padding: 6px 10px;
		line-height: 14px
	}
	.news-header {
		padding-left: 0px;
	}
	.news-content {
		position: relative;
		padding-left: initial;
		padding-top: 180px;
		padding-bottom: 20px;
	}
	.opinion-col {
		padding: 0;
	}
	.opinion {
		padding: 15px;
	}
}

@media (max-width: 370px) {
	.logo-mm {
		font-size: 16px
	}
	.news-content-item {
		margin-bottom: 30px
	}
	.article-content-item-content {
		min-height: initial!important;
		margin-bottom: 30px
	}
	.top-slider-carousel-control {
		display: none!important
	}
	.portfolio-widget__btn {
		margin-bottom: 10px;
	}
	.portfolio-widget__img {
		height: 212px;
		margin-bottom: 10px;
		margin-top: 0;
		width: 100%;
		padding: 0!important;
	}
	.portfolio-widget__img>div {
		width: 100%!important;
		height: 100%!important;
		background-size: contain!important;
	}
}
/*
.nav-menu__51643, 
.nav-menu__52090{
	color: #f00;
}
*/