@font-face {
    font-family: 'Rubik-Regular';
	src: url(/fonts/Rubik/Rubik-Regular.ttf);
}

@font-face {
    font-family: 'Rubik-Light';
	src: url(/fonts/Rubik/Rubik-Light.ttf);
}

@font-face {
    font-family: 'Rubik-Medium';
	src: url(/fonts/Rubik/Rubik-Medium.ttf);
}

#supplier_cont, div.popup_win{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
}

div.supplier_win{
	position: relative;
	display: inline-block;
	width: 900px;
	height: 98%;
	min-height: 350px;
	box-sizing: border-box;
	max-height: 650px;
	background-color: #e7eff1;
	padding-bottom: 30px;
	border: solid 1px #525252;
	vertical-align: middle;
}

div.centerer{
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

div.supplier_top{
	position: relative;
	width: 100%;
	height: 105px;
	background-color: #946eba;
	text-align: right;
	padding: 15px 15px 0 0;
	box-sizing: border-box;
}

div.supplier_logo{
	position: absolute;
	bottom: 0;
	right: 50px;
	height: 71px;
	padding: 15px 15px 0 15px;
	background-color: #e7eff1;
}

div.supplier_logo img{
	height: 100%;
}

div.supplier_table_cont{
	position: absolute;
    height: auto;
    overflow-y: auto;
	top: 105px;
	bottom: 150px;
	right: 0;
	width: 500px;
}
/*
div.supplier_table_cont::-webkit-scrollbar{
	width: 17px;
}
div.supplier_table_cont::-webkit-scrollbar-thumb{
	background-color: #946eba;
}
div.supplier_table_cont::-webkit-scrollbar-track  {
	background-color: #946eba;
	box-shadow: inset 0 0 0 7px #e8eff2; 
}
div.supplier_table_cont::-webkit-scrollbar-button::vertical:decrement{
	background-color: #946eba;
}
*/
div.supplier_win td{
	vertical-align: top;
}

div.supplier_bottom{
	position: absolute;
	width: 100%;
	height: 71px;
	bottom: 0;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 0 5px 0;
	border-color: #b9bbbc transparent #946eba transparent;
}

div.supplier_bottom img.arrow{
	position: absolute;
	right: 10px;
	top: -28px;
}

div.supplier_bottom div.hard_text, div.supplier_bottom div.hard_text_he{
	position: absolute;
	right: 50px;
	top: -70px;
	font-family: "Rubik-Regular";
	font-size: 22px;
	color: #946eba;
	text-align: right;
}

div.supplier_bottom div.hard_text span, div.supplier_bottom div.hard_text_he span{
	font-family: "Rubik-Light";
	font-size: 18px;
	color: #333333;
}

input.supplier_input, input.supplier_input_he, div.supplier_button{
	width: 200px;
	height: 40px;
	padding: 2px 15px;
	box-sizing: border-box;
	margin: 13px 2px 0 2px;
	vertical-align: top;
	font-family: 'Rubik-Light';
	font-size: 18px;
	color: #333333;
	text-align: right;
}

div.supplier_button{
	display: inline-block;
	background-color: #946eba;
	font-family: 'Rubik-Medium';
	font-size: 26px;
	color: #FFFFFF;
	line-height: 36px;
	cursor: default;
	text-align: center;
}

div.supplier_button img{
	margin-right: 5px;
}

table.supplier_cont{
	width: 100%;
}

#supplier_first_td, div.popup_win div.first_td{
	position: absolute;
	top: 0;
	width: 380px;
	height: 100%;
}

div.img_part_cont, div.promo_img_part_cont{
	position: absolute;
	top: 140px;
	left: 50px;
	bottom: 200px;
	height: auto;
	width: 300px;
	text-align: center;
}

div.promo_img_part_cont{
	top: 120px;
	left: 43px;
	bottom: 90px;
}


#supplier_descriptions, div.popup_win div.descriptions{
	padding-right: 50px;
	width: 100%;
	box-sizing: border-box;
	text-align: right;
	line-height: 5px;
}

div.supplier_descr, div.supplier_descr_he{
	margin-top: 20px;
	font-family: 'Rubik-Medium';
	font-size: 16px;
	color: #333333;
	text-align: left;
}

div.supplier_descr_he{
	direction: rtl;
	text-align: right;
}

div.supplier_title{
	margin: 45px 0 0 0;
	font-family: "Rubik-Regular";
	font-size: 30px;
	color: #333333;
	line-height: 20px;
}

div.supplier_line{
	display: inline-block;
	margin: 0 0 0 0;
	height: 1px;
	width: 300px;
	background-color: #adb1b2;
}

div.supplier_subtitle{
	margin: 12px 0 5px 0;
	font-family: "Rubik-Regular";
	font-size: 20px;
	color: #808080;
	line-height: 10px;
}

div.supplier_inline{
	display: inline-block;
}

table.supplier_descr, table.supplier_descr_he{
	text-align: left;
	line-height: normal;
}

table.supplier_descr_he td{
	direction: rtl;
	text-align: right;
}

td.supplier_v{
	width: 35px;
}

#active_image_cont{
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#active_image{
	
	vertical-align: top;
}

#left_arrow, #right_arrow{
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: -24px;
	cursor: pointer;
}

#right_arrow{
	left: 315px;
}

#preprod_cont{
	position: absolute;
	bottom: 120px;
	left: 50px;
	height: 68px;
	width: 390px;
	text-align: left;
}

#preprod_cont div{
	display: inline-block;
	margin-right: 9px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

#preprod_cont div.centerer, div.centerer2{
	display: inline-block;
	width: 1px;
	height: 68px;
	vertical-align: middle;
}

div.centerer2{
	height: 300px;
}

img.little_prod{
	max-width: 68px;
	max-height: 68px;
	vertical-align: middle;
	cursor: pointer;
	select: none;
}

img.promo_arrow_left, img.promo_arrow_right{
	position: absolute;
	top: -280px;
	left: 5px;
	cursor: pointer;
}

img.promo_arrow_right{
	left: auto;
	right: 5px;
}