@font-face {
    font-family: 'Open Sans'; 
    font-weight: 400;
    font-style: normal;
    src: url(/css/fonts/OpenSans-Regular.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans'; 
    font-weight: 600;
    font-style: normal;
    src: url(/css/fonts/OpenSans-SemiBold.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans'; 
    font-weight: bold;
    font-style: normal;
    src: url(/css/fonts/OpenSans-SemiBold.ttf) format("truetype");
    font-display: swap;
}



@font-face {
    font-family: 'Roboto Slab'; 
    font-weight: 400;
    font-style: normal;
    src: url(/css/fonts/RobotoSlab-Regular.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Slab'; 
    font-weight: 600;
    font-style: normal;
    src: url(/css/fonts/RobotoSlab-Bold.ttf) format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Roboto Slab'; 
    font-weight: bold;
    font-style: normal;
    src: url(/css/fonts/RobotoSlab-Bold.ttf) format("truetype");
    font-display: swap;
}


#hello-bonus{
  font-family: 'Open Sans';
    line-height: 29px;
    background: #eafad4;
    text-align: center;
    font-size: 13px;
    padding: 0 15px;
}
#hello-bonus a{
color: #111;
  }
   #hello-bonus-mob{
         display: none;
     }
     #oform-cart{
  text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    font-weight: 400 !important;
    background: #ff3535;
    font-size: 13px !important;
    line-height: 21px;
    padding: 0 10px;
    color: #fff !important;
    border-radius: 4px;
}
.full-carts #name-mycart{
  color:red;
}

#oform-cart:hover{
      background: #bf312c;
}
  @media screen and (max-width: 600px){
     #hello-bonus{
         display: none;
     }

      #hello-bonus-mob{
        display: block;
    font-family: 'Open Sans';
    line-height: 23px;
    background: #fbfab6;
    text-align: center;
    font-size: 13px;
    padding: 4px 14px;
     }
      #hello-bonus-mob a{
  color:#111;
      }
  }

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
html{font-size:100%;}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.75em;margin:2.33em 0}
b,strong{font-weight:bold}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;}
button,input{line-height:normal}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}


.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }



.box-modal {
	position: relative;
	width: 500px;
	padding: 16px;
	background: #fff;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }





html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,section,nav,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;  
}
ol, ul {
list-style: none;
}

table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 
section, nav, header, footer, article 
{
 display:block;
}
body
{

}
		
	
	
.animate
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.action-button
{
	position: relative;
	padding: 10px 40px;
  margin: 0px 10px 10px 0px;

	border-radius: 10px;
	font-family: 'Pacifico', cursive;
	font-size: 25px;
	color: #FFF;
	text-decoration: none;	
	border-top: 0;
border-left: 0;
border-right: 0;
}

.blue
{
	background-color: #3498DB;
	border-bottom: 5px solid #2980B9;
	text-shadow: 0px -2px #2980B9;
}

.red
{
	background-color: #E74C3C;
	border-bottom: 5px solid #BD3E31;
	text-shadow: 0px -2px #BD3E31;
}

.green
{
	background-color: #82BF56;
	border-bottom: 5px solid #669644;
	text-shadow: 0px -2px #669644;
}

.yellow
{
	background-color: #F2CF66;
	border-bottom: 5px solid #D1B358;
	text-shadow: 0px -2px #D1B358;
}

.action-button:active
{
	transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}
.rubl{
  font-size: 21px;
  color: #575757;
  font-weight: normal;
  display: inline-block;
  line-height: 7px;
  text-transform: uppercase;
  border-bottom: 1px solid #575757;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,section,nav,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
 /*
@font-face {
    font-family: 'Open Sans';
    src: url('/css/open.ttf'); 
    font-weight:normal;
}

@font-face {
    font-family: 'Open Sans'; 
    src: url('/css/openb.ttf'); 
    font-weight:bold;
} */

:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;    
}
ol, ul {
list-style: none;
}

table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 
section, nav, header, footer, article 
{
 display:block;
}
body
{

}
.order-name {
overflow: hidden;
}	
.content-mn header
{
    height: 90px;
    position: relative;
    width: 1090px;
    display: block;
    background: #fff;
    margin: 0 auto;
}	
.content-mn header>div
{
width: 1090px;
margin: 10px auto 0px;
}
header.retailrocket-widgettitle {
    margin-bottom: 15px !important;
    text-align: center;
    font-family: 'Open Sans' !important;
    font-size: 17px;
    margin-top: 20px;
}
#list-linker{
	text-align: left;
}
#list-linker li{
	display: inline-block;
font-family: 'Open Sans';
}
#list-linker li a{
display: inline-block;
    padding: 5px 8px;
    color: #868686;
    text-decoration: none;
    font-size: 13px;
    line-height:33px;
}
#list-linker li a:hover{
    color: #030303;
}
#sch-img{
    position: absolute;
    left: 690px;
    top: 11px;
    width: 21px;
    opacity: .6;
}
.bx-search .ya-site-form__input input{
        width: 290px !important;
}
.bx-search .ya-site-form__input input{
          width: 98% !important;
}
#ya-site-form0 .ya-site-suggest {

    font-family: 'Open Sans';
}
#adapt-li {
    display: none !important;
}
nav{
display:block;
}		
#list-catalog{
  height: 38px;
}
.shop-type-menu{
  background-color: #F5D848; 
}
.post-type-menu{
  background-color: #c6ea71; 
}
#list-catalog>li{
    display: inline-block;  margin-right: -4px; vertical-align: top;
}
#list-catalog>li>a{
    text-decoration: none;
    color: #18191A;
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 12px 9px;
    display: inline-block;
    letter-spacing: 0px;
}
.shop-type-menu>li>a:hover{
   background-color: #E5C529; 
}
.post-type-menu>li>a:hover{
   background-color: #acca64; 
}
.actp{
    background-color: #D3B316;
  color: #fff;
}
footer{
    padding: 20px;
  background-color: #C8C8C8;
}
footer>div{
    margin: 15px auto;
  width: 1090px;
}
footer ul{
  
}
footer ul li{
  
}
footer ul a{
    display: block;
  line-height: 25px;
  color: #343434;
  font-family: 'Open Sans';
  font-size: 13px;
}
.ft-ph{
    font-size: 13px;
  font-family: 'Open SAns';
  color: #333;
}
.ft-ph span{
    display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Trebuchet MS';
}

.list-tovar li:hover{
    box-shadow: rgb(214, 214, 214) 0px 0px 5px;
    border-radius: 3px;
}


.remodal{max-width: 500px;}
.remodal-close {
    left: 462px;
    text-align: center;
    }
    .remodal h2{
          text-align: center;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 16px;
    }
    .remodal p{
           text-align: center;
    font-family: 'Open Sans';
    }
    #contact-form input[type='submit'], #contact-formu input[type='submit']{
display: inline-block;
    padding: 4px 29px;
    border-radius: 4px;
    background: #ffca00;
    font-family: 'Open Sans';
    font-size: 19px;
    color: #000;
    line-height: 30px;
    margin-top: 4px;
    font-weight: 600;
    letter-spacing: -0.5px;
    border: 0;
    }
    #contact-form .row, #contact-formu .row{
      margin: 10px;
    text-align: center;
    }
    #contact-form input[type='text'], #contact-formu input[type='text']
    {
        padding: 6px 10px;
    width: 200px;
    font-family: 'Open Sans';
    }
    #contact-form label.error, #contact-formu label.error{
          display: block;
    font-size: 12px;
    color: #E31515;    font-family: 'Open Sans';
    }
    #title-call{
    line-height: 17px;
    font-size: 14px;
    font-family: 'Open Sans';
    color: #464646;
    margin-bottom: 5px;
    }
    #back-call{
          text-decoration: none;
    font-family: 'Open Sans';
    border-radius: 3px;
    width: 173px;
    background-color: #fff;
    display: inline-block;
    margin-top: 1px;
    margin-left: 30px;
    font-size: 16px;
    padding: 6px;
        background: #DF4B02;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fc8533',endColorstr = '#fb6700',GradientType = 0);
    color: #fff;
    text-align: center;
    }
    .bottom-fix-menu {
position: fixed;
    bottom: 0;
    right: 0;
    width: 240px;
    font-size: 18px;
    padding: 12px;
    z-index: 99;
    color: #131313;
    text-align: center;
    font-family: 'Open SAns';
    background: #eeff5e;
    box-shadow: -2px -2px 10px rgba(53, 53, 53, 0.36);
    border-radius: 4px 0px 0px 0px;
}
#s-subscribe{
text-decoration: none;
    font-family: 'Open Sans';
    border-radius: 3px;
    width: 189px;
    background-color: #fff;
    display: inline-block;
    margin-top: 1px;
    font-size: 16px;
    padding: 6px;
    cursor: pointer;
    border: 0px;
    background: #d62a19;
    color: #fff;
    text-align: center;
}

.left-subscribe{
    line-height: 23px;
    font-size: 17px;
    color: #0a0a0a;
    margin-left: 0px;
    font-family: 'Open Sans';
    letter-spacing: -0.5px;
    margin-top: 24px;
    margin-bottom: 10px;
}
.right-subscribe{
     padding: 5px;
    text-align: center;
}

.right-subscribe input[type='text']{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    width: 180px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    border: 0;
    padding: 7px;
    margin-bottom: 10px;
    background: #f9f9f9;
    color: #3E70AF;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.right-subscribe label.error, #exampleModal form label.error{
   display:none !important;
}
.right-subscribe input[type='text'].error, #exampleModal form input[type='text'].error {
   border: 1px solid #EF4546 !important;
}

#exampleModal{

    border: 7px solid #FFFFFF;
}
#exampleModal h4{
    text-align: center;
    margin: 5px 10px 10px;
    font-family: 'Open Sans';
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #1B1B1B;
}
#exampleModal form{
padding: 4px;
    width: 269px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.76);
    border-radius: 5px;
}

#exampleModal form .rowfe{
  margin: 10px 0px;
}

#exampleModal form .rowfe input[type='text']{
    font-size: 15px;
    padding: 10px;
    border-radius: 3px;
    width: 230px;
    margin-left: 0px;
    border: 1px solid #A2A29E;
}

#exampleModal form .rowfe input[type='submit']{
cursor: pointer;
    text-decoration: none;
    font-family: 'Open Sans';
    padding: 6px;
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    font-size: 21px;
    background: #009CFB;
    color: #FFFFFF;
    border: 0px solid #FFF;
    width: 253px;
}
#list-premium{
    padding-left: 20px;
    background: rgba(248, 223, 194, 0.69);
    border-radius: 5px;
    padding-bottom: 12px;
    padding-top: 12px;
}
#list-premium li{
         margin: 10px 0px;
}

#list-premium li img{
    height: 57px;
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
}
#list-premium li span{
    display: inline-block;
    vertical-align: top;
    width: 229px;
    font-family: 'Open Sans';
    line-height: 27px;
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
    letter-spacing: -1px;
    color: #1C1C1C;
    margin-left: 10px;
}
.frmf label{
  display:none !important;
}

.frmf input.error{
  border: 1px solid #F65353 !important;
}
#ya-site-form0 .ya-site-form__submit {
    display: block;
    width: auto;
    margin: 0 0 0 5px;
    background-color: #9E8401;
    border-radius: 3px;
    color: #fff !important;
    border: none;
    padding: 4px 18px;
    font-family: 'Arimo';
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
   
    padding: 3px;
    border-color: #F3F2F0!important;
    border-radius: 3px;
    font-family: 'Arimo';
}
#list-catalog>li { position: relative; }
#list-catalog>li:hover {
    background-color: #E5C529;
}
.podlist-catalog{
position: absolute;
    top: 38px;
    left: 0px;
    width: 270px;
    line-height: 30px;
    z-index: 999;
    background: #FFFEF7;
    border-radius: 0px 0px 3px 3px;
    overflow: hidden;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.podlist-catalog a{
text-decoration: none;
    color: #796504;
    font-family: 'Open Sans';
    font-size: 15px;
    padding: 2px 17px;
    display: block;
    line-height: 27px;
    border-bottom: 1px solid #E4E0CD;
}
.podlist-catalog a:hover{
    
     color: #000;
}
.cse input.gsc-input, input.gsc-input {
border-color: #ACACAB !important;
    border-radius: 3px !important;
    font-family: 'Arimo' !important;
    width: 300px !important;
    padding: 4px 6px !important;
}

.gsc-search-box{
  padding-top: 5px !important;
    padding-bottom: 0px !important;
}
input.gsc-search-button{
background-color: #F5D848 !important;
    width: 76px !important;
    font-family: 'Arimo' !important;
    border: 1px solid #F5D848 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    border-radius: 4px !important;
    color: #333 !important;
}
.soc-header{
      font-size: 13px;
    font-family: 'Open SAns';
    color: #333;
    margin-top: 20px;
    margin-bottom: 8px;
}
.soc-i{
  display: inline-block;
    margin-right: 6px;
}
.soc-i img{
      height: 24px;
}
.a-to-fullsite{
    display: block;
    background: #f5d848;
    margin: 0px;
    line-height: 92px;
    font-size: 28px;
    text-decoration: none;
    color: #303030;
    font-family: 'Open Sans';
}
#p-foot{
      font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #969696;
    margin: 0px 20px 15px 22px;
}
#bx-emailus{
      margin-top: 15px;
}
#bx-emailus a{
  display: inline-block;
    padding: 8px 41px;
    background: #DA990B;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 20px;
    color: #FFFCFC;
    text-decoration: none;
    border-radius: 5px;
}
#bx-emailus a:hover{
    background: #DC5A00;
}
.spec-main-menu{
        padding: 14px 9px !important;
}
.spec-main-menu:hover{
    background-color: #E5C529 !important;
}
.title-tv:hover{
        color:#fb6700;
}
a:visited .title-tv, .links a:visited, #list-linkr a:visited, .list-post a:visited, #list-post a:visited{
        color:#B40EB4; 
}

 a:visited:hover .title-tv, .links a:visited:hover, #list-linkr a:visited:hover, .list-post a:visited:hover, #list-post a:visited:hover {
    color: #CC0000 !important;
} 
#li-region-menu{
  margin-right: 5px;
}
#li-region-menu a{
  padding-left: 30px !important;
    background-image: url('../images/city.jpg');
    background-repeat: no-repeat !important;
    color: #ff8411 !important;
    background-position: 4px !important;
}
#li-region-menu span{
  border-bottom: 1px dotted #ff8112;
}
.email-form-bottom #email1-d2{
    width:auto !important;
}
.email-form-bottom #email1-d-a {
    position: absolute;
    right: 0px;
    top: -28px;
}
.email-form-bottom #email1-d-a img{
        width: 19px;
}
#soc-box{
        float: right;
    width: 516px;
    text-align: center;
}

footer{
  background-color: #f0f0f0;
}
#block-search{
    width: 510px;
    text-align: right;
    position: relative;
    margin-bottom: 20px;
    float: right;
}
#block-search-h{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #383838;
    font-weight: 600;
    letter-spacing: -0.5px;
    display: inline-block;
}
#block-bottom{
      margin: 0px auto;
    width: 1090px;
}
footer #ya-site-form2 .ya-site-form__form .ya-site-form__input-text {
    width: 315px !important;
}
#left-foot{
      width: 810px;
    float: left;padding-bottom: 30px;
}
#left-left-foot{
  font-family: 'Open Sans';
    font-size: 13px;
    line-height: 21px;
    color: #444;
    width: 403px;
    float: left;
}
#left-right-foot{
      width: 355px;
    float: right;
}
#foot-online-pay {
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 21px;
    margin: 0px;
    color: #444;
}

#left-bottom1-foot{
  float: left;
    width: 230px;
    margin-top: 10px;
    position: relative;    min-height: 200px;
}
#left-bottom2-foot{
      float: left;
    width: 190px;
    margin-top: 10px;
}
#left-bottom3-foot{
      float: right;
    width: 355px;
    margin-top: 20px;
}
.ft-ph {
    font-size: 13px;
    font-family: 'Open SAns';
    color: #333;
}
.ft-ph span {
    line-height: 30px;
    font-family: 'Open Sans';
}

#left-bottom1-foot ul li, #left-bottom2-foot ul li {
      display: block;
    color: #343434;
    font-family: 'Open Sans';
    font-size: 13px;
}
#left-bottom1-foot ul li a, #left-bottom2-foot ul li a{
      display: inline-block;
    line-height: 25px;
    color: #343434;
    font-family: 'Open Sans';
    font-size: 13px;
}

.ft-act div {
    margin-top: 10px;
    color: #343434;
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 16px;
}
.ft-act div a{
      color: #1e1e1e;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    font-weight: bold;
}
#right-foot{
      width: 210px;
    float: right;
    text-align: right;
}
#right-foot p{
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 21px;
    color: #6f6f6f;
    margin-bottom: 6px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
#right-foot div{
       padding: 11px 0px;
    text-align: center;
    border-top: 1px solid #d1d1d1;
}
#right-foot div#no-border{
      border-top: 0px;
}
#right-foot a{
      display: block;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
#right-foot span{
      display: block;
    font-family: 'Open Sans';
    text-decoration: none;
}
#right-foot div:hover span{
  color: #000;
}
#right-foot .soc-img{
-webkit-filter: grayscale(100%);
    height: 40px;
}
#right-foot div:hover .soc-img{
 -webkit-filter: grayscale(0%);

}

#foot-rekvizit{
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 23px;
    color: #444;
    width: 400px;
    top: 190px;
    left: 0;
    position: absolute;
    text-align: left;
}
#foot-safes {
    margin: 9px 0px;
    font-size: 13px;
    line-height: 19px;
    font-family: 'Open SAns';
    padding-left: 24px;
    background-image: url('../images/lock.png');
    background-repeat: no-repeat;
    background-size: 16px;
}
#foot-safes span {
    display: block;
    color: #007a00;
}
.act-img-tovar{
    right: 7px;
    position: absolute;
    top: -21px;
}

#r-syrovar {
    width: 300px;
    padding-right: 5px;
    display: none;
    background: rgb(255, 255, 255);
}
#mr-syrovar-syr {
display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 59px;
    margin-right: 0px;
    border: 2px solid #e9e9e9;
    background-image: url(/images/syrovarni.jpg);
    background-size: 97px;
    background-position: 1px;
    height: 103px;
    padding-left: 112px;
}
#mr-syrovar-obr {
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 17px;
    margin-right: 0px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(/images/oborudovanie-sir.jpg);
    background-size: 76px;
    background-position: 9px 0px;
    padding-left: 102px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#mr-syrovar-kn {
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 17px;
    margin-right: 0px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(https://belarus-lux.ru/upload/f6ed295339.jpg);
    background-size: 41px;
    background-position: 28px 0px;
    padding-left: 102px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#mr-syrovar-nabor{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 17px;
    margin-right: 0px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(/images/nabor-sir.jpg);
    background-size: 75px;
    background-position: 11px 9px;
    padding-left: 102px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#mr-syrovar-ingredient{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 17px;
    margin-right: 0px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(https://belarus-lux.ru/upload/eee9a4e9cc.jpg);;
    background-size: 80px;
    background-position: 5px 8px;
    padding-left: 102px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#mr-kopt-kaz, #mr-kopt-mang{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url('../images/kazan.jpg');
    background-size: 52px;
    background-position: 10px 5px;
}
#mr-kopt-mang{
background-image: url('../images/mangalm.jpg');
    background-size: 48px;
    background-position: 11px 12px;
}
#mr-kopt-kaz span, #mr-kopt-mang span {
    padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#region-h, #regionphone-h{
    font-family: 'Open Sans';
    line-height: 30px;
    font-size: 23px;
    margin-bottom: 25px;
}
#region-ul{
  text-align: left;
}
#region-ul li{
  display: inline-block;
    width: 200px;
}
#region-ul li a{
  display: inline-block;
    line-height: 25px;
    font-family: 'Open Sans';
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0px 15px;
    border: 2px solid #fff;
    border-radius: 13px;
}
#region-ul li a:hover{
  color: red;
}
.ch-region{
border: 2px solid #e4ab11;
    text-decoration: none;
    border-radius: 13px;
    color: #fff !important;
    background: #e4ab11;
}
 #to-account-link{
    display: inline-block;
    padding-left: 31px;
    line-height: 27px;
    background-repeat: no-repeat;
    background-image: url(../images/ords.png);
    font-family: 'Open Sans';
    color: #000;
    background-position: 8px;
    background-size: 13px;
  }
  #otsledit-now {
    display: inline-block;
    padding-left: 31px;
    line-height: 28px;
    background-repeat: no-repeat;
    background-image: url(../images/posilka.png);
    font-family: 'Open Sans';
    color: #000;
    margin-bottom: 0;
    background-position: 4px;
    background-size: 20px;
}
  #back-call-now{
display: inline-block;
    padding-left: 31px;
    line-height: 27px;
    background-repeat: no-repeat;
    background-image: url(../images/zvonok.png);
    font-family: 'Open Sans';
    color: #000;
    background-position: 6px;
    background-size: 16px;
  }
   #tri-city{  
position: absolute;
    left: -4px;
    top: 16px;
    width: 9px;
    z-index: 999;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url(../images/ugol.png);
}
#shop-in-city2{
  position: absolute;
    width: 185px;
    left: -192px;
    top: 10px;
    font-size: 13px;
    font-family: 'Open Sans';
    text-align: center;
    line-height: 19px;
}
#shop-in-city2 ul{
      border: 1px solid #d0caca;
    padding: 6px;
}
#shop-in-city2 ul li{
  margin-bottom: 10px;
}
#shop-in-city2 ul li a{
      font-weight: 600;
}
#shop-in-city2 ul li .metro-m-lay{
  
}
.metro-m-lays {
    display: block;
    text-align: center;
    margin-top: 0;
    font-weight: 600;
}


#shop-in-city2 ul li p{
      line-height: 15px;
    font-size: 12px;
    margin-top: 3px;
}
#shop-in-city2 ul li .rzh-open{
  font-size: 13px;
    color: #3e3e3e;
    cursor: pointer;
    display: inline-block;
    line-height: 16px;
    border-bottom: 1px dotted #0a0a0a;
}
#shop-in-city-h2 {
    margin-bottom: 3px;
    color: #040404;
    font-weight: 600;
}

#phone-ul{
      font-family: 'Open Sans';
    margin: 0px auto;
    width: 375px;
}
#phone-ul li{
      font-family: 'Open Sans';
    line-height: 30px;
    text-align: left;
}
#phone-ul li span{
      font-family: 'Open Sans';
    display: inline-block;
    width: 200px;
}
#li-region-delivery{
      font-size: 13px;
    border: 1px solid #fb8112;
    line-height: 30px;
    color: #757575;
    margin-top: 5px;
    padding-right: 5px;
    border-radius: 5px;
    padding-left: 5px;
}
#li-region-delivery a{
      color: #f98106 !important;
    line-height: 18px !important;
    padding: 0px !important;
}
.ft-act div a span{
    font-weight: normal;
}

#other-city{
  margin: 0px 30px 40px;
}
#other-city-h{
      font-family: 'Open Sans';
    font-size: 19px;
    color: #333;
    line-height: 32px;
    margin-bottom: 5px;
}
#other-city ul{
  list-style: disc;
   margin-left: 0;
    font-family: 'Open Sans';
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
    text-align: left;
}
#other-city ul li{
margin: 0px 10px 10px 0px;
    width: 460px;
    display: inline-block;
    vertical-align: top;
}

#other-city ul li div a{
      color: #111;
}
#other-city ul li div a:hover{
      color: red;
}
#other-city ul li div b{
      display: block;
}
.a-metro {
    display: block;
    padding-left: 28px;
    background-image: url(../images/metro-m.png);
    background-repeat: no-repeat;
    background-position: 2px;
}

#ul-foot-mobile{
  display: none;
}
#foot-rekvizit-mobile{
  display: none;
}

@media screen and (min-width: 601px){

  .mobile-menu-main{
    display: none;
  }
}


@media screen and (max-width: 600px){


.bottom-fix-menu{
    display: none;
}

.ucn-h1{
    text-align: center;
    font-family: 'Open Sans';
    font-size: 23px;
    color: #313131;
    margin-bottom: 15px;
    font-weight: 600;
    border: 0;
    padding: 0px 15px;
    margin-top: 20px;
}

.modal_form {
    width: 88%;
    border-radius: 0px;
    border: 0;
    background: #fff;
    position: fixed;
    top: 3% !important;
    left: 3%;
    margin-top: 0;
    margin-left: 0;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 3%;
}
#bcs-carts, .modal_form_div{
  text-align: center;
    font-family: 'Open Sans';
}
#bcs-carts-h, .modal_form_h{
      font-weight: 600;
    line-height: 40px;
    font-family: 'Open Sans';
}
#bcs-carts-img img, .left-pn-carts img{
  width: 80%;
}
#hsr-hor-a, .isbrock{
      font-weight: 600;
    line-height: 20px;
    font-family: 'Open Sans';
    margin: 10px 0px 4px;
    font-size: 15px;
}
#hsr-hor-b{
  font-size: 14px;
}
#hsr-hor-c, .isbrock-sl{
  line-height: 50px;
    font-size: 21px;
    font-weight: 600;
}
#hsr-hor-c .rubl, .isbrock-sl .rubl {
    font-size: 21px;
    color: #212121;
    font-weight: normal;
    display: inline-block;
    line-height: 7px;
    width: 11px;
    text-transform: uppercase;
    border-bottom: 1px solid #575757;
}
#tv-descr{
  display: none;
}
#tosite{
  width: 100%;
    display: block;
    line-height: 32px;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #fff;
    background: #1aaaff;
    cursor: pointer;
}
#bx-newxt a, #tocrts{
      width: 100%;
    display: block;
    line-height: 32px;
    border-radius: 3px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    background: #f3b117;
}
}

@media only screen and (min-width: 600px) and (max-width: 1099px) { 
#list-catalog {
    height: 38px;
    overflow: hidden;
}
}


#tochki-toppanel{
    display: none;
    padding: 0px 0px;
    color: #323232;
    background: #f6f6f6;
    font-family: 'Open Sans';
    line-height: 18px;
    font-size: 13px;
}
#tochki-toppanel>div{
    width: 1090px;
    margin: 0 auto;
    position: relative;
    background-image: url(/images/triangle-white.png);
    background-repeat: no-repeat;
    padding: 7px 0px;
    padding-left: 10px;
    background-position: left+337px bottom+0px;
}
#tochki-toppanel-title{
line-height: 25px;
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

#tochki-toppanel-list li{
display: block;
    margin-right: 0px;
    padding-left: 21px;
    background-repeat: no-repeat;
    margin-bottom: 1px;
    margin-top: 3px;
    line-height: 24px;
    background-image: url(/images/mmk2.png);
    background-position: 2px 4px;
    vertical-align: top;
} 
#tochki-toppanel-list li:hover{
    background: #fff;
    background-repeat: no-repeat;
    background-image: url(/images/mmk2.png); background-position: 2px 4px;
}
#tochki-toppanel-list .tochki-toppanel-metro{
 font-weight: 400;display: inline-block;
} 
#tochki-toppanel a{
      color: #111111;
}
#tochki-toppanel-list li span{
      display: block;
}
#close-panel-tochki{
    position: absolute;
    right: 0px;
    top: 4px;
    cursor: pointer;
}
#close-panel-tochki img{
  
}
#show-tochki-top{
  display: inline-block;
  padding: 5px 8px;
  color: #868686;
  font-size: 13px;
  line-height: 33px;
  position: relative;
}
#show-tochki-top span{
  border-bottom: 1px dotted #ff8112;
    cursor: pointer;
    color: #ff8112;
}
#img-tri-panel-tch{
    position: absolute;
    bottom: -7px;
    left: 277px;
}
.item-t-adr{
    float: left;
    width: 490px;
    margin-right: 15px;
}
.item-t-rzh{
float: left;
    width: 295px;
}
.item-t-phn{
    float: left;
    width: 149px;
    text-align: center;
}
.item-map{
  width: 100px;
    float: right;
}
.opn-shop{
        color: #309d09;
}
.cls-shop{
     color: #e61317;
}
.item-map a{
  color: #111 !important;
}
.metr-opan{
 height: 11px;
}
.li-menu-post a{
    padding-left: 32px !important;
    background-repeat: no-repeat;
    padding-right: 13px !important;
    background-position: 5px;
    margin-right: 0;
}
#li-p-post a{
      background-image: url(/images/pst-g.png)
}
#li-p-calc a{
  background-image: url(/images/calcs.png);
}
#li-p-video a{
      background-image: url(/images/vdo.png);
}
#li-p-test a{
      background-image: url(/images/tchs.png);
}
#li-p-qst a{
  background-image: url(/images/qst.png);
}
#li-p-books a{
      background-image: url(/images/bks.png);
}
#li-p-shop{
     margin-right: 0;
    float: right;margin-right: 0 !important;    background: #F5D848;
}
#li-p-shop a{
    background-image: url(/images/shp-cart-2.png);    margin-right: 0;
}
#li-p-shop a:hover{
    background: #E5C529;
    background-image: url(/images/shp-cart-2.png);
    background-repeat: no-repeat;
    background-position: 5px;
}
.actp2{
  background:#acca64;
}
@media only screen and (max-width: 1099px) and (min-width: 601px){
#tochki-toppanel>div {
    width: auto;
    margin: 0 auto;
    padding: 10px;
   
}
#tochki-toppanel-list li span {
    display: block;
    vertical-align: top;
    float: none;
    text-align: left;
}
}

@media screen and (max-width: 600px){

  #tochki-toppanel{
    display: none !important;
  }
}














#region-line{
  line-height: 33px;
    background: #f8e7b1;
    font-family: 'Open Sans';
    font-size: 13px;
}
#region-line>div{
      width: 1100px;
    margin: auto;
}
#region-line #yes-region{
      display: inline-block;
    margin: 0px 13px 0px 9px;
    line-height: 22px;
    border-radius: 5px;
    background: #db7e13;
    padding: 0px 14px;
    color: #fff;
    cursor: pointer;
}
#region-line div a#chng-region{
      color: #b05c00;
}
#no-region { display: none; }
.only-mobs{ display: none;  }

.fm-poisk{
  margin-top: 6px;padding: 0;
    width: auto;
}

.kop-m-l{
    float: left;
    width: 274px;
    margin-right: 4px;
}
.kop-m-r{
    float: left;
    width: 246px;
}
#mr-kopt-kolb{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 51px;
    margin-right: 0px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(https://lk.rdshop.ru/upload/e728705003th.jpg);
    background-size: 52px;
    background-position: 9px 0px;
}
#mr-kopt-kolb span {
    padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
.fm-poisk img{
  
}
.fm-poisk input[type="text"]{
  outline: 0;
    font-size: 15px;
    height: 32px;
    padding: 0px 5px 0px;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 270px;
    margin-left: 4px;
    margin-right: 4px;
}
.fm-poisk input[type="submit"]{
    outline: 0;
    font-size: 15px;
    background: #fff;
    color: #000;
    height: 33px;
    padding: 7px 15px 8px;
    border: 1px solid #f5d848;
    margin: 0 0 0 -1px;
    border-radius: 0;
    cursor: pointer;
}
#box-acc-logout{
      display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
#box-acc-logout img{
  opacity: .5;
}
#box-acc-logout:hover img{
  opacity: 1.0;
}
#box-expert{
      float: left;
    width: 150px;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 17px;
    padding: 0;
    margin-right: 0px;
    text-align: left;
    padding-right: 93px;
    height: 89px;
    overflow: hidden;
    background-image: url(../images/expert.jpg);
    background-repeat: no-repeat;
    background-position: right;
}
#box-expert p{
  line-height: 17px;
    color: #252525;
    font-size: 13px;
}
#box-expert a{
  text-decoration: none;
    font-size: 13px;
    font-family: 'Open Sans';
    padding: 0px 6px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    background: #ffffff;
    line-height: 23px;
    letter-spacing: -0px;
    color: #2f2f2f;
    font-weight: 600;
    border: 0;
    text-align: center;
    margin-top: 4px;
    border: 1px solid #a8a8a8;
}

#box-expert a:hover{
    background: #668e07;
    color: #ffffff;
    border: 1px solid #668e07;
}

@media screen and (max-width: 600px){

#region-line>div {
    width: 100%;
    margin: auto;text-align: center;
}
  #region-line .only-desktops{
    display: none;
  }
  #no-region{
      display: inline-block;
    margin: 0px 1px 0px 2px;
    line-height: 22px;
    border-radius: 5px;
    background: #db7e13;
    padding: 0px 5px;
    color: #fff;
    cursor: pointer; text-decoration: none;
  }
  #region-line #yes-region{
    padding: 0px 7px;margin: 0px 1px 0px 2px;

}
.only-mobs{ display: inline-block; }
}


@media screen and (max-width: 600px){

#bonus-box-user{
  display: none;
}
}
.tac{
  text-align: center;
}
.tal{
  text-align: left;
}
.tar{
  text-align: right;
}
.dnone{
  display:none;
}
#bx-to-mob{
  text-align: center;
    margin-bottom: 10px;
    margin-left: 12px;
}
.clears{
  clear:both;
}
.menu-guest{
  float:left; width:675px;
}
.menu-user{
    float: left;
    overflow: hidden;
    width: 675px;
    height: 43px;
}
.bx-search{
float: right;
    width: 385px;
    text-align: right;
    margin-right: 4px;
    height: 40px;
    overflow: hidden;
}
#bx-navigate{
  height: 36px;
}
#bx-navigate>div{
  margin:0 auto;width:1100px;
}
#content-mn{
  background-color: #fff;
    width: 1090px;
    margin: 10px auto;
    border: 1px solid #D0CACA;
}

.item-n-menu{
    
}
.item-n-menu:hover{
  background: #fff; border: 2px solid #F5D848 !important;
}
.item-n-menu2{
     
      border: 2px solid #fff !important;
}
.item-n-menu2:hover{
      border: 2px solid #F5D848 !important;
      background: #fff;
}


#email1-d{
  position:relative;
}
#email1-d-a{
  position: absolute; right: 10px;top: 7px;
}
#email1-d2{
  width: 1090px;
    margin: auto;
}
#form-sub1{
  margin: 0px 0px;
}
#form-sub1-name, #form-sub2-name{
  margin-right: 17px;margin-left: 17px;
}
#form-sub1-email, #form-sub2-email{
  margin-right: 17px;margin-left: 17px;
}
.cpoint{
  cursor:pointer;
}

#form-empodp{
  position:relative;display:none;
}
#form-empodp-a{
position: absolute;
    right: 5px;
    top: -20px;
}
#form-empodp-a img{
width: 19px;
}
#form-sub2{
  margin:0;
}


#bx-solk{
  display: none;
}
#exampleModal{
  width: 800px;
    height: 400px;
}
.arcticmodal-close img{
  width: 25px;
}
#rem-send-email{
  font-family: 'Open Sans';
    line-height: 22px;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 5px 0px;
    margin-bottom: 21px;
    font-size: 28px;
    color: #FBFBFB;
    display: inline-block;
    padding: 10px 7px;
    border-radius: 5px;
   
}
#rem-send-email-s1{
    font-size: 27px;
    color: #f04f1e;
    border-radius: 5px;
}
#rem-send-email-s2{
font-size: 28px;
    display: inline-block;
    padding: 10px 7px;
    border-radius: 5px;
}

#bx-twe3{
  float: left;
    width: 400px;
    text-align: center;
    padding-top: 20px;
    border-right: 1px solid #CCCACA;
}
#bx-twe3-l{
  float:left;width:280px;
}
#put300{
  background: #F04F1E;
    border: 0;
    color: #fff;
    font-size: 19px;
    border-radius: 4px;
    padding: 10px;
    width: 251px;cursor:pointer;
    margin-right: 13px;
}
#prein-rtu{
  float: right;
    width: 383px;
    border-radius: 4px;
}
#li-m-act{
padding-left: 30px !important;
    background-repeat: no-repeat;
    padding-right: 8px !important;
    background-position: 5px;
    background-image: url(/images/stk.png);
}
#mr-sam{
  display:none;width: 810px;background: #fff;
}
#mr-sam-l{
 float:left;width: 255px;margin-right: 4px;
}
#mr-sam-app{
display: block;
    background: #fff;
    margin: 5px;
    height: 124px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/sam-app.jpg);
    background-size: 53%;
    background-repeat: repeat-x;
    background-position: center 35px;
    border-radius: 4px;
    margin-right: 0px;
}
}
#mr-sam-app span{
display: inline-block;
    padding-left: 10px;
    font-family: 'Open SAns';
    font-size: 14px;
}

#mr-sam-dob{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
 border: 2px solid #e9e9e9;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/dobav.jpg');
    background-size: 45px;
    background-position: 9px;
}

#mr-sam-dob-sp{
    padding-left: 56px;
    font-family: 'Open Sans';
    font-size: 14px;
}
#mr-sam-oborud {
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #e9e9e9;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/oborudovanie-samogon-app.jpg);
    background-size: 45px;
    background-position: 9px;
    padding-right: 0;
}
#mr-sam-oborud span {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 10px 0px 10px 55px;
}

#mr-sam-nastoi {
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    border: 2px solid #e9e9e9;
    background-image: url(/images/nabory-dlya-nastoek-m.jpg);
    background-size: 59px;
    background-position: 5px;
    padding-right: 0;
    padding: 5px 0px 5px 0px;
}
#mr-sam-nastoi span {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 19px 0px 16px 75px;
}

#mr-sam-nab{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;

    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-3.png');
    background-size: 45px;
    background-position: 9px;
}
#mr-sam-nab span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-ing{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;

    border: 2px solid #e9e9e9;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/ingr.jpg);
    background-size: 64px;
    background-position: 1px;
}
#mr-sam-ing span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-kom{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;

    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-5.png');
    background-size: 52px;
    background-position: 3px 0px;
}
#mr-sam-kom span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-c{
  float:left;width: 246px;
}
#mr-sam-emk{
  display:block;
background: #fff;
    margin: 5px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-repeat: no-repeat;
    background-position: center 12px;
    border-radius: 4px;
    line-height: 30px;
    height: 133px;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-2.png');
}
#mr-sam-emk span{
  font-family: 'Open SAns';
    font-size: 14px;
    padding-left: 10px;
}
#mr-sam-aks{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0;
    border: 2px solid #e9e9e9;
    background-size: 51px;
    background-position: 3px;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-6.png);
}
#mr-sam-aks span{
  padding-left: 60px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-gra{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    border: 2px solid #e9e9e9;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-7.png');
    background-size: 26px;
    background-position: 18px;
}
#mr-sam-gra span{
  padding-left: 60px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-book{
  display:block;
background: #fff;
    margin: 5px;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;border: 2px solid #e9e9e9;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-8.png');
    background-size: 29px;
    background-position: 18px;
}
#mr-sam-book span{
  padding-left: 60px;
    font-family: 'Open Sans';
    font-size: 14px;
}
#mr-sam-plit{
display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 53px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-9.png);
    background-size: 56px;
    background-position: 2px;   
}
#mr-sam-plit span{
   padding-left: 60px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-r{
  float: right;
    width: 290px;
    height: 383px;
    padding: 6px;
    margin: 0px 0px 5px 0px;
}
#mr-sam-bra{
    display: block;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 54px;
    border: 2px solid #f5d848;
    margin-bottom: 5px;
    background-size: 63px;
    background-position: 3px;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-10.png);
}
#mr-sam-bra span{
  padding-left: 81px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-ochi{
 background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 54px;
    border: 2px solid #f5d848;
    margin-bottom: 5px;
    background-size: 63px;
    background-position: 3px;
    background-image: url(/images/nm-11.png);
}
#mr-sam-ochi span{
  padding-left: 81px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-obl{
    display: block;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 60px;
    border: 2px solid #f5d848;
    margin-bottom: 5px;
    background-size: 57px;
    background-position: 8px;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-12.png);
}
#mr-sam-obl span{
  font-family: 'Open SAns';
    padding-left: 81px;
    font-size: 14px;
}
#mr-sam-roz{
display: block;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    border: 2px solid #f5d848;
    margin-bottom: 5px;
    background-size: 51px;
    background-position: 8px;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-13.png);
}
#mr-sam-roz span{
  padding-left: 60px;
    font-family: 'Open SAns';
    font-size: 14px;
    padding-left: 81px;
}
#mr-sam-izm{
    display: block;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 54px;
    border: 2px solid #f5d848;
    margin-bottom: 5px;
    background-size: 57px;
    padding-right: 0;
    background-position: 8px;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-14.png);
}
#mr-sam-izm span{
    font-family: 'Open SAns';
    font-size: 14px;
    padding-left: 66px;
    line-height: 18px;
    display: inline-block;
}

#mr-sam{
  display:none;width: 810px;background: #fff;
}
#mr-sam-l{
 float:left;width: 255px;margin-right: 4px;
}
#mr-sam-app{
display: block;
    background: #fff;
    margin: 5px;
    height: 124px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/sam-ap.jpg);
    background-size: 53%;
    background-repeat: repeat-x;
    background-position: center 35px;
    border-radius: 4px;
    margin-right: 0px;
}
}
#mr-sam-app span{
display: inline-block;
    padding-left: 10px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-nab{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;

    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-3.png');
    background-size: 45px;
    background-position: 9px;
}
#mr-sam-nab span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-ing{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;

    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/ingr.jpg);
    background-size: 64px;
    background-position: 1px;
}
#mr-sam-ing span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-kubs{
      display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #e9e9e9;
    background-image: url(/images/peregonniy-kubs.jpg);
    background-size: 45px;
    background-position: 9px;
    padding-right: 0;
    padding: 9px 17px;
}
#mr-sam-kubs span{
  font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 10px 0px 10px 55px;
}
#mr-sam-kom{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;

    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-5.png');
    background-size: 52px;
    background-position: 3px 0px;
}
#mr-sam-kom span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-c{
  float:left;width: 246px;
}
#mr-sam-emk{
  display:block;
background: #fff;
    margin: 5px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-repeat: no-repeat;
    background-position: center 12px;
    border-radius: 4px;
    line-height: 30px;
    height: 133px;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-2.png');
}
#mr-sam-emk span{
  font-family: 'Open SAns';
    font-size: 14px;
    padding-left: 10px;
}
#mr-sam-aks{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-size: 51px;
    background-position: 3px;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-6.png');margin-right: 0;
}
#mr-sam-aks span{
  padding-left: 60px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-gra{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-7.png');
    background-size: 26px;
    background-position: 18px;
}
#mr-sam-gra span{
  padding-left: 60px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-book{
  display:block;
background: #fff;
    margin: 5px;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-8.png');
    background-size: 29px;
    background-position: 18px;
}
#mr-sam-book span{
  padding-left: 60px;
    font-family: 'Open Sans';
    font-size: 14px;
}
#mr-sam-plit{
display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 53px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-9.png);
    background-size: 56px;
    background-position: 2px; margin-right: 0;
}
#mr-sam-plit span{
   padding-left: 60px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-r{
  float: right;
    width: 290px;
    height: 383px;
    padding: 6px;
    margin: 0px 0px 5px 0px;
}
#mr-sam-bra{
  display:block;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 54px;
    border: 2px solid #f5d848;
    margin-bottom: 5px;
    background-size: 63px;
    background-position: 3px;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-10.png');
}
#mr-sam-bra span{
  padding-left: 81px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-ochi{
      background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 54px;
    border: 2px solid #f5d848;
    margin-bottom: 5px;
    background-size: 63px;
    background-position: 3px;
    background-image: url(/images/nm-11.png);
}
#mr-sam-ochi span{
  padding-left: 81px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-obl{
    display: block;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 60px;
    border: 2px solid #f5d848;
    margin-bottom: 5px;
    background-size: 57px;
    background-position: 8px;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-12.png);
}
#mr-sam-obl span{
  font-family: 'Open SAns';
    padding-left: 81px;
    font-size: 14px;
}
#mr-sam-roz{
display: block;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    border: 2px solid #f5d848;
    margin-bottom: 5px;
    background-size: 51px;
    background-position: 8px;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-13.png);
}
#mr-sam-roz span{
  padding-left: 60px;
    font-family: 'Open SAns';
    font-size: 14px;
    padding-left: 81px;
}
#mr-sam-izm{
     display: block;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 54px;
    border: 2px solid #f5d848;
    margin-bottom: 5px;
    background-size: 57px;
    background-position: 8px;
    background-image: url(https://xn--80aalwclyias7g0b.xn--p1ai/images/nm-14.png);
}
#mr-sam-izm span{
  font-family: 'Open SAns';
    font-size: 14px;
    padding-left: 65px;
}
#box-h-acc-p{
  margin-top: 5px;
    font-family: 'Open SAns';
    font-size: 14px;
    margin-bottom: 5px;
    height: 14px;
    overflow: hidden;
}
#box-h-acc-a{
  font-family: 'Open Sans';
    color: #f88b01;
    font-size: 14px;
    display: inline-block;
    margin-top: 4px;
}
#box-h-acc-bon{
  font-family: 'Open Sans';
    font-size: 15px;
    margin-top: 8px;
}
#bonus_item{
  color: #000000;
    font-weight: bold;
}
#box-h-obr{
font-family: 'Open Sans';
    font-size: 13px;
    line-height: 20px;
    color: #202020;
    padding-top: 0;
    text-align: left;
    margin-left: 30px;
}

#back-call{
  margin-left: 0;
}
#cart-box{
margin-left: 0px;
    float: right;
    width: 136px;
    padding: 10px;
    padding-left: 72px;
    height: 50px;
    background-image: url(/images/cart-nw.png);
    background-position: 2px 10px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
.full-carts{
    background-image: url(/images/cart-nw-f.png) !important;
}
#cart-box a{
  font-family: 'Open Sans';
    color: #4a4a4a;
    font-size: 15px;
    display: inline-block;
    margin-top: 4px;font-weight: 600;
}
#cart-box div{
margin-top: 6px;
        font-family: 'Open Sans';
    font-size: 13px;
}
.posrel{
  position:relative;
}
#box-h-logo{
  float:left;width: 350px;height: 80px;margin-left: 15px;position: relative;
}
#box-h-logo img{
 
}
#box-h-logo p{
  font-family: 'Open Sans';
    color: #666;
    position: absolute;
    top: 50px;
    left: 62px;
    font-size: 16px;
}
#box-h-phone{
  float:left;width: 217px;font-family: 'Open Sans';font-size: 14px;line-height: 17px;padding: 6px;margin-right: 10px;text-align: center;
}
#box-h-phone p{
line-height: 24px;color: #666;
}
#box-h-phone div{
font-size: 25px;
    line-height: 29px;
    font-weight: bold;
    color: #5F5F5F;
}
#box-h-rev{
  float: left;
  width: 217px;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 18px;
  padding: 2px;
  margin-right: 25px;
}
#box-h-rev a{
    color: #333333;
    text-decoration: none;
    display: block;
    padding-left: 30px;
    background-image: url(/images/review_icon.png);
    background-position: 2px 6px;
    background-repeat: no-repeat;
    margin-top: 5px;
    padding: 5px 5px 5px 35px;
    font-size: 13px;
}
#box-h-rev a span{
        text-decoration: underline;
    cursor: pointer;
}
#box-h-rev b{
  display: inline-block;
    padding: 0px 0px;
    border-radius: 4px;
    color: #333;
    margin: 2px 0px;
    font-weight: bold;
}
#box-h-acc{
  float:left;width: 224px;margin-right: 10px;
}
#r-vino{
  display:none;width: 300px;background: #fff;padding-right:5px;
}
#mr-vino-obo{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('/images/oborudovanie-vino.jpg');
    background-size: 54px;
    background-position: 1px;
}
#mr-vino-obo span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-vino-emk{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
        background-image: url('https://crm.samogon40.ru/upload/cfc5377db2th.jpg');
    background-size: 64px;
    background-position: -2px -10px;
}
#mr-vino-emk span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-vino-ing{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/drv.png');
    background-size: 29px;
    background-position: 14px;
}
#mr-vino-ing span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-vino-aks{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
        background-image: url('https://crm.samogon40.ru/upload/2e58e069fdth.jpg');
    background-size: 57px;
    background-position: 4px;
}
#mr-vino-aks span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}

#mr-vino-nab{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
        background-image: url('https://crm.samogon40.ru/upload/31eed37534th.jpg');
    background-size: 49px;
    background-position: 3px;
}
#mr-vino-nab span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-vino-book{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
       background-image: url('https://crm.samogon40.ru/upload/4dd0088ce3th.jpg');
    background-size: 38px;
    background-position: 9px;
}
#mr-vino-book span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#r-bond{
  display:none;width: 300px;background: #fff;padding-right:5px;
}
#mr-bond-boch{
  display:block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('/images/bochonki-dub.jpg');
    background-size: 112px;
    background-position: 1px;
    height: 119px;
}
#mr-bond-boch span{
  padding-left: 114px;
    font-family: 'Open SAns';
    font-size: 14px;
    display: inline-block;
    line-height: 19px;
    margin-top: 12px;
}
#mr-bond-kad{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
        background-image: url('https://crm.samogon40.ru/upload/396a3bee22th.png');
background-size: 53px;
    background-position: 4px 2px;
}
#mr-bond-kad span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-bond-med{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('https://crm.samogon40.ru/upload/062288ceeeth.png');
        background-size: 67px;
    background-position: 0px;
}
#mr-bond-med span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-bond-banya{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
        background-image: url('https://crm.samogon40.ru/upload/e56583e645th.jpg');
    background-size: 57px;
    background-position: 4px;
}
#mr-bond-banya span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-bond-suv{
  display:block;
    margin: 5px;
background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
        background-image: url('https://crm.samogon40.ru/upload/530cdb87ceth.jpg');
    background-size: 64px;
    background-position: 3px;
}
#mr-bond-suv span{
   padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#r-pivos{
 width: 520px; padding-right: 5px; display: none; background: rgb(255, 255, 255);
}
#mr-pivos-nab{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(https://crm.samogon40.ru/upload/0dbab2b06fth.jpg);
    background-size: 80px;
    background-position: 1px;
    height: 55px;
}
#mr-pivos-nab span{
    padding-left: 78px;
    font-family: 'Open SAns';
    font-size: 14px;
    display: inline-block;
    line-height: 19px;
    margin-top: 7px;
}

#mr-pivos-pivo{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-size: 117px;
    height: 123px;
    background-image: url(/images/pivovarnya.jpg);
    min-height: 106px;
    background-position: -10px 5px !important;
}
#mr-pivos-pivo span{
    padding-left: 90px;
    font-family: 'Open SAns';
    font-size: 14px;
    display: inline-block;
    line-height: 19px;
    margin-top: 30px;
}

#mr-pivos-sol{
display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(https://belarus-lux.ru/upload/e007379979th.jpg);
    background-size: 146px;
    background-position: -28px 9px;
    height: 123px;
}
#mr-pivos-sol span{
    padding-left: 78px;
    font-family: 'Open SAns';
    font-size: 14px;
    display: inline-block;
    line-height: 19px;
    margin-top: 29px;
}
#mr-pivos-sus{
  display:block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('https://crm.samogon40.ru/upload/bb56196e64th.jpg');
    background-size: 56px;
    background-position: 4px;
}
#mr-pivos-sus span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-pivos-roz{
  display:block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('https://crm.samogon40.ru/upload/8366cf1e49th.jpg');
    background-size: 57px;
    background-position: 4px;
    padding-right: 0;
}
#mr-pivos-roz span{
  padding-left: 55px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-pivos-aks{
  display:block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('../images/akspv.jpg');
    background-size: 49px;
    background-position: 9px;    padding-right: 0;
}
#mr-pivos-aks span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-pivos-book{
  display:block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('https://crm.samogon40.ru/upload/6add1113cdth.jpg');
    background-size: 34px;
    background-position: 15px; padding-right: 0;
}
#mr-pivos-book span{
   padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-kopt-kop{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(https://belarus-lux.ru/upload/808e7b9776th.jpg);
    background-position: 0px;
    height: 119px;
}
#mr-kopt-kop span{
   padding-left: 116px;
    font-family: 'Open SAns';
    font-size: 14px;
    display: inline-block;
    line-height: 19px;
    margin-top: 12px;
}
#mr-kopt-dym{
  display:block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('https://crm.samogon40.ru/upload/2996d8adf8th.jpg');
    background-size: 52px;
    background-position: 9px 0px;
}
#mr-kopt-dym span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-kopt-sep{
  display:block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;border: 2px solid #e9e9e9;
    background-image: url('https://crm.samogon40.ru/upload/73a70560a7.jpg');
    background-size: 56px;
    background-position: 4px;
}
#mr-kopt-sep span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-kopt-aks{
display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 42px;
    margin-right: 0px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(https://crm.samogon40.ru/upload/56232aca38.jpg);
    background-size: 57px;
    background-position: 4px;
    padding-right: 0;
}
#mr-kopt-aks span{
    padding-left: 55px;
    font-family: 'Open SAns';
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    padding-top: 5px;
}
#mr-kopt-nab{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 40px;
    margin-right: 0px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(https://crm.samogon40.ru/upload/711d2db2e1th.jpg);
    background-size: 60px;
    background-position: 9px;
}
#mr-kopt-nab span{
padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    padding-top: 6px;
}
#mr-kopt-book{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #f5d848;
    border: 2px solid #e9e9e9;
    background-image: url(https://crm.samogon40.ru/upload/233b58093dth.jpg);
    background-size: 34px;
    background-position: 15px;
}
#mr-kopt-book span{
  padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#r-kopt{
    width: 526px;
    padding-right: 5px;
    display: none;
    background: rgb(255, 255, 255);
}
#mr-avtok-avt{
display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #e9e9e9;
    background-image: url(https://lk.rdshop.ru/upload/b04e3546feth.jpg);
    background-size: 125px;
    background-position: 0px;
    height: 100px;
}
#mr-avtok-avt span{
  padding-left: 131px;
    font-family: 'Open SAns';
    font-size: 14px;
    display: inline-block;
    line-height: 19px;
    margin-top: 12px;
}
#mr-avtok-book{
display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 17px;
    margin-right: 0px;
    border: 2px solid #e9e9e9;
    background-image: url(https://crm.samogon40.ru/upload/c84ec0b2d7th.jpg);
    background-size: 37px;
    background-position: 15px 4px;
    padding: 15px 0px 14px 78px;
}
#mr-avtok-book span{

}
#r-avtok{
    width: 547px; padding-right: 5px; display: none; background: rgb(255, 255, 255);
}

#li-m-post{
  float: right;
    margin-right: 0 !important;
}
#li-m-post a{
      padding-left: 29px !important;
    background-repeat: no-repeat;
    padding-right: 8px !important;
    background-position: 4px;
    background-image: url(/images/blg.png);
}
.avt-m-l{
float: left;
    width: 274px;
    margin-right: 4px;
}
.avt-m-r{
float: left;
    width: 267px;
}


#r-sushk{
  width: 270px; padding-right: 5px; display: none; background: rgb(255, 255, 255);
}
#mr-sushk-suh{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #e9e9e9;
    background-image: url(https://crm.samogon40.ru/upload/13cbe9d93bth.jpg);
    background-size: 146px;
    background-position: -4px;
    height: 100px;
}
#mr-sushk-suh span{
    padding-left: 128px;
    font-family: 'Open SAns';
    font-size: 14px;
    display: inline-block;
    line-height: 19px;
    margin-top: 20px;
}
#mr-sushk-aks{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 17px;
    margin-right: 0px;
    border: 2px solid #e9e9e9;
    background-image: url(https://crm.samogon40.ru/upload/4cdfe52316th.jpg);
    background-size: 55px;
    background-position: 10px 13px;
    padding: 15px 0px 14px 78px;
}
#mr-sushk-aks span{

}
#menu-right-2-item{
  position: absolute !important;
    right: 4px;
    top: -3px;
    overflow: hidden;
    border-left: 1px solid #D3B316;
    z-index: 3;
    border-bottom: 1px solid #D3B316;
    border-top: 1px solid #D3B316;
    background: #fff;
    border-radius: 5px 0px 0px 5px;
}
#menu-right-2-item:hover{
    background: #fff !important;
  }
 .spec-main-menu:hover {
    background-color: #E5C529;
}

#a-to-articles{
  margin-right: -4px;
}
#bonus-box-user{
text-align: center;
    padding: 8px;
    font-family: 'Open Sans';
    font-size: 14px;
    background-color: #faf4d4;
    color: #121212;
    line-height: 19px;
}
#bonus-box-user b{
    letter-spacing: -0.5px;
    font-weight: 600;
}
#content{
  width: 1090px;
margin: 0px auto 0px;min-height:600px;
background-color:#fff;
}
footer>div{
  margin: 0px auto;
}
#foot-left{
  float: left;
    width: 567px;
}
#foot-left-left{
  float:left;width: 200px;margin-left: 15px;
}
#foot-otzv{
  color: #020202;
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 16px;
    margin: 10px 0px;
}
#foot-otzv a{
font-weight: 600;color: #0f0f0f;
}
#foot-left-right{
  float:left;width:285px;margin-left: 20px;
}
#foot-email{
  font-size: 13px;
    font-family: 'Open SAns';
    color: #121212;
    line-height: 20px;
    margin-top: 10px;
}
#foot-email a{
color: #0577BB;
}
#foot-img-1{
  margin-top: 15px;
    width: 98px;
}
#foot-img-2{
  margin-top: 15px;
    width: 109px;
}
#foot-safe{
  margin: 20px 0px;
    font-size: 13px;
    line-height: 19px;
    font-family: 'Open SAns';
    padding-left: 24px;
    background-image: url('https://xn--80aalwclyias7g0b.xn--p1ai/images/lock.png');
    background-repeat: no-repeat;
    background-size: 16px;
}
#foot-safe span{
display: block;
    color: #007a00;
}
#foot-online-pay{
  color: #020202;
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0px;
}
#foot-soc-1{
  float: left;
    width: 250px;
    margin-right: 15px;
}
#foot-soc-2{
  float: left;
    width: 220px;
    margin-right: 15px;
}
#foot-rekv{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 23px;
      background-color: #C8C8C8;
    color: #454545;
}
#rem-obr{
  text-align: left;line-height: 20px;
}
#rem-obr-h{
text-align: center;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 16px;
}
#r-sam
{
display:none;width: 810px;background: #fff;
}
.ya-site-form__submit{
  background-color: #F5D848 !important;
    width: 76px !important;
    font-family: 'Arimo' !important;
    border: 1px solid #F5D848 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    border-radius: 4px !important;
    color: #333 !important;
    cursor: pointer !important;
  }

.ya-site-form__input-text{
  border-color: #ACACAB !important;
    border-radius: 3px !important;
    font-family: 'Arimo' !important;
    width: 325px !important;
    padding: 4px 6px !important;
}
#mr-sam-dro{
  display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    padding-right: 0;
    border-radius: 4px;
    line-height: 55px;
    border: 2px solid #e9e9e9;
    background-size: 51px;
    background-position: 3px;
    background-image: url(https://belarus-lux.ru/upload/6a20af3902th.jpg);
}
#mr-sam-dro span{
padding-left: 60px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#mr-sam-emks{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    padding-right: 0;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0;
    border: 2px solid #e9e9e9;
    background-size: 51px;
    background-position: 3px;
    background-image: url(https://belarus-lux.ru/upload/968a422cc3th.jpg);
}
#mr-sam-emks span{
  padding-left: 49px;
    font-family: 'Open SAns';
    font-size: 14px;
}

#mr-avtok-tov{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 17px;
    margin-right: 0px;
    border: 2px solid #e9e9e9;
    background-image: url(../images/zakat.jpg);
    background-size: 53px;
    background-position: 6px 4px;
    padding-right: 0;
    padding: 15px 0px 14px 78px;
}
#mr-avtok-tov span {

}

#mr-avtok-aks{
display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #e9e9e9;
    background-image: url(../images/aksavt.jpg);
    background-size: 67px;
    background-position: 3px 4px;
    line-height: 17px;
    padding: 15px 0px 14px 78px;
}
#mr-avtok-aks span {

}
#mr-pivos-dro{
display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #e9e9e9;
    background-image: url(../images/pivo-drojji.jpg);
    background-size: 56px;
    background-position: 9px 0px;
}
#mr-pivos-hmel{
display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #e9e9e9;
    background-image: url(../images/hmel.jpg);
    background-size: 56px;
    background-position: 9px 0px;
}
#mr-pivos-solod{
  display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #e9e9e9;
    background-image: url(../images/solod.jpg);
    background-size: 56px;
    background-position: 9px 0px;
}
#mr-pivos-dro span, #mr-pivos-hmel span, #mr-pivos-solod span{
      padding-left: 56px;
    font-family: 'Open SAns';
    font-size: 14px;
}
#r-pivos-l {
    width: 260px;
    float: left;
}
#r-pivos-r {
    width: 260px;
    float: left;
}




.orange-items{
background: #ffdf3c;
}
#orange-item-gift a{
      background: #fdffaf;
    padding-left: 55px;
    background-image: url(../images/gift.png);
    background-repeat: no-repeat;
    background-position: 22px 6px;
}
.osn-city a{
      font-weight: 600;
    font-size: 18px !important;
}
.city-blocks{
  width: 33%;float: left;
}
#ch-region-main a{
    border: 2px solid #ffee6a !important;
    text-decoration: none !important;
    border-radius: 13px !important;

}

#form-posyl-footer{
float: left;
    width: 550px;
    padding: 5px 0px;
}
#form-posyl-footer label{
      font-family: 'Open Sans';
    font-size: 16px;
    color: #383838;
    font-weight: 600;
    letter-spacing: -0.5px;
}
#form-posyl-footer label.error{
    display: none !important;
}
#form-posyl-footer input[type='text']{
outline: 0;
    font-size: 15px;
    height: 32px;
    padding: 0px 5px 0px;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 261px;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 400;line-height: 22px;
    font-family: 'Open Sans';
}
#form-posyl-footer input[type='text'].error{
     border: 1px solid red;
}
#form-posyl-footer input[type='submit']{
    outline: 0;
    font-size: 15px;
    background: #fff;
    color: #000;
    height: 33px;
    padding: 7px 15px 8px;
    border: 1px solid #f5d848;
    margin: 0 0 0 -1px;
    border-radius: 0;
    cursor: pointer;
    font-family: 'Open Sans';
}
#mob-form-poisk{
      text-align: center;
    margin: 10px;
    font-family: 'Open Sans';
}
#mob-form-poisk input[type="text"]{
      outline: 0 !important;
    padding: 0px 7px 0px !important;
    border: 1px solid #c5c5c5;
    line-height: 32px;
    width: 65%;
    margin-right: 3px;
    font-family: 'Open Sans';
    font-weight: 600;
}
#mob-form-poisk input[type="text"]:focus{
  border-color: #cbcbcb!important;    box-shadow: 0 0 10px #fc0 !important;
}
#mob-form-poisk input[type="submit"]{
      width: 25%;
    display: inline-block;
    border: 1px solid #F5D848 !important;
    cursor: pointer;
    line-height: 30px;
    vertical-align: top;
    background: #fff;
    border-radius: 3px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;    color: #333;
}
#to-homepage-m{
    padding-left: 45px;
    background-image: url(../images/prev-menu.jpg);
    background-repeat: no-repeat;
    background-position: 15px 0px;
}
#bonus-balance{

    font-size: 14px;
    display: inline-block;
    margin-right: 5px;font-weight: 600;
}
#menu-m-phone-region{
text-align: center;
}
#menu-m-phone-region a{
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 39px;
    background: #ff8213;
    font-family: 'Open SAns';
    font-weight: 600;
}
#menu-m-phone-region img{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1px;
}

#abc-sh{
      font-size: 12px;
    color: #2f2f2f;
    line-height: 16px;
    margin-top: 6px;
    font-weight: 600;
}
#mr-sam-rektif{
    display: block;
    margin: 5px;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 4px;
    line-height: 55px;
    margin-right: 0px;
    border: 2px solid #e9e9e9;
    background-image: url(https://belarus-lux.ru/upload/0d893b5acf.jpg);
    background-size: 65px;
    background-position: 3px;
    padding-right: 0;
}
#mr-sam-rektif span{
  font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 10px 0px 10px 55px;
}
#box-kz-deliv{
      text-align: left;
    padding-left: 63px;
    background-image: url(../images/delivery-samapp2.png);
    background-repeat: no-repeat;
    padding-bottom: 4px;
    padding-top: 2px;
    background-size: 44px;
    background-position: 1px 10px;
    float: left;
    width: 177px;
    margin-top: 6px;
    font-family: 'Open Sans';
}
#box-kz-deliv p{
      font-size: 14px;
    font-weight: 600;
    color: #282828;
    line-height: 20px;
}
#box-kz-deliv a{
      font-size: 14px;
    display: inline-block;
    font-weight: 600;
    color: #040404;
    vertical-align: top;
    line-height: 20px;
}
.und-oth-country{
  padding-top: 20px;
    border-top: 1px solid #d7d7d7;
    margin-top: 10px;
}
#region-flag-kz{
padding-left: 40px !important;
    background-image: url(../images/if_KZ.png) !important;
    background-repeat: no-repeat !important;
    background-position: 10px !important;
}
#region-flag-ru{
      padding-left: 40px !important;
    background-image: url(../images/if_RU.png);
    background-repeat: no-repeat;
    background-position: 10px;
}

@media only screen and (max-width: 1090px) and (min-width: 601px){
    #region-line>div {
    width: auto;
    margin: auto;
    text-align: center;
}
}




.modal_form {
width: 346px;
border-radius: 5px;
border: 3px #000 solid;
background: #fff;
position: fixed;
top: 45%;
left: 50%;
margin-top: -150px;
margin-left: -150px;
display: none;
opacity: 0;
z-index: 5;
padding: 20px 10px;
}
#to-all-otz-mob{
  display: none;
  text-align: center;
}
.modal_form .modal_close {
width: 25px;
height: 24px;
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
color: #DFDFDF;
display: block;
background-image: url('/images/uu.png');
background-repeat: no-repeat;
}
/* Подложка */
#overlay {
    z-index: 3; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
    position: fixed; /* всегда перекрывает весь сайт */
    background-color: #000; /* черная */
    opacity: 0.8; /* но немного прозрачна */
    width: 100%; 
    height: 100%; /* размером во весь экран */
    top: 0; 
    left: 0; /* сверху и слева 0, обязательные свойства! */
    cursor: pointer;
    display: none; /* в обычном состоянии её нет) */
}
.in-cart{
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Open SAns';
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
    background-color: #fff;
    text-shadow: none;
    border: 1px solid #a9a9a9;
    background: #fff;
    color: #111;
}
.in-cart:hover{
    background: #f3b117;
    color: #ffffff;
    border: 1px solid #FFF;
}

@media screen and (min-width: 601px){
  ul{
  list-style:none;
  margin:0;
  padding:0;
}

.list-tovar{
  text-align: center;
}
.list-tovar li{
  display: inline-block;
width: 214px;
vertical-align: top;
padding: 15px 10px;
margin: 20px 10px;
position: relative;
}
.list-tovar li:hover h3{
color: #1577CF;
}

.list-tovar li p{
  font-size: 13px;
font-family: 'Open SAns';
color: #666;

}
.list-tovar li h3, .title-tv{
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Open Sans';
    letter-spacing: -0.5px;
    font-weight: 600;line-height: 20px;
}

.box-img{
  height: 150px;
overflow: hidden;
}

.box-img img{
  height: 130px;
}
.box-cost{
  margin: 5px 0px;
}

.box-img2{
  height: 180px;
overflow: hidden;
}

.box-img2 img{
height: 145px;
}


.box-cost-old{
    font-family: 'Trebuchet MS';
    color: #9B9B9B;
    font-size: 18px;
    letter-spacing: -0.5px;
    display: inline-block;
    margin-right: 4px;
    text-decoration: line-through;
}

.box-cost-new{
  font-family: 'Trebuchet MS';
font-weight: bold;
color: #060606;
font-size: 20px;
letter-spacing: -1px;
display: inline-block;
}

.in-detail{
text-decoration: none;
color: #979797;
font-weight: bold;
font-size: 18px;
font-family: 'PT Sans Narrow';
padding: 5px 10px;
border-radius: 3px;background-color: #fff;
display: inline-block;
border: 1px solid #BDBCBC;
margin-top: 1px;
margin-top: 10px;
}
.in-detail:hover{
background: #1B6ECD;
background: -moz-linear-gradient(top,#fc8533 0,#fc8533 50%,#fb6700 51%,#fb6700 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fc8533),color-stop(50%,#fc8533),color-stop(51%,#fb6700),color-stop(100%,#fb6700));
background: -webkit-linear-gradient(top,#fc8533 0,#fc8533 50%,#fb6700 51%,#fb6700 100%);
background: -o-linear-gradient(top,#fc8533 0,#fc8533 50%,#fb6700 51%,#fb6700 100%);
background: -ms-linear-gradient(top,#fc8533 0,#fc8533 50%,#fb6700 51%,#fb6700 100%);
background: linear-gradient(to bottom,#339AFC 0,#2780D5 50%,#1065AF 51%,#217FC4 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fc8533',endColorstr = '#fb6700',GradientType = 0);
color: #fff;
border: 1px solid #FFF;
text-shadow: 0px 0px 1px #333;
}


.toin{
text-decoration: none;
font-weight: bold;
font-size: 17px;
font-family: 'PT Sans Narrow';
padding: 1px 7px;
width: 71px;
color: #FFF;
text-shadow: 1px 1px 2px #000;
border-radius: 3px;
border: 1px solid #FBB300;
line-height: 27px;
display: inline-block;
background-color: #fff;
background: #DB0F0F;
background: -moz-linear-gradient(top,#F7EC25 0,#F7EC25 50%,#fb6700 51%,#fb6700 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F7EC25),color-stop(50%,#F7EC25),color-stop(51%,#fb6700),color-stop(100%,#fb6700));
background: -webkit-linear-gradient(top,#F7EC25 0,#F7EC25 50%,#fb6700 51%,#fb6700 100%);
background: -o-linear-gradient(top,#F7EC25 0,#F7EC25 50%,#fb6700 51%,#fb6700 100%);
background: -ms-linear-gradient(top,#F7EC25 0,#F7EC25 50%,#fb6700 51%,#fb6700 100%);
background: linear-gradie;
}

.yyy{

padding: 3px 5px;
font-family: 'Open Sans';
border: 1px solid #FDFDFD;
border-radius: 3px;
width: 148px;
}
.toin:hover{
opacity:.8;
}
.errorMessage{
width: 235px;
margin-top: 20px;
text-align: left;
color: #D81C1D;
font-size: 13px;
font-family: 'Open Sans';
}
.isnb{
text-align: center;
margin-top: 15px;
font-family: 'Open Sans';
font-style: italic;
}
.rubl{
  font-size: 21px;
  color: #575757;
  font-weight: normal;
  display: inline-block;
  line-height: 7px;
  text-transform: uppercase;
  border-bottom: 1px solid #575757;
}
#box-h1-p-region h1, #box-h1-p-region  p{
  display: inline !important;   
}
#box-h1-p-region{
   display: block; margin-top: 10px;
}
#list-region-contacts{
      line-height: 40px;
    text-align: left;
    font-family: 'Open Sans';margin-top: 10px;
}
#list-region-contacts div{
      line-height: 40px;
    font-size: 15px;
}

#list-region-contacts div span{
      display: inline-block;
    width: 34%;
    text-align: right;
    margin-right: 7px;
    color: #000000;
}
#list-region-contacts p{
  margin: 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans';
}
#list-region-contacts p a{
     color: #0580DA;
}

#box-delivery-region{
  
}

#box-delivery-region a{
  color: #0580DA;
}
#box-delivery-region b{
      font-weight: bold;
    font-family: 'Open SAns';
    letter-spacing: -0.5px;
    font-size: 14px;
}
#box-h-phone-region{
margin-top: -7px;
}
#box-h-phone-region-own{

}
#box-h-phone-region-own p{
 line-height: 12px;
    color: #666;
    font-size: 13px;
    font-weight: normal;
}
#box-h-phone-region-own span{
   display: block;
    font-size: 23px;
}
#box-h-phone-region-common{
  
}
#box-h-phone-region-common p{
      line-height: 12px;
    font-size: 13px;
    font-weight: normal;
    color: #fe8e04;
}
#box-h-phone-region-common span{
      display: block;
    font-size: 19px;
    color: #fc8e06;
}

footer #box-h-phone-region-own p{
 color:#111;
}

footer #box-h-phone-region-common p{
color:#111;
}

footer #box-h-phone-region-own span{
color:#111;
}

footer #box-h-phone-region-common span{
color:#111;
}

#map-city{
      margin: 25px 0px;
}
.left-map-city{
    float: left;
    width: 500px;
    margin-left: 25px;
}
.right-map-city{
float: right;
    width: 500px;
    margin-right: 25px;
}
.map-city-h{
      font-family: 'Open Sans';
    font-size: 19px;
    color: #313131;
    font-weight: bold;    margin-bottom: 15px;
    text-align: center;
}
.mycity-p{
  margin: 10px 20px;
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 22px;
    color: #343434;
}
#map-region, #map-region3{
  height:450px; 
  width:100%;
}
.metro-m-lay{
      display: block;
    padding-left: 20px;
    background-image: url(../images/metro-m.png);
    background-repeat: no-repeat;
    text-align: left;
    background-size: 15px;    margin-top: 2px;
}
.open-all-recc-tov{
  display: none !important;
}
.mobile-akt-img{
  display: none !important;
}
#recepts-block-mobile{
   display:none;
}
#video-for-mob{
  display:none;
}
}


@media screen and (max-width: 600px){

.modal_form {
    width: 88%;
    border-radius: 0px;
    border: 0;
    background: #fff;
    position: fixed;
    top: 3% !important;
    left: 3%;
    margin-top: 0;
    margin-left: 0;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 3%;
}
#bcs-carts, .modal_form_div{
  text-align: center;
    font-family: 'Open Sans';
}
#bcs-carts-h, .modal_form_h{
      font-weight: 600;
    line-height: 40px;
    font-family: 'Open Sans';
}
#bcs-carts-img img, .left-pn-carts img{
  width: 80%;
}
#hsr-hor-a, .isbrock{
      font-weight: 600;
    line-height: 20px;
    font-family: 'Open Sans';
    margin: 10px 0px 4px;
    font-size: 15px;
}
#hsr-hor-b{
  font-size: 14px;
}
#hsr-hor-c, .isbrock-sl{
  line-height: 50px;
    font-size: 21px;
    font-weight: 600;
}
#hsr-hor-c .rubl, .isbrock-sl .rubl {
    font-size: 21px;
    color: #212121;
    font-weight: normal;
    display: inline-block;
    line-height: 7px;
    width: 11px;
    text-transform: uppercase;
    border-bottom: 1px solid #575757;
}
#tv-descr{
  display: none;
}
#tosite{
  width: 100%;
    display: block;
    line-height: 32px;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #fff;
    background: #1aaaff;
    cursor: pointer;
}
#bx-newxt a, #tocrts{
      width: 100%;
    display: block;
    line-height: 32px;
    border-radius: 3px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    background: #f3b117;
}
#to-all-otz-mob{
  display: block;
}
#to-all-otz-mob a{
text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Open SAns';
    padding: 0px 10px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
    background-color: #fff;
    text-shadow: none;
    border: 1px solid #a9a9a9;
    background: #fff;
    color: #111;
    width: auto;
    margin: 10px 0;
    line-height: 32px;
}
}








.container, .scroller {
	height: 100%;
}

.scroller {

}

.scroller,
.scroller-inner {
	position: relative;
}

.container {
	position: relative;
	 overflow: hidden; 
}


.mp-pusher {
	position: relative;
	left: 0;
	height: 100%;
}

.mp-menu {
	position: absolute; /* we can't use fixed here :( */
	top: 0;
	left: 0;
	z-index: 1;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
	z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}

.mp-pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Open SAns';
}

.mp-menu h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 1em;
    box-shadow: 0px 3px 10px rgba(158, 158, 158, 0.39);
    background: #fdda2b;
}

.mp-menu.mp-overlap h2::before {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mp-menu.mp-cover #h2-catt, .h2-categor {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 1em;
    box-shadow: 0px 3px 10px rgba(158, 158, 158, 0.39);
    background: #fdda2b;
    line-height: 49px;
    padding-left: 15px;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.mp-menu ul li > a {
    display: block;
    outline: none;
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    font-size: 1.4em;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    padding-left: 20px;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    padding: 7px 0px 7px 20px;
}

.mp-menu ul li::before {
	position: absolute;
	left: 10px;
	z-index: -1;
	color: rgba(0,0,0,0.2);
	line-height: 3.5;
}

.mp-level > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
} /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

.mp-back {
    background: rgba(0,0,0,0.1);
    outline: none;
    color: #6d6d6d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    text-decoration: none;
}
.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
	padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
	display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
	display: block;
}



.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
   font-family: 'Open SAns'; font-size: 14px;
    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { cursor: pointer; position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }

.autocomplete-suggestion b { font-weight: normal; color: #d5473d; }
.autocomplete-suggestion.selected {background-color: #fbeaaa; }
