/* custom styles */
.header .menu .item .link:hover {
    background-color: #1ec6e5;
}
.btn.color:hover, .btn.color:focus {
	background-color: #1ec6e5;
}
.header .menu .item.has-sub:not(.more)>.link {
    padding: 20px 3px 19px 10px;
}
.header .menu .item .link {
    font-size: 0.75em;
}
.header .menu .item .link {
    padding: 20px 10px 16px;
}        
.header .menu .item .sub {
    left: 0;
}
.header .menu .item .sub .item .link {
    font-size: 0.80em;    
}
.social .link.vk {
    background-color: #4b76a8;
}
.social .link.instagram {
    background-color: #ff6d00;
}
.social .link.whatsapp:before {
    content: '\f405';
}
.social .link.whatsapp {
    background-color: #01e675;
}
.social .link.telegram:before {
    content: '\f194';
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
    position: relative;
    top: -1px;
    left: 1px;
}

.social .link.telegram {
    background-color: #0088cc;
}

.social .link.odnoklassniki:before {
	content: '\f3f9';
}
.social .link.odnoklassniki {
	background-color: #ee8208;
}
.advantages .items .item {
    margin-right: 20px;
    padding-left: 90px;
}
.icon-custom.heart:before, .icon-custom.card:before, .icon-custom.gift:before, .icon-custom.shield:before {
    background-size: 100% auto !important;
    content: '';
    width: 72px;
    height: 76px;
}
.icon-custom.heart:before {
    background: url(images/ico_1.png) center center no-repeat;
}
.icon-custom.card:before {
    background: url(images/ico_2.png) center center no-repeat;
}
.icon-custom.gift:before {
    background: url(images/ico_3.png) center center no-repeat;
}
.icon-custom.shield:before {
    background: url(images/ico_4.png) center center no-repeat;
}
.header .tel .ph_1, .header .tel .ph_2 {
    padding-left: 22px;
    margin-bottom: 10px;
    position: relative;
}
.header .tel > a {
    width: 100%;
    text-align: right;
    border-bottom: 1px solid transparent !important;
    text-decoration: underline;
    padding-bottom: 1px !important;
}
.header .tel > a:hover {
	text-decoration: none;
}
.header .tel .ph_1:before {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: '\f2be';
    position: absolute;
    left: 0;
    font-size: 1.2em;
    color: #1f435d;
}
.header .tel .ph_2:before {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: '\f2cc';
    position: absolute;
    left: 0;
    font-size: 1.2em;
    color: #1f435d;
}
.header .tel:before {
	content:'';
}
.h2 {
    margin: 0.9em 0 0.55em;
    font-size: 1.5em;
    color: #212121;
    font-weight: 600;
    line-height: 1.333335em;
}
.similars.items .product-item .buttons {
    display: block;
}
.similars.items .product-item {
    margin: 0 8px 8px 10px;
}
.ya-share2 {
	position: relative;
    top: -4px;
}
.ya-share2 ul li:before {
	display:none;
}
.top-slider .item .name {
    text-shadow: 2px 2px black;
}
.header .tel .call-me {
	background: red;
	display: flex;
	margin-top: 3px;
	font-size: 0.785em;
	font-weight: 400;
	cursor: pointer;
	justify-content: center;
	height: 30px;
	width: 140px;
	margin-left: 50px;
	text-decoration: none;
	align-items: center;
	color: #FFF;
}
.header .content {
    margin: 15px 0 15px 0;
}
a.price-add-to-cart {
    background: url(/upload/cart.svg) center center no-repeat;
    background-size: cover;
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto;
}
a.price-add-to-cart.added.in-basket {
    background: #1f435d url(/upload/cart_2.png) center center no-repeat;
    background-size: cover;
}
#catalog-use-basket {
    min-width: 320px;
}
.btn {
    padding: 12px 15px;
}
.quantity-selector+.btn {
    margin-left: 2px;
    padding: 13px 15px 11px;
}
.ph_1.mobile {
	display:none;
}
.slider-preview .owl-nav {
	display:none;
}    
.h3.title {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 20px 0;
}
@media screen and (max-width: 1260px) {
	.catalog .content .product .information .buttons .quantity {
		width: 30%;
	}
}
@media screen and (max-width: 960px){
	.slider .tabs-content .tab-content .slider-nav {
	    top: -45px !important;
	}
	.header .info .container {
		height:auto;
	}
}
@media screen and (max-width: 640px){
	.advantages .items .item:before {
	    left: 0;
	}
	.advantages .items .item {
    	margin-right: 0;
    }
    .slider .tabs {
	    display: flex;
	    justify-content: space-between;
	}
	.tabs a {
		margin-bottom:10px;
		margin-bottom: 10px !important;
	}
	.news .previews .preview .image,
	.promotion .previews .preview .image {
		display:block;
	}
	.news .project-slider .items .item img {
	    width: 100%;
	    height: auto;
	}
	.header .info .container {
		display: block;
		margin: 12px;
		width: calc(100% - 24px);
		position:relative;
	}
	.header .info .container .item:first-child {
	    margin-left: 0;
	    margin-right: 70px;
	    margin-bottom: 10px;
	    max-width: none;
	    white-space: inherit;
	}
	.header .content .basket-container .basket {
	    padding: 4px 8px 4px 3px;
	}
	.header .tel .ph_1 {
		display:none;
	}
	.header .tel .ph_1.mobile {
	    display: block;
	}
	.header .tel .ph_1, .header .tel .ph_2 {
		display:none;
	}
	.header .tel .ph_1:before {
		display:none;
	}
	.header .content .tel a:before {
	    top: -15px;
	    left: -10px;
	    background: red;
	}
	.header .info .social {
		display: flex;
	    position: absolute;
	    top: 0;
	    right: 0;
	}    
	.header .info .social .vk,
	.header .info .social .odnoklassniki {
		display:none;
	}
	.slider .tabs .tab {
	    margin: 0 0 35px 0 !important;
	    font-size: 14px;
	    display: inline-block;
	}
	.catalog .tabs .tab-reviews.tab:before {
		content: '\f1a6';
	    top: 16%;
	    left: 32%;
	}
	.services .previews .preview .image {
	    display: block;
	    flex: 0 0 35%;
	}
	.services .previews .preview .info .desc {
	    font-size: 13px;
	}
	
	.slider-preview .owl-nav {
		display: flex;
		position: absolute;
		top: 70px;
		justify-content: space-between;
		width: 100%;
	}
	.slider-preview .owl-nav .owl-prev {
		position: relative;
		color: transparent;
	}
	.slider-preview .owl-nav .owl-prev:before {
		font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
		content: '\f2ff';
		color: black;
    	font-size: 27px;
    	position: absolute;
	}
	.slider-preview .owl-nav .owl-next {
		position: relative;
		color: transparent;
	}
	.slider-preview .owl-nav .owl-next:before {
		font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
		content: '\f301';
		color: black;
    	font-size: 27px;
    	position: absolute;
	}
	
}
a.itdon {
	background: url(/upload/itdon.svg) right center no-repeat;
	background-size: 50px;
	display: inline-block;
	padding: 0 55px 0 0;
	margin: 20px 0;
	text-decoration: none;
	color: #b7b7b7;
}