body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: .9rem;
}
.page {
	min-width: 900px;
}
a {
    color: #337ab7;
    text-decoration: none;
    -moz-transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}
ol, ul {
    list-style: none;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    color: #1d70a3;
	font-weight: 700;
}
textarea {
	min-height: 100px;
}
label {
    font-weight: 400;
}
.form-control {
	box-shadow: none!important;
}
.wrapper {
    max-width: 1300px;
    padding: 0px 20px;
    margin: auto;
	position: relative;
}
.wrapper:before, .wrapper:after {
    display: table;
    content: " ";
}
.wrapper:after {
	clear: both;
}
.content {
    background-color: #fff;
    width: 100%;
	min-height: 400px;
}
.aside-none .content {
	background-image: none;
}
.content-inner {
    padding: 20px 0;
}
.page-company .content-inner-top {
    padding: 20px 0 60px;
}
.content-inner-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.intro-block {
    width: 50%;
	display: block;
	margin: 0 auto;
}
.list-square {
	list-style-type: square;
	padding: 0 0 0 20px;
}
main {
	width: 100%;
	float: left;
	display: block;
	min-height: 600px;
}
aside {
	width: 25%;
	float: left;
	display: block;
}
.aside main {
	width: 75%;
}
.footer {
	padding: 40px 0;
	background: none #e0e2e4 repeat scroll top center;
    -moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1) inset;
}
.footer .logo_text {
	font-size: .9rem;
	margin-top: 1rem;
}

.table-about td:first-child {
	width: 250px;
}
@media (max-width: 500px) {
	.table-about td:first-child {
		width: auto;
	}
}

.heading {
	padding: 0 20px;
}
.trans-divider {
	height: 10px;
    background-color: #fff;
    margin: 10px -20px;
}

.aside-block {
	margin: 0 20px 20px;
    background: #ffffff;
}
.aside-title h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.aside-content {
	padding: 10px 20px;
}

img.img-thumbnail {
    display: block;
    padding: 5px;
    background: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    width: auto;
    height: auto;
    margin: 0;
    opacity: 1;
    -moz-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.img-thumbnail.pull-left {
	margin: 0 10px 10px 0;
}
a:hover img.img-thumbnail {
    opacity: 0.5;
}

.fancybox-nav span {
    width: 36px;
    height: 36px;
}
.fancybox-outer .fancybox-nav span {
    visibility: visible;
    opacity: 0.4;
}
.fancybox-outer .fancybox-nav:hover span {
    opacity: 1;
}
.fancybox-outer .fancybox-prev {
	width: 60px;
    left: -60px;
}
.fancybox-outer .fancybox-prev span {
    left: 0px;
}
.fancybox-outer .fancybox-next {
	width: 60px;
    right: -60px;
}
.fancybox-outer .fancybox-next span {
    right: 0px;
}


.comment-rate {
	padding: 0;
	margin: 0;
}
.comment-rate li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.comment-rate li * {
	vertical-align: middle;
	margin: 0 10px 0 0;
}



.btn {
	box-shadow: none!important;
}
.btn-primary {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #f1c000;
	border-color: #daae00;
}
.btn-secondary {
	color: #ffffff;
	background-color: #ffcc00;
	border-color: #ffcc00;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
	background-color: #cca300;
	border-color: #cca300;
}
.btn-success {
	color: #ffffff;
	background-color: #89cf34;
	border-color: #89cf34;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
	color: #ffffff;
	background-color: #6ea828;
	border-color: #6ea828;
}
/*.btn-green {
	color: #ffffff;
	background-color: #89cf34;
    border-color: #89cf34;
}*/
/*.btn-green:hover {
	color: #ffffff;
	background-color: #6ea828;
    border-color: #6ea828;
}*/
.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.3333333;
	border-radius: 3px;
}
.btn-md,
.btn-group-md > .btn {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.4;
	border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.slick-prev, .slick-next {
	opacity: 0;
    -moz-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.home-sections section:hover .slick-prev,
.home-sections section:hover .slick-next {
	opacity: 1;
}
.tab-content{
	display: none;
	padding: 20px;
	background-color: #ededed;
}
.tab-content hr {
	border-top: 1px solid #d5d5d5;
}
.tab-content.current{
	display: inherit;
}
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background-color: #89cf34;
	color: #222222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	min-width: 140px;
    margin: 0 6px;
	font-size: 16px;
}
ul.tabs li a{
	color: #222222;
}
ul.tabs li.current{
	background-color: #337ab7;
	color: #ffffff;
}
ul.tabs li.current a{
	color: #ffffff;
}
.ui-tab-links ul,.section-ads-block ul.slick-dots {
	margin: 0px;
	padding: 0px!important;
	list-style: none;
	display: table;
	width: 100%;
    border-radius: 0;
    border: none!important;
}
.ui-tab-links ul li {
	background-color: #89cf34!important;
	color: #222222!important;
	display: table-cell;
	cursor: pointer;
	min-width: 100px;
	float: none!important;
	text-align: center;
	border: none!important;
	border-radius: 0;
	border: 1px solid rgba(0,0,0,0)!important;
	border-right: 1px solid #6ea828!important;
	border-left: 1px solid rgba(0,0,0,0)!important;
}
.ui-tab-links ul li:last-child {
	border-right: 1px solid rgba(0,0,0,0)!important;
}
.ui-tab-links ul li a {
	color: #222222!important;
	cursor: pointer;
	width: 100%;
	float: none!important;
	text-align: center;
	display: table;
}
.ui-tab-links ul .ui-tabs-active {
	background-color: #337ab7!important;
}
.ui-tab-links ul .ui-tabs-active a {
	color: #ffffff!important;
}
.ui-tab-links ul.slick-dots li {
	background-color: rgba(0,0,0,0)!important;
}
.ui-tab-links ul.slick-dots li {
	background-color: rgba(0,0,0,0)!important;
}

.ui-tab-links ul.slick-dots li button,.section-ads-block ul.slick-dots li button {
	background-color: rgba(137,207,52,1)!important;
	border: 1px solid rgba(0,0,0,0)!important;
	color: #000;
}
.ui-tab-links ul.slick-dots li.slick-active button,.section-ads-block ul.slick-dots li.slick-active button {
	background-color: rgba(51,122,183,1)!important;
	color: #fff;
}
.section-ads-block {
	clear: both;
}
.section-ads-block ul.slick-dots {
    padding: 20px 40px 0!important;
	position: relative;
}
.section-ads-block .slick-arrow {
	height: 26px;
}
.section-ads-block .slick-arrow:before {
	font-size: 30px;
	line-height: 30px;
}
.section-ads-block .slick-arrow {
	opacity: 1;
	z-index: 1;
    top: initial;
    bottom: 2px;
}
.section-ads-block .slick-prev {
    left: 15px;
}
.section-ads-block .slick-next {
    right: 15px;
}
.section-ads-block .slick-dots li {
	display: inline-block;
	min-width: initial;
	border-right: 1px solid rgba(0,0,0,0)!important;
	margin: 0;
}
.slick-list {
    width: 100%;
}
.section-ads-block ul.tabs li.current {
    background-color: #fff;
    color: #000;
}
.section-ads-block .ads-item {
    display: inline-block;
	width: 100%;
}
.section-ads-block .ads-image {
    margin: 0 0 10px;
}
.section-ads-list {
	padding: 0;
	margin: 0;
}
.section-ads-list li {
	list-style-type: none!important;
}
.section-ads-list li a span {
	display: block;
}
.section-ads-list .items-list .item-description {
	display: block!important;
}

.products-sort .chosen-container-single .chosen-single {
	padding: 8px 0 8px 16px;
}
.products-sort .chosen-container-single .chosen-single div b {
    background-position: 0px 10px;
}

.items-list {
	padding: 0;
	margin: 0;
}
.items-list li {
    position: relative;
	padding: 20px 15px;
}
.items-list .item-tag {
    position: absolute;
    right: 15px;
    top: 20px;
	font-weight: 600;
}
.items-list .item-date {
    margin: 0 0 10px;
    display: block;
    color: #000;
    font-weight: 600;
}
.items-list h3 {
    font-size: 16px;
}
.items-list .item-price {
	font-size: 20px;
    font-weight: 700;
    color: #1d70a3;
}
.items-list .item-price strong {
	font-size: 16px;
}
.items-list .item-company {
	margin-bottom: 10px;
}
.items-list .item-company a {
	margin-right: 10px;
}
.items-list.grid-view .item-company a {
	margin-right: 0;
}
.items-list .item-company span {
	display: inline;
}
.items-list.list-view li img {
	width: 140px;
	float: left;
	margin: 0 10px 0 0;
}
.items-list.list-view li iframe {
	width: 30%;
	float: left;
	margin: 0 10px 0 0;
}
.items-list.list-view h3,
.items-list.grid-view h3 {
    text-align: left;
}
.section-category .items-list.grid-view h3 {
    text-align: center;
}
.section-category .items-list.grid-view .item-price {
    text-align: center;
}
.items-list.list-view .item-price {
    text-align: left;
    font-weight: 500;
	margin-top: 4px;
    margin-bottom: 4px;
}
.items-list.list-view li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.items-list.list-view li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0);
}
.items-list.list-view li:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.02);
}

.items-list.grid-view .item-description {
    display: none;
}
.items-list.grid-view .item-company {
	display: none;
}
.page-product .items-list.grid-view .item-company {
	display: block;
    text-align: center;
}
.section-category .items-list.grid-view li:nth-child(4n+1) {
    clear: left;
}


.section-lists {
	padding: 20px 0px;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top center;
}
.section-lists .tab-content {
	background-color: transparent;
}
.section-lists ul.tabs {
    text-align: center;
}


.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}


.content-inner-breadcrumb {
	padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.breadcrumb {
    padding: 8px 24px;
    margin-bottom: 0;
    list-style: none;
    background-color: rgba(0,0,0,0);
    border-radius: 4px;
    display: table;
}
.breadcrumb ul {
	padding: 0;
	margin: 0;
}
.breadcrumb ul li {
	display: block;
	float: left;
}
.breadcrumb ul li:after {
	content: '\f178';
    font-family: 'FontAwesome';
    margin: 0 10px;
    font-size: 14px;
    color: #337ab7;
    vertical-align: middle;
    font-weight: 400;
}
.breadcrumb ul li:last-child:after {
	display: none;
}
.breadcrumb ul li.active a {
	color: inherit;
}


.pagination-block {
	padding: 20px 0 0;
    margin: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pagination-arrows {
	padding: 0;
    margin: 0;
}
.pagination-arrows li {
	clear: initial!important;
	display: inline-block;
	padding: 0!important;
	margin: 0 20px 0 0;
}
.pagination-arrows li span {
    margin: 0;
    display: inline-block;
    color: inherit;
    font-weight: 400;
}
.pagination-arrows li span.disabled {
    opacity: 0.7;
}
.pagination {

}
.pagination li {
	clear: initial!important;
	padding: 0!important;
	display: inline-block;
}
.pagination li.active span {
	color: #ffffff;
}
.pagination li span {
	margin: 0;
}

.page-return {
	/*position: absolute;
    right: 0;
    top: 0;
	z-index: 1;*/
}


.footer .column-title h3 {
	text-align: center;
	font-weight: 800;
	color: #222;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
.footer ul {
    margin: 0 0 20px;
    padding: 0;
}
.footer .footer-menu li {
    display: block;
    width: 25%;
    float: left;
	padding: 6px 0;
}
.footer .footer-menu li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin-right: 10px;
    font-size: 14px;
    color: #747474;
    vertical-align: top;
}
.footer-address li {
	padding: 4px 0;
}
.footer-copyright {
	font-size: .9rem;
	padding: 20px 0;
	clear: both;
	border-top: 1px solid #a4a9b0;
	color: #595b5d;
    background-color: #b2b6bc;
}
.copyright ul {
    float: right;
    margin: 0;
}
.copyright ul li {
    display: block;
    float: left;
	padding: 2px 4px;
}
.copyright ul li a {
	color: #333333;
}
.copyright .text-right {
    text-align: right;
}
@media (max-width: 767px) {
	.footer .footer-menu li {
		width: 50%;
	}
}


/* quick-comments */
.quick-comments-container {
  position: fixed;
  bottom: 0;
  right: 10px;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  z-index: 99999;
  box-shadow: 0px 0px 7px 0px #666666;
  line-height: 24px;
  text-shadow: none;
}
.quick-comments-container.form-shown {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.quick-comments-toggle {
  background: #6AC9ED;
  cursor: pointer;
}
.quick-comments-toggle i {
  padding: 10px;
  background: rgba(255,255,255,0.9);
  color: #666666;
}
.quick-comments-toggle span {
  padding-left: 15px;
  padding-right: 20px;
  color: #FFFFFF;
  font-weight: bold;
}
.quick-comments-form {
  background: #FFFFFF;
}
.quick-comments-form .form-header {
  background: #6AC9ED;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
.quick-comments-form .form-header span {
  color: #FFFFFF;
  font-weight: bold;
}
.quick-comments-form .form-header i {
  position: absolute;
  right: 10px;
  margin: 5px 0px 0px 0px;
  color: #666666;
  cursor: pointer;
}
.quick-comments-form .form-header i:hover {
  color: #FFFFFF;
}
.quick-comments-form .form-body {
  max-width: 282px;
  padding: 20px 20px 0px 20px;
  overflow: hidden;
}
.quick-comments-form .form-body .form-overflow {
  display: none;
  background: rgba(0,0,0,0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 100;
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
}
.quick-comments-form .form-body .form-overflow .form-notifications {
  position: relative;
  top: 100px;
  padding: 10px;
}
.quick-comments-form .form-body .form-overflow .form-notification {
  display: none;
}
.quick-comments-form .form-body .form-overflow span {
  color: white;
  font-weight: bold;
  font-size: 15px;
}
.quick-comments-form .form-body .form-message {
  padding-bottom: 20px;
  line-height: 1.3em;
  color: #666666;
}
.quick-comments-form .form-body form {
  width: 250px;
}
.quick-comments-form .form-body form input {
  width: 96%;
  padding: 4px !important;
  border: 1px solid silver !important;
  border-radius: 5px;
  min-height: initial;
}
.quick-comments-form .form-body form input.invalid {
  border: 1px solid red !important;
}
.quick-comments-form .form-body form textarea {
  width: 97%;
  border: 1px solid silver !important;
  border-radius: 5px;
  resize: none;
}
.quick-comments-form .form-body form textarea.invalid {
  border: 1px solid red !important;
}
.quick-comments-form .form-body form input[type="checkbox"] {
  width: auto;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.quick-comments-form .form-body form input[type="submit"] {
  background: #6AC9ED;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  width: 100%;
}
.quick-comments-form .form-body .form-control {
  padding-bottom: 10px;
}
.quick-comments-form .form-body .form-control .form-label span {
  color: #666666;
  font-weight: bold;
}
.quick-comments-form .form-body .form-control-required .form-label span:after {
  content: " *";
}
.form-control.form-captcha {
  position: relative;
}
.form-control.form-captcha .form-value-overlay {
  position: absolute;
  width: 100%;
  height: 34px;
  text-align: center;
  background: #FFFFFF;
}
.form-control.form-captcha img {
  float: left;
}
.form-control.form-captcha input {
  width: 67% !important;
}
.quick-comments-form .form-body .form-control:last-child .form-value {
  text-align: center;
}
.quick-comments-form .form-footer {
  text-align: right;
}
.quick-comments-form .form-footer span {
  font-size: 10px;
}
.quick-comments-form .form-footer span a {
  margin-right: 10px;
  color: #6AC9ED;
}
.quick-comments-container input::-webkit-input-placeholder {
  color: #6AC9ED;
}
.quick-comments-container input:-moz-placeholder {
  color: #6AC9ED;
  opacity: 1;
}
.quick-comments-container input::-moz-placeholder {
  color: #6AC9ED;
  opacity: 1;
}
.quick-comments-container input:-ms-input-placeholder {
  color: #6AC9ED;
}

.quick-comments-container textarea, .quick-comments-container select {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.quick-comments-container .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: inherit;
    background-image: inherit;
    border: inherit;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

/* header */
.header-block {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	position: relative;
	z-index: 1000;
	background: none #fff repeat scroll center center;
}
.header-top-bar {
	padding: 10px 0;
}
.header-logo {
	float: left;
	width: 18%;
	position: relative;
	text-align: center;
}
.header-logo img {
	padding: 20px 0;
}

.menu-container {
    width: 82%;
    float: right;
}
.menu-container nav {
    width: 100%;
}
.main-nav-wrap {
	width: 100%;
}
.main-nav-wrap .menu-toggle {
    display: none;
}
.nav-menu-container {
    display: inline-block;
    vertical-align: top;
	width: 100%;
}
.nav-menu-container > ul {
	float: right;
    margin: 0;
}
.nav-menu-container > ul > li {
	font-size: 14px;
    font-weight: 600;
    line-height: 20px;
	vertical-align: middle;
	display: inline-block;
}
.nav-menu-container > ul > li:first-child {
	margin-left: 0;
}
.nav-menu-container > ul > li a {
    text-decoration: none;
	text-transform: uppercase;
	color: #333333;
}
.nav-menu-container > ul > li a:hover {
	color: #1d70a3;
}
.nav-menu-container > ul > li > a {
	position: relative;
	display: inline-block;
	padding: 6px 8px;
	margin: 28px 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-menu-container > ul > li.active > a,
.nav-menu-container > ul > li > a:hover {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.nav-menu-container .flexMenu-popup li.active a {
	color: #337ab7;
}

.dropdown-relative {
	position: relative;
}
.sub-menu {
	display: block;
	padding: 0;
	margin: 0;
    position: absolute;
	overflow: hidden;
	min-width: 280px;
    left: 0px;
    background: #fff;
    -moz-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.15) inset;
    -moz-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
	height: 0;
	max-height: 0;
	opacity: 0;
}

.dropdown-relative .sub-menu li {
    margin: 0 20px;
    padding: 10px;
}
.sub-menu li {
    margin: 0 20px;
    padding: 10px;
}
.menu > li:hover > .sub-menu {
	overflow: visible;
	height: auto;
	max-height: 1500px;
	opacity: 1;
}
.sub-menu-container {
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	overflow: hidden;
	min-width: 100%;
	left: 0px;
	background: #fff;
	-webkit-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.15) inset;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	height: 0;
	max-height: 0;
	opacity: 0;

}
.sub-menu-container .sub-menu {
	padding: 0;
	margin: 0;
	position: relative;
	background: #fff;
	-moz-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
	-moz-transition: opacity 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	height: 100%;
	max-height: 100%;
	opacity: 1;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.sub-menu-container .sub-menu:nth-child(3n) {
	border-right: 1px solid rgba(0, 0, 0, 0.0);
}
.menu > li:hover > .sub-menu-container {
	display: flex;
	overflow: visible;
	height: auto;
	max-height: 260px;
	opacity: 1;
	height: 260px;
}
.menu > li:hover > .sub-menu-container .desktop_hide {
	display: none;
}
.sub-menu.sub-menu-columns {
	width: 100%;
}
.sub-menu.sub-menu-columns li ul {
    margin: 0;
    padding: 0 0 0 12px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.sub-menu.sub-menu-columns li:last-child ul {
    margin: 0;
    padding: 0;
	border-right: 1px solid rgba(0, 0, 0, 0);
}
.sub-menu.sub-menu-columns li {
    margin: 0;
}


/* mobile menu */
.nav-menu-container .fa-bars {
	padding: 0 20px;
}

.flexMenu-popup {
	padding: 0;
	margin: 0;
	right: 0;
	width: 250px;
	background: #fff;
    -moz-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.15) inset;
    -moz-transition: max-height 2s ease 0s, opacity 0.3s ease 0s;
    -webkit-transition: max-height 2s ease 0s, opacity 0.3s ease 0s;
    transition: max-height 2s ease 0s, opacity 0.3s ease 0s;
	opacity: 0;
}
.flexMenu-viewMore.active .flexMenu-popup {
	opacity: 1;
}
.flexMenu-popup li {
    margin: 0 20px;
    padding: 7px 0;
}
.nav-menu-container li a {
	text-decoration: none;
}




/* menu fixed */
.header-container.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	-moz-box-shadow: 0 -6px 0 rgba(0, 0, 0, 0.05) inset, 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -6px 0 rgba(0, 0, 0, 0.05) inset, 0 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -6px 0 rgba(0, 0, 0, 0.05) inset, 0 2px 2px rgba(0, 0, 0, 0.3);
}
.header-container.fixed .header-logo img {
	padding: 18px 0 0;
	width: 100px;
}
.header-container.fixed .nav-menu-container > ul > li > a {
	margin: 16px 0;
}
.header-container.fixed .header-logo {
	text-align: left;
}

.heading-search {
	padding: 10px 0 0;
}
.default-search-container ul {
	display: flex;
	align-items: center;
	margin: 10px 0 0 5px;
}
.default-search-container ul li {
	display: flex;
	align-items: center;
	font-size: 10px;
	margin-right: 12px;
}
.default-search-container ul li:first-child {
	margin-right: 16px;
}
.default-search-container ul li:last-child {
	margin-left: 0;
}
.default-search-container ul li input {
	margin: 0;
	cursor: pointer;
}
.default-search-container ul li label {
	margin: 0 0 0 4px;
	cursor: pointer;
}
.default-search-container .input-text {
	padding: 1px 10px;
	border: 1px solid #2e6da4;
	border-radius: 4px 0 0 4px;
	border-right: none;
}
.default-search-container button {
	border-radius: 0 4px 4px 0;
	border-left: 0;
}

/* top */

.top-contacts {
	font-size: 12px;
}
.top-social-icons {
	text-align: center;
}
.top-social-icons ul {
	padding: 0;
}
.top-social-icons li {
	list-style-type: none;
	display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.top-social-icons li a {
    background: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 24px;
    height: 24px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.top-social-icons li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.top-social-icons .s-title {
	display: none;
}
.top-buttons {
	text-align: right;
}
.top-profile-buttons .btn {
	font-size: 14px;
	padding: 7px 10px;
}


/* main-search */

.main-select-search {
	background-color: #36465E;
}
.search-select-button button {
	width: 100%;
	background-color: #ffcc00;
    border-color: #ffcc00;
}
.search-select-button button:hover {
	width: 100%;
	background-color: #cca300;
    border-color: #cca300;
}
#main-search-block {
    padding: 70px 20px 40px;
}
.search-text {
	text-align: center;
}
.search-text h2 {
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	margin: 30px 0;
}
.search-text h2 span {
	color: #ff0000;
}
.main-search-container {
    float: none;
    width: 100%;
    position: relative;
	max-width: 720px;
    margin: 0 auto 20px;
}
.main-search-container div {
    float: none;
    width: 100%;
    background: #fff padding-box;
    border: 0px solid rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    margin: 0 auto;
}
.main-search-container:before {
    position: absolute;
    content: "\f002";
    font-family: 'FontAwesome';
    top: 14px;
    left: 36px;
    color: #919191;
    z-index: 1;
}
.main-search-container input {
	background-color: #ffffff;
    height: 46px;
    border: none;
    background: none;
    color: #777;
    position: relative;
    width: 70%;
	display: inline-block;
	vertical-align: middle;
    padding: 11px 0 11px 52px;
	font-size: 16px;
    line-height: 24px;
}
.main-search-container button {
    width: 30%;
	display: inline-block;
	vertical-align: middle;
    height: 46px;
    padding: 10px 20px;
    background: #89cf34 padding-box;
    color: #fff;
	font-weight: 700;
    outline: none;
    -webkit-appearance: none;
    text-align: center;
    text-transform: uppercase;
    border: 0px solid rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 50px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 3px 3px 50px rgba(255, 255, 255, 0.3) inset;
    box-shadow: 3px 3px 50px rgba(255, 255, 255, 0.3) inset;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.main-search-container button:hover {
    background: #6ea828 padding-box;
    cursor: pointer;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-search-container ul {
    padding: 0 10px;
    margin: 22px 0 -22px;
}
.main-search-container ul li {
    display: inline-block;
	color: #ffffff;
    margin: 0 60px 0 0;
}
.main-search-container ul li:last-child {
    margin: 0;
}
.main-search-container ul li label {
	margin-left: 6px;
}
.main-search-container ul li input {
	background-color: #ffffff;
    height: auto;
    vertical-align: middle;
    border: none;
    background: none;
    color: #777;
    position: relative;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}








/* home section services */

.home-sections {
	background-color: #ffffff;
    border-top: 10px solid #1d70a3;
}
.section-services {
	background-color: #F5F5F5;
}
.services-items {
    max-width: 100%;
    margin: 0 auto;
}
.services-items .services-item {
	display: block;
    float: left;
    width: 11%;
    margin: 0;
}

.services-items .services-item a {
    display: block;
    padding: 27px 10px 25px 10px;
}
.services-items .services-item .item-thumbnail {
    text-align: center;
	width: 40px;
    margin: 0 auto;
}
.services-items .services-item .item-title {
    padding-top: 12px;
	text-align: center;
}
.services-items .services-item .item-title h3 {
	margin: 0;
	opacity: 0.5;
	text-transform: uppercase;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.services-items .services-item a:hover {
	text-decoration: none;
}
.services-items .services-item a:hover .item-title h3 {
    opacity: 1;
}


/* home section banners */

.section-banners {
	padding: 70px 0px 100px;
    background-color: #fff;
    background-image: url(../images/directory2-background-img.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom center;
}
.header-banner-box {
	position: relative;
}
.header-banner-box span {
    position: absolute;
    display: block;
    padding: 15px;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
	top: 50%;
    transform: translateY(-50%);
}



/* home section company */
.section-company {
	padding: 20px 0px 40px;
    background-color: #fff;
    background-image: url(../images/directory2-background-img.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom center;
}
.section-company h2 {
	padding: 10px 0px 30px;
	text-align: center;
}
.company-item {
	float: left;
    width: 25%;
}
.section-company-box {
	position: relative;
    padding: 0px 20px;
}
.company-box-top {
	position: relative;
	overflow: hidden;
}
.company-box-top div.serv {
	background-color: #1d70a3;
    color: #fff;
    padding: 0 20px;
    text-transform: lowercase;
    height: 35px;
    line-height: 35px;
	text-align: center;
	z-index: 6;
    position: relative;
}
.company-box-bottom {
    text-align: center;
	padding: 26px 20px;
    background-color: #E9E9E9;
	border-bottom: 6px solid rgba(0, 0, 0, 0.1);
}
.rate-box {
	color: #ffcc00;
}
.rate-box i {
    display: inline-block;
}

.company-box-bottom a {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.company-box-bottom a:hover {
    color: #1d70a3;
}
.company-box-rate {
	padding: 16px 0 0;
}
.section-company-box .item-text-wrap {
	width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: 5;
}

.section-company-box .item-text-wrap .item-text {
	margin-top: 10px;
    border-top: 20px solid transparent;
    padding: 30px 20px;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(77, 77, 77, 0.95) padding-box;
    color: #ccc;
}
.section-company-box:hover .item-text {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.section-company-box .item-text:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 40px;
    width: 40px;
    background: #ffcc00;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.section-company-box .text {
    min-height: 70px;
    margin: 0 0 24px;
	text-align: center;
}


/* home section company2 */
.section-company2 {
	padding: 70px 0px 40px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}


/* home section testimonials */
.section-testimonials {
	padding: 20px 0px 40px;
    background-color: #fff;
    background-image: url(../images/directory2-background-img.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom center;
}
.section-testimonials h2 {
	padding: 10px 0px 30px;
	text-align: center;
}
.testimonials-item {
	padding: 10px 40px;
}


/* home section best-company */
.section-best-company {
	padding: 60px 0px 80px;
    background-color: #708ea0;
    background-image: url(../images/fon_zub5.png);
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    color: #92aab8;
}
.section-best-company h2 {
	padding: 10px 0px 60px;
	text-align: center;
	color: #ffffff;
}
.section-best-company h2 strong {
	color: #ffffff;
}
.section-best-company h2 span {
	padding: 0 30px;
    background-color: rgba(255,255,255,0);
}
.section-best-company .item-thumbnail .item-thumbnail-wrap {
    border-color: rgba(255,255,255,1);
	border-width: 10px;
    margin-bottom: 10px;
	border-style: solid;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.section-best-company .item a:hover .item-thumbnail .item-thumbnail-wrap {
    border-color: rgba(255,255,255,0.6);
}
.section-best-company .item-thumbnail {
    width: auto;
    display: table;
    margin: 0 auto;
    float: none;
    max-width: initial;
}
.section-best-company .item-thumbnail-wrap {
    overflow: hidden;
    position: relative;
}
.section-best-company .item-title {
	text-align: center;
	color: #ffffff;
}
.section-best-company .item-title h3 {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 4px 20px;
    background-color: rgba(255,255,255,0);
}

/* home section products */
.section-products {
	padding: 20px 0px;
	background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top center;
}
.section-products h2 {
	padding: 10px 0px 60px;
	text-align: center;
}
.section-products .tab-content {
    background-color: rgba(0,0,0,0);
}
.section-products .tabs {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 0 auto;
    display: inline-block;
}
.products-items .section {
	text-align: center;
}
.onsale {
    display: block;
    position: absolute;
    z-index: 10;
    background: #89cf34;
    color: #fff;
    padding: 5px 10px 7px;
}
.section-products .products-items .products li {
	padding: 30px;
}
.products-items .products li img {
	display: inline-block;
    padding: 5px;
    background: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    margin: 0;
	opacity: 1;
    -moz-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.products-items .product-inner:hover img {
	opacity: 0.5;
}
.products-items .products li h3 {
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.products-items .products li a {

}
.section-products .products-items .products li button {
    position: absolute;
    top: 38%;
    left: 50%;
    margin: 0 0 0 -20px;
	background-color: #ffdc73;
    opacity: 0;
    -moz-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.products-items .products li:hover button {
    opacity: 1;
}
.products-items .products .price {
    font-size: 20px;
	font-weight: 700;
	color: #1d70a3;
	text-align: center;
}
.product-inner {
	position: relative;
}
.load-more {
	text-align: center;
}

/* home section register */
.section-register {
	padding: 80px 0px 80px;
	background-image: url(../images/directory2-bg-world-7fff.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}
.section-register h2 {
	padding: 10px 0px 40px;
	text-align: center;
}

/* home section brands */
.section-brands {
	padding: 20px 0px 20px;
	background-color: #333;
	background-image: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}
.brands {
	width: 100%;
	text-align: center;
    display: inline-block;
	padding: 0;
    margin: 0;
}












/* other */

.section-heading {
	padding: 50px 0;
    position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.products {
    padding: 0;
    margin: 0;
}
.slider-amount {
	padding: 20px 0;
}
.products-sort {
	padding: 0px 15px 0px;
}

.products-items .products li button {
    position: absolute;
    top: 30%;
    left: 50%;
    margin: 0 0 0 -20px;
	background-color: #ffdc73;
    opacity: 0;
    -moz-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.section-category .products-sort,.tab-content .products-sort {
	padding: 0px 15px 30px;
}
.products-sort select {
    display: inline-block;
	width: auto;
	max-width: 100%;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-sort {
	color: #337ab7;
    background-color: #fff;
    border-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 10px 20px;
	margin: 0 auto;
    display: block;
}
.section-category .products .price {
    margin: 0 0 20px;
}
.section-detail {
	position: relative;
}
.section-detail .main-image img {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 1;
    -moz-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.product-description .price {
	font-size: 24px;
    line-height: 32px;
	margin-bottom: 20px;
	color: #1d70a3;
}
.product-description .wholesale {
	font-size: 18px;
    line-height: 28px;
	color: #333333;
}
.product-description .availability {
	color: #89cf34;
	margin-bottom: 20px;
}
.product-description .availability.out {
	color: #ff0000;
}
.product-description .availability.order {
	color: #ff8700;
}
.product-description .discount {
	margin-bottom: 20px;
}
.product-description .discount a {
	border-bottom: 1px dashed;
	margin-bottom: 10px;
    display: table;
}

.products.list li {
	margin: 0 0 20px;
}
.products-items .products.list li button {
    top: 42%;
}
.products-items .products.list li h3,.products-items .products.list li .price {
    text-align: left;
}

.section-list {
	padding: 20px 0;
}
.list-links li {
	text-align: left;
}
.aside-content li,
.category-menu li,
.menu-services li,
.list-links li,
.section-sites-block li,
.section-vacancy-block li,
.section-list li
{
	margin-top: 6px;
	margin-bottom: 6px;
}
.aside-content li a,
.category-menu li a,
.menu-services li a,
.list-links li a,
.section-sites-block li a,
.section-vacancy-block li a,
.section-list li a,
.pagination-arrows li a,
.item-company a
{
	border-bottom: 1px solid rgba(51,122,183, 0.2);
}
.aside-content li a:hover,
.category-menu li a:hover,
.menu-services li a:hover,
.list-links li a:hover,
.section-sites-block li a:hover,
.section-vacancy-block li a:hover,
.section-list li a:hover,
.pagination-arrows li a:hover,
.item-company a:hover
{
	border-bottom: 1px solid rgba(51,122,183, 1);
}

#slider-range {
	margin: 10px 0 0;
}

.advert .aside-content {
	padding: 0;
}

.faq-question .faq-q {
    background: #89cf34;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    color: #fff;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 6px;
    width: 30px;
}

.faq-question .faq-q:before {
    color: #fff;
    content: "\f128";
    font-family: 'FontAwesome';
	font-size: 18px;
    line-height: 30px;
}
.faq-answer {
    background: #f2f2f2;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
    margin-bottom: 20px;
    padding: 13px 18px;
    position: relative;
}
.faq-answer:before {
    content: "";
    border-style: solid;
    border-width: 0px 0px 10px 20px;
    border-color: transparent transparent #e6e6e6 transparent;
    position: absolute;
    top: -10px;
    left: 0px;
}

.menu-services {
	margin: 0;
	padding: 0 0 0 16px;
}
.menu-services li {
	list-style-type: square;
	margin: 6px 0;
}
.menu-services li a:hover,.menu-services li.active a {
	border-bottom: 1px solid;
}

.page-company ul.tabs {
	display: table;
	position: relative;
	width: 100%;
	margin: 30px 0 -60px 0;
}
.page-company ul.tabs li {
	display: table-cell;
    text-align: center;
	vertical-align: middle;
	min-width: 114px;
	border: 1px solid rgba(0,0,0,0);
	border-right: 1px solid #6ea828;
	border-left: 1px solid rgba(0,0,0,0);
	padding: 0;
}
.page-company ul.tabs li.tab-link {
	padding: 0;
}
.page-company ul.tabs li a {
	padding: 10px 15px;
	display: block;
	font-weight: 600;
}
.page-company ul.tabs li:last-child {
	border-right: 1px solid rgba(0,0,0,0);
}
.page-company ul.tabs.tabs-vertical{
	margin: 10px 0 0;
}
.page-company ul.tabs.tabs-vertical li{
	display: block;
	border-bottom: 1px solid #6ea828;
    padding: 4px 15px;
    font-size: 14px;
}

.download-price {
    position: absolute;
    right: 20px;
    top: 30px;
}

.section-tab-category ul {
	padding: 0;
	margin: 0;
}
.section-tab-category ul ul {
	padding: 0 0 0 20px;
	margin: 0;
}
.contacts_buttons {
    margin: 24px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.contacts_buttons a {
    width: 50%;
    border-radius: 0px;
    border: 1px solid #89cf34;
    background-color: #89cf34!important;
}
.contacts_buttons a.active, .contacts_buttons a:hover {
    border-color: #337ab7;
    color: #ffffff;
    background-color: #337ab7!important;
    box-shadow: none;
}

.category-menu li {
    margin: 6px 0;
}
.category-menu li a:hover,.category-menu li.active a {
	border-bottom: 1px solid;
}

.section-services-block {
	padding-top: 40px;
	padding-bottom: 40px;
}

.news-category-aside ul {
	padding: 0;
	margin: 0;
}

.description .additional-data span {
	display: inline-block;
	width: 100%;
}
.additional-data span {
	display: inline-block;
	color: inherit;
	margin: 0 10px 0 0;
}

.compact-buttons > * {
	display: inline-block;
	vertical-align: middle;
	min-height: 42px;
}
.compact-buttons {
	text-align: right;
}


.account-services {
	margin: 10px 0;
}
.account-services i {
	font-size: 40px;
	line-height: 60px;
}

.aside-contacts span {
	display: block;
	width: 100%;
}
.aside-contacts a.fancybox {
	margin-top: 10px;
}
.popup-form {
	display: none;
	min-width: 400px;
	max-width: 500px;
}
.popup-form form {

}

.list-rate-company li {
	display: table;
	width: 100%;
	margin: 2px 0;
}
.list-rate-company li:first-child {
	font-weight: 700;
}
.list-rate-company li span {
	display: block;
	float: left;
}
.list-rate-company li span.list-number {
	width: 10%;
}
.list-rate-company li span.list-company {
	width: 70%;
}
.list-rate-company li span.list-host {
	width: 10%;
	text-align: center;
}
.list-rate-company li span.list-hit {
	width: 10%;
	text-align: center;
}


#section-opinion {
	padding: 10px 0;
}
.rate-stars {
	color: #337ab7;
	font-size: 18px;
}
.rate-container .marks .marks-list {
    padding: 0;
    margin: 10px 0;
}
.rate-container .marks .marks-list li {
    list-style: none;
    line-height: inherit;
}
.rate-container .marks .marks-list li {
    display: inline-block;
	width: 100%;
}
.rate-container .marks .marks-list li .mark-item > * {
    display: inline-flex;
	margin: 0 6px 0 0;
}
.rate-container .marks .marks-list li .mark-item > .progress {
    width: 140px;
    height: 10px;
	margin: 0;
	background-color: #f5f5f5;
}
.rate-container .marks .marks-list li .mark-item .fa {
    color: #337ab7;
}
.opinion-list {

}
.opinion-list .opinion-item {
	border-top: 1px solid rgba(0,0,0,0.1);
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 10px 0;
}
.opinion-list .opinion-item:first-child {
	border-top: 1px solid rgba(0,0,0,0);
}
#opinion-form {
	padding: 10px 0;
}
.radio-stars {
	display: inline-block;
    vertical-align: middle;
	margin: 4px 0 0;
	unicode-bidi: bidi-override;
    direction: rtl;
    width: 8em;
}

.radio-stars span {
	display: inline-block;
    vertical-align: middle;
}
.radio-stars input {
    position: absolute;
    left: -999999px;
}

.radio-stars label {
    display: inline-block;
    color: #337ab7;
    font-size: 0;
	margin: 0;
}

.radio-stars > label:before {
    position: relative;
    font: 18px/1 FontAwesome;
    display: block;
    content: "\f006";
	color: inherit;
}

.radio-stars > label:hover:before,
.radio-stars > label:hover ~ label:before,
.radio-stars > label.selected:before,
.radio-stars > label.selected ~ label:before {
    content: "\f005";
}

.section-center {
	margin: 0 auto;
	float: none;
}
.table-rating th,.table-rating td:first-child,.table-rating td:last-child,.table-rating td.total-block,.table-rating td.number-block {
	text-align: center;
}
.table-rating tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.02);
}
.table-rating .rate-stars {
    font-size: 14px;
}
.table-rating .rating-position {
	width: 5%;
}
.table-rating .rating-company {
	width: 40%;
}
.table-rating .rating-region {
	width: 20%;
}
.table-rating .rating-rating {
	width: 20%;
}
.table-rating .rating-number {
	width: 15%;
}
.table-bordered > tbody > tr > .rating-block {
	padding: 0;
}
.table-rating .total-block {
	float: left;
    width: 70%;
	height: 100%;
    text-align: center;
    padding: 8px;
	border-right: 1px solid #ddd;
}
.table-rating .number-block {
	float: left;
    width: 30%;
	height: 100%;
    text-align: center;
    padding: 8px;
}



.nav-list .active {
    text-decoration: none;
    background-color: #eee;
}
.nav-list .active a {
	color: #23527c;
}
i.fa.fa-info {
    margin: 0 10px;
}
.btn-group .dropdown-menu .fa,.navbar > .nav-tree > li > a .fa {
	min-width: 20px;
}

.navbar > .nav-tree > li > a {
	font-weight: 700;
}
.navbar .btn.tree-toggle {
	position: absolute;
    right: 6px;
    top: 8px;
	background: transparent;
    border: 1px solid rgba(0,0,0,0.1);
}
.nav-tree .nav-tree {
    background-color: #fff;
	display: none;
}
.nav-tree .tree-toggle.active > .nav-tree {
	display: block;
}
.nav-tree .nav-tree li a {
    padding-left: 30px;
}
.nav-tree .nav-tree .nav-tree li a {
    padding-left: 60px;
}

.form-label {
	display: block;
    margin: 6px 0 0;
	text-align: right;
}
.table-bordered tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.02);
}
.modal_pay_list li {
    width: 80%;
    display: block;
    padding: 15px;
    margin: 0 auto 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}

label.pay_period {
    display: block;
}
.grid-view .center_img {width: 277px;height: 277px;min-width: 100%;min-height: 100%;position: relative;}
.grid-view .center_img img {position: absolute;margin: auto!important;top: 0;left: 0;right: 0;bottom: 0;}

.company-logo {
	max-height: 64px;
}

/*Специалисты, таблица*/
.table-spec td {
	vertical-align: middle;
}
.table-spec td:nth-of-type(1) {
	width: 111px;
}
.table-spec .img-thumbnail {
	width: 100px;
}

.index_service_list .level_2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	break-inside: avoid;
	padding: 15px 0;
	text-decoration: none;
	border-bottom: 1px solid #cfdceb;
}
.index_service_list .level_2 .price {
	flex-shrink: 0;
	text-align: right;
	color: #4e4e4e;
}

@media (max-width: 991px) {
	.fancybox-outer .fancybox-next {
		width: 60px;
		right: 0;
	}
	.fancybox-outer .fancybox-next span {
		right: 10px;
	}
	.fancybox-outer .fancybox-prev {
		width: 60px;
		left: 0;
	}
	.fancybox-outer .fancybox-prev span {
		left: 10px;
	}
}

