body {
	background: #f6f6f6;
	font-family: 'Roboto', sans-serif;
}

body>header {
	background: #fff;
	padding: 15px 0;
	font-size: 16px;
}

img {
	max-width: 100%;
}

a {
	color: #3f7bba;
}

.search input,
.search select,
.search button {
	float: left;
	height: 40px;
	margin-top: 10px;
}

.search input,
.search select {
	border: 1px solid #dbdbdb;
	color: #818181;
}

.search input {
	width: 50%;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right: 0px;
}

.search select {
	width: 35%;
	border-radius: 0px;
}

.search button {
	width: 15%;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.btn-search {
	background: #ff8400;
}

body>header a {
	font-size: 16px;
}

.enter {
	margin-top: 15px;
	text-align: right;
}

.enter img {
	margin-right: 15px;
}

.enter a:first-of-type {
	margin-right: 15px;
}

@media (max-width: 768px) {
.enter,
body>header {
	text-align: center;
}
	
.search input,
.search select,
.search button {
	width: 100%;
}
.search input {
	border-right: 1px solid #dbdbdb;
}
}

.navbar-main {
	background: #3f7bba;
	border-radius: 0px;
	margin: 0;
}

.navbar-main,
.navbar-main a {
	color: #fff;
	font-size: 16px;
}

.navbar-main .active a {
	color: #ff8400;
	background-color: inherit;
}

.navbar-main .nav>li>a:focus,
.navbar-main .nav>li>a:hover {
	background: #4596cb;
	color: #fff;
}

.navbar-main .nav>li>a>span {
	border-bottom: 1px dotted #fff;
}

.navbar-main .nav>li.active>a>span,
.navbar-main .nav>li.active>a>span {
	border-bottom: 1px dotted #ff8400;
}

.navbar-main .nav>li.active>a:focus,
.navbar-main .nav>li.active>a:hover {
	color: #ff8400;
}

.navbar-toggle {
	border: 1px solid #fff;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.caret {
	border-top: none;
    border-top: none;
    border-right: none;
    border-left: none;
}

.caret:before {
    content: "\f107";
	font-family: FontAwesome;
	display: block;
	font-size: 20px;
	color: #dbdbdb;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.dropdown.open .caret:before {
    content: "\f106";
}


.socials a,
.socials span {
	float: left;
	padding: 5px !important;
	margin-top: 10px;
}

.socials a {
	color: #3f7bba;
	background: #fff;
	font-size: 20px;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	border-radius: 50%;
}

.socials a:hover {
	background: #3f7bba !important;
}

@media (max-width: 991px) {
.navbar-main .socials a {
	font-size: 15px;
	width: 24px;
	height: 24px;
	line-height: 10px;
	margin-top: 15px;
}	
}

main>.container {
	background: #fff;
	padding: 30px 15px;
}

.nav-pills .dropdown-menu {
    position: inherit;
    top: 0;
    left: 0;
    z-index: 0;
    float: none;
    min-width: 160px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
	padding-left: 0;
	list-style-position: inside;
}

.nav-pills .caret {
	float: right;
	margin-top: -5px;
	margin-right: 20px;
	text-align: center;
	line-height: 30px;
}

.nav-stacked>li,
.nav-stacked>li+li {
    background: #f5f5f5;
}

.dropdown-menu>li>a {
    white-space: normal;
	padding: 3px 20px 3px 5px;
}


.nav-stacked .dropdown-menu>li>a {
    color: #3f7bba;
}

.nav-stacked .dropdown-menu>li>a:before {
    content: "";
    background: url('../../img/list-style.png') no-repeat;
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.nav-stacked .dropdown-menu>li>a:focus,
.nav-stacked .dropdown-menu>li>a:hover {
	background: #3f7bba;
	color: #fff;
}

.nav-stacked.nav>li>a:focus, .nav-stacked.nav>li>a:hover {
    background-color: #f5f5f5;
}

.nav-stacked.nav .open>a, .nav-stacked.nav .open>a:focus, .nav-stacked.nav .open>a:hover {
    background-color: #f5f5f5;
	color: #ff8400;
}

.nav-stacked.nav>li>a:focus, 
.nav-stacked.nav>li>a:hover {
	color: #ff8400;
}

aside .list-group {
	margin-top: 30px;
}

aside .list-group-item {
	margin-bottom: 10px;
	border-radius: 5px;
	color: #3f7bba;
	font-size: 11px;
	padding: 7px 5px 7px 10px;
}

aside .list-group-item.active {
	font-size: 17px;
}

aside .list-group-item span {
	color: #818181;
	width: 100%;
	float: left;
}

.reklama {
	text-align: center;
}

.reklama img {
	margin-bottom: 15px;
}

.schet {
	background: #f2f2f2;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}

.aside-hot {
	position: relative;
}

.main-item {
	text-align: center;
	padding: 15px;
	border: 1px solid #dbdbdb;
	margin-bottom: 15px;
	border-radius: 5px;
	float: left;
    width: 100%;
}

.main-item img {
	margin: 0 auto;
	display: block;
    width: auto;
    height: 100%;
	max-height: 130px;
}

.main-item p {
	color: #8b8b8b;
	padding-top: 10px;
}

.main-item a {
	font-weight: 600;
	float: left;
	width: 100%;
}

.main-item .price {
	color: #000;
	padding-bottom: 10px;
	float: left;
    width: 100%;
	min-height: 36px;
}

.main-item .price span {
	color: #ff8400;
	font-size: 18px;
	font-weight: 600;
}

.aside-hot-title {
	background: #f5f5f5;
	border-radius: 5px;
	font-size: 17px;
	padding: 10px 15px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
.navbar-footer .navbar-nav {
	float: none;
	text-align: center;
}

.navbar-footer .navbar-nav li {
    float: none;
    display: inline-block;
}
}

footer {
	background: #74a9e1;
	padding: 15px;
	color: #fff;
	text-align: center;
}

footer .socials a, footer .socials span {
    float: none;
    padding: 5px !important;
    margin-top: 10px;
    display: inline-block;
    margin-top: 0;
    line-height: 20px;
}

footer .socials a:focus, footer .socials a:hover {
    background: #74a9e1 !important;
    color: #fff;
}

footer .socials a {
	font-size: 18px;
}
    
footer .enter {
    margin-top: 0;
	margin-bottom: 15px;
    text-align: center;
}

@media (max-width: 400px) {
footer .socials span {
    float: left;
    width: 100%;
}
}

@media (max-width: 991px) {
footer .enter {
    margin-top: 15px;
}	
}	

footer .enter a {
    color: #fff;
}

/* main */

.day-news {
	padding: 20px 5px;
	border-radius: 5px;
	background: #b5b5b5;
	float: left;
	width: 100%;
	color: #fff;
}

.day-news img {
	border-radius: 5px;
	width: 100%;
}

.day-news .title {
	background: #818181;
	color: #fff;
	border-radius: 5px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	float: left;
	font-size: 17px;
}

.day-news .title span {
	background: #ff8400;
	color: #fff;
	padding: 8px;
	margin-right: 10px;
	float: left;
}

@media (max-width: 768px) {
	.day-news .title {
		padding: 0;
	}
	
	.day-news .title a,
	.day-news .title span {
		width: 100%;
		float: left;
		padding: 5px 10px;
	}
}
.day-news .title a {
	color: #fff;
	float: left;
    width: calc(100% - 130px);
    padding: 8px;
}

.day-news p {
	margin-top: 10px;
	width: 100%;
	float: left;
}

.day-news>div>a {
	color: #fff;
	font-size: 17px;
	border-bottom: 2px solid #fff;
}

.day-news>div>a:hover {
	text-decoration: none;
}

.main-title {
	color: #292929;
	font-size: 24px;
	margin: 10px 0;
	float: left;
	width: 100%;
	padding: 8px 0;
}

.main-title span {
	border-bottom: 2px solid #292929;
}

.list-news {
	float: left;
	width: 100%;
	background: #f5f5f5;
	line-height: 40px;
	border-radius: 5px;
	overflow: hidden;
	color: #292929;
	margin-bottom: 5px;
}

.list-news .date {
	float: left;
	background: #b5b5b5;
	color: #fff;
	padding: 0 15px;
}

@media (max-width: 1200px) {
	.list-news .title {
		width: calc(100% - 100px);
	}
}

@media (max-width: 768px) {
	.list-news .date {
		float: none;
		
	}
	.list-news .title {
		width: auto;
	}
}
   
.list-news .title {
	float: left;
	padding: 0 15px;
}

.list-news .title>a {
	margin-right: 10px;
}

.list-news a {
	color: #292929;
}

.list-news span,
.list-news span a {
	color: #818181;
}

.list-news span a {
	margin-left: 10px;
}

#top-list [class*="col-"] {
	padding: 10px;
}

#top-list .tab-pane {
	margin: 0 -10px;
}

#top-list .tab-pane .main-item {
	margin-bottom: 0;
}

#cat-list .table td:first-of-type {
	min-width: 100px;
}

.see-all {
	float: none;
    margin: 0 auto;
    text-align: center;
	border: 1px solid #dbdbdb;
	padding: 10px;
	border-radius: 5px;
	font-size: 22px;
}

.see-all a {
	color: #292929;
}

#top-list,
.main-tabs {
	float: left;
	width: 100%;
}

.main-tabs,
.main-tabs li a {
	border: none !important;
	font-size: 22px;
	margin-top: 10px;
	color: #292929;
}

@media (maxwidth: 1199px) {
.main-tabs,
.main-tabs li a {
	font-size: 20px;
}	
}

.main-tabs.nav-tabs>li>a:hover,
.main-tabs.nav-tabs>li.active>a,
.main-tabs.nav-tabs>li.active>a:focus,
.main-tabs.nav-tabs>li.active>a:hover {
	color: #ff8400;
	text-decoration: underline;
	border-color: none;
	background-color: inherit;
}

.review-1 {
	height: 300px;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	margin-left: -15px;
}

.review-1 .date {
	top: 10px;
	left: 0;
	padding: 10px;
	background: #ff8400;
	position: absolute;
	color: #fff;
}

.review-1 .desc {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 15px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	color: #fff;
}

.review-1 .desc .title {
	font-size: 16px;
	padding-bottom: 10px;
}

.review-2 {
    float: left;
    width: 100%;
	margin-bottom: 20px;
	margin-left: -15px;
}

.review-2-img {
	height: 140px;
}

.review-2 a {
    font-size: 16px;
}

.review-2 .date {
    background: #b5b5b5;
	border-radius: 5px;
	color: #fff;
	padding: 8px 15px;
	margin-bottom: 10px;
	float: left;
}

.review-2 .desc {
    width: 100%;
	float: left;
}

@media (max-width: 768px) {
	.review-2 .date {
		margin-top: 10px;
	}
	.review-2-img {
		height: 180px;
	}
}

/* main_end */

/* breadcrumb */

.breadcrumb {
    background-color: #fff;
	margin: 0;
	padding-left: 0;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\f105";
	font-family: FontAwesome;
	color: #dcdcdc;
	border: 1px solid #dcdcdc;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	margin: 0 5px;
}

.breadcrumb a {
    color: #818181;
	text-decoration: underline;
}

/* breadcrumb_end */

/* catalog */

.cat-name {
	font-size: 18px;
	float: left;
    width: 100%;
	margin-bottom: 10px;
}

.cat-name img {
    padding-right: 10px;
    float: left;
    max-width: 75px;
    height: auto;
}

.cat-list {
	list-style-type: none;
	padding-left: 0;
	margin-top: 20px;
}

.cat-list a {
	color: #000000;
	line-height: 30px;
	font-size: 13px;
}

@media (min-width: 768px) {
	#cat-list .cat-name a {
		display: flex;
		height: 60px;
	}
	#cat-list .cat-name a span {
		margin: auto 0;
	}
}

@media (max-width: 768px) {
	#cat-list .cat-name {
		text-align: center;
	}
	
	#cat-list .cat-name a {
		display: block;
		width: 100%;
		float: left;
	}
	
	.cat-name img {
		padding-right: 0;
		padding-bottom: 10px;
		float: none;
	}
}

/* catalog_end */

/* market */

.all-cats {
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0;
	float: left;
	width: 100%;
}

.market {

	padding-bottom: 20px;
}

.market a {
	color: #000000;
	padding-bottom: 10px;
	float: left;
    width: 100%;
}

.market a span {
	float: right;
	color: #818181;
}

.btn-blue {
	background: #3f7bba;
	color: #fff;
	padding: 6px 25px;
}

.btn-red {
	background: #ff8400;
	color: #fff;
	padding: 6px 25px;
}

.btn-blue:hover,
.btn-red:hover {
	color: #ddd;
}

@media (max-width: 1200px) {
.btn-red {
	padding: 6px 20px;
}
}


@media (max-width: 450px) {
	.btn-blue,
	.btn-red {
		width: 100%;
	}
}

.market-table {
    overflow: auto;
    float: left;
    width: 100%;
}

.market-table table {
	width: 100%;
	min-width: 520px;
}

.market-table tr:first-of-type td {
	color: #000 !important;
	font-size: 18px;
}

.market-table tr {
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 0;
	border-spacing: 10px 0;
}

.market-table tr td:first-of-type {
	color: #91c04d;
	min-width: 80px;
}

.market-table tr td:nth-of-type(3) {
	min-width: 100px;
	text-align: left;
}

.market-table tr td:nth-of-type(4) {
	min-width: 150px;
	text-align: right;
	color: #ff8400;
	font-size: 20px;
}

.market-table tr td a {
	color: #3f7bba;
	float: left;
	width: 100%;
	text-decoration: underline;
}

.market-table tr td .name {
	color: #ff8400;
	font-size: 12px;
	text-decoration: underline;
}

.market-table tr td .date {
	color: #818181;
	font-size: 12px;
}

.market-table td, .market-table th {
    padding: 10px 0;
}

/* market_end */

/* category */

.changeskin {
	float: left;
	width: 100%;
	border-top: 1px solid #dbdbdb;
	padding-top: 30px;
	padding-bottom: 15px;
}

.changeskin .active {
	color: #ff8400;
	pointer-events: none;
}

.changeskin a {
	color: #000;
	padding-right: 15px;
}

.changeskin a:hover {
	color: #ff8400;
	text-decoration: none;
}

.changeskin a:before {
	color: #000;
}

.item-list {
	padding: 5px;
}

.item-list [class*="col-"] {
	padding: 10px;
}

.item-list i {
	font-size: 30px;
	color: #dbdbdb;
	padding-top: 3px;
}

.star {
	float: right;
}

.item-list .star:hover .fa-star-o  {
	display: none;
}

.item-list .star .fa-star  {
	display: none;
}

.item-list .star:hover .fa-star  {
	display: block;
}

.item-list .star:hover {
	text-decoration: none;
}

.item-list .main-item {
	margin-bottom: 0;
}

#search-form {
	padding-top: 15px;
}

#search-form legend{
	font-size: 18px;
	border-bottom: 0px solid #e5e5e5;
	font-weight: bold;
}

#minCost,
#maxCost {
	float: left;
	width: 35%;
}

#search-form span {
	float: left;
	color: #818181;
	padding: 3px 5px;
}

#search-form .checkbox {
	padding-left: 20px;
	color: #818181;
}

@media (max-width: 768px) {
#search-form label,
#search-form .checkbox {
	width: 100%;
	float: left;
}
#slider {
    max-width: 500px;
	margin-left: 10px !important;
}
}

.pagin {
	display: flex;
	float: left;
	width: 100%;
}

.pagination {
	margin: 20px auto;
}
.pagination>li>a,
.pagination>li>span {
	margin: 0 3px;
}

#slider {
	float: left;
    width: 100%;
    margin: 25px 0;
}

.ui-slider {
	position: relative;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 0;
	width: 11px;
	height: 11px;
	background: #3f7bba;
	cursor: pointer;
	border-radius: 50%;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 0;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
}
.ui-slider-horizontal {
	 height: 3px;
	width: 90%;
    margin: 15px;
    float: left;
}
.ui-slider-horizontal .ui-slider-handle { 
	top: -5px;
	margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
	height: 2px;
}
.ui-slider-horizontal .ui-slider-range-min { 
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-widget-content { 
	border: 1px solid #D4D4D4;
	background: #fff;
}
.ui-widget-header { 
	border: 1px solid #D4D4D4;
	background: #3f7bba;
}
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.mlink {
	padding: 10px 0;
    float: left;
	width: 100%;
}

.list {
	width: 100%;
}

.list .main-item img {
	width: 85%;
}

.list .main-item .price,
.list .main-item p,
.list .main-item .mlink {
	float: left;
	width: auto;
	width: 100%;
	text-align: left;
}

.no-list .main-item>.col-sm-3,
.no-list .main-item>.col-sm-9 {
	width: 100%;
	padding: 0;
}

@media (max-width: 768px) {
.main-item a {
	width: 90%;
	width: calc(100% - 40px);
}
}

/* category_end */

/* item */

.mem {
	padding: 5px 10px;
	color: #292929;
	border-radius: 5px;
}

.mem.active,
.mem:hover {
	background: #838383;
	color: #fff;
	text-decoration: none;
}

.options td {
	border-top: none !important;
	padding: 8px 8px 8px 0 !important;
}

.options td:first-of-type {
	color: #818181;
	width: 95px;
}

.all-opt {
	font-size: 15px;
	text-decoration: underline;
	font-weight: 600;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 30px;
}

.options .price {
	color: #ff8400;
	font-size: 24px;
	font-weight: bold;
}

.options .price-min {
	color: #818181;
	padding: 10px 0;
}

.star {
	float: right !important;
	color: #dbdbdb;
	width: auto !important;
}

.options .star:hover .fa-star-o  {
	display: none;
	float: right;
	font-size: 2em;
}

.options .star .fa-star-o  {
	font-size: 2em;
}

.options .star .fa-star  {
	display: none;
}

.options .star:hover .fa-star  {
	display: block;
	color: #dbdbdb;
	float: right;
	font-size: 2em;
}

.options .star:hover {
	text-decoration: none;
}

#buy td {
	border-top: 0px solid #ddd !important;
}

.item-tabs a {
	color: #292929;
}

.item-tabs.nav-tabs>li.active>a,
.item-tabs.nav-tabs>li.active>a:focus,
.item-tabs.nav-tabs>li.active>a:hover {
	background: #f5f5f5;
	color: #ff8400;
	border: 1px solid #f5f5f5;
}

.item-tabs.nav>li>a:focus, .nav>li>a:hover {
    background: #f5f5f5;
	color: #ff8400;
}

.table-opt a {
	text-decoration: underline;
	float: left;
	width: 100%;
}

.table-opt td:nth-of-type(2) {
	color: #ff8400;
	font-size: 20px;
	font-weight: 600;
	width: 20%;
}

.table-opt td:nth-of-type(3) {
	text-align: right;
	width: 25%;
}

.table-opt.table>tbody>tr>td {
	border-bottom: 1px solid #ddd;
	border-top: 0px solid #ddd;
	vertical-align: middle;
}

.table-opt tr:first-of-type td {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

.sort-price {
	position: relative;
	padding-left: 20px !important;
}

.sort-price:before,
.sort-price:after {
	font-family: FontAwesome;
	position: absolute;
	display: block;
	left: 4px;
}

.sort-price:before {
	content: "\f106";
	top: 8px;
	color: #427dbb;
}

.sort-price:after {
	content: "\f107";
	top: 16px;
	color: #ff8400;
}

.item-tabs {
	float: left;
    width: 100%;
    margin-top: 20px;
}



.slider-nav {
	margin-top: 10px;
}
    
.slider-nav .slick-slide {
	margin: 5px;
}

.slider-nav .slick-slide:hover {
	cursor: pointer;
}

/* item_end */

.user-mail .fa-user {
	font-size: 52px;
	float: left;
	margin-right: 10px;
}

.user-mail {
	max-width: 300px;
	padding: 6px 15px;
}


.user-mail span {
	float: left;
}

.user-mail .seller {
	float: left;
	width: calc(100% - 52px);
	text-align: left;
	line-height: 20px;
}

.user-mail .fa-envelope {
	font-size: 30px;
	float: left;
	padding-right: 10px;
}

.user-mail .send-mail {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
}

.xchange-form {
	float: left;
	width: 100%;
	border-top: 1px solid #dbdbdb;
	margin-top: 10px;
	padding-top: 15px;
}

.xchange-form textarea {
	margin: 10px 0;
}

.xchange-form input {
	max-width: 600px;
}

.xchange.market-table tr:first-of-type td {
    color: #000 !important;
    font-size: 14px;
}

#video {
	background: #f5f5f5;
	padding: 15px 0;
}

#video iframe {
	max-width: 100%;
}

#video a {
	margin-top: 10px;
}

#inform {
	background: #fff;
	padding: 50px 0;
}

.auth-n {
	width: auto !important;
	padding-right: 5px;
}
@media (min-width: 768px) {
.dropdown-menu>.dropdown>.dropdown-menu {
	background: #f5f5f5;
	padding: 20px 15px;
}

.dropdown-menu>.dropdown:hover>.dropdown-menu {
	display: block;
	position: absolute;
    right: 0;
    left: 100%;
    z-index: 1;
	width: 350%;
}

.dropdown-menu>.dropdown>.dropdown-menu a:before {
	content: none;
}

.dropdown {
    z-index: 1;
}

.dropdown-menu>.dropdown>.dropdown-menu .col-sm-4 li:first-of-type a:first-of-type {
	color: #3f7bba;
	font-size: 18px;
}

.dropdown-menu>.dropdown>.dropdown-menu .col-sm-4 li a{
	color: #000;
	font-size: 14px;
	line-height: 25px;
}
}

footer>.container>p a {
	color: #fffaa8;
}


::-webkit-scrollbar{
    width:14px;
}

::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #3f7bba;
}

::-webkit-scrollbar-track{
    border-width:0;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
#minCost, #maxCost {
    width: 32%;
}
.main-item .price span {
    font-size: 12px;
}
}

.list-news .date {
    min-width: 110px;
}
.list-news .title {
    width: calc(100% - 110px);
}
.col-sm-6 {
    word-break: break-all;
}
.item-list .no-list .mlink > span {
    display: block;
    overflow: hidden;
}

.item-list .list .main-item {
    height: auto;
}

.table {
	word-break: break-word;
}

p, td {
	word-break: break-word;
}

.ps-list span {
	display: none;
}

.pgwSlider .ps-caption {
	z-index: 0 !important;
}

.pgwSlider > .ps-list > li span {
	display: none !important;
}

.pgwSlider.wide > ul > li {
    max-height: 100px;
}

.selects {
	float: left;
	width: 35%;
    border-radius: 0px;
    color: #818181;
	height: 40px;
    margin-top: 10px;
	position: relative;
	overflow: hidden;
}

.selects>select {
	width: 110% !important;
	width: calc(100% + 15px) !important;
	margin-top: 0;
	background: transparent;
	position: relative;
    z-index: 1;
}

.selects:before {
	content: '\f0d7';
	font-family: FontAwesome;
	background: #fff;
	position: absolute;
    right: 1px;
    bottom: 1px;
    top: 1px;
	width: 18px;
	padding-top: 7px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	text-align: center;
}

@media (max-width: 768px) {
.selects {
	width: 100%;
}	
}

.list-news .date {
    min-width: 110px;
}
.list-news .title {
    width: calc(100% - 110px);
}



/* */
#enter .modal-dialog {
	max-width: 400px;
	background: #017cbf;
}

#enter .modal-content {
	background: #017cbf;
	color: #fff;
	padding: 15px;
}

#enter ul {
	padding-left: 15px;
}

#enter input {
	margin-bottom: 10px;
}

#enter .modal-footer,
#enter .modal-header {
	border: none;
	padding: 0 10px;
}

#enter .modal-header .close {
	color: #fff;
}

.register-org>div {
	margin-bottom: 5px;
}

.register-org>div:nth-of-type(odd) {
	padding: 5px 0;
	min-height: 34px;
}

.register>.row>div {
	min-height: 34px;
	margin-bottom: 5px;
}

.register>.row>.col-sm-8 {
	font-size: 12px;
	color: gray;
	display: flex;
}

.register>.row>.col-sm-8 span {
	margin: auto 0;
}

.register legend {
	border: none;
	margin: 10px 0;
}

.qsearch a {
	color: #2487c2;
	text-decoration: underline;
}

.qsearch a:hover {
	text-decoration: none;
}

.sovet {
	margin-bottom: 20px;
}

.sovet-title {
	float: left;
	width: 100%;
}

.sovet-title .date {
	float: left;
    background: #b5b5b5;
    color: #fff;
    padding: 10px 15px;
	margin-right: 10px;
}

.sovet .slink {
	min-height: 39px;
	display: flex;
}

.sovet .slink a {
	margin: auto 0;
}

.game-btns {
	margin-bottom: 20px;
}

.game-btns a {
	border-radius: 15px;
	margin-right: 10px;
}

.game {
	padding: 5px;
	text-align: left;
}

.game img {
	padding: 5px;
}

.game .desc {
	padding: 10px 5px;
}
.game a span {
	padding: 0 5px;
	float: left;
}

.rev-info {
	background: #f5f5f5;
	float: left;
}

.rev-info>div {
	min-height: 58px;
	display: flex;
}

.rev-info>div>div,
.rev-info>div>a {
	margin: auto 0;
}

.rev-info>div>a {
	background: #3f7bba;
	color: #fff;
	padding: 5px 15px;
}

.rev-info>div>a:before {
	content: '';
	display: block;
	background: url('../../img/mail.png') no-repeat;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.rev-info input {
	margin-top: 10px;
}

.rew-form .capcha {
	display: flex;
	min-height: 34px;
}

.rew-form .capcha span {
	margin: auto 0;
}

.otziv {
	float: left;
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	margin-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.tab-pane .otziv:last-of-type {
	border-bottom: 0px solid #dbdbdb;
}

.otziv .name {
	font-weight: bold;
	font-size: 18px;
}

.otziv .date {
	color: #818181;
	font-size: 14px;
}

.rating {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 20px;
	font-weight: bold;
}

.rating-plus:hover,
.rating-plus {
	color: #60a039;
	text-decoration: none;
}

.rating-plus:before {
	content: '';
	display: block;
	background: url('../../img/like.png') no-repeat;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
}

.rating-minus:hover,
.rating-minus {
	color: #b83030;
	text-decoration: none;
}

.rating-minus:before {
	content: '';
	display: block;
	background: url('../../img/dis-like.png') no-repeat;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
}