.main-search__top {
	display: flex;
	justify-content: space-between;
}
.main-search__image {
	margin-top: 16px;
}
.main-search__img {

}
.main-search__general {
	width: 431px;
	max-width: 100%;
	margin-right: auto;
}
.main-search__options {
	width: 287px;
}
.general-parameters {
	
}
.general-parameters__row {
	
}

.general-parameters__title {
	font-size: 15px;
	font-weight: bold;
	position: relative;
}
.general-parameters__inputs {
	padding-top: 10px;
	position: relative;
	display: flex;
}
.general-parameters__inputs_multiple {
	justify-content: space-between;
}
.general-parameters__input {
	display: inline-block;
	border: 2px solid #979DB1;
	outline: none;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #000000;
	padding: 0px 10px;
	width: 100%;
}
.general-parameters__submit {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	border: none;
	outline: none;
	background: #979DB1;
	cursor: pointer;
	width: 100%;
	text-align: center;
}
.general-parameters__clear {
	display: block;
	position: absolute;
	top: 0px;
	right: 10px;
	bottom: 0px;
	margin: auto;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url(img/icons/clear-input-icon.svg);
	cursor: pointer;
}
.general-parameters__col {
	position: relative;
}
.general-parameters__col_marking {
	width: 100%;
	margin-top: 0;
}
.general-parameters__col_dropdowns {
	width: 123px;
}
.general-parameters__submit {
	width: 119px;
	margin-top: 0;
}
.general-parameters__name {
	color: #545454;
	font-size: 11px;
	line-height: 30px;
}
.general-parameters__name b {
	font-size: 15px;
	color: #000000;	
}

.general-parameters__select {
	position: relative;
	
}

.general-parameters__select:after {
	content: "";
	position: absolute;
	right: 9px;
    top: 18px;
	z-index: 1;
	width: 11px;
	height: 6px;
	pointer-events: none;
	box-sizing: border-box;
	background-image: url(img/icons/dropdown-input-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.search__result_input {
	max-width: calc(100% - 4px);
	width: 100%;
    padding: 0px 5px;
    line-height: 30px;
    font-size: 14px;
    margin: 0 2px;
	border: none;
	min-height: 30px;	
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	border-radius: 0;
}
.general-parameters__select select {
	width: 100%;
	border: 2px solid #979DB1;
	height: 40px;
	line-height: 36px;
	outline: none;
	font-size: 15px;
	color: #000000;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 0px 10px;
	cursor: pointer;
	background-color: #fff;
}
.general-parameters__select option {
	font-size: 15px;
	color: #000000;
	line-height: 36px;
}
.clear-parameters {
	color: #545454;
	font-size: 13px;
	padding-left: 16px;
	display: inline-block;
	background-image: url(img/icons/clear-input-icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 24px;
}
.search-options {
	    /* width: 49%; */
		display: inline-block;
		vertical-align: top;
}
.search-options__row {
	position: relative;
	margin-bottom: 2px;
	display: none;
}
.search-options__row_parent {
	padding-right: 40px;
	cursor: pointer;
}
.search-options__row_parent-after {
	display: block;
	background-image: url(img/icons/dropdown-input-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 0px;
    width: 11px;
    height: 6px;
    -webkit-transition: transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    padding: 10px;
}

.search-options__row_parent:before {
	content: '';
	background-image: url(img/icons/dropdown-input-icon_blue.svg);
	-webkit-background-size: 0 0;
	background-size: 0 0;
}
.search-options__row_parent.opened .search-options__row_parent-after {
	transform: rotate(-180deg);
}
.search-options__row_child {
	padding-left: 26px;
	display: none;
}
.search-options__row_all {
	margin-bottom: 5px;
	display: block;
}
.search-options__label {
	cursor: pointer;
	display: flex;
}
.search-options__input {
	display: none;
}
.search-options__checkbox {
	display: block;
	vertical-align: middle;
	width: 17px;
	min-width: 17px;
	height: 17px;
	border-radius: 2px;
	border: 1px solid #C8C9CA;
	position: relative;
	margin-right: 5px;
	margin-top: 4px;
}
.search-options__input:checked + .search-options__checkbox {
	background-image: url(img/icons/checkbox-icon.svg);	
	background-repeat: no-repeat;
	background-position: center center;
}
.search-options__name {
	display: inline-block;
	vertical-align: middle;
	color: #545454;
	line-height: 25px;
	font-size: 13px;
}
.search-options__label:hover > .search-options__name,
.search-options__row_parent:hover > .search-options__label .search-options__label .search-options__name {
	color: #5F7CED;
}
.search-options__row_parent:hover:after {
	background-image: url(img/icons/dropdown-input-icon_blue.svg);
}
.search-options__row_all .search-options__name {
	color: #000000;
	font-size: 15px;
}
.search-options__row {
	min-width: 260px;
}
.search-options__row_all .search-options__row_parent-after {
	
}
.search-options__row_all.opened .search-options__row_parent-after {
	transform: rotate(180deg);
	right: 0px;
	left: auto;
}
.main-search__bottom {
	
}
.extra-parameters {
	margin-top: 16px; 	
}
.extra-parameters__top {
	padding-bottom: 8px;
	border-bottom: 1px dashed #000000;
}
.extra-parameters__title {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	padding-right: 16px;
	cursor: pointer;
}
.extra-parameters__title:after {
	content: '';
    display: block;
    background-image: url(img/icons/dropdown-input-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 0px;
    width: 11px;
    height: 6px;
    -webkit-transition: transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
}
.extra-parameters__title.opened:after {
	transform: rotate(-180deg);
}
.extra-parameters__row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-height: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.extra-parameters__row.opened {
	visibility: visible;
	max-height: 9999px;
	padding-bottom: 20px;
}
.extra-parameters__col {
	margin-top: 15px;
	max-width: 30%;
}
.extra-parameters__col_full {
	display: none;
}
.extra-parameters__name {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding-bottom: 10px;
}
.extra-parameters__label {
	display: block;
	margin-top: 10px;
	cursor: pointer;
	clear: both;
}
.extra-parameters__label:after {
	content: '';
	display: block;
	clear: both;
}
.extra-parameters__input {
	display: none;
}
.extra-parameters__radio {
	display: inline-block;
	float: left;
	width: 17px;
	height: 17px;
	border-radius: 100px;
	border: 1px solid #C8C9CA;
	position: relative;
}
.extra-parameters__input:checked + .extra-parameters__radio:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 100px;
	background: #5F7CED;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
}
.extra-parameters__value {
	display: block;
	padding-left: 29px;
	color: #545454;
	font-size: 12px;
	line-height: 17px;
}
.extra-parameters__label:hover .extra-parameters__value {
	color: #5F7CED;
}

.main-catalog {
	margin-top: 35px;
}
.custom-order {
	color: #5F7CED;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
	font-weight: normal;
	position: absolute;
	top: 2px;
	right: 0px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/icons/custom-order-icon.svg);
}
.custom-order_analog {
	position: static;
	margin-bottom: 20px;
	margin-top: 10px;
}
.custom-order_notfound {
	position: static;
	margin-left: 5px;
}
.custom-order__text {
	border-bottom: 1px dashed #5F7CED;
}
.select {
	position: relative;
}
.select__result__wrapper {
	height: 40px;
}
.select__result {
	border: 2px solid #979DB1;
	height: 40px;
    line-height: 36px;
    font-size: 15px;
    color: #000000;
    padding: 0px 10px;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
}
.select__result:after {
    content: "";
    position: absolute;
    right: 9px;
    top: 18px;
    z-index: 1;
    width: 11px;
    height: 6px;
    pointer-events: none;
    box-sizing: border-box;
    background-image: url(img/icons/dropdown-input-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.select__list {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	background: #979DB1;
	z-index: 100;
	max-height: 300px;
	overflow-y: auto !important;
}
.select__list--height {
    max-height: fit-content !important;    
}
.select__label {
	display: block;
}
.select__radio {
	display: none;
}
.select__value {
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
	padding: 0px 10px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.select__value a {
    color: #fff;
    line-height: 1.4;
    display: inline-block;
}
.select__value:hover {
	background: #5F7CED;
}
.select__value_integer {
	background: #AEB3C5;
}
.select__value_selected {
	background: #5F7CED;
}
.select__radio:checked + .select__value {
	background: #5F7CED;
}
.ajax-loading {
	position: absolute;
	top: -3px;
	right: -30px;
	z-index: 9999;
	display: none;
}
.ajax-loading__img {
	display: block;
    position: absolute;
    margin: auto;
    background-color: #979DB1;
    min-width: 125px;
    height: 19px;
    line-height: 19px;
    font-size: 11px;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 100;
}
.ajax-loading__img:hover {
	color: #fff;
}
.ajax-loading__img:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0;
	background-color: #5F7CED;
	z-index: 100;
	-webkit-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}
.ajax-loading__img.progress:before {
	width: 100%;
}
.select_mobile {
	display: none;
}
.clear-parameters {
	color: #545454;
	font-size: 13px;
	padding-left: 16px;
	display: inline-block;
	background-image: url(img/icons/clear-input-icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 24px;
}
.main-catalog {
	margin-top: 35px;
}
.basket__head {
	padding-bottom: 15px;
}
.basket__head-title {
	font-weight: bold;
	font-size: 15px;
	position: relative;
}
.basket__head-info {
	display: inline-block;
	margin-left: 20px;
	color: #545454;
}
.basket__head-count {
	position: absolute;
	top: -6px;
    left: 102%;
	font-size: 11px;
	color: #545454;
}
.basket__head-results {
	color: #545454;
	font-size: 11px;
	font-style: normal;
	position: absolute;
	left: 103%;
    bottom: 60%;
	width: 80px;
}
.basket__head-warning {
	color: #F32015;
	font-size: 13px;
	display: inline-block;
	margin-left: 65px;
}
.basket__head-analog {
	color: #545454;
	font-size: 15px;
	line-height: 20px;
}
.basket__head-analog b {
	color: #000;
}
.basket__head-analog a {
	color: #3B56BE;
}
.main-catalog__table {
	font-size: 12px;
}
.main-catalog__table td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-catalog__table td:first-child {
	padding-left: 10px;
	
}
.main-catalog__table td:last-child {
	padding-right: 10px;
}
.main-catalog__table .basket__table-product {
	max-width: 280px;

}
#catalog_items .basket__table-head_fixed {
    display: none;
    position: fixed;
    top: 0px;
    z-index: 1000;
}
#catalog_items .basket__table-head_fixed.showed {
    display: block;
}
.main-catalog__table .basket__table-product {
    max-width: 280px;
}
.basket__table-category {
    font-size: 11px;
    max-width: 175px;
}
.basket__table-price {
    text-align: right;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.basket__table-status, .basket__table-stock {
    text-align: right;
}
.basket__table-total, .basket__table-price {
    padding-left: 5px;
    padding-right: 5px;
    min-width: 85px;
}
.item-popup {
	width: 600px;
	max-width: 100%;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px #424551;
	        box-shadow: 0px 0px 10px #424551;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.item-popup__top {
	
}
.item-popup__logo {
	margin-top: 23px;
	margin-left: 30px;
	float: left;	
}
.item-popup__contact {
	float: left;
	margin-left: 95px;
	margin-top: 28px;
	font-size: 12px;
	vertical-align: middle;
}
.item-popup__contact a {
	font-size: 12px;
	color: #000;
	vertical-align: middle;
}

.item-popup__print {
	float: right;
	margin-top: 28px;
	margin-right: 60px;	
}
.print-link {
	display: block;
	width: 16px;
	height: 15px;
	background-image: url(../img/icons/print-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;	
}
.item-popup__body {
	padding-bottom: 30px;		
}
.item-popup__image {
	float: left;
	margin-left: 22px;
	margin-top: 47px;
	width: 203px;	
}
.item-popup__content {
	float: left;
	margin: 30px;
	width: 315px;
	margin-top: 45px;	
}
.item-popup__title {
	font-size: 20px;
	font-weight: bold;	
}
.item-popup__vendor {
	font-size: 16px;
}
.item-popup__types {
	margin-top: 29px;
	font-size: 12px;
	line-height: 23px;
}
.item-popup__type {
	
}
.item-popup__params {
	margin-top: 15px;
	border-top: 1px solid #C8C9CA;
	border-bottom: 1px solid #C8C9CA;	
	padding-top: 7px;
	padding-bottom: 15px;	
}
.item-popup__param {
	margin-top: 8px;
	font-size: 16px;
}
.item-popup__param-name {
	color: #545454;
	display: inline-block;
	width: 90px;
}
.item-popup__basket {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 20px;
}
.item-popup__price {
	font-size: 16px;
}
.item-popup__count {
	
}
.item-popup__count .counter {
	width: 85px;
}
.item-popup__total {
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	padding-left: 15px;
}
.item-popup__add {
	margin-top: 25px;
}
.bearing-table .pagination {
	margin: 30px 0px;
	list-style-type: none;
}
.bearing-table .pagination__item {
	display: inline-block;
	margin-right: 5px;
}
.bearing-table .pagination__item_current {
	padding: 0px 9px !important;
	color: #000000;
	font-size: 13px;
	background: #F3F3F5;
	border-radius: 2px;
}
.bearing-table .pagination-list__item {
	color: #545454;
	font-size: 13px;
	line-height: 25px;
    padding: 0px 9px;
    display: block;
}
.bearing-table .pagination-list__item:hover {
	color: #5F7CED;
	background: #F3F3F5;
}
.general-parameters__inputs_search {
	align-items: center;
	padding-top: 2px;
}
.clear-parameters {
	margin-top: 0;
	margin-left: 20px;
}

.general-parameters__row_buttons {
	display: flex;
	justify-content: space-between;
}
.general-parameters__row_buttons > * {
	margin-top: 10px;
}
.main-search__options {
	margin-top: 10px;
}
.container .main-search { 
	padding-top: 0px;
}
@media only screen and (max-width: 1024px) {
	.main-catalog {
   		margin-left: -10px;
    	margin-right: -10px;
	}
	.basket__table td.basket__table-vendor {
		padding-left: 10px;
	}
	.basket__table td.basket__table-inner {
		padding-left: 10px;
	}
	.main-catalog__table td.basket__table-analog {
		padding-left: 30px;

	}
	.main-catalog__table td.basket__table-analog .basket__table-loop {
		top: 15px;
	}
	.main-catalog__table td:first-child {
		padding-left: 20px !important;
	}
	.bearing-table .pagination {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 770px) {
	.main-search__top {
		display: block;
	}
}
@media only screen and (max-width: 768px) {
	.main-search .main-search__options {
    	display: block;
	}
	.main-search .general-parameters__row_second {
		margin-top: 20px;
	}
}