body {
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	/*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
	color: #212529;
}
header {
    font-size: 14px;
	color: #000;
	line-height: 1;
}
.contact-cart_text__link,
.contact-cart_text__link:hover{
font-size: 1em;
}
.breadcrumb-item a {
font-size: 1em;
}

.conditions h2:after, .acepts h2:after {
content: none;
}

.conditions h2 .col-1, .acepts h2 .col-1{
	display: none
}

@media screen and (max-width: 768px) {
	.map-body, .map-body.active{
		opacity: 1;
	}
}

@media screen and (min-width: 768px) {
	.map-body{
		opacity: .5;
	}
	.map-body.active{
		opacity: 1;
	}
}

@media (max-width: 450px){

	.conditions h2 .col-1, .acepts h2 .col-1{
		display: block
	}
}

.form__group{
	margin-bottom: 1rem;
}

.form__control{	
    background-color: #e6e6e6!important;
}

.is--show{
	display: block!important;
}


/* Add to Cart PopUp */

.col-vo{
    width: 67px;
    height: 28px;
    background: url(https://mepart.ru/images/quantity.png) center 0 no-repeat;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.col-vo input {
    border: none;
    background: none;
    left: 21px;
    top: 5px;
    position: absolute;
    width: 24px;
    text-align: center;
    font-size: 15px;
    text-align: center;
    color: #303030;
    outline:none;
}
.add-pos {
    width: 16px;
    height: 28px;
    display: block;
    right: 0px;
    top: 0px;
    position: absolute;
    cursor: pointer;
    background: url(https://mepart.ru/images/button_plus.png) center 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
.del-pos {
    width: 16px;
    height: 28px;
    display: block;
    left: 0px;
    top: 0px;
    position: absolute;
    cursor: pointer;
    background: url(https://mepart.ru/images/button_minus.png) center 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
.col-vo input {
    border: none;
    background: none;
    left: 21px;
    top: 5px;
    position: absolute;
    width: 24px;
    text-align: center;
    font-size: 15px;
    text-align: center;
    color: #303030;
}

.total-summ {
    padding: 15px;
    line-height: 28px;
    background-color: #f0f4f6;
    font-weight: bold;
    font-size: 15px;
    margin: 0px 0 20px 0;
    overflow: hidden;
    position: relative;
    text-align: right;
}
.total-summ .basket-sum {
    white-space: nowrap;
    font-weight: bold;
}

.basket-add-popup{
    width: 340px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px #777;
    padding: 8px 21px 8px;
}

.basket-add-popup-brand{
    font-weight: bolder;
    color: #444;
    font-size: 18px;
}
.basket-add-popup-oem{
    font-size: 16px;
    margin: 0 0 0 5px;
}

.basket-add-popup-name{
    margin: 10px 0 10px 0;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #888;
    padding: 6px 4px 4px 4px;
    font-weight: bold;
}
.col-vo-popup{
    display: inline-block;
    vertical-align: middle;
    margin: -7px 10px 0 0;
}

.col-vo-popup .del-pos, .col-vo-popup .add-pos {
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
    border: none;
    width: 16px;
    height: 28px;
}

.basket-add-popup-sum{
    font-size: 20px;
}
.basket-add-popup-value{
    font-size: 20px;
    font-weight: bold;
}
.basket-add-popup-unit{
    font-size: 20px;
}
.basket-add-popup-quantity{
    margin: 15px 0;
}
.basket-add-popup-submit {
    display: block;
    width: 120px;
    height: 30px;
    margin: 0 auto !important;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #333;
    border-radius: 3px;
    border: 1px solid #b6b6b6;
    background: #ffffff;
    background: -moz-linear-gradient(top, #fff 0%, #d7d7d7 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #d7d7d7 100%);
    background: linear-gradient(to bottom, #fff 0%, #d7d7d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 );
    position: relative;
    float: none;
    cursor: pointer;
}

/* ./ Add to Cart PopUp */

@media screen and (min-width: 768px) {
    .order--padding{
        padding: 1em 6em;
    }
}

.order__contact-phone {
    color: #fff;
    padding: .7em 2em;
}

.text-gray-light {
    color: #b4b4b4;
}

.order .border-bottom{
    border-bottom: 1px solid rgb(248, 248, 248)!important;
}

#search_results .search-title-item{
    margin: 2px 0 0;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    cursor: pointer;
}

.pinned-head{
    z-index: 10;
    top: -1px;
    position: -webkit-sticky;
    position: sticky;
}