@CHARSET "UTF-8";
@import url("reset.css");
@import url("makeup.css");
@import url("content.css");
@import url("fluid_grid.css");
@import url("fluid_grid_12.css");
html {
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    min-width: 1000px;
    font-family: 'PT Sans', Tahoma, Arial, serif;
    font-size: 12px;
    color:#000000;
    background: #fafafa; 
}
img {
    border: none;
}
a {
    color: #0066cc;
    text-decoration: none;
    cursor: pointer;
}
a:not(.current):hover {
    color: #cc0000!important;
    text-decoration: none;
}
a.current:hover {
    text-decoration: none;
	cursor: default;
}
a u {
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 102, 204, 0.3);
    padding-top: 3px;
}
a.current u {
	border: none;
}
a:hover u {
    border-color: rgba(204, 0, 0, 0.3)!important;
}
.dashed u {
    border-bottom: 1px dashed rgba(0, 102, 204, 0.3)!important;
}
.vinous, .vinous a {
    color: #660000;
} 
.vinous u {
    border-color: rgba(102, 0, 0, 0.3);
}
h1, .title {
    font-size: 28px!important;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    line-height: 38px;
    margin-bottom: 20px;
    padding-bottom: 0px!important;
}
h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
}
h3 {
    font-size: 14px!important;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    color: #660000;
}
#page {
    height: auto !important;
    min-height: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
@font-face {
    font-family: Rubl;
    src: url('alsrubl.eot');
    src: url('alsrubl.eot?#iefix') format('embedded-opentype'),
         url('alsrubl.woff') format('woff'),
         url('alsrubl.ttf') format('truetype'),
         url('alsrubl.svg#als_rublregular') format('svg');
}

/* ----------------------------- HEADER ----------------------- */

.header {
    margin-top: 5px;
}
.logo {
    opacity:0.8;
    -moz-opacity:0.8;
    -khtml-opacity:0.8;
    filter:alpha(opacity=80);
}
.logo:hover {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter:alpha(opacity=100);
}
.search-wrap {
    position: absolute;
    top: 16px;
    right: 0px;
    height: 28px;
    width: 350px;
    padding: 1px 0px 1px 28px;
    background: #eee url('/themes/mpack/fe/img/lupa.png') no-repeat 6px 5px;
    border-radius: 5px;
    box-shadow: inset 0px 1px 3px -1px #6B6B6B;
    overflow: hidden;
}
.search-wrap > input {
    background: transparent;
    border: none;
    width: 300px;
    padding-left: 10px;
}
.search-wrap > button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 30px;
    width: 80px;
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    cursor: pointer;
    box-shadow: -1px 0px 2px #B9B9B9;
    line-height: 28px;
    background: #CCCCCC;
}
.search-wrap > button:hover {
    background: #dddddd;
}
.menu {
    margin-top: 58px;
    position: relative;
}
.menu a, .menu span {
    float: left;
    margin-right: 30px;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
.menu .floatr {
    margin-right: 0;
}
.menu .current, .menu .current:hover, .news_title .current {
    color: #000000!important;
    cursor: default;
}
.menu .current u, .news_title .current u {
    border: none;
}
.menu a img {
    left: -15px;
    position: absolute;
    top: -44px;
}
.left_menu li {
    margin-bottom: 15px;
}
.left_menu li a {
    padding-left: 30px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}
.tel {
    font-size: 16px;
    color: #999999;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
    background: url("../img/tel.png") no-repeat 0 6px;
    padding-left: 25px;
}
.tel span {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.left_menu li a.mail {
    background: url("../img/mail.png") no-repeat 0 6px;
}
.left_menu li a.feedback {
    background: url("../img/feedback.png") no-repeat 0 1px;
}
.left_menu li a.feedback u {
    border-bottom-style: dashed;
}
.social {
    margin: 30px 0 0;
}
.social a {
    margin-right: 10px;
}
.social a img {
    opacity: 0.8;
}
.social a:hover img {
    opacity: 1;
}

/* --------------------------- END HEADER --------------------- */

/* ----------------------------- INDEX ------------------------ */

.catalog {
    background: url("../img/flor.jpg") no-repeat center top;
    margin-top: 20px;
}
.catalog li {
    margin-bottom: 10px;
    font-size: 16px;
}
.shad {
    position: absolute;
    left: -60px;
}
.list {
    padding: 0 15px 0 20px;
    margin-top: 200px;
}
.trolley {
    position: absolute;
    top: -120px;
    left: -30px;
    padding-bottom: 30px;
}
.membrane {
    left: 35px;
    position: absolute;
    top: 15px;
    padding-bottom: 30px;
}
.equipment {
    left: -80px;
    position: absolute;
    top: -240px;
    padding-bottom: 30px;
}
.new {
    float: left;
    padding: 0 10px;
    width: 220px;
}
.new_wrap {
    background-color: #ffffff;
    border: 1px solid #ededed;
    border-radius: 3px; 
    padding: 7px 20px 18px;
}
.date {
    color: #666666;
}
.new a {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 24px;
}
.new_text {
    font-size: 14px;
    color: #666666;
    margin: 5px 0 20px;
}
.new .img_wrap {
    height: 111px;
    width: 180px;
    overflow: hidden;
}
.new img {
    height: 111px;
}
.new:hover {
    cursor: pointer;
}
.new:hover .new_wrap, .review:hover .review_wrap {
    box-shadow: 0 0 20px #dad3d3;
}
.new:hover a, .review .reviewer_wrap:hover a, .review .review_text:hover a {
    color: #cc0000!important;
}
.new:hover a u, .review .reviewer_wrap:hover a u, .review .review_text:hover a u {
    border-color: rgba(204, 0, 0, 0.3)!important;
}
.review {
    padding: 10px 0;
}
.review:hover {
    cursor: pointer;
}
.review_wrap {
    background-color: #ffffff;
    border: 1px solid #ededed;
    border-radius: 3px; 
    cursor: pointer;
}
.review .img_wrap {
    height: 100px;
    width: 80px;
    overflow: hidden;
    margin-right: 15px;
    display: block;
    position: absolute;
    left: -100px;
    padding-right: 20px;
}
.review .img_wrap img {
    width: 80px;
}
.item_link {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Roboto Slab', serif;
    position: relative;
}
.reviewer_wrap {
    padding: 20px 20px 10px 120px;
    /*height: 100px;*/
}
.review_text {
    padding: 0 20px 20px;
    font-size: 14px;
}
.reviewer {
    color: #666666;
    margin-top: 5px;
}

/* --------------------------- END INDEX ------------------------ */

/* ----------------------------- FOOTER --------------------------*/

.hr {
    background-color: #b3b3b3;
    height: 1px;
    width: 100%;
    position: relative;
}    
.footer {
    height: 105px;
    margin: -105px auto 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
    color: #333333;
}
.footer_menu a {
    font-family: Tahoma;
    color: #000000;
    margin-left: 28px;
}
.footer_menu a u {
    border-color: rgba(0, 0, 0, 0.3);
}
.footer_menu a:first-child {
    margin-left: 0;
}
.tissite  {
    float: left;
    margin-left: 55px;
    margin-top: 10px;
}
.tissite a {
    position: relative;
}
.tissite a img {
    position: absolute;
    left: -55px;
    top: -15px;
    padding-right: 15px;
}
/* -------------------------- END FOOTER --------------------------*/


/* ------------------------------ FOS ---------------------------- */

.popup {
    width: 380px;
    padding: 60px 40px 25px;
    background-color: #fafafa;
    left: 50%;
    margin-left: -230px;
    top: 0;
    z-index: 999;
    display: none;
    box-shadow: 0 0 50px #666666;
    position: absolute;
}
.input_shine {
    border:1px solid #ff0000;
    box-shadow: 0 0 5px #ff0000;
    position:absolute;
    top:0;
    left:0;
    display:none;
}
.popup .input_bg, .popup .textarea_bg {
    position:relative;
}
.popup .feedback_p .item_ordered {
    display: none;
}
.popup .review_p .input_city {
    display: block;
}
.title_popup {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
}
.close {
    background: url("../img/close_popup.png") no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
}
.input {
    background: url("../img/input_bg.png") repeat-x;
    height: 28px;
    border-radius: 2px;
    padding: 1px;
    border: 1px solid #FAFAFA;
}
.input_bg {
    border-radius: 2px;
    background-color: #ffffff;
    padding: 0 10px;
}
.input.green, .textarea.green {
    border: 1px solid #00BA13;
    box-shadow: 0 0 3px #00BA13;
}
.input.red, .textarea.red {
    border: 1px solid #ff0000;
    box-shadow: 0 0 3px #ff0000;
}
input[type='text'] {
    width: 100%;
    border: none;
    border-radius: 2px;
    height: 28px;
    font-family: 'PT Sans';
    font-size: 14px;
    line-height: 28px;
}
.textarea {
    background: #cacaca;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#dedede'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#dedede)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #b3b3b3,  #dedede); /* for firefox 3.6+ */ 
    background: -o-linear-gradient(top,  #b3b3b3,  #dedede); /* for opera */ 
    padding: 1px;
    height: 150px;
    border-radius: 3px;
    border: 1px solid #FAFAFA;
}
.textarea_bg {
    border-radius: 3px;
    background-color: #ffffff;
    padding: 4px 10px;
}
textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    resize: none;
    font-family: 'PT Sans';
}
.input_title {
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 15px;
}
.item_ordered {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: bold;
}
.item_ordered img {
    width: 110px;
    float: left;
}
.item_ordered .img_bg {
    margin-right: 10px;
    float: left;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: 5px;
}

/* ------------------------------ FOS ---------------------------- */


/* ------------------------------ CATALOG ---------------------------- */

.amount {
    font-family: 'Roboto Slab', serif;
    font-size: 39px;
    text-align: center;
    line-height: 70px;
}
.amount .fs100 {
    font-size: 100px;
    font-weight: bold;
}
.catalog_group {
    padding: 180px 10px 0;
    width: 300px;
    float: left;
}
.catalog_wrap {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ededed;
    padding: 15px 25px;
    border-radius: 3px; 
}
.catalog_group img {
    bottom: 100%;
    height: 165px;
    position: absolute;
    margin-bottom: 10px;
}
.catalog_group h2 {
    line-height: 24px;
    margin-bottom: 20px;
}
.catalog_group li {
    font-size: 16px;
    margin-bottom: 10px;
}
.catalog_group:hover {
    cursor: pointer;
}
.catalog_group:hover .catalog_wrap {
    box-shadow: 0 0 20px #dad3d3;
}
.catalog_group:hover h2 a {
    color: #cc0000!important;
}
.catalog_group:hover h2 a u {
    border-color: rgba(204, 0, 0, 0.3)!important;
}
.group_link {
    display: block;
    background: #990000;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    padding: 6px 10px;
    margin-bottom: 1px;
}
.group_link:hover {
    background: #cc0000;
    color: #ffffff!important;
}
.group_link span {
    background: url("../img/icon.png") 0 -10px;
    height: 10px;
    width: 10px;
    display: block;
    float: right;
    margin-top: 4px;
}
.catalog_menu {
    margin-top: 30px;
}
.catalog_menu li {
    font-size: 14px;
    padding: 10px 0 0 10px;
}
.catalog_menu li sup {
    font-size: 9px;
    padding-left: 2px;
    color: #666666;
}
.catalog_menu .group_link span{
    -moz-transition: -moz-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
.catalog_menu .group_link.open span{
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
}
.catalog_menu .current {
    color: #000000; 
}
.catalog_menu .current u {
    border-color: rgba(0, 0, 0, 0.3);
}
.subgroup {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ededed;
    padding: 5px 10px;
    border-radius: 3px; 
}
.catalog_subgroups {
    width: 720px;
    display: inline;
    float: left;
}
.subgroup a {
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}
.subgroup a sup {
    font-size: 9px;
    font-weight: bold;
    color: #000000;
    padding-left: 3px;
}
.subgroup img {
    width: 150px;
    margin-top: 30px;
}
.subgroup_wrap {
    float: left;
    padding: 0 10px;
    width: 220px;
}
.subgroup_wrap:hover {
    cursor: pointer;
}
.subgroup_wrap:hover .subgroup {
    box-shadow: 0 0 20px #dad3d3;
}
.subgroup_wrap:hover h2 a {
    color: #cc0000!important;
}
.subgroup_wrap:hover h2 a u {
    border-color: rgba(204, 0, 0, 0.3)!important;
}
.item {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ededed;
    padding: 10px 5px 10px 10px;
    border-radius: 3px; 
}
.item img {
    width: 130px;
    margin-right: 10px;
}
.item h2 {
    font-size: 16px;
    flex-grow: 1;
    min-height: 63px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item_reviews {
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
}
.price {
    font-size: 30px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    margin-top: 7px;
}
.item_wrap {
    padding: 6px 0;
    margin-right: 15px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.container_12 .item .grid_7 {
    width: auto;
}
.item_wrap:hover .item {
    box-shadow: 0 0 20px #dad3d3;
}
.item_wrap:hover .item a {
    color: #cc0000!important;
}
.item_wrap:hover .item a u {
    border-color: rgba(204, 0, 0, 0.3)!important;
}
.item_wrap:hover {
    cursor: pointer;
}
.yeah {
    background: url("../img/yeah.png") no-repeat 0 3px;
    padding-left: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0;
}
.repeat {
    background: url("../img/repeat.png") no-repeat 0 0;
    padding-left: 19px;
    float: right;
    margin: 15px 30px;
    color: #666666;
    font-size: 14px;
}
.repeat:hover {
    background-position: 0 -18px;
}
.repeat u {
    border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}
.home {
    display: block!important;
    background: url("../img/home.png") no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    float: left;
}
.home:hover {
    background-position: 0 -16px;
}
.breadcrumbs {
    margin-bottom: 15px;
}
.breadcrumbs a, .breadcrumbs img {
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.arrow {
    margin: 7px 5px 0;
}
.item_img {
    background: #ffffff;
    border: 1px solid #EDEDED;
    float: left;
    padding: 10px;
    margin-right: 20px;
    border-radius: 3px;
}
.item_img a{
    cursor: default;
}
.item_img.resize a:hover {
    cursor: pointer;
}
.item_img.resize:hover {
    box-shadow: 0 0 20px #dad3d3;
    cursor: pointer;
}
.item_img img {
    width: 292px;
}
.photos {
	float: left;
	width: 95px;
	margin-right: 15px;
}
.photos .photo {
    display: block;
	width: 85px; 
	margin-bottom: 7px;
	background: #ffffff;
    border: 1px solid #EDEDED;
	padding: 5px;
	border-radius: 3px;
	opacity:0.5;
    -moz-opacity:0.5;
    -khtml-opacity:0.5;
    filter:alpha(opacity=50);
}
.photos .photo img {
	width: 85px; 
}
.photos .photo.active {
	opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter:alpha(opacity=100);
}
.photos .photo:hover {
	box-shadow: 0 0 10px #dad3d3;
    cursor: pointer;
}
.photos .photo.active:hover {
	cursor: default!important;
	box-shadow: none!important;
}
.item_price {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 15px;
}
.rubl {
    font-family: Rubl;
    font-size: 36px;
    font-weight: normal;
}
.item .rubl {
    font-size: 30px;
}
.read_review {
    background: url("../img/pen.png") no-repeat 0 2px;
    padding-left: 23px;
    font-size: 14px;
    margin-top: 10px;
    float: left;
}
.read_review u {
    border-bottom: 1px dashed rgba(0, 102, 204, 0.3);
}
.tabs {
    border-bottom: 2px solid #990000;
    margin-bottom: 15px;
}
.tabs a {
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 14px;
}
.tabs u {
    border-bottom: 1px dashed rgba(0, 102, 204, 0.3);
}
.tabs a.current {
    background-color: #990000;
    color: #ffffff!important;
    cursor: default;
    
}
.tabs a.current u {
    border: none;
}
.content table {
    width: 100%;
}
.content th {
    background-color: #990000;
    text-align: left;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 14px;
}
.content td, .content th {
    border: none;
    border-left: 1px solid #ffffff;
    padding: 10px 12px;
}
.content td:first_child {
    border-left: none;
}
.content tr {
    background-color: #f3f3f3;
}
.content tr:nth-child(2n) {
    background-color: #ffffff;
}
.name {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 14px;
    margin-left: 48px;
}
.item_review {
    background-color: #ffffff;
    border: 4px solid #cccccc;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}
.item_review .corner {
    position: absolute;
    width: 15px;
    height: 24px;
    background: url("../img/bubble_left.png");
    top: -24px;
    left: 18px;
}
.right_review .name {
    margin-right: 48px;
    float: right;
}
.right_review .corner {
    right: 18px;
    background: url("../img/bubble_right.png");
    left: auto;
}
.contacts {
    font-size: 14px;
}
#icq, #skype {
    display: inline-block;
    line-height: 16px;
    padding: 0 0 3px 20px;
}
.map_title, .shipping_title, .news_title {
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    margin-top: 25px;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
}
.map_title {
    margin-bottom: 10px;
}
.news_title {
    margin-bottom: 15px;
    margin-top: 0;
}
.google_maps {
    width: 100%;
    height: 305px;
}
.news_title a {
    margin-right: 15px;
}
.news_title u {
    border-bottom-style: dashed; 
}
.adress {
    background: url("../img/mark.png") no-repeat 0 3px;
    padding-left: 15px;
}
.map_shadow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 23px;
    background: url("../img/map_shadow.png");
}
.title_tel {
    font-size: 14px;
    font-family: 'PT Sans';
    color: #333333;
    float: right;
    margin-right: 100px;
    margin-top: 5px;
}
.contacts li {
    margin-bottom: 10px;
    font-size: 14px;
}
.shipping li {
    font-size: 14px;
    margin-top: 5px;
}
.shipping .b {
    margin-top: 15px;
}
.partners {
    display: inline;
    float: left;
    margin-left: -10px;
    width: 640px;
}
.partner_wrap {
    width: 140px;
    float: left;
    padding: 0 10px 10px;
}
.partner {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ededed;
    padding: 10px 10px;
    border-radius: 3px; 
    font-size: 14px;
    text-align: center;
}
.partner img {
    width: 120px;
    margin-bottom: 10px;
}
.partner_wrap:hover .partner {
    box-shadow: 0 0 20px #dad3d3;
}
.partner_wrap:hover .partner a {
    color: #cc0000!important;
}
.partner_wrap:hover .partner a u {
    border-color: rgba(204, 0, 0, 0.3)!important;
}


/* --------------------------- END CATALOG ---------------------------- */


/* ------------------------------ BUTTON ------------------------------ */

.button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor:pointer;
    position: relative;
}
.button b, .button i {
    background: url("../img/button.png") no-repeat;
    display: block;
    height: 37px;
    width: 10px;
    float: left;
}
.green.button * {
    background-image: url("../img/green_button.png")!important;
}
.button span {
    display: block;
    height: 37px;
    float: left;
    line-height: 28px;
    padding: 0 2px;
    background: url("../img/button.png") repeat 0 0px;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 -1px 0 #000000;
}
.button b {
    background-position: 0 -148px;
}
.button i {
    background-position: -10px -148px;
}
.button:hover b {
    background-position: 0 -185px;
}
.button:hover i {
    background-position: -10px -185px;
}
.button:hover span {
    background-position: 0 -37px;
}
.button:active b, .button.active b {
    background-position: 0 -222px;
}
.button:active i, .button.active i {
    background-position: -10px -222px;
}
.button:active span, .button.active span {
    background-position: 0 -74px;
    line-height: 32px;
}
.button.disabled {
    cursor: default;
}
.button.disabled b {
    background-position: 0 -259px;
}
.button.disabled i {
    background-position: -10px -259px;
}
.button.disabled span {
    background-position: 0 -111px;
    color: #999999!important;
    line-height: 28px!important;
    text-shadow: none;
}
.pointer {
    cursor: pointer;
}
/* ---------------------------- END BUTTON -------------------------- */

.ml100 {
    margin-left: 100px;
}
.h125 {
    height: 125px!important;
}
.w240 {
    width: 240px;
}
.mb3 {
    margin-bottom: 3px;
}
.sitemap ul {
    padding-left: 15px;
}
.sitemap li {
    margin: 5px 0;
    padding-left: 5px;
    font-size: 16px;
    border-left: 3px solid transparent;
}
.sitemap li li {
    font-size: 14px
}
.sitemap li li li {
    font-size: 12px
}
.address {
    font-size: 16px;
    display: inline-block;
    width: 300px;
    text-decoration: none;
}
span.sm {
    background: chartreuse;
}
.search_result {
    height: 80px;
    padding-left: 100px;
    position: relative;
}
.search_result:before {
    content: attr(data-iteration);
    position: absolute;
    top: 5px;
    left: -5px;
    font-size: 16px;
}
.search_result img {
    float: left;
    height: 70px;
    position: absolute;
    left: 20px;
    top: 0 
}

@media (max-width: 1024px) {
    img {
        max-width: 100%;
    }
    body {
        min-width: auto;
    }
    .container_12 {
        width: 100%;
    }

    .partners,
    .catalog_subgroups {
        width: 100%;
    }

    .container_12 .grid_3,
    .partner_wrap {
        width: calc(30% - 20px);
    }

    .container_12 .grid_9 {
        width: calc(70% - 20px);
    }

    .container_12 .grid_6 {
        width: calc(50% - 20px);
    }

    .container_12 .grid_4,
    .catalog_group,
    .subgroup_wrap,
    .item_wrap {
        width: calc(33.3333% - 20px);
    }

    .container_12 .grid_12 {
        width: 100%;
    }

    .container_12 .grid_8 {
        width: calc(66.6666% - 20px);
    }

    .new {
        width: calc(25% - 20px);
    }

    .equipment {
        position: relative;
        top: 0;
        left: 0;
    }

    .menu a {
        font-size: 12px;
        margin-right: 15px;
    }

    .menu a img {
        display: none;
    }
}


@media (max-width: 796px) {
    .wrap-table {
        max-width: 100%;
        overflow-y: auto;
    }
    .container_12 .grid_8,
    .container_12 .grid_9,
    .container_12 .grid_3,
    .container_12 .grid_6 {
        width: calc(100% - 20px);
    }

    .container_12 .grid_4,
    .catalog_group,
    .partner_wrap,
    .item_wrap,
    .subgroup_wrap {
        width: calc(50% - 20px)
    }

    .trolley {
        position: relative;
        top: 0;
        left: 0;
    }

    .new {
        width: calc(50% - 20px);
        margin-bottom: 10px;
    }

    .container_12 .grid_4.reviews {
        width: calc(100% - 20px);
    }

    .review .img_wrap {
        position: relative;
        top: 0;
        left: 0;
    }

    .reviewer_wrap {
        padding-left: 20px;
    }

    .footer .container_12 .grid_4 {
        width: calc(50% - 20px);
        padding-left: 0;
    }

    .footer .container_12 .grid_3 {
        display: none;
    }

    .trolley {
        padding-bottom: 0;
    }

    .vinous u {
        display: block;
    }
}

@media (min-width: 600px) {
    #toggleBtn {
        display: none;
    }
}

@media (max-width: 600px) {
    .container_12 .grid_4,
    .new,
    .catalog_group,
    .item_wrap,
    .subgroup_wrap {
        width: calc(100% - 20px);
    }

    .new_wrap {
        height: auto !important;
    }

    .footer_menu {
        text-align: center;
    }

    .footer_menu
    a {
        margin: 0 5px !important;
        white-space: nowrap;
    }

    .footer .container_12 .grid_4 {
        width: 100%;
        text-align: center;
    }

    .footer {
        height: auto;
    }

    .tissite {
        float: none !important;
        margin: 0 auto;
    }

    .header .container_12 .grid_3 {
        text-align: center;
    }

    .search-wrap {
        width: calc(100% - 80px)
    }

    .left_menu
    li.tel {
        width: 170px;
        margin: 0 auto;
    }

    .menu a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px;
        margin: 5px;
    }

    .menu {
        display: none;
    }

    .menu.show {
        display: block;
    }

    #toggleBtn {
        background-image: url(../img/menu.png);
        display: block;
        width: 30px;
        height: 30px;
        background-size: cover;
        position: absolute;
        top: 7px;
        right: 9px;
        z-index: 2;
    }

    #toggleBtn.active {
        background-image: url(../img/close.png);
    }

    .list {
        margin-top: 0;
    }

    .left_menu {
        padding-top: 40px;
    }

    .membrane {
        position: relative;
        top: 0;
        left: 0;
    }

    .amount
    .fs100 {
        font-size: 50px;
    }

    .catalog_group {
        height: auto;
        padding-top: 20px;
    }

    .catalog_wrap {
        height: auto !important;
    }

    .catalog_group
    img {
        position: relative;
    }
}

@media (max-width: 400px) {
    .popup {
        width: 100%;
        box-sizing: border-box;
        left: 0;
        margin-left: 0;
        padding: 20px;
    }

    .w240 {
        width: 100%;
        display: block;
    }
}