.social-networks {
	display: flex;
	max-width: 100%;
	margin-bottom: 30px;
}
.social-networks__item {
	background-image: url('/images/sprite-socnet.png');
	width: 35px;
	height: 35px;
	display: inline-flex;
	margin-right: 5px;
}
.social-networks__item:hover {
	background-position-y: 35px;
}
.social-networks__item_fb {
	background-position-x: 0px;
}
.social-networks__item_tw {
	background-position-x: 115px;
}
.social-networks__item_vk {
	background-position-x: 75px;
}
.social-networks__item_gg {
	background-position-x: 35px;
}

.search-col__term-unit {
	display: none;
}
.search-icon {
	cursor: pointer;
}
.search-icon_admin {
	vertical-align: bottom;
}
.search-icon_client {
	vertical-align: top;
}

.dc-buy-info__price_none {
	text-align: center;
}
.payment-required-icon {
    height: 24px;
    width: 29px;
    float: right;
    padding-left: 5px;
}
.main-admin .payment-required-icon {
    height: 16px;
    width: 16px;
}
.position-icons img {
    max-height: 16px;
    max-width: 16px;
}
@media only screen and (min-width: 768px) {
    .basket-table__td_title_term .adapt-table__mobile-value {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .basket-table .payment-required-icon {
        display: none;
    }

    .payment-required-notice {
        display: none;
    }
}

.payment-required-icon-notice {
    height: 16px;
    width: 23px;
    padding-right: 7px;
}

.add-info {
	display: block;
	margin-top: 3px;
}
.search-col__info .add-info img {
	display: inline;
	margin-right: 3px;
}

.categories-map-menu__item {
	overflow: visible;
}
.tbox {
	z-index: 5;
}

input[type="text"].search-form__input {
	font-size: 16px;
}

.positions-page__top-control .toggle,
.orders-page__top-control .toggle {
	display: flex;
}

@media (max-width: 599px) {
	.orders-page__top-control {
		display: flex;
		flex-direction: column;
	}
}

.dialog-modal {
	display: -webkit-box;
}

@media only screen and (max-width: 599px) {
	#dialog-modal-buyBlock .dialog-modal__window {
		max-width: 100%;
		max-height: 100%;
	}
}

.positions-table__td {
	position: relative;
	overflow: visible;
}

.positions-table__click-comment .click-comment__show-area {
	position: absolute;
	top: 30px;
	right: 0;
	left: auto;
	padding: 5px;
	white-space: pre-line;
}

.click-comment__svg-icon {
	display: block;
}

.basket-page__title {
	font-size: 32px !important;
	line-height: 45px !important;
}

.basket-page__header {
	margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {
	.basket-table__summary-count, .basket-table__summary-price {
		font-size: 28px;
		line-height: 36px;
	}
}

#tr_fake_percent.form-gr.form-gr_horizontal_center.universal-form__row.form-gr--secondw {
display:none!important;
}
.return-info__icon_impossible {
 display: none;
}
.return-info__icon_possible {
 display: none;
}
.return-info__icon_limited {
    display: none;
}
