.container-holder:after,
.bike-list > li:after,
.bike-list .wrap:after,
.head-post:after,
.post-bike:after,
.contact-networks:after,
.info-holder:after,
.tabset:after {
	content: " ";
	display: block;
	clear: both;
}

.bike-list,
.list-info,
.contact-networks,
.tabset,
.bikes-list {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: -1;
}

/* custom select styles */

.jcf-select {
	display: block;
	vertical-align: top;
	position: relative;
	background: #2e2b28;
	margin: 0;
	width: 100%;
	height: 40px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font: 700 19px/1.2 "Lato", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #fff;
	line-height: 26px;
	padding: 7px 48px 7px 10px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #484442;
	width: 40px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	border-color: #2e2b28 transparent transparent transparent;
	border-style: solid;
	border-width: 14px 9px 0 9px;
	height: 0;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -9px;
	width: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #000;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #2e2b28;
	line-height: 17px;
	font-size: 15px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #fff;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

#bike-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #12100b;
}

.container-holder {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
}

.container-holder *,
.container-holder *:before,
.container-holder *:after {
	box-sizing: inherit;
}

.container-holder h1 {
	font-size: 25px;
	/*margin: 0 0 15px;*/
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 400;
	overflow: hidden;
}

.container-holder h2 {
	font-size: 20px;
	color: #909191;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
}

.container-holder h2 a {
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.container-holder h2 a:hover {
	color: #D11;
}

.container-holder h3 {
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #909191	;
	margin: 0 0 12px;
}

.container-top {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
}

.container-top *,
.container-top *:before,
.container-top *:after {
	box-sizing: inherit;
}

.container-top h1 {
	font-size: 21px;
	/*margin: 0 0 15px;*/
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 400;
	overflow: hidden;
}

.container-top h2 {
	font-size: 19px;
	color: #909191;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
}

.container-top h2 a {
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.container-top h2 a:hover {
	color: #D11;
}

.container-top h3 {
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #909191	;
	margin: 0 0 12px;
}

.filter-form {
	margin: 0;
	/*padding: 25px 0 10px;*/
}

.filter-form .row-select {
	/*letter-spacing: -5px;*/
	margin: 0 -10px;
}

.filter-form select {
	text-transform: upper-alpha;
	width: 100%;
	height: 40px;
	font: 700 15px/1 "Lato", "Arial", "Helvetica", sans-serif;
	margin: 0;
	color: #555555;
	background-color: #ffffff;
	/*box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;*/
}

.filter-form .sel {
	outline: none;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
	width: 20%;
	padding: 0 10px 15px;
}
.filter-form .sel-button {
	outline: none;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
	width: 100%;
	padding: 0 10px 15px;
}

.filter-form .input-wrap {
	padding: 0 10px 10px;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
	width: 60%;
}

.filter-form input[type="text"] {
	padding: 7px 10px 7px;
	outline: none;
	/*width: 100%;*/
	display: inline-block;
	background: #12100B;
	font: 700 15px/1 "Lato", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #D11;
	height: 40px;
	box-shadow: none;
	margin: 0;
}

.filter-form input[type="text"]:focus {
	border-color: #fff;
	box-shadow: none;
}

.filter-form input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.filter-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.filter-form input[type="text"]:-moz-placeholder {
	color: #fff;
}

.filter-form input[type="text"]:-ms-input-placeholder {
	color: #fff;
}

.filter-form input[type="text"].placeholder {
	color: #fff;
}

.filter-form input[type="submit"] {
	text-transform: uppercase;
	color: #fff;
	background: #D11;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	font: 700 15px/1 "Lato", "Arial", "Helvetica", sans-serif;
	display: inline-block;
	height: 40px;
	width: 100%;
	margin: 0;
	padding: 0 10px;
}

.filter-form input[type="submit"]:hover {
	background: #909191;
}

.filter-form input[type="reset"] {
    text-transform: uppercase;
    color: #fff;
    background: #D11;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    font: 700 15px/1 "Lato", "Arial", "Helvetica", sans-serif;
    display: inline-block;
    height: 40px;
    width: 100%;
    margin: 0;
    padding: 0 10px;
}

.filter-form input[type="reset"]:hover {
    background: #909191;
}

.bike-list {
	margin: 0 -20px;
}

.bike-list > li {
	list-style: none;
	padding: 15px 20px 13px;
	line-height: 1.2;
	border: 1px;
    border-color: RGBA(127, 123, 122, 0.39);
    border-style: groove;
}

.bike-list > li:nth-child(2n) {
	background: none;
}

.bike-list .image {
	float: left;
	margin: 5px 17px 0 0;
	/*width: 100%;*/
}

.bike-list .image img {
	vertical-align: top;
	border: 2px solid rgb(144, 145, 145);
}

.bike-list .area-holder {
	float: left;
	width: 100%;
}

.bike-list .head {
	margin: 0 0 12px;
	border-bottom: 1px solid #7f7b7a;
	padding: 0 0 12px;
}

.bike-list .price {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
}

.bike-list .text-area {
	overflow: hidden;
}

.bike-list .inform {
	float: left;
	width: 60%;
	margin: 0;
	font-weight: 300;
	overflow: hidden;
}

.bike-list .inform dt {
	line-height: 1.2;
	float: left;
	width: 80px;
	padding-right: 5px;
	margin: 0 0 4px;
}

.bike-list .inform dd {
	line-height: 1.2;
	overflow: hidden;
	margin: 0 0 4px;
}

.bike-list .wrap {
	position: relative;
}

.ico-bike {
	right: 0;
	width: 119px;
	position: absolute;
	bottom: 2px;
}

.ico-bike.ico-01 {
	height: 90px;
}

.ico-bike.ico-02 {
	height: 66px;
}

.ico-bike.ico-03 {
	height: 25px;
}

.ico-bike img {
	max-height: 90px;
	vertical-align: top;
}

.list-info {
	float: left;
	width: 100%;
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
}

.list-info li {
	list-style: none;
	margin: 0 0 7px;
}

.list-info .ico {
	width: 69px;
	display: block;
}

.list-info .ico img {
	vertical-align: top;
}

.list-info a {
	color: #fff;
	background: #7f7b7a;
	display: block;
	padding: 10px 10px 11px 51px;
	position: relative;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.list-info a:hover {
	background: #D11;
}

.list-info a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	background-color: #D11;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.list-info a.info:before {
	background-image: url(../images/ico-01.svg);
	background-size: 6px 21px;
}

.list-info a.quote:before {
	background-image: url(../images/ico-02.svg);
	background-size: 28px 24px;
}

.list-info a.part:before {
	background-image: url(../images/ico-03.svg);
	background-size: 26px 24px;
}

.list-info a.finance:before {
	background-image: url(../images/ico-04.svg);
	background-size: 16px 21px;
}

.list-info a.test:before {
	background-image: url(../images/ico-05.svg);
	background-size: 31px 13px;
}

.list-info a.print:before {
	background-image: url(../images/ico-06.svg);
	background-size: 25px 22px;
}

.list-info a.email:before {
	background-image: url(../images/ico-07.svg);
	background-size: 26px 17px;
}

.msie-10 .list-info a.info:before {
	background-size: 18px 24px;
}

.msie-10 .list-info a.quote:before {
	background-size: 30px 26px;
}

.msie-10 .list-info a.part:before {
	background-size: 28px 26px;
}

.msie-10 .list-info a.finance:before {
	background-size: 18px 22px;
}

.msie-10 .list-info a.test:before {
	background-size: 32px 28px;
}

.msie-10 .list-info a.print:before {
	background-size: 27px 23px;
}

.msie-10 .list-info a.email:before {
	background-size: 28px 26px;
}

.head-post {
	padding: 15px 0 15px;
}

.head-post .prev {
	float: left;
	font-weight: 700;
	color: #fff;
	font-size: 21px;
	line-height: 1.2;
	margin: 0 10px 0 0;
}

.head-post h1 {
	position: relative;
	padding: 0 12px;
	margin: 0;
}

.head-post h1:before {
	content: "";
	position: absolute;
	height: 20px;
	width: 2px;
	background: #fff;
	left: 0;
	top: 4px;
}

.post-bike {
	padding: 0 0 10px;
}

.slideshow {
	position: relative;
	float: left;
	width: 69%;
	margin: 0 0 10px;
}

.slideshow .slideset {
	margin: 0 0 20px;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
}

.slideshow .slide.active {
	z-index: 2;
}

.carousel-pagination {
	position: relative;
	margin: 0 -10px 0 0;
}

.carousel-pagination .pag-mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-pagination .pag-slideset {
	width: 100% !important;
	white-space: nowrap;
	line-height: 0;
	font-size: 0;
	letter-spacing: -4px;
}

.carousel-pagination .pag-slide {
	padding: 0 10px 0 0;
	vertical-align: top;
	display: inline-block;
	width: 20%;
	white-space: normal;
	line-height: 1.2;
	font-size: 12px;
	letter-spacing: 0;
}

.carousel-pagination .btn-prev,
.carousel-pagination .btn-next {
	position: absolute;
	width: 41px;
	height: 40px;
	background: rgba(0, 0, 0, .5);
	top: 50%;
	margin-top: -20px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	overflow: hidden;
	text-indent: -9999px;
}

.carousel-pagination .btn-prev:hover,
.carousel-pagination .btn-next:hover {
	background: #000;
}

.carousel-pagination .btn-prev:before,
.carousel-pagination .btn-next:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 29px;
	background: url(../imagesi/arrow.png) no-repeat;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -8px;
}

.carousel-pagination .btn-prev {
	left: 15px;
}

.carousel-pagination .btn-prev:before {
	background-position: 0 0;
}

.carousel-pagination .btn-next {
	right: 15px;
}

.carousel-pagination .btn-next:before {
	background-position: 100% 0;
}

.inform-block {
	float: right;
	width: 29.3%;
	margin-top: -8px;
}

.inform-block .price {
	font-size: 30px;
	line-height: 1.2;
	display: block;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.inform-block .list-info {
	width: 100%;
	float: none;
	margin: 0 0 20px;
}

.inform-block .list-info a {
	/*background: #2c2926;*/
	padding-right: 50px;
	padding-left: 53px;
}

.inform-block .list-info a:hover {
	background: #909191;
}

.inform-block .list-info a:hover:after {
	color: #fff;
}

.inform-block .list-info a:after {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	content: ">>>";
	font-weight: 700;
	color: #D11;
	position: absolute;
	font-size: 19px;
	line-height: 1;
	right: 9px;
	top: 50%;
	margin-top: -10px;
}

.inform-block .ico-bike {
	float: none;
	position: static;
}

.contact-networks {
	margin: 0 0 107px;
}

.contact-networks li {
	list-style: none;
	float: left;
	padding: 0 5px 5px 0;
}

.contact-networks a {
	display: block;
	height: 36px;
	width: 36px;
	background-color: #b0afb1;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.contact-networks a.plus {
	background-color: #e94f1c;
	background-image: url(../images/ico-08.svg);
	background-size: 18px 18px;
}

.contact-networks a.plus:hover {
	background-color: #bf3e13;
}

.contact-networks a.facebook {
	background-color: #577bbd;
	background-image: url(../images/ico-facebook.svg);
	background-size: 10px 19px;
}

.contact-networks a.facebook:hover {
	background-color: #3f62a2;
}

.contact-networks a.twitter {
	background-color: #8bcff1;
	background-image: url(../images/ico-twitter.svg);
	background-size: 18px 15px;
}

.contact-networks a.twitter:hover {
	background-color: #5dbcec;
}

.contact-networks a.email {
	background-image: url(../images/ico-07.svg);
	background-size: 26px 17px;
}

.contact-networks a.print {
	background-image: url(../images/ico-06.svg);
	background-size: 24px 22px;
}

.contact-networks a:hover {
	background-color: #979598;
}

.msie-10 .contact-networks a.plus {
	background-size: 20px 20px;
}

.msie-10 .contact-networks a.facebook {
	background-size: 18px 21px;
}

.msie-10 .contact-networks a.twitter {
	background-size: 21px 19px;
}

.msie-10 .contact-networks a.email {
	background-size: 28px 26px;
}

.msie-10 .contact-networks a.print {
	background-size: 26px 24px;
}

.info-holder {
	min-height: 290px;
	margin: 0 0 28px;
}

.tabs-block {
	float: left;
	width: 69%;
}

.tabs-block .tab-content {
	background: #2c2926;
}

.tabs-block .holder-text {
	line-height: 1.2;
	height: 306px;
	overflow-x: hidden;
	padding: 13px 24px 10px 15px;
}
.tabs-block .holder-text {
	line-height: 1.2;
	height: 306px;
	overflow-x: hidden;
	padding: 13px 24px 10px 15px;
}

.tabs-block .holder-text p {
	margin: 0 0 15px;
}

.fin-block {
	float: left;
	width: 100%;
}

.fin-block .fin-content {
	background: #2c2926;
}

.fin-block .holder-text {
	line-height: 1.2;
	/*height: 306px;*/
	overflow-x: hidden;
	padding: 13px 24px 10px 15px;
}
.fin-block .holder-text {
	line-height: 1.2;
	/*height: 306px;*/
	overflow-x: hidden;
	padding: 13px 24px 10px 15px;
}

.fin-block .holder-text p {
	margin: 0 0 15px;
}

.tabset li {
	list-style: none;
	float: left;
	margin: 0 2px 0 0;
}

.tabset li.active a {
	color: #fff;
	background: #2c2926;
}

.tabset a {
	text-transform: uppercase;
	font-size: 19px;
	line-height: 1.2;
	padding: 7px 14px 10px 11px;
	background: #3e3a38;
	display: block;
	color: #736e6c;
}

.info-blank {
	font-weight: 400;
	float: right;
	width: 29.3%;
	background: #2c2926;
	overflow: hidden;
	min-height: 250px;
	padding: 12px 15px 10px;
	margin: 40px 0 0;
}

.info-blank strong {
	font-weight: 700;
}

.info-blank dt {
	float: left;
	margin: 0 0 5px;
	width: 80px;
	line-height: 1.2;
}

.info-blank dd {
	margin: 0 0 5px;
	line-height: 1.2;
	overflow: hidden;
}

.bikes-block {
	padding: 0 0 15px;
}

.bikes-block h2 {
	color: #fff;
	font-size: 19px;
	line-height: 1.2;
	padding: 0 10px;
	margin: 0 0 9px;
	font-weight: 400;
}

.bikes-list {
	letter-spacing: -5px;
	margin: 0 -10px 5px;
}

.bikes-list li {
	vertical-align: top;
	letter-spacing: 0;
	width: 20%;
	display: inline-block;
	padding: 0 10px 15px;
}

.bikes-list .image {
	display: block;
	margin: 0 0 8px;
}

.bikes-list .image img {
	vertical-align: top;
}

.bikes-list h4 {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	color: #D11;
	text-transform: uppercase;
	margin: 0;
}

.bikes-list h4 a {
	color: #D11;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.bikes-list h4 a:hover {
	color: #b20b13;
}

@media all and (max-width: 1184px) {
	.bike-list .area-holder {
		width: 74.5%;
	}

	.bike-list .head {
		margin: 0 0 10px;
		padding-bottom: 10px;
	}

	.list-info {
		width: 23%;
	}

	.bikes-list br {
		display: none;
	}
}

@media all and (max-width: 991px) {
	.filter-form {
		padding: 15px 0 10px;
	}

	.filter-form .sel {
		width: 33.33%;
	}

	.filter-form .input-wrap {
		width: 33.33%;
	}

	.bike-list .area-holder {
		width: 100%;
		float: none;
		margin: 0 0 15px;
		overflow: hidden;
	}

	.bike-list .head {
		margin-top: 0;
	}

	.list-info {
		width: 204%;
		float: none;
		margin: 0 -5px;
		
	}

	.list-info li {
		letter-spacing: 0;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 5px;
	}

	.head-post .prev {
		font-size: 19px;
	}

	.head-post h1:before {
		top: 2px;
	}

	.slideshow {
		max-width: 800px;
		float: none;
		width: auto;
		margin: 0 auto 20px;
	}

	.inform-block {
		float: none;
		width: auto;
	}

	.inform-block .price {
		font-size: 24px;
	}

	.inform-block .list-info {
		margin: 0 -5px 10px;
		width: auto;
	}

	.inform-block .ico-bike {
		float: right;
		width: 90px;
		height: 70px;
	}

	.contact-networks {
		margin: 15px 10px 15px 0;
		float: left;
		width: 52%;
	}

	.tabs-block {
		float: none;
		width: auto;
		margin: 0 0 15px;
	}

	.info-blank {
		margin: 0;
		width: auto;
		float: none;
		min-height: 1px;
	}

	.bikes-block h2 {
		padding: 0;
	}
}

@media all and (max-width: 767px) {
	.container-holder h1 {
		font-size: 18px;
	}

	.container-holder h2 {
		font-size: 18px;
	}

	.container-holder h3 {
		font-size: 15px;
	}

	.filter-form .sel {
		width: 50%;
	}

	.filter-form .input-wrap {
		width: 50%;
	}

	.bike-list .image {
		float: none;
		width: auto;
		margin: 0 auto 15px;
	}

	.bike-list .head {
		margin: 0 0 10px;
	}

	.list-info {
		font-size: 17px;
		
	}

	.carousel-pagination {
		margin: 0;
	}

	.carousel-pagination .pag-slide {
		width: 162px;
	}

	.inform-block .list-info li {
		width: 100%;
	}

	.inform-block .ico-bike {
		display: none;
	}

	.contact-networks {
		width: auto;
		margin: 0 0 5px;
	}

	.bikes-block h2 {
		font-size: 17px;
	}

	.bikes-list {
		text-align: center;
	}

	.bikes-list li {
		width: 226px;
	}
}

@media all and (max-width: 479px) {
	.filter-form .sel {
		width: 100%;
	}

	.filter-form .input-wrap {
		width: 100%;
	}

	.bike-list .inform {
		width: 100%;
		float: none;
	}

	.ico-bike {
		display: none;
	}

	.list-info {
		margin: 0;
		max-width: 99%;
	}

	.list-info li {
		width: 100%;
		display: block;
		padding: 0;
	}

	.inform-block .list-info {
		margin: 0 0 10px;
	}
}

.filter-form .sort select {
	text-transform: upper-alpha;
	width: 100%;
	height: 30px;
	font: 700 15px/1 "Lato", "Arial", "Helvetica", sans-serif;
	margin: 0;
	color: #555555;
	background-color: #ffffff;
	/*box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;*/
}

.filter-form .sort {
	outline: none;
	letter-spacing: 0;
	vertical-align: bottom;
	display: inline-block;
	width: 50%;
	padding: 15px 10px 15px;
}