body {
	background: #e6e6e6;
	padding: 0 0 20px 0;
	font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #24395C;
}
h3 {
	font-weight: 400;
	font-size: 18px;
	color: #286090;
}
h4 {
	font-weight: 400;
	color: #fff;
}
a {
	font-weight: 400;
}
th {
	font-weight: 500;
}
li a {
	color: #337ab7;
}
.breadcrumb {
	font-weight: 400;
}
.breadcrumb>.active {
	color: #8a8a8a;
}
.breadcrumb li:nth-child(2):before {
	content: none;
}
.contentBackgroundColor {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.20);
	padding: 20px;
	margin-bottom: 20px;
}
.footerBackgroundColor {
	background: #1b1d1f;
	padding: 20px;
	color: #ccc;
}
.footerBackgroundColor a {
	color: #ccc;
	font-weight: 400;
}
.footerBackgroundColor a:hover, .footerBackgroundColor a:focus, .footerBackgroundColor a:active {
	color: #fff;
}
.copyrightBackgroundColor {
	background: #16181a;
	padding: 20px;
	color: #ccc;
}
.footerBackgroundColor p {
	font-size: 16px;
	font-weight: 400;
}
.footerBackgroundColor ul {
	list-style: none;
	padding: 0;
}
.footerBackgroundColor .menu li {
	display: block;
}
.footerBackgroundColor .menu a {
	padding: 0;
	color: #ccc;
	font-size: 15px;
}
.footerBackgroundColor .menu a:hover, .footerBackgroundColor .menu a:active, .footerBackgroundColor .menu a:focus, .footerBackgroundColor .menu li.active a {
	color: #fff;
	text-decoration: underline;
}
.footerBackgroundColor .menu li a:before {
	display: none;
}
.contentBlockRadius {
	border-radius: 12px;
}
.breadcrumb {
	background: none;
}
.menu li {
	display: inline-block;
}
.menu li a {
	color: #8a8a8a;
	font-weight: 400;
	font-size: 15px;
}
.menu li a:hover, .menu li a:active, .menu li a:focus, .menu li.active a {
	color: #337ab7;
	background: none;
}
.menu li a:before {
	font-family: 'Glyphicons Halflings';
	padding-right: 5px;
	vertical-align: bottom;
}
.menu li:nth-child(1) a:before {
	content: "\e021";
}
.menu li:nth-child(2) a:before {
	content: "\e008";
}
.menu li:nth-child(3) a:before {
	content: "\e136";
}
.menu li:nth-child(4) a:before {
	content: "\20bd";
}
.menu li:nth-child(5) a:before {
	content: "\e233";
}
.menu li:nth-child(6) a:before {
	content: "\2709";
}
.menu li:nth-child(7) a:before {
	content: "\e177";
}

.list-padding li {
	padding-bottom: 10px;
}
.list-padding li:last-child {
	padding-bottom: 0;
}

.btn-fone, .btn-fone a {
	color: #d9534f;
	border-color: #d43f3a;
}
.btn-fone:focus, .btn-fone:hover, .btn-fone:active, .btn-fone:focus a, .btn-fone:hover a, .btn-fone:active a {
	color: #d9534f;
	border-color: #ac2925;
	background: #f5f5f5;
	text-decoration: none;
}
.btn-fone .glyphicon {
	vertical-align: text-top;
}

.callback {
	border-bottom: 1px dashed;
	color: #e31e25;
}
.callback:hover, .callback:active, .callback:focus {
	text-decoration: none;
}
.flexslider {
	background: none;
	margin-bottom: 15px;
}
.flex-control-nav {
	bottom: 10px;
}
.flex-control-paging li .flex-active {
	background: #666;
}
.flex-control-paging li a:hover {
	background: #e31e25;
}
.flex-control-paging li a {
	background: #fff;
}
.flexslider .flex-viewport {
	border-radius: 12px;
	display: inline-block;
}

/* search */
div.finder {position: relative}
button.finder, form#finder-search button.btn.btn-primary {position: absolute; top: 0; right: 0}
form#finder-search label, #finder-search .word a.btn, div.search-pages-counter {display: none}
#finder-search .word label, #finder-search .word button.btn.btn-primary {vertical-align: middle}
ul.search-results.list-striped li {margin-bottom: 2.5rem}
p.result-text {margin-bottom: 0.62rem}
input.inputbox.form-control {width: 100%}
fieldset.word {margin: 1.25rem 0 2.5rem 0}
div.search-pagination {text-align: center}
/* END search */

.table-hover td:nth-child(2) {
	text-align: right;
}

.mypopup-content {
	background-color: #337ab7;
}
.sscf-form .fl_wrap.focused .fl_label, .sscf-form .fl_wrap.populated .fl_label, .no-js .sscf-form .fl_label {
	color: #ccc;
}
.sscf-form .fl_label {
	color: #ccc;
	font-weight: 400;
}
.sscf-form .sscf-input {
	color: #fff;
	font-family: 'Roboto', 'Helvetica', Arial, sans-serif;
}
.sscf-error {
	color: #f0ad4e;
}
// .sscf-form .sscf-input {
// 	background: #204d74;
// }
[id^=wrap-contact-form] .success {
	color: #fff !important;
}

.list-group-item:hover {
	background: #f5f5f5;
}

.moduletable-table {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.menu-services, .menu-mini {
	display: table-row;
}
.menu-services li, .menu-mini li {
	display: table-cell;
	text-align: center;
}
.menu-services li.active a, .menu-mini li.active a {
	background: #eee;
}
.menu-services li a {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.20);
	margin: 0 10px 10px 0;
	border-radius: 12px;
	font-weight: 400;
	font-size: 18px;
	color: #286090;
}
.menu-services li:last-child a, .menu-mini li:last-child a {
	margin-right: 0;
}
.menu-services li a:before {
	content: '';
	// width: 120px;
	// height: 80px;
	width: 85px;
	height: 60px;
	display: block;
	background: url(/images/ico.svg);
	background-repeat: no-repeat;
	background-size: auto 60px;
	margin: 0 auto 10px auto;
}
.menu-services li:nth-child(1) a:before {background-position: 0 0;}
.menu-services li:nth-child(3) a:before {background-position: -85px 0;}
.menu-services li:nth-child(4) a:before {background-position: -170px 0;}
.menu-services li:nth-child(5) a:before {background-position: -255px 0;}
.menu-services li:nth-child(6) a:before {background-position: -340px 0;}
.menu-services li:nth-child(7) a:before {background-position: -425px 0;}
.menu-services li:nth-child(2) a:before {background-position: -510px 0;}
.menu-services li:nth-child(8) a:before {background-position: -680px 0;}
// .menu-services li:nth-child(8) a:before {background-position: -595px 0;}
.menu-mini {
	box-shadow: 0 1px 3px rgba(0,0,0,0.20);
	border-radius: 12px;
}
.menu-mini li a {
	border-right: 1px solid #e6e6e6;
	background: #fff;
}
.menu-mini li:first-child a {
	border-radius: 12px 0 0 12px;
}
.menu-mini li:last-child a {
	border-radius: 0 12px 12px 0;
	border-right: 0;
}

.second-btn .btn-primary {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.second-btn .btn-primary:focus, .second-btn .btn-primary:hover, .second-btn .btn-primary:active {
	background-color: #269abc;
	border-color: #1b6d85;
}

.scheme-ico {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto -15px auto;
	background: #5bc0de;
	border-radius: 50%;
}
.scheme-ico span {
	font-size: 42px;
	color: #fff;
	line-height: 90px;
}
.scheme-num {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #000;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
}


@media (max-width: 1200px) {
	a.logo {
		display: block;
		margin-bottom: 20px;
	}

	.moduletable-table, .menu-services, .menu-mini {
		display: block;
		text-align: center;
	}
	.menu-mini {
		background: #fff;
	}
	.menu-services li, .menu-mini li {
		display: inline-block;
	}
}

@media (max-width: 768px) {
	.menu-mini li a {
		border-right: 0;
	}
	#mytable tr th:nth-child(2), #mytable tr td:nth-child(2) {
		display: none;
	}
	.info-table:before {
		content: 'Для отображения всех полей таблицы, Вам, необходимо воспользоваться устройством с более широким экраном!';
		color: red;
	}
}

@media (max-width: 420px) {
	.info-table:before {
		content: 'Вам, необходимо воспользоваться устройством с более широким экраном!';
		color: red;
	}
	#mytable {
		display: none;
	}
}

@media (max-width: 350px) {
	.col-xs-6 {
		width: 100%;
	}
	.menu-services li {
		display: block;
	}
}