header {
    height: 129px;
    padding-top: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.ost.right {
    width: 74.4%;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}

section.menu_top {
    position: fixed;
    left: 0;
    top: 128.991px;
    width: 100%;
    z-index: 999;
}

.verh,.niz {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
}

.verh {
    padding: 13.5px 0px;
}

nav.menu_top.right a {
    color: #00ab52;
    text-decoration: none;
    display: inline-block;
    padding: 0px 10px;
}

nav.menu_top.right a:last-child {
    padding-right: 0;
}

.search_top.left input[type="text"] {
    height: 40px;
    width: 100%;
    border: 0;
    background: #f2f2f2;
    padding-left: 15px;
    box-sizing: border-box;
    outline: none !important;
}

.search_top.left form {
    display: block;
    width: 100%;
    position: relative;
}

.search_top.left .search {
    width: 100%;
}

.search_top.left {
    width: 65.5%;
}

.search_top.left input.submit_search {
    position: absolute;
    height: 40px;
    top: 0;
    right: 0;
    width: 40px;
    outline: none !important;
    border: 0;
    background: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: center;
} 

.tel_top.right {
    font-size: 30px;
    line-height: 0px;
    margin-top: -11px;
}

section.menu_top {
    background: #00ab52;
    box-shadow: inset 0px 9px 13px rgb(18, 138, 76);
    height: 46px;
}

section.menu_top ul#top-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

li {}

section.menu_top ul#top-menu>li {
        float: left;

    position: static;
}

section.menu_top ul#top-menu>li>a{
    margin: 0 26px;	
}

section.menu_top ul#top-menu>li:nth-child(2)>a {
    margin-left: 0;
}

section.menu_top ul#top-menu>li>a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    padding: 12.5px 0px;
    display: block;
    padding-right: 22px;
    font-weight: 300;
}

section.menu_top ul#top-menu>li:first-child>a {
    margin-left: 0;
}

section.menu_top ul#top-menu>li:last-child>a{
    margin-right: 0;
}

section.menu_top ul#top-menu>li>ul.menu {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 1;
    display: block;
    left: 0;
	visibility: hidden;
    width: 100%;
    padding: 27px 0px 61px;
    -webkit-transition: 0.5s ease-out;
    -webkit-transition-delay: 0.5s;
    -o-transition: 0.5s ease-out;
    -o-transition-delay: 0.5s;
    -moz-transition: 0.5s ease-out;
    -moz-transition-delay: 0.5s;
    transition: 0.5s ease-out;
    transition-delay: 0.5s;
	    background: #00AB52;
    z-index: 999;
}

span.shop-photo-labels {
    position: absolute;
    left: 0;
}

.shop_img.shop-photo {
    position: relative;
}

li.parent>a {
    position: relative;
}

li.parent>a:after {
    content: "˅";
    position: absolute;
    right: 0;
    top: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

section.menu_top ul#top-menu>li>ul.menu:before {
    content: "";
    position: absolute;
    width: 4000px;
    background: #00AB52;
    height: 100%;
    left: -2000px;
    top: -1px;
    z-index: 9;
	height: 335px;
}

section.menu_top ul#top-menu>li>ul.menu li {
    position: relative;
    z-index: 99;
}

section.menu_top ul#top-menu>li>ul.menu>li>a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
}

section.menu_top ul#top-menu>li.parent:hover>ul {
    width: 1170px;
    left: 0;
    opacity: 1;
	visibility: visible;
    -webkit-transition: .1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    -webkit-transition-delay: 0.1s;
    -o-transition: .1s ease-out;
    -o-transition-delay: 0.1s;
    -moz-transition: .1s ease-out;
    -moz-transition-delay: 0.1s;
    transition: .1s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    transition-delay: 0.1s;

		
}

section.menu_top ul#top-menu>li.parent:hover>ul.menu:before {
    background: #00AB52;

	
}

section.menu_top ul#top-menu>li>ul.menu>li {
    display: inline-block;
    width: 267px;
    /* padding-left: 12px; */
    line-height: 24px;
    overflow: hidden;
    margin-right: 25px;
    vertical-align: top;
}

section.menu_top ul#top-menu>li>ul.menu>li>a {
    font-size: 13px;
}

section.menu_top ul#top-menu>li>ul.menu>li>ul {
    padding-left: 17px;
    list-style-image: url(../img/oc.png);
}

section.menu_top ul#top-menu>li>ul.menu>li>ul>li a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

section.menu_top ul#top-menu>li> ul a:hover {
	text-decoration:underline !important;
}

section.menu_top ul#top-menu>li>ul.menu>li.parents>a {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

section.menu_top ul#top-menu>li>ul.menu>li.parents {
    width: 257px;
    line-height: 17px;
}

section.menu_top ul#top-menu>li:last-child>ul>li.parents:nth-child(3) {
    width: 320px;
}

section.menu_top ul#top-menu>li:last-child>ul>li:last-child {
    width: 215px;
}

section.menu_top ul#top-menu:hover:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #06964C;
    left: -2px;
    top: 43px;
}

section.menu_top ul#top-menu:hover .titlo {
    width: 83px;
    height: 2px;
    position: absolute;
    background: #FFFFFF;
    left: -2px;
-webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    top: 43px;
}

ul.slides {
    margin: 0;
    padding: 0;
}

ol.flex-control-nav.flex-control-paging {
    margin: 0;
    padding: 0;
}

ol.flex-control-nav.flex-control-paging li {
    position: relative;
    z-index: 99;
    color: #fff;
    display: inline-block;
}

ol.flex-control-nav.flex-control-paging li a {
    width: 15px;
    height: 14px;
    background: #5c666f;
    overflow: hidden;
    text-indent: 200pc;
    margin-right: 10px;
    display: block;
}

ol.flex-control-nav.flex-control-paging {
    width: 1280px;
    padding: 0px 55px;
    box-sizing: border-box;
    position: absolute;
    margin: 0 auto;
    float: none;
    height: 14px;
    left: 50%;
    margin-left: -640px;
    bottom: 60px;
}

.flexslider {
    position: relative;
    overflow: hidden;
    background: #301945;
}

ul.flex-direction-nav {
    display: none;
}

.flexslider ul.slides li a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

ol.flex-control-nav.flex-control-paging li a.flex-active {
    background: #00AB52;
}

.nenay .menu.left {}

.nenay .menu.left .block_header {
font-size: 22px;
    font-weight: 900;
    color: #24272a;
    margin-bottom: 15px;
    margin-top: 30px;
}

.nenay .menu.left ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nenay .menu.left ul.menu li a {
    font-size: 14px;
    color: #00ab52;
    text-decoration: none;
    font-weight: 700;
    line-height: 35px;
}

.nenay .menu.left {
    margin: 0 27px;
    width: 336px;
}

.nenay {
    padding: 50px 0px 90px;
    position: relative;
	    background: #f6f6f6;
		    padding-top: 20px;
}

.nenay .menu.left:nth-child(2) {
    width: 270px;
    margin-left: 30px;
    margin-right: 61px;
}

.nenay .menu.left:first-child {
    width: 365px;
}

.nenay .container {
    overflow: hidden;
    height: 249px;
    position: static;
	-webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    -moz-transition-duration: 2s;
    transition-duration: 2s;
}

a.pokika {
    font-size: 14px;
    color: #00ab52;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    display: block;
    width: 221px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #00aa52;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -110.5px;
    bottom: 0;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

a.pokika:after {
content: "";
    background: url(../img/nis.png);
    position: absolute;
    z-index: 15;
    left: 50%;
    bottom: -2px;
    width: 11px;
    height: 10px;
    margin-left: -5.5px;
}

a.pokika:before {content: "";position: absolute;z-index: 10;width: 221px;height: 16px;left: -2px;bottom: -16px;background: url(../img/nisik.png);}

a.pokika:hover {
    bottom: -5px;
}

a.pokika.activ:before {
    -webkit-transform: rotate(-180deg); /* Chrome y Safari */
    -moz-transform: rotate(-180deg); /* Firefox */
    filter: rotate(-180deg);
    -o-transform: rotate(-180deg); /* Opera */
    bottom: auto;
    top: -16px;
}

a.pokika.activ:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    filter: rotate(-180deg);
    -o-transform: rotate(-180deg);
    bottom: auto;
    top: -1px;
}

a.pokika.activ:hover {
    bottom: 5px;
    opacity: 1;
}

.pop_block,.sveg .block-row {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin-right: 30px;
    margin-bottom: 45px;
}

.pop_block:nth-child(4n),.sveg .block-row:nth-child(4n) {
    margin-right: 0;
}

.pop_block a {
    font-size: 23px;
    color: #00ab52;
    text-decoration: none;
}

.pop_block img {
    margin-bottom: 15px;
    display: block;
}



.titl {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 45px;
    margin-top: 20px;
}

.shops {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 60px;
}

.sveg .block-row .date {
    display: none;
}

.sveg .block-row {
    position: relative;
    margin-bottom: 0;
}

.sveg .block-row h4 {
    margin: 0;
    padding: 25px 33px;
}

.sveg .block-row .clauses_img {
    padding: 0;
    float: none;
}

.sveg .block-row .block-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(68, 32, 101, 0.88);
}

.logo.left a {
    opacity: 1 !important;
}

.sveg .block-row h4 a {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    text-decoration: none;
}

.sveg .block-row h4 a:hover { 
color: #00ab52;
}

/* div#map>ymaps>ymaps>ymaps:nth-child(6)>ymaps>ymaps>ymaps {
    display: block !important;
    position: fixed !important;
    width: 270px;
    height: 205px;
    margin-top: 248px;
    margin-left: 20%;	
/* 	display: block !important;top: -220px !important;left: -690px !important;position: absolute !important;width: 270px;height: 205px; */
	} */
 
 div#map>ymaps>ymaps>ymaps:nth-child(6)>ymaps>ymaps>ymaps>ymaps>ymaps:nth-child(1) {
    display: none;
}
 
.adress {
    width: 310px;
}

/* div#map>ymaps>ymaps>ymaps:nth-child(6)>ymaps>ymaps>ymaps>ymaps>ymaps:nth-child(2) {
    padding: 0 !important;
    margin: 0 !important;
} */

.name_mag {
    font-size: 18px;
    font-weight: 700;
    width: 230px;
    margin: 20px;
    margin-top: 29px;
    font-family: 'Rubik', sans-serif;
}

.name_mag img {
    margin-top: 0px;
    float: left;
    margin-right: 15px;
}

div#map>ymaps>ymaps>ymaps:nth-child(6)>ymaps>ymaps>ymaps>ymaps>ymaps:nth-child(2)>ymaps {
    width: 100% !important;
    height: 100% !important;
}

.adr_mag {
    font-size: 18px;
    font-weight: 100;
    font-family: 'Rubik', sans-serif;
    margin: 0px 51px;
    margin-right: 88px;
    margin-bottom: 15px;
    line-height: 23px;
}

div#ddelivery_container_place {
    max-height: 400px;
}

div#ddelivery_container_place>iframe {
    width: 446px !important;
    height: 375px !important;
}

.time_mag {
    padding: 18px;
    font-size: 18px;
    background: #2f1945;
    color: #fff;
    font-weight: 100;
    font-family: 'Rubik', sans-serif;
}

.block.clauses {
    border: 0;
    margin: 0;
    padding: 0;
}

/* div#map>ymaps>ymaps>ymaps:nth-child(6)>ymaps {
    display: block;
    background-image: url(../img/balu.png);
    background-size: 34px 41px;
    width: 34px !important;
    height: 41px !important;
    margin-top: -41px;
    background-repeat: no-repeat;
} */


footer {
    background: #00ab52;
    padding: 24px 0 41px;
}

.blokin.left {
    width: 250px;
    font-size: 14px;
    color: #e4e4e4;
    line-height: 20px;
    font-weight: 100;
}

.blokin.left>div {
    margin-bottom: 20px;
}

.ad {
    padding-right: 50px;
}

.blokin.left>div p {
    margin: 0;
    font-weight: 100;
}

.web {
    color: #fff;
}

.pil a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ur {
    padding-right: 15px;
}

.hed:after {content: "";clear: both;display: block;}

.big.right {
    width: 75%;
}

.hed nav.menu_top.right a {
    color: #fff;
    font-size: 14px;
}

.hed .promo.left {
    font-size: 14px;
    color: #00ab52;
    padding: 10px 35px;
    background: #d2d0cd;
    position: relative;
}

.hed .promo.left:after {
    border: 7px solid transparent;
    border-right: 7px solid #d2d0cd;
    border-bottom: 7px solid #d2d0cd;
    content: "";
    position: absolute;
    left: -14px;
    top: 36%;
}

.hed nav.menu_top.right {
    margin-top: 11px;
}

.menu_foot .block_header {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.menu_foot ul.menu {
    padding: 0;
    margin: 0;
    list-style-image: url(../img/oc.png);
}

.menu_foot ul.menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
    line-height: 21px;
} 

.menu_foot {
    float: left;
   /*  width: 260px; */
}

.menu_foot:first-child {
    width: 320px;
    padding-right: 50px;
}

.menu_foot:last-child {
    /* margin-left: 105px; */
float: right;
width: 270px;
}

.breadcrumb a {
    font-size: 14px;
    color: #2f1945;
}

div.breadcrumb {
    padding-top: 19px;
    margin-bottom: 30px;
}

.breadcrumb>span:last-child {
    font-size: 14px;
    opacity: 0.8;
    color: #2f1945;
}

.catalog h1 {
    font-size: 36px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 30px;
}

.catalog p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 23px;
}

span.input-title {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    margin-top: 23px;
}

.shop_search_price input.from,.shop_search_price input.to {
    width: 120px;
    height: 40px;
    border: 0;
    background: #f2f2f2;
    font-size: 14px;
    color: #626B6F;
    font-style: italic;
    padding-left: 15px;
}

.js_shop_search_brand,.om{
    margin-bottom: 10px;
}

.shop_search_brand, .shop_search_price {
    position: relative;
}

.js_shop_search_brand label,.js_shop_search_param.shop_search_param label {
    font-size: 14px;
    vertical-align: baseline;
    font-style: italic;
	    position: relative;
}

.js_shop_search_brand input,.js_shop_search_param.shop_search_param input {
    margin-right: 10px;
    width: 19px;
    height: 19px;
    vertical-align: sub;
} 

.js_shop_search_brand input[type="checkbox"] ~ label:after,.js_shop_search_param.shop_search_param input[type="checkbox"] ~ label:after {content: "";position: absolute;width: 19px;height: 19px;border: 2px solid #00ab52;box-sizing: border-box;background: #fff;left: -33px;top: -2px;}

.js_shop_search_brand input[type="checkbox"]:checked ~ label:after,.js_shop_search_param.shop_search_param input[type="checkbox"]:checked ~ label:after {
    background: url(../img/gal.png) !important;
    border: 0 !important;
}
/* .js_shop_search_brand input:checked {
    width: 25px;
} */

.js_shop_search_param.shop_search_param {
    position: relative;
}

div.clock {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.block.shop-search h3 {
    font-size: 26px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 15px;
}

.left.fit {
    width: 270px;
    margin-right: 30px;
}

.js_shop_list.shop_list {
    margin: 0;
    padding: 0;
    border: 0;
    width: 870px;
    float: right;
}

.off-show-filter {
    width: 126px;
    height: 40px;
    display: block;
    float: left;
    font-size: 14px;
    color: #fff;
    background: #2f1945;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 42px;
    margin-top: 25px;	
    text-align: center;
    cursor: pointer;
}

input.go_fit {
    float: right;
    width: 126px;
    height: 40px;
    background-color: #00a651;
    border: 0;
    color: #fff;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 25px;	
    background-image: url(../img/fiti.png);
    background-repeat: no-repeat;
    background-position: 11px 14px;
    padding-left: 22px;
}

.js_shop.shop-item.shop {
width: 270px;
    margin-right: 30px;
    float: left;
    height: 320px;
    margin-bottom: 30px;
    border: 0;
}

.js_shop.shop-item.shop:nth-child(3n) {
    margin-right: 0;
}

.js_shop.shop-item.shop a.shop-item-title {
    font-size: 14px;
    color: #00ab52;
    text-decoration: none;
    margin-bottom: 14px;
    display: block;
}

.js_shop_param_price.shop_param_price.shop-item-price {
    float: right;
    position: relative;
}

span.price {
    font-size: 24px;
    font-weight: bold;
    color: #2f1945;
}

span.price>span.currency {
    font-weight: 400;
}

span.shop_old_price.price-old {
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    text-align: center;
    text-decoration: line-through;
}

.zakaz {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    color: #24272a;
    background: #f2f2f2;
    width: 66px;
    height: 17px;
    text-align:  center;
    line-height: 19px;
    margin-top: 4px;
}

.catalog {
    background: #fff;
}

.shop-pane:after {
    content: "";
    clear: both;
    display: block;
}

.js_shop_no_buy.js_shop_no_buy_good.shop_no_buy.shop_no_buy_good {
    float: left;
	    margin-top: 4px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #24272a;
    background: #f2f2f2;
    width: 105px;
    height: 17px;
    text-align: center;
    line-height: 20px;
    margin-right: 11px;
    margin-top: 4px;
    padding: 0;
}

.shop-item-right {
    float: right;
    width: 870px;
}

a.js_shop_preview_img.item {
    width: 150px;
    height: 109px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}


.js_shop_all_img.shop_all_img.shop-item-big-images {
width: 80%;
    float: right;
    height: 260px;
    display: table;
}

a.js_shop_img.shop-item-image.active {
    display: table-cell;
    vertical-align: middle;
}
a.js_shop_img.shop-item-image {
    display: none;
}

a.js_shop_img.shop-item-image{
    vertical-align: middle;
}

.shop_preview_img.shop-item-previews.items-scroller {
    width: 150px;
    float: left;
}

.lSSlideOuter.vertical {
    padding-right: 0 !important;
    padding-left: 179px;
}

.lSSlideOuter.vertical .lSGallery {
    left: 0 !important;
}

.shop-item-left {
    float: left;
    width: 270px;
    margin-right: 30px;
}

.js_shop_id.js_shop.shop.shop_id.shop-item-container {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.vs>div {
    display: inline-block;
}

.tu {margin-right: 5px;font-weight: bold;}

.vs {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 18px;
}

.hes {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
}

.vs:last-child {
    display: none;
}

.yi {
    font-size: 16px;
    font-weight: 100;
}

.clear {
	clear:both;
}

.price .js_shop_param_price.shop_param_price.shop-item-price {
    float: left;
}

.price .js_shop_param_price.shop_param_price.shop-item-price:before {
    content: "Цена:";
    font-size: 26px;
    font-weight: 900;
    color: #2f1945;
    display: inline-block;
    margin-right: 7px;
}

.price .js_shop_param_price.shop_param_price.shop-item-price span.price {
    font-weight: 400;
}

.price .js_shop_param_price.shop_param_price.shop-item-price span.price:after {
    content: "за 1м";
    display: inline-block;
    margin-left: 8px;
}

.price .zakaz {
    float: right;
    font-size: 14px;
    height: 40px;
    width: 111px;
    line-height: 44px;
    font-weight: 600;
    margin-top: -2px;
}

.price>form {    width: 588px;
    overflow: hidden;
    float: left;
	}

	.shop_clauses_rel {
    float: right;
}

.shop_clauses_rel a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #00a651;
    height: 40px;
    display: block;
    width: 457px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 42px;
    background-image: url(../img/kakl.png);
    background-repeat: no-repeat;
    background-position: 15px 11px;
    padding-left: 22px;
}
	
.price {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 25px;
}

.tik_tak {
    padding: 0 53px;
}


.owl-nav>div {
    position: absolute;
    top: 46%;
    text-indent: 250px;
    background: url(../img/nis.png);
    width: 10px;
    height: 11px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.owl-prev {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter:rotate(90deg);
    -o-transform: rotate(90deg);
    left: -40px;
}

.owl-next {
    right: -40px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.tik_tak {
    margin-bottom: 35px;
}

.tik_tak .hes {
    margin-left: -53px;
}

img.js_shop_img {
    max-width: 100%;
    max-height: 100%;
}

.clauses_all_img {
    float: left;
    max-width: 570px;
    margin-right: 30px;
}

.clauses_all_img img {
    width: 100%;
}

.left.claus {
    width: 870px;
}

.right.arh {
    width: 270px;
}

.shop_panel .js_shop.shop-item.shop:nth-child(3n) {
    margin-right: 30px;
}

.shop_panel .js_shop.shop-item.shop:nth-child(5) {
    margin-right: 0;
}

.block-row img {
    max-width: 100%;
}

.shop_panel {
    overflow: hidden;
    border-top: 2px solid #f2f2f2;
    padding-top: 30px;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 30px;
}

.shop_panel .js_shop.shop-item.shop {
    margin-bottom: 25px;
}

.shop_img.shop-photo {
    margin-bottom: 19px;
    text-align: center;
    height: 210px;

}

.catalog.clauses {
    margin: 0;
    padding: 0;    padding-bottom: 45px;
    border: 0;
}

.catalog {

    padding-bottom: 45px;
}

.clauses_date {
    position: absolute;
    font-size: 18px;
    font-style: normal;
    right: 59px;
    top: 82px;
}

.news_year a {
    font-size: 16px;
    font-weight: bold;
    color: #00ab52;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    margin-top: 30px;
}

.news_month a {
    font-size: 16px;
    color: #00ab52;
    text-decoration: none;
    display: block;
}

.mes>div {
    display: inline-block;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
	    padding: 2px 0px;
}

.mes {
    margin: 15px 0 0 0px;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.news_list.sveg .block-row {
    margin-bottom: 30px;
}

.news_list.sveg.left.claus .block-row:nth-child(4n) {
    margin-right: 30px;
}

.news_list.sveg.left.claus .block-row:nth-child(3n) {
    margin-right: 0;
}

.news_year:nth-child(2) {
    margin-top: -15px;
}

ol.left.sp {
    width: 48%;
}

ul.right.sp {
    width: 48%;
}

.catalog.vn ol li,.catalog.vn ul li  {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 23px;
    position: relative;
}

catalog.vn ul {
    list-style-type: ethiopic-abegede-ti-er;
}

catalog.vn ul {}

.catalog.vn ul {
    list-style-type: square;
}

.catalog.vn table {
    border-collapse: collapse;
    border-bottom: 2px solid #24272a;
}

.catalog.vn table tr td:first-child {
    border-right: 2px solid #24272a;
}

.catalog.vn table tr td {
    padding: 13px 5px;
    text-align: center;
    border-right: 2px solid #f2f2f2;
}

.catalog.vn table tr:nth-child(2n) td {
    background: #f2f2f2;
}

.catalog.vn table tr td:last-child {
    border: 0;
}

.catalog.vn table tr:first-child td {
    border-bottom: 2px solid #24272a;
}

.catalog.vn h2 {
    font-size: 26px;
    font-weight: 900;
    margin: 40px 0px 15px;
}

.catalog.vn h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 40px 0px 15px;
}

.catalog.vn h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 40px 0px 15px;
}

.warning {
    background: #ffdf93;
    padding: 15px 40px;
    padding-top: 1px;
	margin:33px 0px;
}

.error2 {
    background: #f9bbbe;
    padding: 15px 40px;
    padding-top: 1px;
	margin:33px 0px;	
}

.happy {
    background: #99e1b8;
    padding: 15px 40px;
    padding-top: 1px;
	margin:33px 0px;	
}

blockquote {
    background: #f2f2f2;
    margin: 0;
    padding: 32px;
    padding-bottom: 1px;
    margin-bottom: 25px;
}
form.form_user{
	width:48%;
}
form.form_user input {
    margin-right: 10px;
    width: 19px;
    height: 19px;
    vertical-align: sub;
}

form.form_user>div {
    margin-bottom: 15px;
    position: relative;
}

form.form_user input[type="checkbox"] ~ label:after {content: "";position: absolute;width: 19px;height: 19px;border: 2px solid #00ab52;box-sizing: border-box;background: #fff;left: 3px;top: 3px;}

input[type="checkbox"]:checked ~ label:after {
    background: url(../img/gal.png) !important;
    border: 0 !important;
}

form.form_user input[type="radio"] ~ label:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    border: 2px solid #00ab52;
    box-sizing: border-box;
    background: #fff;
    left: 5px;
    top: 3px;
    border-radius: 100%;
}

input[type="radio"]:checked ~ label:after {

        border: 6px solid #00ab52 !important;
}

blockquote {
    text-indent: 25px;
    position: relative;
}

blockquote:before {content: "«";position: absolute;left: 8px;font-weight: 800;font-size: 18px;}

blockquote:after {content: "»";position: absolute;right: 45px;font-weight: 800;bottom: 45px;font-size: 18px;}

.shop_cat_link {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    text-decoration: none;
    background: none;
    padding: 0;
    margin-bottom: 25px;
}

.shop_cat_link {
    width: 270px;
    margin-right: 30px;
    float: left;
    height: 320px;
    margin-bottom: 30px;
    border: 0;
    vertical-align: top;
}

.shop_cat_link>a {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    display: block;
	text-align:center;
}

.shop_cat_link a {
    text-decoration: none;
    color: #00ab52;
}

.feedback_form form.ajax>div {
    display: inline-block;
    margin-right: 30px;
}

.feedback_form form.ajax>div .infofield {
    display: none;
}

.feedback_form form.ajax>div input {
    background: #261437;
    border: 0;
    padding-left: 15px;
    width: 270px;
    height: 40px;
    font-size: 14px;
    font-style: italic;
    color: #fff;
}

.feedback_form input.button.solid {
    width: 240px;
    height: 40px;
    background-color: #00ab52;
	background-image:url(../img/ushki.png);
	background-repeat:no-repeat;
	background-position: 17px 13px;
	padding-left:5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
}


.feedback_form form.ajax>div.required_field {
    display: none;
}

.feedback_form form.ajax h3,.left.noms h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 257px;
    margin-top: 0;
    margin-bottom: 25px;
}

.lil {
    background-color: #2f1945;
    padding: 30px;
}

.left.noms h4 {
    width: auto;
    margin-top: 0;
    margin-bottom: 15px;
}

.left.noms {
    width: 242px;
    border-right: 2px solid #5d5959;
}


.left.noms p {
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 0;
}

.left.noms srong {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.left.noms span.min {
    font-size: 12px;
    color: #fff;
    font-weight: 100;
    display: block;
}

form.ajax .errors {
    display: none !important;
}

input.error_input {
    border: 1px solid red !important;
    box-sizing: border-box;
}

.mod {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 650px;
    height: 239px;
    background: #fff;
    color: #312f2f;
    padding: 40px 32px;
    margin-left: -325px;
    z-index: 10;
    margin-top: -120px;
}

.close {
    position: absolute;
    right: 30px;
    color: #00ab52;
    font-size: 34px;
    line-height: 47px;
	cursor:pointer;
}

.lil:after {content: "";display: block;clear: both;}

.lil .errors.error.error_message {
    opacity: 1;
    padding: 0;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(53, 51, 51, 0.76);
    left: 0;
    top: 0;
    z-index: 9;
}

.mod h1 {
    margin-bottom: 22px;
}

a#ok {
    margin-top: 30px;
    display: block;
    float: right;
    background: #00ab52;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    width: 103px;
    height: 40px;
    line-height: 40px;
}

.mod p {
    margin-bottom: 0;
}

.lil form.ajax {
    display: block !important;
}

.poh .js_shop.shop-item.shop:nth-child(3n) {
    margin-right: 30px;
}

.poh .js_shop.shop-item.shop:nth-child(4n) {
    margin-right: 0;
}

input, label {
	cursor:pointer !important;
}

a:hover {
	opacity:0.5; 
}

.js_shop_list.shop_list.ser {
    width: 100%;
}

.js_shop_list.shop_list.ser .js_shop.shop-item.shop:nth-child(3n) {
    margin-right: 30px;
}

.js_shop_list.shop_list.ser .js_shop.shop-item.shop:nth-child(4n) {
    margin-right: 0;
}

.catalog.vn .search>form {
    position: relative;
}

.catalog.vn .search>form input.input_search {
    height: 40px;
    width: 100%;
    border: 0;
    background: #f2f2f2;
    padding-left: 15px;
    box-sizing: border-box;
    outline: none !important;
}

.catalog.vn .search>form input.submit_search {
    position: absolute;
    height: 40px;
    top: 0;
    right: 0;
    width: 40px;
    outline: none !important;
    border: 0;
    background: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: center;
}

.catalog.vn .search {
    float: left;
    width: 43%;
    margin-right: 5%;
}

.search_list {
    display: none;
}

.io p {
    margin: 0;
    line-height: 20px;
    font-size: 15px;
}

.io {
    margin-bottom: 30px;
}

a.ische {
	display:none;
}

.js_shop_search_param.shop_search_param.yoy a.ische ,.shop_search_brand.yoy a.ische {
font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #2f1945;
    position: absolute;
    bottom: 0;
	display:inline-block;
    left: 0;
    z-index: 15;
}



.js_shop_search_param.shop_search_param.yoy:before,.shop_search_brand.yoy:before {
    content: "";
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: 10;
    background: #fff;
}

.js_shop_search_param.shop_search_param.yoy,.shop_search_brand.yoy {
    position: relative;
    max-height: 186px;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-top: 23px;
}

.js_shop_search_param.shop_search_param.shop_search_param1.yoy span.input-title,.shop_search_brand.yoy span.input-title {
    margin-top: 0;
}

.catalog.vn.kont {
    padding-bottom: 0;
}

.catalog.vn.kont p {
    margin-bottom: 5px;
}

.catalog.vn.kont p:last-child {
    margin-bottom: 16px;
    margin-top: 25px;
}

.catalog.vn.kont p:last-child span {
    font-size: 24px !important;
}
.hide {
    display: none;
}


body.fixed header {
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
}

body.fixed header .logo.left {
    width: 150px;
}

body.fixed header .logo.left img {
    width: 100%;
}

body.fixed header .verh {
    display: none;
}

body.fixed header .niz {
    margin-top: 18px;
}

body.fixed section.menu_top {
    top: 89.991px;
}

a#tel {
    color: #333131;
    text-decoration: none;
	opacity:1 !important;
}

footer a#tel {
    color: #fff;
}

a.osl {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.block-row:hover a {
    color: #00AB52 !important;
}

.news_month_current {
    color: #00ab52;
    background: none;
}
body.admin {
    padding-top: 226px !important;
}

body.admin section.menu_top {
    top: 179.991px;
}

body.admin.fixed section.menu_top {
    top: 140.991px;
}

.shop_cat_img img {

	max-width:100%;
	max-height:100%;
}

.shop_cat_link:nth-child(4n) {
    margin-right: 0;
}

span.coun {
    font-weight: 600;
}

.shop_cat_img {
    height: 195px;
    display: table-cell;
    vertical-align: middle;
    width: 270px;
}

.js_shop_list.shop_list.no_fit {
    width: 100%;
    float: none;
}

img.y404no {
    display: block;
    margin: 0 auto;
    padding: 80px 0px;
}

ul#top-menu:after {
    content: '';
    clear: both;
    display: block;
}

.shop-pane:after {
    content: '';
    clear: both;
    display: block;
}

.block.paginator {
    margin: 40px 0;
    font-size: 14px;
}

.shop-pane:after {content: '';clear: both;display: block;}

.block.paginator a {
    font-size: 14px;
    color: #00ab52;
    text-decoration: none;
}

span.active {
    background: #00ab52;
    box-shadow: inset 0px 9px 13px rgb(18, 138, 76);
    color: #fff;
padding: 7px 12px;
}