@font-face {
  font-family: "NeoSansCyr-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/NeoSansCyr-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/NeoSansCyr-Regular.woff") format("woff"), url("/fonts/NeoSansCyr-Regular.ttf") format("truetype"), url("/fonts/NeoSansCyr-Regular.svg#NeoSansCyr-Regular") format("svg");
}

@font-face {
  font-family: 'NeoSansCyr-LIght';
  src: url('/fonts/NeoSansCyr-LIght.woff') format('woff'),
       url('/fonts/NeoSansCyr-LIght.ttf') format('truetype'),
       url('/fonts//fonts/NeoSansCyr-LIght.svg#NeoSansCyr-LIght') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeoSansCyr-Light';
  src: url('/fonts/NeoSansCyr-Light.eot');
  src: url('/fonts/NeoSansCyr-Light.woff2') format('woff2'),
       url('/fonts/NeoSansCyr-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'NeoSansCyr-Medium';
	src: url('/fonts/NeoSansCyr-Medium.eot');
	src: url('/fonts/NeoSansCyr-Medium.eot?#iefix') format('embedded-opentype'),
	url('/fonts/NeoSansCyr-Medium.woff') format('woff'),
	url('/fonts/NeoSansCyr-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'ALSRubl';
  src:  url('/fonts/ALSRubl.eot?#iefix') format('embedded-opentype'),  
      url('/fonts/ALSRubl.otf')  format('opentype'),
      url('/fonts/ALSRubl.woff') format('woff'), 
    url('/fonts/ALSRubl.ttf')  format('truetype'), 
    url('/fonts/ALSRubl.svg#ALSRubl') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {}

body {
	position:relative;
    font-size:12px;
    line-height:20px;
    color:#979797;
	font-family:"NeoSansCyr-Regular", Helvetica, Trebuchet MS, Sans, Arial;
	margin:0px auto;
	background:#fff url("images/fon/f4.jpg");
}
div, form, input, textarea {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

ol, ul {
    list-style: none;
	padding: 0;
}

table, table td {
    padding:0;
    border:none;
    border-collapse:collapse;
}
img {
    vertical-align:top;
}

.main {
    /*width:940px;*/
    padding:0;
    margin:0 auto;
    position:relative; 
	
}
a {color:#979797; outline:none;}
a:hover {text-decoration:none;}

.clear {clear:both; width:100%; line-height:0; font-size:0;}


.wrapper {position:relative;}





a {cursor:pointer;}


.b_shadow {box-shadow:0 0 0 1px rgba(0,0,0,.1),0 3px 4px -3px rgba(0,0,0,.3); }
/*********************************row-2*************************************/



/*********************************row-3*************************************/

.row-3 {
	width:290px; 
	height:40px; 
	position:absolute;
	top:50px;
	left:30px; 
	z-index:2;
	background: transparent;
	-webkit-transition: top 0.5s ease 0s;
	-moz-transition: top 0.5s ease 0s;
	-o-transition: top 0.5s ease 0s;
	transition: top 0.5s ease 0s;
}
.row-3.hid {
	top:-90px;  
	-webkit-transition: top 0.5s ease 0s;
	-moz-transition: top 0.5s ease 0s;
	-o-transition: top 0.5s ease 0s;
	transition: top 0.5s ease 0s;
}
.row-3 .box_menu {
	width:40px; 
	height:40px; 
	position:absolute;
	top:0px;
	left:0px; 
	z-index:2; 
	border-radius:2px;
	background: #fff;
}
.row-3 .box_call-center {
	position:absolute; 
	top:0px; 
	left:50px; 
	width:240px;
	height:40px;
	border-radius:2px;
	background-color:#fff;	
}
.row-3 .call-center {

	width:100%;
	height:100%;
	cursor:pointer;
	
}
.row-3 .call-center .dico {
	width:24px;
	height:24px;
	position:absolute; 
	top:8px; 
	left:8px;
}
.row-3 .call-center .text-1 {display:block; width:220px; position:absolute; top:20px; right:0px;  font-size:14px;  text-align:center; }
.row-3 .call-center .text-2 {display:block; width:220px; position:absolute; top:3px; right:0px;  font-size:20px; text-align:center; color:#888;}

.row-3 .call-form {
	width:290px;
	position:absolute; 
	top:50px;
	left:-50px;
	background-color:#fff;
	z-index:2; 
	display:none;
	-webkit-transition:  top 0.5s ease 0s, left 0.5s ease 0s;
	-moz-transition:  top 0.5s ease 0s, left 0.5s ease 0s;
	-o-transition:  top 0.5s ease 0s, left 0.5s ease 0s;
	transition: top 0.5s ease 0s, left 0.5s ease 0s;
}
.row-3 .call-form.hid {
	left:-370px;  
	top:190px;
	-webkit-transition:  top 0.5s ease 0s, left 0.5s ease 0s;
	-moz-transition:  top 0.5s ease 0s, left 0.5s ease 0s;
	-o-transition:  top 0.5s ease 0s, left 0.5s ease 0s;
	transition: top 0.5s ease 0s, left 0.5s ease 0s;
}

.order-form {
	position:absolute; 
	top:100px;
	left:30px;  
	width:290px;
	height:auto;
	z-index:1; 
	padding-bottom:72px;
	-webkit-transition: left 0.5s ease 0s;
	-moz-transition: left 0.5s ease 0s;
	-o-transition: left 0.5s ease 0s;
	transition: left 0.5s ease 0s;
}
.order-form.hid {
	left:-320px;  
	-webkit-transition: left 0.5s ease 0s;
	-moz-transition: left 0.5s ease 0s;
	-o-transition: left 0.5s ease 0s;
	transition: left 0.5s ease 0s;
}
/*********************************content*************************************/
#content {width:100%;height:100%; padding:0px; position:relative; z-index:1;}

#myMap {
	position:relative;
	width:100%;
	min-height:100%;
	height:auto;
}
.box_order {
	position:relative;
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px; 
	padding:10px; 
	padding-bottom:4px; 	
	background:#fff;
}
.box_order .row {
	min-height:55px;
	margin-bottom:5px;
	position:relative;
}
.box_order .p_box{
	display:inline-block; 
	min-width:130px;
	height:60px;
	margin-right:6px;
}
.box_order .p_box:nth-child(2n){
	margin-right:0px;
}

.box_order .row .title{
	display:block; 
	font-size:14px; 
	line-height:20px; 
	margin-bottom:2px;
}
.box_order .row input, .box_order .row select, .box_order .ip_box select, .box_order .p_box .dinput, .box_order .ip_box .dinput, #form_ask_question .row input,  #form_ask_question .row textarea {
	font-size:13px; 
	color:#888; 
	height:30px;
	padding:5px 8px; 
	margin:0;  
	border:solid 1px #c3c3c3;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	
}

.box_order .row input, .box_order .row select, .box_order .p_box .dinput {
	width:100%; 
}
.box_order .row input[name="QUANTITY"] {
	width: 60px;
	padding: 0px 18px;
	text-align: center;
  }
.box_order .ip_box{

	min-width:130px;
	width:100%;
	height:20px;

}
.box_order .ip_box select {
	/*width:220px;
	margin-left:6px;*/
	width:100%; 	
}
.box_order .ip_box .dinput {
	width:100%;
	border:0;
	font-size:34px;	
	text-align:right;
}
.box_order .dinput marquee {
	width:150px;
	float:right;
}
.box_order .row input.QUANTITY {
	width:60px; 
	padding:0px 18px;
	text-align:center;
}
.box_order .row input.WHAT_CARRING {
	width:200px; 
	float:left;
	cursor:pointer;
}
.box_order .row select[name="WHAT_CARRING"] {
	width: 200px;
	float: left;
  }
.box_order .row select[name=PERIOD] {
	width:150px; 
	float:right;
}
.box_order .row input[name=WHEN] {
	width:110px; 
	text-align:center;
}
.box_order .row input[NAME=FIO], .box_order .row input[NAME=FIO_2] {
	width:110px; 
}
.box_order .row input[NAME=PHONE], .box_order .row input[NAME=PHONE_2] {
	width:150px; 
	float:right;
}
.box_order .row input[NAME=INN], .box_order .row input[NAME=KPP] {
	width:130px; 
}
.box_order .row input[name=TIME_1], .box_order .row input[name=TIME_2] {
	width:76px; 
	text-align:right;
	padding-right:10px;
}
.box_order .row .list_catalog {
	position:absolute;
	width:200px; 
	top:50px;
	left:0px;
	border:solid 1px #c3c3c3;
	background-color:#fff;
	z-index:30;
	cursor:pointer;
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
}
.box_order .row .list_catalog .list_section {
	width:100%; 
}
.box_order .row .list_catalog .name_section {
	font-size:14px;
	/*font-weight: bolder;*/
	letter-spacing:2px;
	padding:3px 5px;
	color:#fff;
	background-color:#c3c3c3;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.box_order .row .list_catalog .name_section:hover {
	background-color:#333;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.box_order .row .list_catalog .list_section .el_catalog {
	width:100%; 
	padding:1px 12px;
}
.box_order .row .list_catalog .list_section .el_catalog:hover {
	color:#333;
}
.box_order .row .list_catalog.show, .box_order .row .list_catalog .name_section.show, .box_order .row .list_catalog .list_section.show {
	display:block; 
}
.box_order .row .list_catalog.hid, .box_order .row .list_catalog .name_section.hid, .box_order .row .list_catalog .list_section.hid {
	display:none; 
}
.box_order .row .box_quantiti {
	position:relative;
	width:60px; 
	float:right;
}
.box_order .row .box_quantiti .measure {
	position:absolute;
	height:20px;
	top:-20px;
	right:0px;
}
.box_order .row .box_quantiti .minus, .box_order .row .box_quantiti .plus {
	position:absolute;
	width:18px;
	height:30px;
	top:0px;
	cursor:pointer;
	
	text-align:center;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.box_order .row .box_quantiti .minus:hover, .box_order .row .box_quantiti .plus:hover {
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	-webkit-box-shadow:inset 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:inset 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow:inset 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.box_order .row .box_quantiti .minus {
	left:0px;
	font-size:28px;
	line-height:30px;
}
.box_order .row .box_quantiti .plus {
	right:0px;
	font-size:24px;
	line-height:34px;
}
.box_order .row input:hover, .box_order .row input:focus, .box_order .row select:hover, .box_order .ip_box select:hover {
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
}
.box_order .row .mit {
	display:inline-block;
	width:18px;
	height:30px;
	font-size:13px; 
	line-height:32px;
	position:relative;
	left:30px;
	margin-left:-10px;
}
.box_order .row .bobuda {
	display:inline-block;
	float:right;
	
}
.box_order .row .buda {
	color:#979797;
	font-size:11px;
	line-height: 10px;
	border:0;
	background-color:transparent;
	padding:0px;
	margin-left:10px;
	cursor:pointer;
}
.box_order .row .buda:hover {
	color:#000;
}

.box_order .row .buda .ico_check {
	width:16px;
	height:16px;
	border-bottom:0;
}
.box_order .row .buda .ico_check.not_img {
	background-image: none;
	border-bottom:dotted 1px #888;
}
.box_order .row .buda.form_hid {
	display:none;
}
.box_order .row .bomym {
	display:none;
}
.box_order .obutton {
	height:50px;
	
	border:solid 2px #c3c3c3;
	background-color:#c3c3c3;
	color:#fff;
	text-transform: uppercase;
	line-height:50px;
	text-align:center;
	cursor: pointer;
	position:absolute;
	bottom:-74px;
	-webkit-transition:background-color 0.3s ease 0s;
	-moz-transition:background-color 0.3s ease 0s;
	-o-transition:background-color 0.3s ease 0s;
	transition:background-color 0.3s ease 0s;

	z-index:20;
}

.box_order .obutton:hover {
	background-color:#fff;
	color:#c3c3c3;
	-webkit-transition:background-color 0.3s ease 0s;
	-moz-transition:background-color 0.3s ease 0s;
	-o-transition:background-color 0.3s ease 0s;
	transition:background-color 0.3s ease 0s;

}
.box_order .loader {
	height:50px;
	border:solid 2px #c3c3c3;
	background-color:#fff;
	z-index:1;
	position:absolute;
	bottom:-74px;
	padding-top:4px;
	text-align:center;
}
.box_order .loader img {
	width:38px;
	height:38px;
}

.box_order .obutton.order, .box_order .obutton.cellme,.box_order .loader {
	width:290px; 
	left:0px;
	font-size:30px;
}
.box_order .obutton.history {
	width:94px; 
	left:-10px;
	font-size:16px;
}
.box_order .obutton.active_orders {
	width:194px; 
	left:86px;
	font-size:28px;
	z-index:2;
	
}
.box_order .loader.loader_orders {
	width:194px; 
	left:86px;
}
.box_order .err {
	width:290px; 
	height:20px;
	background-color:#f9b5b6;
	color:#000;
	font-size:14px;
	line-height:20px;
	text-align:center;
	position:absolute;
	left:0px;
	bottom:-24px;
	display:none;
}
.box_order .ok_order {
	width:290px; 
	height:50px;
	border:solid 2px #4c6c59;
	background-color:#b5f9d0;
	color:#4c6c59;
	font-size:14px;
	line-height:15px;
	text-align:center;
	display: none;
	position:absolute;
	left:0px;
	bottom:-74px;
	cursor:default;
	z-index:30;
}
.box_order .ico_car{
	width:26px;
	height:20px;
	vertical-align:top;
}
/*
.box_order .add_fe{
	width:50px;
	height:100px;
	display:inline-block;
	float:left;
	margin-right:6px;
	background-size:44px;
	background-position:bottom center;
	cursor:pointer;
	border:solid 1px #c3c3c3;
	padding-top:20px;
	text-align:center;
	font-size:56px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
*/
.box_order .add_fe{
	
	position:absolute;
	top:-15px;
	left:100px;
	width:70px;
	height:26px;
	background-color:#fff;
	-border-radius:12px;
	background-size:24px;
	background-position:35px center;
	cursor:pointer;
	text-align:left;
	padding-left:6px;
	font-size:30px;
	line-height:26px;
	border:solid 1px #888;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.box_order .add_fe:hover{
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
}
.box_order .reglin{
	position:relative;
	width:100%;
	background-color:#888;
	margin:18px 0px;
	clear:both;
}
.box_order .reglin.min{
	height:2px;
	transition: height 0.5s ease-out 0s;
}
.box_order .reglin.info{
	height:20px;
	transition: height 0.5s ease-out 0s;
}
.box_order .reglin .reglin_but{
	position:absolute;
	top:-3px;
	width:26px;
	height:26px;
	background-color:#fff;
	border-radius:12px;
	background-size:24px;
	cursor:pointer;
}
.box_order .reglin .reglin_but:hover{
	background-size:26px;	
}
.box_order .reglin .reglin_but.up-down{
	right:2px;
}
.box_order .reglin .reglin_but.close{
	left:2px;
}
.box_order .reglin .reglin_but.evd{
	transform: rotate(0deg);
	transition: transform 0.5s ease-out 0s;
	z-index:20;
}

.box_order .reglin .reglin_but.evu{
	transform: rotate(-180deg);
	transition: all 0.5s ease-out 0s;
}
.box_order .v_info{
	color:#fff;
	font-size:12px;
	margin-left:30px;
}
#form_ask_question {
	width:290px;
	padding:10px 10px 115px 10px;
	background-color:rgba(255,255,255,1);
	position:relative;
}
#form_ask_question .row input, #form_ask_question .row textarea {
	width:100%;
	font-size:13px; 
	color:#888; 
	padding:5px 8px; 
	margin:0;  
	border:solid 1px #c3c3c3;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
#form_ask_question .row input:hover, #form_ask_question .row textarea:hover, #form_ask_question .row input:focus, #form_ask_question .row textarea:focus {
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
}

#form_ask_question .row input {
	height:30px;
}
 #form_ask_question .row textarea {
	height:60px; 
 }
#form_ask_question .obutton {
	width:270px;
	height:60px;
	border:solid 2px #c3c3c3;
	background-color:#c3c3c3;
	color:#fff;
	font-size:32px;
	text-transform: uppercase;
	line-height:60px;
	text-align:center;
	cursor: pointer;
	position:absolute;
	bottom:10px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
#form_ask_question .obutton:hover {
	background-color:#fff;
	color:#c3c3c3;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
#form_ask_question .err {
	width:270px; 
	height:20px;
	background-color:#f9b5b6;
	color:#000;
	font-size:14px;
	line-height:20px;
	text-align:center;
	position:absolute;
	left:10px;
	bottom:80px;
	display:none;
}
#form_ask_question .ok_quest {
	width:270px; 
	height:60px;
	border:solid 2px #4c6c59;
	background-color:#b5f9d0;
	color:#4c6c59;
	font-size:16px;
	line-height:18px;
	text-align:center;
	display: none;
	position:absolute;
	left:10px;
	bottom:10px;
	cursor:default;
}
.capcha_box {
	height:55px;
}
.capcha_box  .div_capcha{
	position:relative;
	height:30px;
	border: solid 1px #c3c3c3;
}
.capcha_box span {
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 2px;
}
.capcha_box .div_capcha img{
	width:134px; 
	height:28px;
	float:left;
}
.capcha_box .div_capcha input[type=text]{
	width:134px; 
	height:28px;
	float:left;
	font-size: 13px;
	color: #888;
	padding: 5px 8px 5px 18px;
	margin: 0;
	border:0;
	border-left: solid 1px #c3c3c3;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.capcha_box .div_capcha  #new_capcha {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    border: solid 1px #888;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    background-image: url('images/reload_8.svg');
    position: absolute;
    top: 4px;
    left: 123px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.capcha_box .div_capcha input[type=text]:hover, .capcha_box .div_capcha input[type=text]:focus, .capcha_box .div_capcha  #new_capcha:hover{
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
}

.my_orders {
position:relative;
	width:100%;
	height:100%;
}
.my_orders .box_list_orders {
	position:absolute;
	top:100px;
	left:30px;
	width:290px;
	height:auto;
	padding-bottom:4px;
		-webkit-transition: left 0.5s ease 0s;
	-moz-transition: left 0.5s ease 0s;
	-o-transition: left 0.5s ease 0s;
	transition: left 0.5s ease 0s;
}
.my_orders .box_list_orders.hid {
	left:-320px;  
	-webkit-transition: left 0.5s ease 0s;
	-moz-transition: left 0.5s ease 0s;
	-o-transition: left 0.5s ease 0s;
	transition: left 0.5s ease 0s;
}
.my_orders .box_list_orders  .my_orders_list{
	max-height:346px;
	overflow-x:hidden;
	overflow-y:auto;
	padding-right:0px;
}
.my_orders .box_list_orders .title {
	font-size:22px;
	line-height:22px;
	margin-bottom:10px;

}


.my_orders .box_list_orders .row_list {
	font-size:12px;
	line-height:16px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	cursor:pointer;
}

.my_orders .box_list_orders .status {
	color:#fff;
}
.my_orders .box_list_orders .row_list .pay_n {
	padding:5px;
}
.my_orders .box_list_orders .pay {
	width:100%;
	height:36px;
	border:solid 2px #fff;
	font-size: 18px;
	text-transform: uppercase;
	color:#fff;
	background-color:transparent;
	cursor:pointer;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.my_orders .box_list_orders .pay:hover {
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	-webkit-box-shadow:inset 0px 0px 8px rgba(255, 255, 255, 0.9);
	-moz-box-shadow:inset 0px 0px 8px rgba(255, 255, 255, 0.9);
	box-shadow:inset 0px 0px 8px rgba(255, 255, 255, 0.9);
}
.my_orders .box_list_orders .pay_y {
	font-size: 18px;
	padding:5px;
	text-transform: uppercase;
	color:#fff;
	background-color:transparent;
	text-align:center;
}

.box_content {
	font-size:14px;
	padding:95px 30px;
}
.box_content .tifo {
	font-size:20px;
	text-align:right;
	margin-bottom:5px;
}
.box_history  .status  {
	color:#fff;
	padding:7px 5px;
	overflow: hidden;
	
}
.box_history  .to_adr , .box_history  .gruz {
	padding:0px 5px;
}
.box_history  .status button  {
	float:right;
	height:24px;
	color:#fff;
	border:solid 2px #fff;
	background-color:transparent;
	cursor:pointer;
	opacity:1;
	vertical-align:middle;
	font-size:14px;
	padding-bottom:3px;
	margin-left:5px;
}
.box_history  .status button:hover  {
	opacity:0.7;
}
.box_history  .row_list {
	margin-bottom:10px;
	padding-bottom:5px;
	border-style:solid;
	border-width:2px;
	border-top:0px;
	background-color:#fff;
	min-width:290px;
}
.box_history .form_hp input {
	font-size: 13px;
	color: #888;
	margin: 0;
	border: solid 1px #c3c3c3;
	border-right:0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.box_history .form_hp input:hover {
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);
}
.box_history .form_hp button {
	border: solid 2px #c3c3c3;
	background-color: #c3c3c3;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
sup {
	font-size:70%;
}
.window_100 {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-color:rgba(0,0,0,0.2);
	z-index:10;
	display:none;
}
.window_100 .window_item {
	width:290px;
	/*min-height:200px;
	
	position:absolute;
	margin:-130px 0px 0px -100px;
	top:50%;
	left:50%;
	*/
	
	position:fixed;
	
	top:50px;
	left:30px;
	background-color:#fff;
	border:solid 2px #888;
	z-index:10;
	display:none;
	padding:10px;
}
.window_100 .window_close {
	width:16px;
	height:16px;
	cursor:pointer;
	position:absolute;
	top:2px;
	right:2px;
	background-color:#fff;
}
.window_100 .window_close:hover {
	background-color:#eee;
}
.window_100 .window_item .el_mym {
	border-bottom:solid 1px #b2b2b2;
	margin-bottom:5px;
	padding-bottom:3px;
	cursor:pointer;
}
#to_top {
	width:40px;
	height:40px;
	background-color:rgba(255,255,255,0.8);
	border-radius:20px;
	position:fixed;
	z-index:10000;
	bottom:10px; /* отступ кнопки от нижнего края страницы*/
	left:10px;
	cursor:pointer;
	display:none;
}
.not_display {
	display:none;
}
.form_back {
	position:fixed;
	top:10px;
	left:20px;
	width:30px;
	height:30px;
	background-color:#fff;
	border-radius: 2px;
	cursor:pointer;
	font-size:24px;
	text-align:center;
	line-height:30px;
	-webkit-transition: left 0.5s ease 0s;
	-moz-transition: left 0.5s ease 0s;
	-o-transition: left 0.5s ease 0s;
	transition: left 0.5s ease 0s;
	background-size:4px;
}
.form_back.hid {
	left:-60px;  
	-webkit-transition: left 0.5s ease 0s;
	-moz-transition: left 0.5s ease 0s;
	-o-transition: left 0.5s ease 0s;
	transition: left 0.5s ease 0s;
}
.form_back div {
	width:16px;
	height:16px;
	margin:7px;
}

.buda_form {
	width:40px; 
	height:40px; 
	position:absolute;
	top:0px;
	right:0px; 
	z-index:2; 
	border-radius:2px;
	background: #fff;
	cursor:pointer;
	display:none;
}
.buda_form .dico {
	width:24px;
	height:24px;
	position:absolute; 
	top:8px; 
	left:8px;
}


@media(max-width: 649px) {
	.box_history {padding:105px 30px;}
	
}
@media(max-height: 819px) {
	/* .box_order { */
		/* padding-bottom:110px; */
	/* } */
	.box_order .obutton.order {
		position:fixed;
		bottom:0px;
	}
	.box_order .loader_order {
		position:fixed;
		bottom:0px;
	}
	.box_order .obutton.order, .box_order .loader_order  {
		left:30px;
	}
	.box_order .err {
		position:fixed;
		left: 30px;
		bottom: 50px;
	}
	.box_order .ok_order {
		position:fixed;
		bottom:0px;
		left:30px;
	}
}