body, html
{
	font-family: Arial, Helvetica, Verdana sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background:#ffffff;
}
a 
{
	color:#65afff;
	border:none;
}
a img
{
	border:none;
}

h1,h2
{
	font-size:16px;
	color:#666;
}

.main
{
	display:block;
	margin:0 auto;
	width:960px;
	background:#fff;
	position:relative;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}

.top_menu
{
	display:block;
	margin-left:235px;
	width:500px;
	list-style-type:none;
}

.top_menu li
{
	display:block;
	float:left;
	font-size:12px;
	width:auto;
	padding:5px 10px;
	border:none;
	background:none;
}

.top_menu li a
{
	color:#65afff;
	text-decoration:underline;
}


/*.top_menu li:first-child
{
	border-bottom-left-radius:5px;
	padding-left:10px;
}

.top_menu li:last-child
{
	border:none;
	border-bottom-right-radius:5px;
	padding-right:10px;
}*/



.logo
{
	float:left;
	display:block;
	width:210px;
	height:15px;
	padding-top:60px;
	background:url('/images/logo.gif') no-repeat;
	font-size: 11px;
	color:#000;
	margin:10px;
}

.top_contacts
{
	display:block;
	float:right;
	text-align:left;
	margin:8px;
	margin-top: 3px;
	font-size:11px;
}

.top_contacts a
{
	color:#65afff;
	font-size:16px;
	text-decoration:none;
	border-bottom:1px dashed #65afff;
	margin-bottom:3px;
}

.top_contacts .top_phone
{
	font-size:20px;
	display:block;
}

.top_contacts .top_phone font
{
	color:#a0a0a0;
}

.top_contacts table
{
	width:100%;
	font-size:13px;
	border-collapse:collapse;
}

.top_contacts table td
{
	text-align:right;
	font-weight:bold;
	padding:5px;
}

#top_search
{
	display:block;
	position:absolute;
	left:280px;
	top:40px;
}

#top_search input[type=text]
{
	width:284px;
	padding-right:34px;
	font-size:22px;
	padding:5px;
	padding-right:34px;
	margin-top: 0;
}

#top_search input[type=submit]
{
	background:url('/images/search.png') center center no-repeat;
	background-color:#ef0309;
	/*width:24px;
	height:22px;*/
	padding:19px 19px;
	display:block;
	position:absolute;
	border:none;
	width:6px;
	top:1px;
	height:0px;
	left:289px;
}

.top_s_menu
{
	display:block;
	padding:0 5px;
	background:#ef0309;
}

.top_s_menu a
{
	color:#fff;
	font-size:12px;
	display:block;
	float:left;
//	text-transform:uppercase;
	padding:10px 6px;
	border-left: 1px solid #ff5e62;
	text-decoration:none;
}

.top_s_menu a:hover
{
	background:rgba(255,255,255,0.4);
}

.top_s_menu a.selected
{
	background:rgba(255,255,255,0.4);
}

.top_s_menu a:first-child
{
	border:none;
}


.right
{
	display:block;
	float:left;
	width:220px;
}

.left
{
	display:block;
	float:left;
	width:720px;
	padding:0 10px;
}

.blue_button
{
	display: block;
	margin: 10px 0;
	background-color: #4493e7;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 10px 20px;
	text-align: center;
}

.blue_button:hover
{
	background-color: #165eaa;
}

.grey_block
{
	background:#f3f4f4;
	padding:10px;
	display:block;
	margin:10px 0;
	border:1px solid #cbced3;
}

.grey_block p
{
	font-size:11px;
}

.left_title
{
	font-size:16px; 
	margin-bottom:10px; 
	display:block;
}

/*.left_title:first-letter
{
	color:#ef0309;
	font-weight:bold;
}*/

.button
{
	background:#ef0309;
	border:none;
	display:block;
	color:#fff;
	width:150px;
	text-align:center;
	padding:3px 8px;
	margin:10px auto;
	font-size:15px;
	text-decoration:none;
}

.button:hover
{
	background:#fc6c6c;
}

#autorization input[type=submit]
{
	background:#ef0309;
	border:none;
	display:block;
	float:left;
	color:#fff;
	padding:7px 8px;
	margin-right:10px;
	margin-top:10px;
}

/*------------------FOOTER---------------*/
.footer
{
	display:block;
	text-align:center;
	color:#848484;
	font-family: "myriad pro",arial;
    font-size: 12px;
}

.footer_menu_div
{
	/*background:rgba(158,158,158,0.5);*/
	padding:10px 85px;
}

.footer_menu
{
	display:block;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}

.footer_menu li
{
	display:block;
	float:left;
	font-size:11px;
	padding:5px 10px;
}

.footer_menu li a
{
	
}

.footer_menu li:last-child
{
	
}

.catalog
{
	padding:5px;
	margin:0;
	
}

.catalog li
{
	display:block;
	float:left;
	margin:4px;
	width:225px;
	height:415px;
}

.grey_block .catalog
{
	padding:5px;
	margin:0;
	
}

.grey_block .catalog li
{
	display:block;
	float:none;
	height:auto;
	max-width: 180px;
}

.grey_block .catalog li a
{
	max-width: 100%;
	height: auto !important;
}

.grey_block .catalog li a img
{
	max-width: 180px !important;
}

.grey_block .catalog li a.button
{
	width: 75px !important;
}
.grey_block .catalog li .price
{
	font-size: 15px;
}
.grey_block .div_pages
{
	display: none;
}

.catalog li .price
{
	font-size:18px;
	color:#ff061a;
	float:right;
}

.catalog li .discount
{
	font-size:18px;
	color:#ff061a;
	float:left;
}

.catalog li .buy
{
	display:block;
	float:right;
	border-radius:3px;
	text-decoration:none;
	padding:4px;
	padding-top:2px;
	padding-left:20px;
	width:47px;
	background:url('http://legrand-russia.ru/images/butt1.gif') no-repeat;
}

.catalog li .name
{
	font-weight:bold;
	font-size:12px;
	height:45px;
	display:block;
	text-decoration:none;
}

.catalog li .name:hover
{
	text-decoration:underline;
}

.catalog li .delimeter
{
	clear:both;
}

.catalog li .whant_to_buy
{
	display:block;
	position:relative;
	padding:5px 0;
}

.catalog li .whant_to_buy .changeCount, .whant_to_buy .changeCount, .basket_table .changeCount
{
	display:block;
	float:left;
	text-decoration:none;
	font-size:13px;
	color:#000;
	border:1px solid #CCC;
	padding:4px 5px;
	background:#e5e5e5;
}
.counter
{
	list-style-type:none;
}

.counter li
{
	display:block;
	float:left;
	padding:3px 6px;
	margin:5px;
}

.counter li a
{
	color:#000;
}

.counter li:first-child, .counter li:last-child
{
	background:#e3e4e7;
}

.counter li a {text-decoration:none;}

.counter li.current
{
	background:#ef0309;
}

.counter li.current a
{
	color:#fff;
	text-decoration:none;
}

.counter li.space a
{
	text-decoration:none;
}

.catalog_parts a
{
	text-decoration:none;
}



.catalog_parts a.deselect
{
	color: #ff0000;
    font-weight: bold;
    text-decoration: none;
}

.bread_crumbs
{
	display:block;
	padding:10px 10px 5px;
}

.bread_crumbs a
{
	color:#b0b0b0;
}

.product .desc
{
	float:left;
	display:block;
	width:350px;
	margin-left:10px;
}

.product .desc .price
{
	font-size:18px;
	color:#ff061a;
	float:right;
}

.product .desc .discount
{
	font-size:18px;
	color:#ff061a;
	float:right;
	margin-left:10px;
}

.product .desc .to_cart
{
	float:right;
	margin-top:5px;
}

.product .desc .buy
{
	display:block;
	float:right;
	border-radius:3px;
	text-decoration:none;
	padding:4px;
	padding-top:2px;
	padding-left:20px;
	margin-left:5px;
	width:47px;
	background:url('http://legrand-russia.ru/images/butt1.gif') no-repeat;
}

#small_basket
{
	display:block;
	position:absolute;
	left:610px;
	top:40px;
	width:155px;
	height:27px;
	padding:6px;
	color:#fff;
	background:#4493e7;
}

#small_basket a
{
	font-weight:bold;
	color:#fff;
}

.basket_table
{
	border-collapse:collapse;
	margin:10px;
	width:100%;
	font-size:13px;
}

.basket_table thead td
{
	background:#f7f7f7;
	border:1px solid #cbced3;
	padding:15px 0;
	text-align:center;
}

.basket_table tbody tr:last-child td
{
	background:#f7f7f7;
	border:1px solid #cbced3;
	padding:15px 0;
	text-align:center;
}

.basket_table tbody td
{
	border:1px solid #cbced3;
	padding:5px;
}

.basket_table input
{
	width:40px;
}

.order_table
{
	width:400px;
}

form[name=order]
{
	
}

.order_table
{
	background:#f7f7f7;
	border:1px solid #919191;
	padding:5px;
	width:100%;
}

.order_table input[type=text], .order_table select
{
	font-size:14px;
	width:230px !important;
	padding:5px 3px; 
	border:1px solid #919191;
}

.order_table textarea
{
	width:300px !important;
}

.order_table tr td:first-child
{
	width:200px;
	text-align:right;
	font-size:14px;
	vertical-align:top;
}

#message_window
{
	display:none;
	position:fixed;
	top:20%;
	left:50%;
	margin-left:-150px;
	width:320px;
	min-height:30px;
	background:#ededed;
	padding:35px 20px 10px;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.8);
	/*border-bottom-right-radius:10px;
	border-top-left-radius:10px;*/
	z-index:10;
	box-sizing: border-box;
}

#message_window .closer
{
	display:block;
	position:absolute;
	font-family:Arial;
	font-size:10px;
	color:#fff;
	right:0;
	top:0;
	text-decoration:none;
	box-sizing: border-box;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-top-right-radius:5px;
	background:#ef0309;
}

#message_window .mw_title
{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	height: 30px;
	width: 290px;
	box-sizing: border-box;
	background-color: #ef0309;
	border-bottom: 1px solid #ef0309;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	padding-left: 10px;
	border-top-left-radius:5px;
}

.callme
{
	color:#646464;
}

.callme .field_name
{
	float:left;
	display:none;
	width:80px;
	text-align:right;
}

.callme .field_desc
{
	display:none;
}

.calc_project .field_desc.fio
{
	display: block;
	color: #646464;
	padding: 10px 7px 0;	
}

.callme .field_desc.phone, .calc_project .field_desc.phone
{
	display: block;
	color: #646464;
	padding: 0 7px;
}

.callme .field_input
{
	display:block;
	
	text-align:right;
}

.callme .field_input input
{
	display:block;
}

.callme .form_delimetr
{
	clear:both;
	display:block;
	height:5px;
}

.callme input[type=submit], .calc_project input[type=submit]
{
	background:#ef0309;
	border:none;
	display:block;
	color:#fff;
	width:150px;
	text-align:center;
	border-radius:5px;
	line-height: 30px;
	margin:10px auto;
	font-size:15px;
	text-decoration:none;
}

#search_results
{
	display:none;
	position:absolute;
	width:299px;
	max-height:120px;
	padding:1px;
	border:1px solid #ccc;
	background:#fff;
	top:35px;
	overflow-y:auto;
	overflow-x:hidden;
}

#search_results a
{
	display:block;
	width:284px;
	padding:3px;
	overflow:hidden;
	text-decoration:none;
}

#search_results a b
{
	color: #ccc;
	display:inline;
}

#search_results a.all
{
	display:block;
	width:284px;
	padding:3px;
	overflow:hidden;
	text-decoration:none;
	color:#666
}

#search_results a:hover
{
	background:rgba(158,158,158,0.5);
}

#full_res
{
	display:block;
	padding:5px;
}

#full_res p
{
	margin:0;
	padding:0;
}

#full_res span
{
	display:block;
	float:left;
	height:50px;
	width:50px;
	font-size:14px;
	text-align:center;
}

.r_error
{
	color:red;
	display:block;
	text-align:center;
	display:none;
}

.my_table
{
	border-collapse:collapse;
	width:700px;
	margin-left:10px;
}

.my_table thead td
{
	padding:5px 10px;
	background:#ccc;
	font-size:14px;
}

.my_table tbody td
{
	padding:5px 10px;
	background:#fff;
	font-size:12px;
}

.my_table td
{
	border:1px solid #666;
	text-align:center;
}

.catalog_parts a.now
{
	color:#fff;
	background:#ef0309;
}

.catalog_parts a
{
	margin-bottom:0px;
	padding:3px;
	display:block;
	color:#000;
}

.catalog_parts a:hover
{
	background:#666;
	color:#fff;
	
}

.catalog_parts a.now:hover
{
	color:#000;
}

#full_catalog .catalog
{
	padding:5px;
	margin:0;
	
}

#full_catalog .catalog li
{
	display:block;
	position:relative;
	float:none;
	margin:4px;
	width:675px;
	height:93px;
	border-bottom:1px solid #d7d4d4;
}

#full_catalog .catalog li p
{
	margin:0;
}

.catalog li p.art_item
{
	/*display:none;*/
	margin:1px 0;
	color:#8a8a8b;
}

.catalog li p.serie_item
{
	display:block;
	margin:1px 0;
}

#full_catalog .catalog li a
{
	height: auto !important;
}

#full_catalog .catalog li p.serie_item
{
	display:none;
}

#full_catalog .catalog li p.art_item
{
	display:none;
	width:250px;
}

#full_catalog .catalog li .price
{
	font-size:16px;
	width:115px;
	color:#ff061a;
	display:inline;
	/*position:absolute;
	right:100px;
	height:50px;
	top:0;
	
	padding-top:20px;
	
	vertical-align:middle;*/
	
}

#full_catalog .catalog li .button
{
	width:30px !important;
	font-size:10px;
	padding-top:6px;
	padding-bottom:6px;
}

#full_catalog .catalog li table td
{
	/*display:none;*/
	height:60px;
	vertical-align:middle;
}

#full_catalog .catalog li table
{
	display:block;
	position:absolute;
	top:5px;
	width:220px;
	right:135px;
}

#full_catalog .catalog li .buy
{
	display:block;
	float:right;
	border-radius:3px;
	text-decoration:none;
	padding:4px;
	padding-top:2px;
	padding-left:20px;
	width:47px;
	background:url('http://legrand-russia.ru/images/butt1.gif') no-repeat;
}

#full_catalog .catalog li .name
{
	font-weight:bold;
	font-size:12px;
	/*height:31px;*/
	display:table-cell !important;
	width:250px;
	height:70px;
	vertical-align:middle;
	text-decoration:none;
}

#full_catalog .catalog li .name:hover
{
	text-decoration:underline;
}

#full_catalog .catalog li img
{
	display:block;
	float:left;
	max-width:50px !important;
	max-height: 60px;
	padding:2px;
	border:1px solid #d7d4d4;
	margin:5px;
}

#full_catalog .catalog li .delimeter
{
	clear:none;
}

#full_catalog .catalog li .whant_to_buy
{
	float:right;
	display:block;
	width:125px;
	position:absolute;
	top:18px;
	right:5px;
}

#full_catalog .catalog li .whant_to_buy span
{
	display:none;
}

#discount_block img
{
	width:200px !important;
}

#discount_block li
{
	margin:4px;
	height:350px;
}

#city_list
{
	display:block;
	position:absolute;
	width:165px;
	border:1px solid #a0a0a0;
	right:0;
	top:30px;
	background:#fff;
	z-index:100;
}

#city_list a
{
	display:block;
	color:#65afff;
	padding:5px;
}

.grey_block input[type=text], .grey_block input[type=password]
{
	padding:5px 3px;
}

.footer_series
{
	display:block;
	background:#e3e4e7;
	padding:0 15px;
}

.footer_series a
{
	padding:10px 14px;
	margin:0;
	border-right:1px solid #efefef;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	float:left;
	font-size:14px;
}

.footer_series div a:last-child
{
	border:none;
}

.main_block_a
{	
	display:block;
	padding:13px;
	height:190px;
}

.main_block_a:hover
{
	background:#fff;
	border:1px solid #ccc;
	padding:12px;
}

.pay_link
{
	text-decoration:none;
	margin:5px 0;
	border-bottom:1px dashed #65afff;
	display:block;
	float:left;
	color:#2699ff;
	font-size:12px;
}

.review input[type=submit] 
{
	color:#fff;
	border-radius:3px;
	padding:10px 20px;
	font-size: 16px;
	background-color:#ef0309;
	border: none;
}

.review ol li
{
	font-size: 16px;
	/*display: block;*/
	padding:10px 30px;
}

.review .mark
{
	list-style-type: none;
}

.review .mark li
{
	padding:2px 10px;
	color:#666;
	font-size:12px;
}

.review .mark.lifloat li
{
	float:left;
}

.review textarea
{
	display: block;
	width:600px;
	height:100px;
	margin-top: 10px;
}

.til_om
{
	display: block;
	float: left;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	/*color:#353535;*/
	font-size: 13px;
	width: 130px;
	height: 180px;
	margin: 0 10px;
}

.til_om font
{
	text-decoration: underline;
}

.til_om span
{
	display: block;
	color:#353535;
	font-size: 11px;
	text-decoration: none!important;
}

.til_om:hover
{
	background: #fff;
	padding: 9px 14px;
	border:1px solid #ccc;
}

.til_om img
{
	max-height: 130px;
	max-width: 130px;
	display: block;
	margin:0 auto 10px;

}

.pdf_block
{
	display: block;
	width:180px;
	height:240px;
	margin: 10px 20px;
	text-align: center;
	text-decoration: none;
	float: left;
}

.pdf_block img
{
	max-width: 180px;
	max-height: 200px;
	display: block;
	margin:0 auto;
}


#ob_table
{
	width: 100%;
	border-collapse: collapse;
}

#ob_table td:last-child
{
	width:25%;
	text-align: right;
}

#ob_table td .addrs
{
	text-decoration: underline;
	color:#65afff;
}

#ob_table td.city
{
	text-align: left;
	font-size:14px;
	font-weight: bold;
	border-top: 1px solid #e3e4e7;
	text-decoration: none;
	color:#000;
}



#ob_table td
{
	padding: 5px;
	position: relative;
}

#ob_table td .info_block a
{
	color:#000;
}

#ob_table td .info_block
{
	text-decoration: none;
	color:#000;
	display: none;
	position: absolute;
	width:300px;
	padding: 5px;
	background: #ccc;
	z-index: 5;
}

#ob_table td .info_block .red_block
{
	display: block;
	background: #ec1c24;
	color:#fff;
	padding: 5px;
}

#ob_table td:hover .info_block
{
	display: block;
}

.new_year
{
	display: block;
	background: url('/images/new_year.png') top center repeat-x;
	padding-top: 40px;
}

.new_year table
{
	border-collapse: collapse;
}

.new_year table td
{
	vertical-align: top;
	padding: 10px;
}

.props
{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #cbced3;
	background: #f3f4f4;
}

.props td
{
	padding: 5px;
}

.props td:first-child
{
	font-weight: bold;
	text-align: left;
}

.props tr:nth-child(2n) td
{
	background-color: #ddd;
}

/*---------------ORDER----------------*/
.order_top
{
	width: 100%;
	border-collapse: collapse;
}

.order_top h1
{
	font-weight: 300;
	color: #000;
}

.tabs
{
	display: block;
	border:1px solid #ee0308;
	border-radius: 4px;
}

.tabs table
{
	border-collapse: collapse;
	width: 100%;
	
}

.tabs table td
{
	width: 50%;
	font-size: 16px;
	cursor: pointer;
	padding: 7px 15px;
	text-align: center;
}

.tabs .tchecked
{
	background: #ee0308;
	color:#fff;
}


.order_main_form
{
	display: block;
	border:1px solid #cdced2;
	background: #f7f7f7;
	padding: 18px 23px;
	margin:20px 0;
}

.order_main_form table
{
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.order_main_form table td
{
	padding: 4px;
}

.order_main_form table td:first-child, .order_main_form table td:last-child
{
	text-align: left;
	width: 30%;
}

.o_input
{
	display: block;
	width: 230px;
	border:1px solid #cdced2;
	background: #fff;
	height: 25px;
	position: relative;
}

.o_input input[type=text], .o_input input[type=tel]
{
	display: block;
	position: absolute;
	border:none;
	top:0;
	left: 3px;
	bottom: 0;
	right: 0px;
	outline:none;
}

.o_input img
{
	display: none;
	position: absolute;
	top:7px;
	right: 3px;
	z-index: 1;
}

.order_main_form select
{
	width: 230px;
	box-sizing: border-box;
	height: 25px;
	font-size: 16px;
	margin-left: 1px;
}

.order_main_form textarea
{
	width: 230px;
	box-sizing: border-box;
	height: 60px;
	font-size: 14px;
	margin-left: 1px;
}

.order_main_form .yur
{
	display: none;
}

.error_block
{
	display: none;
	position: absolute;
	top:0;
	left:0;
	background: url('/images/error_block.png') center center no-repeat;
	width: 202px;
	height: 59px;
	box-sizing: border-box;
	color: #fff;
	padding: 15px 10px 15px 18px;
}

#delivery
{
	display: block;
	padding:10px 10px;
}

#order2 sup
{
	color:#ee0308;
}

#order2 input
{
	outline: none;
}

#order2 input[type=radio]
{
	display: none;
}

#order2 input[type=radio]+label::before
{
	content: ' ';
	float: left;
	position: relative;
	margin-left: -30px;
	margin-top: 0px;
	display: block;
	width: 18px;
	height: 18px;
	background: url('/images/rb.png') bottom center no-repeat;
}

#order2 input[type=radio]:checked+label::before
{
	content: ' ';
	font-size: 33px;
	line-height: 13px;
	color: #707674;
	background: url('/images/rb.png') top center no-repeat;
}

#order2 input[type=radio]+label
{
	display: block;
	margin-left: 30px;
	margin-bottom: 15px;
	font-size: 14px;
}

#order2 input[type=radio]+label b
{
	display: block;
}

#order3 sup
{
	color:#ee0308;
}

#order3 input[type=radio]
{
	display: none;
}

#order3 input[type=radio]+label::before
{
	content: ' ';
	float: left;
	position: relative;
	margin-left: -30px;
	margin-top: 0px;
	display: block;
	width: 18px;
	height: 18px;
	background: url('/images/rb.png') bottom center no-repeat;
}

#order3 input[type=radio]:checked+label::before
{
	content: ' ';
	font-size: 33px;
	line-height: 13px;
	color: #707674;
	background: url('/images/rb.png') top center no-repeat;
}

#order3 input[type=radio]+label
{
	display: block;
	margin-left: 30px;
	margin-bottom: 15px;
}

#order3 input[type=radio]+label b
{
	display: block;
}

.blank_basket
{
	display: block;
	width: 80%;
	margin: 30px auto;
	background:#EEEEEE;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.blank_basket p
{
	text-align: center;
	font-size: 16px;
	color:#666;
}

.blank_basket a
{
	padding: 10px;
}

.error_block_new
{
	display: none;
	font-size: 12px;
	color: #ee0308;
}

.help_block
{
	display: block;
	color:#878787;
	font-size: 12px;
}

.c_count
{
	display: grid;
	grid-template-columns: 20px auto 20px;
	width: 80px;
}

.c_count>div
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #fff;
}

.c_count input
{
	-webkit-appearance:none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border:none;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
}
/*---------------ORDER----------------*/

#form2 input[type=text], #form3 input[type=text], #form3 input[type=file], #form3 textarea
{
	-webkit-appearance:none;
	font-size: 14px;
	display: block;
	width: 100%;
	line-height: 20px;
	box-sizing: border-box;
	padding: 5px 10px;
	border-radius: 3px;
	border:1px solid #ccc;
	background-color: #fff;
	/*border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;*/
}

#form3 .file a
{
	display: none;
}

#form3 .field_input
{
	padding: 5px 0;
}

.pp_product
{
	display: grid;
	width: 100%;
	box-sizing: border-box;
	grid-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}

.pp_product img
{
	max-width: 100%;
}

.pp_product div.pp_name
{
	grid-column: span 2;
}

.pp_product div.pp_name span
{
	display: block;
	padding-top: 20px;
}

.pp_buttons
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	width: 100%;
}

.pp_buttons .button
{
	font-size: 14px;
	width: auto;
}

.sender span
{
	display: none;
}

.input_div .error-mes
{
	display: none;
}

.input_div .name
{
	display: block;
	font-size: 14px;
}

.input_div input
{
	display: block;
	width: 100%;
	box-sizing: border-box;

}

.cookie-info>div
{
	padding: 0 10px !important;
}