* {margin:0; padding:0;}
body {padding: 2px;}

p, ul, ol {margin: 0 0 1.2em; line-height: 15px;}
img {border:0; margin:0; padding:0}
a, a:link, a:hover {text-decoration:underline; cursor:pointer; color: #A32D00}

h1 {font-size: 130%; text-align:center; text-decoration: none; padding: 20px 0 30px 0; display: block; color: #A32D00}
h2 {font-size: 120%;}
h3 {font-size: 110%}
h4 {font-size: 100%}
h5 {font-size: 100%}
h6 {font-size: 95%}

.fw_b {font-weight: bold}

.container {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center
}
.content {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	width: 920px;
	justify-content: flex-start
}
.photo_and_video {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.photo_zap {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	flex-wrap: wrap
}
.photo {
	display: block;
	width: 260px;
	height: 192px;
	margin: 30px 20px
}
.codePart, .date_on_base, .date_add_photo {
	display: block
}
.logo {
	position: absolute;
	display: block;
	width: 150px;
	height: 97px;
	top: 1px;
	left: 0px;
}








.item {
	display: flex;
	display: -webkit-flex;
	margin: 5px 0 0 0;
	padding: 10px;
	background: var(--tg-theme-bg-color);
	color: var(--tg-theme-text-color)
}
.main {
	width: 1600px;
	height: 1000px;

	border: 1px solid #ccc;
	background-color: #eee;

	margin: auto auto auto auto;
}

.orderInformation {
	width: 1590px;
	height: 150px;
	margin: 5px auto auto auto;
	border: 1px solid #ccc;
	background-color: #eee;


}

.experimentLeft {
	width : 789px;
	height: 830px;
	margin: 5px 2px 5px 5px;
	border: 1px solid #ccc;
	background-color: #eee;

	float: left;
}

.experimentRight {
	width: 789px;
	height: 830px;
	margin: 5px 5px 5px 2px;
	border: 1px solid #ccc;
	background-color: #eee;

	float: right;
}

.tab {
	overflow: hidden;
	border: 1px solid #4CAF50;
	background-color: #C8E6C9;
}


.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}


.tab button:hover {
	background-color: #FFEB3B;
}


.tab button.active {
	background-color: #4CAF50;
	color: #fff;
}


.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #4CAF50;
	border-top: none;
}

.mainHeader {
	height:97px;
	width: 100%;
	display: block;
	background: #272a29;
	text-align: center;
}


.search_parts_form {
	width: 100%;
	text-align: center;
	padding: 30px 0;
	display: block
	
}

.manuf_choice_zag {
	display: block;
	padding: 20px 0;
	text-align: center
}

.manuf_choice {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	align-items: center
}

.brandMakerAndCode {
	display: block;
	margin-right: 10px;
	max-width: 200px;
	min-width: 180px
}

.brandAndMaker {
 	font-weight: bold;
}

.buttons_for_listBrands {
	padding: 10px 15px
}

.brandAndCode {
	color: #A32D00;
}
.nameProduct {
	text-align: center;
	padding: 0 10px
}

.search_parts_form form input {
	padding: 10px;
	margin: 0 5px;
}

.provider_brand_partnumber {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	margin-right: 20px;
	width: 90px;
}

.brand_partnumber {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content:center;
}

.brand {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase
}

.partnumber {
	color: var(--tg-theme-link-color);
	font-weight: bold;
	font-size: 80%;
}

.provider_price {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content:space-around;
	flex-grow:1
}

.provider {
	display: block;
	font-weight: bold;
	font-size: 90%;
	padding: 10px 0 3px 0;
	margin: -10px 0 7px 0;
	border-bottom: 1px dotted var(--tg-theme-link-color)
}

.price_1 {
	display: flex;
	display: -webkit-flex;
	align-content:space-around;
	align-items: center
}

.price_1~div {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 3px solid var(--tg-theme-secondary-bg-color)
}
.price {
	flex-direction: column;
	flex-grow:1
}

/*
.price_zakup, .price_retail {
	display: inline-block;
}
*/
.prices {
	display: block;
	margin-bottom: 5px
}

.price_zakup {
	font-weight: bold;
	margin-right: 10px
}

.price_retail {
	font-size: 90%;
	color: var(--tg-theme-hint-color);
	font-weight: bold
}

.delivery {
	color: var(--tg-theme-hint-color);
	font-size: 80%
}

.pieces {
    display: block;
    padding: 5px;
	margin-right: 10px;
}

/*.btn {
    display: block;
    padding: 5px;
    border: none;
    background: var(--tg-theme-button-color);
    border-radius: 5px;
    color: var(--tg-theme-button-text-color);
    transition: background .2s linear;
}

.btn:hover {
    background: lightgreen;
	cursor: pointer
}
*/
.usercard {
    text-align: center;
}
.no_offers {
	display: block;
	text-align: center;
	padding: 10px;
}
.quantityButtons {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	width: 100px;
	height: 30px;
	align-content:space-around
}
.form_for_buttons_in_basket {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	width: 100px;
	height: 30px;
	align-content:space-around
}
.left_quantity_button {
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	padding: 3px;
	margin-right: 5px;
	border-radius: 10px 0 0 10px;
	border-width: 1px;
	border-color: var(--tg-theme-hint-color)
}
.right_quantity_button {
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	padding: 3px;
	margin-right: 5px;
	border-radius: 0 10px 10px 0;
	border-width: 1px;
	border-color: var(--tg-theme-hint-color); 
}
.quantity_count {
	display: flex;
	display: -webkit-flex;
	font-weight: bold;
	margin-right: 5px;
	justify-content: center;
	align-content: center;
	align-items: center
}


.basket {
	position: fixed;
	display: block;
	bottom: 0px;
	width: 100%;
	padding: 10px 15px;
	background: var(--tg-theme-bg-color);
	border-top: 1px solid var(--tg-theme-link-color)
}
.quantityBasket span, .fullPriceBasket span {
	font-weight: bold
}
.quantityBasket {
	display: block;
	margin-bottom: 5px
}

/*************************************************************************************/
@media screen and (max-width: 1000px) {
	.content {
		width: 700px;
	}
}