.price-table-type {
	position: relative;
	overflow: hidden;
	margin: 40px 0 0 0;
}
.price-table-type a {
	float: left;
    margin: 0 5px 5px 0;
	padding: 10px;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.01em;
	border-radius: 3px;
    text-decoration: none;
	background: #212121;
}
.price-table-type a:hover {
	background: #009f41;
}

.price-table {
	position: relative;
	padding: 40px 0 0 0;
}
.price-table-title {
	position: relative;
    margin: 0 0 15px 0;
    color: #212121;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.price-table table {
	width: 100%;
	position: relative;
	border-collapse: collapse;
}
.price-table th {
	padding: 10px 5px;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    background: #009f41;
    border: 1px solid #fff;
}
.price-table td {
	padding: 10px;
	font-size: 14px;
    line-height: 20px;
	text-align: center;
	border: 1px solid #f2f3f4;
}
.price-table td:first-child {
	text-align: left;
}
.dealer-list {
	position: relative;
}
.dealer-item  {
	position: relative;
	padding: 20px;
	margin: 20px 0;
	background-color: #f2f3f4;
}
.dealer-city {
	color: #212121;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.dealer-title, .dealer-phone {
	font-size: 15px;
    line-height: 25px;
}
.dealer-phone a {
	color: #009f41;
	text-decoration: none;
	font-weight: 600;
}
.dealer-phone a:hover {
	text-decoration: underline;
}
.dealer-item .btn {
	position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
}
.header .menu .item.more {
    display: none;
}
.product-detail-video-place > p {
	font-size: 14px;
    font-weight: bold;
    margin: 25px 0 5px 0;
}
.product-detail-video a {
	display: block;
    width: 320px;
    height: 180px;
    position: relative;
    box-sizing: border-box;
    border: 3px solid #FFF;
    box-shadow: 0 0 1px #000;
    margin-bottom: 15px;
}
.product-detail-video a img {
	position: absolute;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -32px;
}

.header .menu .item .link {
    font-size: 0.75em !important;
}

.video-place-page-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-place-page-list .product-detail-video-place > p {
	margin:0 0 20px 0;
	text-align: center;
	max-width: 400px;
}
.video-place-page-list .product-detail-video a {
    width: 400px;
    height: 220px;
}    

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: #009f41 url(/upload/cart_2.png) center center no-repeat;
	background-size: cover;
}

.price-name {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    width: 86px;
}

.new.price-2 {
    margin: 8px 0 0 0;
}
.product-item .price {
    max-height: 45px;
}
.catalog .content .items .item-wrap {
    min-height: 425px;
}
.product-item-list .price .new {
	display:block;
}

.product .information .price .new {
	width: 100%;
}

@media screen and (max-width: 840px){
	
	.video-place-page-list {
	    justify-content: space-around;
	}
	.video-place-page-list .product-detail-video a {
	    width: 320px;
	    height: 180px;
	}
}

@media screen and (max-width: 640px){
	
	.catalog.items-list .categories {
	    display: block  !important;
	}
	
	.product-detail-video a,
	.video-place-page-list .product-detail-video a {
		max-width: 320px;
	    width: 100%;
	    height: 180px;
	    margin: 0 auto 15px auto;
	}
	
	.catalog .tabs .tab.tab-reviews:before {
		content: '\f1a6';
		margin-top: -16px;
		margin-left: -14px;
	}
	
	.dealer-item .btn {
	    position: relative;
	    right: auto;
	    top: auto;
	    margin-top: 20px;
	}
	.header .info .container {
	    display: block !important;
	    height: auto !important;
	    position: relative !important;
	}
	.header .info .social {
	    width: 30px !important;
	    height: 30px !important;
	    position: absolute !important;
	    top: 5px !important;
	    right: 0 !important;
	    display: block !important;
	}
	.header .info .social a {
	    display: none !important;
	}
	.header .info .social a.whatsapp {
	    display: block !important;
	}
	
	.header .info .container .item {
		max-width: none !important;
		width: calc(100% - 50px) !important;
		margin: 0 !important;
		padding: 5px 0 !important;
	}
	
}

.nt-public-options {
	display: none;
}