* {
 padding:0; margin:0; 
 font-size: 14px;
 font-family: Roboto,-apple-system,'Segoe UI','Segoe WP',Roboto;
}
a {outline: none; text-decoration: none; color: #3c3d7e;}
a:hover {color: #3070A0;}
table {border-collapse: collapse; padding: 0 px; border-spacing: 0px; border: 0px;}
body {
}
ul {list-style-type:none;}
.flex1 {flex:1;}
.flexcenter {display:flex; justify-content: center; align-items: center;}
.msgok {animation: blinkmsgok 0.5s linear infinite;}
@keyframes blinkmsgok {
 0% {color: #2a2;}
 51% {color: #060;}
 100% {color: #2a2;}
}
.msgerr {animation: blinkmsgerr 0.5s linear infinite;}
@keyframes blinkmsgerr {
 0% {color: #f22;}
 51% {color: #900;}
 100% {color: #f22;}
}

.navmenu {margin-left:20px;}
.navmenu li {float: left; padding:18px 18px 0 18px;}
.navmenu li:hover {-webkit-transform:translateY(-1px); transform:translateY(-1px);}
.navmenu a label{font-size: 13px; text-shadow: black 0 0 5px; color:#fff; margin: 5px 0 5px 0; text-transform: uppercase; }
.navmenu li:hover a label{text-shadow: white 0 0 5px; transition: 0.5s;}

.nav {
 box-shadow: 0 1px 24px 0 rgba(0,0,0,0.24);
 background: #eb6f11;
}
.navcont {
 display: flex;
 width: 100%;
}
.navlogo {
 width:120px;
 display: flex;
 justify-content: right;
 margin: 5px;
 user-select: none;
}
.navlogo2 {
 display: flex;
 justify-content: right;
 margin: 5px 30px 5px 5px;
 user-select: none;
}
.navlogo3 {
 flex:1;
 height: 40px;
 margin-left: 20px;
 user-select: none;
 display:none;
}
.navpanel {
 width: 100%;
}
.navfindpanel {
 width: 100%;
 float: right;
 margin: 15px 10px 0 0;
}
.navfind {
 display: flex;
 justify-content: center;
 border-radius: 7px;
 padding: 4px 10px;
 -webkit-box-shadow: 0 2px 7px 1px rgba(0,0,0,0.25); box-shadow: 0 2px 7px 1px rgba(0,0,0,0.25);
 background: #fff;
}
.navbtnpanel {
 display: flex;
 justify-content: right;
 width: 100%;
 margin-top: 20px;
 user-select: none;
}

#lpanelcont {
 position: static;
 display: flex;
 justify-content: right;
 width: 100%;
 margin-top: 20px;
 user-select: none;
}

.navbtn {
 max-width: 120px;
 color: #eee;
 fill: #eee;
 padding: 3px 15px;
 position: relative;
 cursor:pointer;
} 
.navbtn:hover {color: #fff; fill: #fff;}
#cartpanel {min-width: 95px;}
#cartp_title .navbtn {float:left; padding-right:0;}
.navbtnico {
 display: flex;
 justify-content: center;
}
.navbtntxt, .navbtntxtl{
 text-align: center;
 font-size: 14px;
 font-weight: 500;
 white-space: nowrap;
 overflow: hidden;
}

#ifind {
 width: 100%;
 border: none;
 outline: none;
 color: #333;
}
.fico {fill: #aaa; cursor:pointer; margin-left:5px; background:none; border:none;}
.fico:hover {fill: #333;}

.backpathpanel{display: flex; align-items: center; width: 100%;  margin: 10px 0 15px 0;}
.pathpanel {color: #666;}
.wwwback {
 display:flex;
 margin-right: 15px;
 padding: 5px 15px 5px 10px;
 cursor: pointer;
 text-align: center;
 font-size: 13px;
 font-weight: bold;
 color: #444;
 user-select: none;
 border: 1px solid rgba(0,0,0,.1);
 border-radius: 5px;
 background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
 transition: all .218s ease 0s;
}
.wwwback:hover {
 color: #222;
 border: 1px solid rgb(198,198,198);
 background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
 box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.wwwback:active {
 color: #333;
 border: 1px solid rgb(204,204,204);
 background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
 box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}
.strel-left {
 border-top: 8px solid transparent;
 border-bottom: 8px solid transparent;
 border-right: 16px solid #fb7f21;
 margin-right: 7px;
}


.socspanel {display: flex;  width: 100%; align-items: center; justify-content: right;}
.socsbtn {margin: 0 5px; fill: #ddd;}
.socsbtn:hover {fill: #fff;}

.spconttphoto {
 margin: 10px 0 0 0px;
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 justify-content: center;
}
.spconttphoto_el {
 margin: 10px 10px 10px 10px;
 border-radius: 3px;
 display: flex;
 justify-content: center;
 overflow: hidden;
}
.spconttphoto_el a img {height: 150px; box-shadow:0 2px 5px 1px rgba(0,0,0,0.25); border-radius: 5px;}

.content {
 min-height:520px;
 background: #fefefe;
}

.winmodal_bg {
 position: fixed; z-index: 1000;
 top: 0; left: 0; width: 100%; height: 100%;
 background: #000; opacity: 0.7;
}
.winmodal_frm {
 display: flex;
 position: fixed; z-index: 1002;
 top: 0; left: 0; width: 100%; height: 100%;
 align-items: center; align-content: center; justify-content: center; 
}
.winmodal_w {
 border: 1px solid #666; border-radius: 5px; box-shadow:0 2px 7px 1px rgba(0,0,0,0.25);
 padding: 10px;
 opacity: 1;
 background: #fff;
 overflow-y: auto;
}
.winmodal_headp {
 display: flex;
 padding: 5px 0;
 font-size: 16px; font-weight: 700; color: #333;
 border-bottom: 1px solid #ddd; 
 margin-bottom: 10px;
}
.winmodal_headtext {
 flex: 1;
 height: 24px;
 padding-right: 15px;
 display: flex;
 align-items: center; 
 white-space: nowrap; overflow: hidden;
}
.winmodal_cont {
 height: calc(100% - 80px);
 border: 1px solid #eee;
 overflow-y: scroll;
 scrollbar-width: thin;
 scrollbar-color: #aaa #eee;
}
.winmodal_close {
 display: flex;
 width: 22px; height: 22px;
 padding-bottom:1px;
 align-items: center; align-content: center; justify-content: center;
 border-radius: 100%;
 -webkit-user-select: none;
 cursor: pointer;
 font-size: 14px;
 background: #fff;
}
.winmodal_close2 {
 display: flex;
 width: 50px; height: 30px;
 align-items: center; align-content: center; justify-content: center;
 border-radius: 7px;
 -webkit-user-select: none;
 cursor: pointer;
 font-size: 14px; color: #fff; margin-top: 5px;
}
.winmodal_close:hover {background: #fafafa; box-shadow: 0 0 5px 2px rgba(0,0,0,0.07)}
.winmodal_bottomp {
 display: flex;
 border-top: 1px solid #ddd; 
 margin-top: 20px;
}

.zakaz_lst_i {
 max-width: 700px;
 border: 1px solid #ddd;
 border-radius: 5px;
 box-shadow: 0 2px 7px 1px rgba(0,0,0,0.25);
 margin: 15px 0;
}
.cart_lst_i {
 border: 1px solid #ddd;
 border-radius: 5px;
 box-shadow: 0 2px 7px 1px rgba(0,0,0,0.25);
 margin-bottom: 20px;
}
.zakaz_head {
 display: flex;
 padding: 10px;
 border-radius: 5px 5px 0 0;
 background: #edf9ff;
}
.voz_head {
 display: flex;
 padding: 10px;
 border-radius: 5px 5px 0 0;
 background: #fff3ee;
}
.opl_head {
 display: flex;
 padding: 10px;
 border-radius: 5px 5px 0 0;
 background: #f6f6f6;
}
.lkzakfil_panel {display:flex; }
.lkzakfil_el {display:flex; white-space: nowrap; align-items: center; margin-bottom: 5px; max-width: 300px;}
.lkzakfil_el1 {flex: 0 0 30%;}
.lkzakfil_el2 {flex: 0 0 70%;}
.lkzakfil input {margin-right:5px; padding: 2px 3px; width: 100%}
.lkzakfil label {color:#666; font-size: 12px; margin-right:2px;}
.lkzakfil_i {margin:0 5px;}
.lkuv {margin-top:30px; font-size: 15px; color: #333;}
.zak_selstatus {padding:2px 5px; margin-left:2px; margin-right:2px; width:100%;}
.zak_n {color: #666; font-size: 15px; font-weight: 500;}
.zak_status {margin-top:2px;}
.zak_t1 {color: #999; font-size: 12px; margin-right: 5px;}
.zak_t2 {color: #333; font-size: 14px;}
.zak_suml {text-align: center; color: #333; font-size: 12px; }
.zak_sum {color: #ee5000; font-size: 15px; font-weight: 700; text-align: center; white-space: nowrap;}
.zak_f1 {flex: 1;}
.zak_f2 {width: 200px; display: flex; justify-content: center; align-items: center;}
.zak_f3 {width: 120px;}
.zakaz_cont, .ztov_i, .cart_i {display: flex; padding: 10px;}
.zakaz_info {width: 300px; }
.zakaz_info div {margin: 5px;}
.ztov_img {width: 60px; display: flex; justify-content: center;}
.ztov_img img {max-width: 50px; max-height: 50px;}
.ztov_kod {color: #999; font-size: 11px;}
.ztov_n {color: #666; font-size: 13px; margin-top: 3px;}
.ztov_price {color: #ee5000; font-size: 12px; margin-top: 2px;}
.balance_i {padding:5px; display:flex;}
.balance_n {color: #666; font-size: 12px; margin-left:15px}
.balance_sum {width: 60px; color: #005000; font-size: 13px; text-align:right;}
.balance_sum_m {width: 60px; color: #ee5000; font-size: 13px; text-align:right;}
.lkopl_i {
 max-width: 700px;
 border: 1px solid #ddd;
 border-radius: 5px;
 box-shadow: 0 2px 7px 1px rgba(0,0,0,0.25);
 margin: 15px 0;
}
.opl_z_i {display:flex;}
.lkopl_status {color: #333;}
.lkopl_btn {padding: 3px 10px;}
.opl_znam {color: #666; font-size: 12px; padding:3px; flex:1;}
.opl_znam:hover {color: #333;}
.opl_zsum {color: #ee5000; font-size: 12px; padding: 0 5px; white-space: nowrap;}
.opl_zpart {color: #999; font-size: 12px; padding: 0 5px;}
.pe_input {
  background: #fff;
  height:26px;
  border: 1px solid #ccc; border-radius: 5px;
  color: #333;
  font-size: 16px;
  font-style: italic;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin: 3px 0 3px 0;
  padding: 1px 5px 1px 5px;
  width: calc(100% - 10px);
}
.pe_input80 {width:80px;}
.pe_input80c {width:80px; text-align: center;}
.pe_input100 {width:100px;}
.pe_input100c {width:100px; text-align: center;}
.pe_input150 {width:150px;}
.pe_input150c {width:150px; text-align: center;}
.pe_input200 {width:200px;}
.pe_input200c {width:200px; text-align: center;}
.pe_input600 {width:605px;}
.pe_ta_about {resize: none; height:300px;}
.pe_btnpanel {
 height: 40px;
 margin: 30px 0 0 0;
 padding: 15px 0 0 0;
 border-top: 1px solid #ddd; 	
}
.pe_btn {
  position: relative; 
  float: left;
  height:32px;
  font-size: 16px; 
  margin-right: 10px; padding: 0 30px;
  border:0px; border-radius: 18px; box-shadow: rgba(0, 0, 0, 0.4) 0 0.1em 1px, rgba(0, 0, 0, 0.3) 0 0.2em 6px;
  cursor: pointer;
}
.pe_btn1 {color: #fff; background: #3c3d7e;}
.pe_btn1:hover {background: #2c2d6e;}
.pe_btn2 {color: #fff; background: #44AC46;}
.pe_btn2:hover {background: #339C36;}
.pe_btn3 {color: #333; background: #fff; border: 1px solid #ccc; }
.pe_btn3:hover {background: #eee;}
.pe_btn:active {top: 2px;}
.pe_btn_a {
 text-align: center;
 line-height: 32px; 
}
.lk_frm {max-width: 600px;}
.pe_frm h1, .lk_frm h1 {
 font-size: 13px; 
 font-weight: 800; 
 color: #888;
 margin: 20px 0 5px 0;
 padding: 0px;
}
.pe_frm h2 {
 font-size: 13px; 
 font-weight: 700; 
 color: #888;
 margin: 5px 0 5px 0;
 padding: 0px;
}
.lk_cont {}
.lk_menu {
 display: flex;
 width: 100%;
 margin: 0 0 20px 0;
 border-bottom: 1px solid #eee; 
}
.lk_menu a {border-left: 1px solid #aaa; border-right: 1px solid #aaa; border-radius: 5px 5px 0 0; margin-right:3px;}
//.lk_menu a:first-child {border-left: 1px solid #999;}

.lkmenu_i {
 display: flex;
 padding: 7px 10px 5px 10px;
 height: calc(100% - 10px);
 color: #666;
 font-size: 14px;
 font-weight: 500;
 align-items: center;
 text-align: center;
}
.lkmenu_i:hover, .lkmenu_isel {color: #003070;}
.lk_btnpanel {
 display: flex;
}
.lk_btnaddadr {
 display: flex;
 justify-content: center; align-items: center; 
 padding: 0 10px;
 height:28px;
 font-size: 15px; 
 margin: 0px 0 0 5px; 
 border:0px; border-radius: 5px;
 box-shadow: rgba(0, 0, 0, 0.4) 0 0.1em 1px, rgba(0, 0, 0, 0.3) 0 0.1em 5px;
 cursor: pointer;
 user-select: none; 
}
.lk_btnseladr {
  display: flex;
  width: 23px;
  height: 23px;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid #999;
  border-radius: 4px;
  background: #fff;
  -webkit-user-select: none;
  cursor: pointer;
  margin: 5px 0 0 -27px;
}
.lk_btnpanel_r {display:flex; justify-content: right; padding: 0 5px 5px 0;}
.lk_del_adr {color:#a00; cursor: pointer; user-select: none;}
.lk_del_adr:hover {color:#e00;}
.lpaneluser {
 color: #333;
 font-size: 13px;
 margin-left:10px;
}
.lpanel_u_h {color:#333; font-size: 16px; margin: 10px; font-weight: 700;}
.lpanel_u_ul {margin-top: 10px;}
.lpanel_u_ul li {padding: 10px 10px;}
.lpanel_u_ul li a{
 color: #333;
}
.lpanel_u_ul li a:hover {
 color: #0e86b8;
}

.lbut {
 margin:0 0 0 10px;
 padding:3px 15px;
 display:inline-block;
 border-radius:4px;
 text-align:center;
 color: #333;
 box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
 text-transform: uppercase;
 font-size: 13px;
}
.lbut:hover {
 color: #004080; 
 transition: .5s;}	
}
.lbutcart {
 padding:2px 10px 0 10px;
 display:inline-block;
 text-align:center;
 text-transform: uppercase;
 font-size: 13px;
}
.lbutcart:hover {-webkit-transform:translateY(-1px); transform:translateY(-1px);}
.lbutcart span:hover {text-shadow: white 0 0 5px;}
.pcar_sum {margin-left:-10px; color: #333;}
.pcar_cart {color: #333;}
.pcar_kol {
 display: inline-flex;
 border-radius: 100%;
 position: relative;
 top: -2px;
 left: -25px;
 height: 20px;
 min-width: 20px;
 line-height: 20px;
 text-align: center;
 justify-content: center;
 background: #fe7200;
 color: #fff;
 font-size: 12px;
 font-weight: bolder;
}

#auth_panel_open, #reg_panel_open, #acc_panel_open, #cart_panel_open {
 display: none;
 position: absolute;
 z-index: 999;
 top:46px; 
 right:5px;
 width:334px;
 height: auto;
 padding: 15px;
 background: #fff;
 border-radius: 4px 0 4px 4px;
 -webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,0.25); box-shadow:0 2px 7px 1px rgba(0,0,0,0.25);
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 overflow: hidden;
 cursor: default;
}

.lbutenter {
 cursor: pointer;
}
.lbutenter_open {
 margin:0 0 0 10px;
 padding:3px 15px;
 display:inline-block;
 border: 1px solid #ccc;
 border-radius:4px 4px 0 0;
 text-align:center;
 box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
 text-transform: uppercase;
 font-size: 13px;
 background: #fff;
 color: #444;
 -webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,0.25); box-shadow:0 2px 7px 1px rgba(0,0,0,0.25);
 cursor: pointer;
}
.lbutenter_open:after {
 content: '';
 position: absolute;
 z-index: 3;
 top:17px; right:1px;
 width:91px;
 height: 6px;
 background: #fff;
}
.lbutenter span:after {
 content: '\25BC';
 padding-left:3px;
 font-size: 10px;
}
.lbutenter_open span:after {
 content: '\25B2';
 padding-left:3px;
 font-size: 10px;
}
.formenter {width:302px; padding:0px;}
.formenter input{
 width: calc(100% - 20px);
 font-size: 14px;
 margin-top: 15px;
 padding: 0px 9px;
 height: 30px;
 border: 1px solid #ccc;
 border-radius: 5px;
}
.formenter button {
 background: #eee;
 color: #444;
 text-shadow: none;
}
.g-recaptcha {margin-top:15px;}



.contint {transition: 1s; width:98%; margin-right: auto; margin-left: auto;}

.contentcont {padding:20px 15px 50px 15px;}
.contentcont p {padding:10px 0 0 0; line-height: 1.1;}
.contentcont h3 { font-weight: 700; font-size: 22px;}

.spcont img {padding:15px;}
.spcont ul {padding:0 10px; }
.spcont ul li {margin-top:5px;}
.spcont ul li:before {content: "-"; position: relative; left: -5px;}
.spcont h5 {padding:20px 0 0 0; font-weight: 700; font-size: 18px; color:#900;}
.spcont h6 {padding:10px 0 0 0; font-weight: 700; font-size: 12px; color:#090;}
.spcont table {margin:10px 0 10px 15px; -webkit-box-shadow:0 2px 5px 1px rgba(0,0,0,0.25); box-shadow:0 2px 5px 1px rgba(0,0,0,0.25);}
.spcont table td {border: 1px solid #cdcdcd; padding:10px;}

.aboutcont ul {margin-top:5px;}
.aboutcont ul li {margin:5px 0 0 20px;}
.partcont h2 {color:#333; margin:10px 0 5px 0;}
.partcont p {color:#666; padding:0;}
 
.header {
 color: #666;
 font-size: 20px;
 padding: 0 0 5px 15px;
 font-weight: 700;
 border-bottom: 1px solid #ddd;
 margin-bottom: 25px;
}
.header2 {
 color: #666;
 font-size: 16px;
 font-weight: 700;
 margin-bottom: 20px;
}


.bottom {box-shadow: 0 1px 24px 0 rgba(0,0,0,0.24);}
.bottomcont {padding:10px;}
.br {border-top: 1px solid #ccc;}
.bottombr {margin:20px 0; border-top: 1px solid #ccc;}
.bottomс {display: flex; color: #333; min-height:45px;}
.bottomс1 {flex:1; display:flex; align-items: center; min-width:95px; padding: 0 5px;}
.bottomс3 {display: flex; align-items: center; justify-content: right; flex-wrap: wrap;}
.bottomс3a {display:flex; justify-content: right; flex-wrap: wrap;}
.bottom_phone {font-size:14px; color: #000;  margin-left: 10px; white-space: nowrap;}
.bottom_phonen {margin-left: 5px; padding: 0 2px;color: #333; white-space: nowrap;}
.bottomс p{font-size:15px; line-height: 22px;}
.bottom_soc {width: 100%; text-align: right;}
.bottom_soc a {margin-left: 10px;}
.bmenu {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 user-select: none;
}
.bmenucol {
 flex: 0 0 20%;
 margin: 20px 10px;
 min-width: 230px;
}
.bmenucol h1{padding-bottom: 10px; font-weight:bold;}
.bpmenu li{line-height: 1.7; font-size:16px;}
.bpmenu a {font-size:15px; font-weight: 400; padding: 0 2px; border-bottom: 1px solid #3c3d7e; }
.bpmenu a:hover {color:#FF8C00;}

.menuinfo {display:none; width:100%; height:30px; margin-top:15px; align-items: center; cursor: pointer;}
.menuinfo_head {flex:1;}
.menuinfo_head span {padding: 0px 2px; font-size: 15px; font-weight: 700; color: #eee; background: #05060a; border-bottom: 1px solid #666;}
.menuinfo_updown {width: 30px; height:30px; background: url(img/up.svg) center no-repeat; transition: .3s;}
.menuinfo_down {transform: rotate(180deg);}

.vs_group {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 width: 100%;
}
.vs_elem {
 display: flex;
 position: relative;
 flex: 0 0 31.9%;
 margin: 20px 10px 0 10px;
 max-width: 360px;
 min-width: 300px;
 height: 190px;
 justify-content: center;
 border-radius: 10px;
 box-shadow: 0 4px 14px rgba(52,52,52,.12);
 box-shadow: 0 2px 7px 1px rgba(0,0,0,0.25);
 background-image: url(img/bg_button.png);
 background-color: #fff; 
}

.vs_elem:hover {
 box-shadow: 0 4px 7px 5px rgba(0,0,0,0.25);
 -webkit-transform: translateY(-1px); transform: translateY(-1px);
 transition: .3s;
}

.vs_elem a {width: 100%;}
.vs_elem_img {
 display: flex;
 padding: 10px;
 justify-content: center;
}
.vs_elem_ncont {
 display:flex;
 justify-content: center;
 margin-top: 5px;
}
.vs_elem_name {
 font-weight:bold;
 font-size:18px;
 color: #fff;
 background-color: #019db6;
 border-radius: 10px;
 text-align: center;
 padding: 3px 10px;
}

.pricefil {
 border: 1px solid #ddd;
 border-radius:5px;
 -webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,0.25); box-shadow:0 2px 7px 1px rgba(0,0,0,0.25);
 margin: 20px 0;
 padding:5px 0 30px 0;
}
.fil_li_par {
 margin: 25px 1px 0 1px;
 padding: 7px 19px; 
 font-weight: bold;
 font-size: 14px;
 color: #333;
 cursor: pointer;
 user-select: none;
}
.fil_li_val {
 margin: 0 1px 0 1px;
 padding: 7px 40px;
 font-size: 14px;
 color: #333;
 cursor: pointer;
 user-select: none;
}
.fil_li_par:hover {color: #000; transition: .3s;}
.fil_li_val:hover {color: #000; background: #eee; transition: .3s;}
.fil_li_val i {color: #a0a2a5;}
.fil_li_val span {margin-left:5px;}

.fil_up:before, .fil_down:before {
 display: inline-block;
 line-height: 10px; 
 color: #aaa;
 font-size: 16px;
 margin-right: 5px;
}
.fil_up:before {
 content: "\2303";
}
.fil_down:before {
 content: "\2304";
}

.fil_btnpanel {
 display: flex; 
 justify-content: center; align-items: center; 
 margin: 20px 0 0 0;
}

.fil_btn {
 width: 80%;
 height:36px;
 color: #fff;
 border: 1px solid transparent; border-radius: 8px;
}

.fil_pricepanel {
 display: flex; 
 justify-content: center; align-items: center; 
 margin-top: 10px;
}
.fil_price {
  width: 35%;
  height: 26px;
  border: 1px solid #ccc; border-radius: 5px;
  color: #333; 
  font-size: 14px;
  margin: 3px 0 3px 0;
  padding: 0px 5px 0px 5px;
}
.fil_pricepanel span {margin: 0 7px;}
.fil_price_rp {
 position: relative;
 width: 84%;
}
.price_panel {
 display: flex;
 align-items: center;
 padding-bottom: 5px;
 border-bottom: 1px solid #ccc;
}
.pp_pages {flex:1;}
.pp_pagelimit {}
.price_page{
 float: left;
 margin-left: 5px;
 border: 1px solid rgba(0,0,0,0); border-radius: 5px;
 padding: 5px 10px;
 color: #009CF0;
 cursor: pointer;
 user-select: none;
}
.price_page:hover{border: 1px solid #ccc;}
.price_pagesel{
 float: left;
 margin-left: 5px;
 border: 1px solid #ccc; border-radius: 5px;
 padding: 5px 10px;
 color: #666;
 user-select: none;
}

#fil_price_r_from, #fil_price_r_to {height: 16px; display: block; width: 100%;}
#fil_price_r_to {margin-top: -16px;}
input[type=range]{pointer-events: none; -webkit-appearance: none;} 
input[type=range]::-webkit-slider-thumb{pointer-events: all; }
input[type=range]::-moz-range-thumb{pointer-events: all;}
input[type=range]::-ms-thumb{pointer-events: all;}
input[type=range]:focus {outline: none;}
input[type=range]::-webkit-slider-thumb {
 -webkit-appearance: none;
 width: 20px; height: 20px;
 border-radius: 100%; 
 box-shadow: 1px 0px 1px #dc6500;
 background: #fc8507;
 cursor: pointer;
 margin-top: -6px;
}
input[type=range]::-moz-range-thumb {
 -webkit-appearance: none;
 width: 20px; height: 20px;
 border: 0px; 
 border-radius: 100%; 
 box-shadow: 1px 0px 1px #dc6500;
 background: #fc8507;
 cursor: pointer;
}
#fil_price_r_from::-webkit-slider-runnable-track {
 height: 9px;
 border: 1px solid #ddd; border-radius: 2px;
 background: #eee;
}
#fil_price_r_from::-moz-range-track {
 height: 9px;
 border: 1px solid #ddd; border-radius: 2px;
 background: #eee;
}
#fil_price_r_to::-webkit-slider-runnable-track {height: 7px;}
#fil_price_r_to::-moz-range-track {height: 7px;}
#fil_price_r_to::-ms-track {height: 7px;}


.bc_orange {
 background: linear-gradient(to top, #fc8507, #ffa218);
}
.bc_orange:hover {
 background: linear-gradient(to top, #ec7500, #ef9208);	
}
.bc_blue {
 background: linear-gradient(to top, #37aee2, #1e96c8);
 //box-shadow: 0 0 5px 2px rgba(14,134,184,0.1)
}
.bc_blue:hover {
 background: linear-gradient(to top, #279ed2, #0e86b8);	
}

.indexmenu {
 position: relative;
 width:32.5%; padding:26px 3%; height:220px; 
 border-radius: 5px; 
 box-shadow: 0 4px 14px rgba(52,52,52,.12);
 box-shadow: 0 2px 7px 1px rgba(0,0,0,0.25);
 background-repeat: no-repeat; background-position: right bottom; 
 -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
 -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease;
 overflow: hidden;
}
.indexmenu:hover {
 box-shadow:0 4px 7px 5px rgba(0,0,0,0.25);
 -webkit-transform:translateY(-2px);
 -moz-transform:translateY(-2px);
 -ms-transform:translateY(-2px);
 transform:translateY(-2px);
}

.indexmenu-header {
 color:#fff;
 text-shadow: 2px 2px 2px #000;
 letter-spacing:1px;
 font-weight:bold;
 text-transform:uppercase;
 margin-bottom:15px;
 font-size:18px;
}
.indexmenu-text {
 color:#fff;
 text-shadow: 1px 1px 1px #000;
 font-size:16px;
 line-height:1.7;
}
.black {
 color:#000;
 text-shadow: 1px 1px 1px #ccc;
}

.pricecont{
 display: flex; 
}

.pricegrcont {
 min-width:300px;
 background: #fff;
 margin-right: 30px;
}
.pricefilcont {
 min-width:300px;
 background: #fff;
 margin-right: 30px;
}
.priceitemcont {
 width:100%;
 margin-top: 20px;
}
.pricegroops {
 border: 1px solid #ddd;
 border-radius:5px;
 -webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,0.25); box-shadow:0 2px 7px 1px rgba(0,0,0,0.25);
 padding:5px 0 10px 0;
}
.pricegroops_ul li{border-bottom: 1px solid #ddd;}
.pricegroops_ul li:last-child{border-bottom: 0;}
.pricegr_li:hover {color: #004080; background:#eee; transition: .3s;}
.price_lvl1 {padding: 10px 15px 10px 15px; color: #444; font-weight:bold;}
.price_lvl2 {padding: 10px 15px 10px 25px; color: #555;}
.price_lvl3 {padding: 10px 15px 10px 35px; color: #555;}
.price_lvl4 {padding: 10px 15px 10px 45px; color: #555;}
.price_lvl5 {padding: 10px 15px 10px 55px; color: #555;}
.pricegrsel {background:#eee; color: #004080;}
.pricegrsel:before {content: "\27AB";}
.pricehead {padding-bottom:10px; color:#666;}
.pricehead a {color:#666;}
.pricehead a:hover {color: #0e86b8;}

.price_lst_gr, .price_lst_tov {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
 justify-content: center;
}
.price_lst_gr {margin-bottom: 30px;}
.price_lst_tov {margin-top: 30px;}
.price_lst_gr_el, .price_lst_tov_el {
 margin: 10px 10px 10px 10px;
 border-radius:3px;
 -webkit-box-shadow:0 2px 5px 1px rgba(0,0,0,0.15); box-shadow:0 2px 5px 1px rgba(0,0,0,0.15);
 display: flex;
 justify-content: center;
 overflow: hidden;
}
.price_lst_gr_el {width: 204px;}
.price_lst_tov_el {width: 204px;}

@media (max-width:630px) {
 .price_lst_gr, .price_lst_tov {justify-content: space-around;}
 .price_lst_gr_el, .price_lst_tov_el {margin: 0 0 10px 0; width: calc((100% - 20px)/ 2);}
}

.price_lst_gr_el a {width: 100%;}

.price_lst_gr_dimg, .price_lst_tov_dimg {display: flex; justify-content: center; align-items: center;}
.price_lst_gr_dimg {height:164px; width:100%;}
.price_lst_tov_dimg {height:204px; width:100%;}
.price_lst_gr_img {max-width: calc(100% - 4px); max-height: 200px;}
.price_lst_tov_img {max-width: calc(100% - 4px); max-height: calc(100% - 4px);}
.price_lst_gr_name, .price_lst_tov_name {
 display: flex; justify-content: center; align-items: center; text-align: center;
 padding: 0 5px;
 color: #eb6f11; font-size: 14px; font-weight: 700;
 overflow: hidden;
 margin-bottom: 5px;
}
.price_lst_tov_srok, .price_lst_tov_ves{
 display: flex; justify-content: center; align-items: center; text-align: center;
 padding: 0 5px;
 color: #333; font-size: 11px;
 overflow: hidden;
 height:18px;
 margin: 5px 0;
}
.price_lst_tov_srok {margin-bottom: 20px;}
.price_lst_tov_ves span {color: #4B0082; font-weight: 600; margin: 0 5px 0 5px;}
.price_lst_tov_srok span {color: #006; font-weight: 600; margin: 0 5px 0 5px;}

.price_lst_gr_el:hover .price_lst_gr_name, .price_lst_gr_el:hover .price_lst_tov_name {color: #db5f01;}
.price_lst_gr_name {padding: 0 0 10px 0;}
.price_lst_tov_name {height:50px;}
.price_lst_tov_price {
 display: flex; justify-content: center; align-items: center; text-align: center;
 height:30px;
 margin:5px 0 15px 0;
 font-size: 17px;
 color: #080;
 font-weight: 700; 
}
.price_lst_tov_about {
 height:30px;
 padding: 5px 10px 5px 10px;
 color: #888;	
 overflow: hidden;
}

.pricein {
 border-top: 1px solid #ddd;
 cursor: pointer;
 line-height: 38px;
 font-weight: bold;
 text-align: center;
 color: #fff;
 border-radius:0 0 2px 2px;
 -ms-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; user-select: none;
}

.priceview_cont {width: 100%;}
.priceview_contf {
 display: flex;
 flex-wrap: wrap;
}
.priceview1{
 width: 30%;
}
.priceview2{
 margin:0 0 0 40px;
 width: calc(70% - 40px);
}
@media (max-width:520px) {
 .priceview1 {width: 100%;}
 .priceview2 {width: 100%; margin:0;}	
 .price_lst_tov_dimg {height: 200px;}
}

.priceview_name {padding:20px 0; font-weight: 700; color:#333; font-size: 24px;}
.priceview_imgphoto {
 display: flex; justify-content: center; align-items: center; 
 width: 100%;
 border: 1px solid #eee;
 border-radius:5px;
 overflow: hidden;
}
.priceview_imglst {
 display:flex;
 width: 100%;
 overflow-x: scroll;
 scrollbar-width: thin;
 scrollbar-color: #ddd #f6f6f6;
 padding-bottom: 5px;
}
.priceview_imgsm {
 display:flex;
 justify-content: center;
 align-items: center;
 width: 100px;
 height: 100px;
 margin: 10px 10px 0 0;
 border: 1px solid #eee; border-radius: 5px;
}
.priceview_imgsm img{max-width: 100px; max-height: 100px; cursor: pointer;}

.priceview_img {max-width: 100%; max-height: 100%; border:none;}
.priceview_price { color:#999; font-size: 16px; margin: 10px 0; padding:0 !important}
.priceview_price span {font-size:18px; color:#090;}
.priceview_tocart {
 width: 300px;
 margin: 20px 0 20px 0;
 line-height: 40px;
 border-top: 1px solid #ddd;
 border-radius: 10px;
 cursor: pointer;
 font-weight: 700;
 text-align: center;
 color: #fff;
 -webkit-user-select: none; user-select: none;
}
.priceview_rrs {
 margin: 15px 0 20px 0;
}
.priceview_rrsno div label {-webkit-animation: blink 1s linear infinite; animation: blink 0.5s linear infinite;}
@-webkit-keyframes blink {
 0% {border: 1px solid #e33;}
 51% {border: 1px solid #eee;}
 100% {border: 1px solid #e33;}
}
@keyframes blink {
 0% {border: 1px solid #f22;}
 51% {border: 1px solid #eee;}
 100% {border: 1px solid #f22;}
}

.pv_srr {display: inline-block; margin: 0 5px 5px 0;}
.pv_srr input {display: none;}
.pv_srr label {
 display: inline-block;
 cursor: pointer;
 padding: 0px 15px;
 line-height: 34px;
 border: 1px solid #999;
 border-radius: 6px;
 user-select: none;
}
.pv_srr input:checked + label, .pv_srr label:hover {
 background: #ffe0a6;
}
.pv_srr input:disabled + label {
 color: #999;
}
.priceview_about {padding:20px 0; font-size:15px; color:#666;}
.priceview_h1 {font-size:14px; color:#999;}
.priceview_h1 span {font-size:14px; color:#333;}
.priceview_h2 {font-weight: 700; font-size:20px; color:#333; margin: 15px 0 0 0;}
.priceview_pr {margin-top:15px; color:#444;}
.priceview_pr span {color:#060;}

.contact_info {margin-top: 20px;}
.contact_mappanel {
 margin-top: 20px;
 height: 400px;
 border: 1px solid #ddd;
 border-radius:5px;
 -webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,0.25); box-shadow:0 2px 7px 1px rgba(0,0,0,0.25);
}

.cartlist

.tcartlist {width:100%; -webkit-box-shadow:0 2px 5px 1px rgba(0,0,0,0.25); box-shadow:0 2px 5px 1px rgba(0,0,0,0.25);}
.tcartlist td{
 padding:10px;
 border: 1px solid #cdcdcd;
 text-align:center; 
}
.tcartlist td.itog {border: 0px solid #cdcdcd; padding: 0 5px 0 20px; text-align:right; }
.tcartlist td.tpr_n {padding: 10px; text-align:left; vertical-align:top}
.tcartlist a:hover  {color: #001050;}
.cartlistsht {width: 25px; text-align:right; margin: -3px 0 0 0; 
 line-height: 12px;
 padding: 2px 5px;
 border: 1px solid #ccc;
 border-radius: 2px;
}
.tcartlistimg img {max-width:120px; max-height:120px; border:0; padding: 0;}

.cart_i {border-top: 1px solid #eee;}
.cart_i_n {color: #aaa; font-size: 13px; }
.cart_i_n span {color: #333; margin-left: 3px;}
.cart_i_itog {flex:1; text-align: right; margin:1.5px 3px 0 0;}
.cart_i_itogs {color: #FF6600; font-weight: 500; }
.ztov_dt {width:100%;}
.cart_tov_f {display: flex;}
.cart_tov_del {color: #c00; font-size:12px; padding: 5px;}
.cart_tov_img {width:100px; display:flex; justify-content: center; align-items: center; margin-right:10px;}
.cart_tov_img img {max-width: calc(100% - 4px); max-height: calc(100% - 4px); border:0; padding: 0;}
.cart_tov_kod {flex:1; color: #aaa; font-size: 13px; margin:5px 0;}
.cart_tov_kod span {color: #333;}
.cart_tov_n {margin:7px 0;}
.cart_tov_n a {color: #666; font-size: 15px;}
.cart_tov_n a:hover {color: #333;}
.cart_tov_price {color: #FF6600; font-size: 14px; font-weight: 500; margin:5px 0; white-space: nowrap;}
.cartlist_adr_s {width:90%; font-size: 14px;}
.cartlist_seladr_p {
 display: flex;
 line-height: 0;
 position: relative;
}
#adrdost {font-size: 14px;}
#adrdostsel {
 display: none;
 position: absolute;
 z-index: 999;
 top: 31px;
 right: 3px;
 max-height: 200px;
 line-height: 22px;
 text-align: left;
 border-radius: 0 0 4px 4px;
 -webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,0.25); box-shadow:0 2px 7px 1px rgba(0,0,0,0.25);
 background: #fff;
 overflow-y: scroll;
 scrollbar-width: thin;
 scrollbar-color: #aaa #eee;
}
#adrdostsel li {padding: 5px; cursor:pointer; user-select: none;}
#adrdostsel li:hover {background: #ddd; }

.cartlist_newadr_i {font-size: 13px; width:268px; margin: 0 2px 0 2px !important;}
.cartlist_panels {max-width:1200px; display:flex; flex-wrap: wrap; justify-content: space-between;}
.cartlist_itemspanel {
 margin: 0 15px 20px 0;
 vertical-align: top;
 flex: 1;
}
.cartlist_itogpanel {
 padding: 15px;
 margin: 0 0 20px 0;
 margin-bottom: auto;
 border-radius: 5px;
 -webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,0.25); box-shadow:0 2px 7px 1px rgba(0,0,0,0.25);
}
#cartlist_itog {
 height: 60px;
 display: flex;
 justify-content: center; align-items: center;
 font-size: 18px;
 font-weight: 700;
}
#cartlist_itog span{
 margin: 0 5px;
 color: #FF6600;
 font-size: 18px;
 font-weight: 700;
}
.cartlist_hd {
 height: 40px;
 text-align:center; 
 line-height:40px;
 font-size: 16px;
 font-weight: 700;
}
.cartlist_cl {
 min-height: 40px;
 text-align:center; 
 line-height:40px;
}
.cartlist_cl input [type="text"] {margin-top:2px; width: 100%}
.cartlist_radio {margin: 0 2px 0 5px;}
.cartlist_cl2 {
 min-height: 40px;
 text-align:center; 
 line-height:40px;
}
.cartlist_cl2 input{
 width: calc(100% - 15px);
 font-size: 14px;
 line-height: 27px;
 margin-top: 15px;
 padding: 0px 7px;
 height: 30px;
 border: 1px solid #ccc;
 border-radius: 5px;
}
.cartlist_cl3 {
 text-align:center; 	
}

.cart_comment{width: calc(100% - 12px); height: 100px; resize: none; padding:5px; border-radius: 5px; border: 1px solid #ccc;}

@media (max-width:520px) {
 .cartlist_itemspanel {width:100%; margin:0 0 20px 0;}
 .cartlist_itogpanel {width:100%; margin:0;}
}


.cartlist_btn {
 width: calc(100% - 40px);
 margin: 10px 20px;
 border-radius: 5px;
 border: 0;
 cursor: pointer;
 background: #0099CC;
 line-height: 38px;
 font-weight: bold;
 text-align: center;
 color: #fff;
 user-select: none;
}
.cartlist_btn:hover {background-color: #0088BB; }
.cartlist_comment {text-align:center; margin-top:10px;}
.cartlist_capcha {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
}
.cartlist_err { 
 color:#F00; 
 font-weight: 700;
 margin: 15px 0 10px 0;
}

@media (min-width: 1200px) {.contint {transition: 1s; width:90%;}}
@media (min-width: 1600px) {.contint {transition: 1s; width:80%;}}
@media (min-width: 2000px) {.contint {transition: 1s; width:75%;}}
@media (max-width: 870px) {
 .navlogo {display: none;}
 .navlogo2 {display: none;}
 .contint {width: 100%;}
 .content {padding: 10px;}
 #lpanelcont {
	z-index: 900;
	margin-top: 0;
	padding-top: 5px;
	position: fixed;
	background: #eb6f11;
 }
 .navlogo3 {display:block; width: 40px;}
 .navfindpanel {margin: 50px 10px 10px 0; width: calc(100% - 30px);}
 .pricegrcont, .pricefilcont {display:none;}
 .contentcont {padding: 10px 5px 50px 5px;}
}
@media (max-width: 520px) {
 #reg_panel_open, #auth_panel_open, #acc_panel_open, #cart_panel_open {
	position: fixed; left: 50%; margin-left: -167px;
 }
 .menuinfo {display: flex;}
 .bmenu {display: none;}
 .lkmenu_i {font-size: 11px; padding: 5px 5px 3px 5px;} 
 .navbtn {padding: 3px 5px;}
 .bottomс1 {text-align:center;}
}
