@charset "UTF-8";

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,
figcaption,figure,footer,header,main,
menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,
[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;display:block;}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:auto;}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],
[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:focus{outline:none}button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none}:focus{-moz-outline:3px solid #fff!important}input[type="radio"]:focus{-moz-outline-radius:12px!important;-moz-outline-offset:0!important}input[type="checkbox"]:focus{-moz-outline-offset:-1px!important;-moz-outline:1px solid #000!important}html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,button,p,blockquote,th,td{margin:0;padding:0}ol,ul{list-style:none}

/*@font-face{
    font-family:'dinpro-light';
    src:url('fonts/dinpro-light.otf');
    src:url('fonts/dinpro-light.eot?#iefix') format('embedded-opentype'),
    url('fonts/dinpro-light.woff') format('woff'),
    url('fonts/dinpro-light.ttf') format('truetype');
}
@font-face{
    font-family:'dinpro-regular';
    src:url('fonts/dinpro-regular.otf');
    src:url('fonts/dinpro-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/dinpro-regular.woff') format('woff'),
    url('fonts/dinpro-regular.ttf') format('truetype');
}
@font-face{
    font-family:'dinpro-medium';
    src:url('fonts/dinpro-medium.otf');
    src:url('fonts/dinpro-medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/dinpro-medium.woff') format('woff'),
    url('fonts/dinpro-medium.ttf') format('truetype');
}
@font-face{
    font-family:'dinpro-bold';
    src:url('fonts/dinpro-bold.otf');
    src:url('fonts/dinpro-bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/dinpro-bold.woff') format('woff'),
    url('fonts/dinpro-bold.ttf') format('truetype');
}*/
@font-face {
    font-family: 'FontAwesome';
    src: url("fonts/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
img {
    max-width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height:auto;
}
html {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
body {
    display: block;
    background:#fff;
    color: #1e1e1e;
    width:100%;
    height:auto !important;
    min-height:100%;
    margin:auto;
    font-family:'dinpro-regular';
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size:18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.maincontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.clear {
    clear:both;
}
.wrapper {
    position:relative;
    width:1180px;
    margin-left:auto;
    margin-right: auto;
    height:auto !important;
    text-align:center;
}
.mySidebar__nav li .main a span,
.text-block p.open, .text-block p.close,
.top-slider .c_slider-item__more,
.selling-block .tabs-menu li,
.globalheader .top-line .wrapper .center .phone,
.globalheader .main-menu ul.pages li a span,
.globalheader .top-line .wrapper .center .autorisation a,
.globalheader .top-line .wrapper .center .kabinet a,
.globalheader .top-line .wrapper .center .out a,
.globalheader .top-line .wrapper .center .registration a,
.shop-regions__link,
.slowly {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
h1{
    display:inline-block;
    width:100%;
    height:auto;
    margin-bottom:30px;
    font-family:'dinpro-medium';
    font-weight:normal;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    font-size:36px;
    color:#6f924f;
    text-align:left;
}
h1 span{
    border-bottom:#ffffff solid 2px;
    height:27px;
    display:inline-block;
    padding-right:30px;
}
h2{
    font-family:'dinpro-medium';
    font-weight:normal;
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    color:#6f924f;
    font-size:30px;
    text-align:left;
    margin: 20px 0 15px 0;
}
h3{
    font-family:'dinpro-medium';
    font-weight: normal;
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    color:#6f924f;
    font-size:24px;
    text-align:center;
}
h4{
    font-family:'dinpro-regular';
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    color:#6f924f;
    font-size:18px;
    text-align:center;
}
h5{
    font-family:'dinpro-regular';
    font-weight:normal;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    color:#6f924f;
    font-size:16px;
    text-align:center;
    height:55px;
    width:90%;
    margin:10px auto 0 auto;
    overflow:hidden;
}
h6{
    font-family:'dinpro-regular';
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    color:#6f924f;
    font-size:12px;
    text-align:center;
}
p.title{
    display:inline-block;
    width:100%;
    height:18px;
    line-height:0.7;
    font-family:'dinpro-medium';
    font-weight:normal;
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    font-size:28px;
    color:#6f924f;
    text-align:left;
}
p.title span{
    border-bottom:#ffffff solid 2px;
    height:18px;
    display:inline-block;
    padding-right:30px;
}
p{
    font-family:'dinpro-light';
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    color:#1e1e1e;
    font-size:18px;
    text-align:left;
    margin-bottom:10px;
    line-height:1.5;
}
strong{
    font-family:'dinpro-medium';
    font-weight:normal;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    color:#1e1e1e;
}
blockquote{
    font-style:italic;
}
a{
    color: #6a6a6a;
    text-decoration:none;
}
.text-block {
    text-align: left;
}
.text-block figure {
    max-width: 50%;
}
.text-block p.open, .text-block p.close {
    display:inline-block !important;
    opacity: 0;
    height: 0;
    cursor: pointer;
    color:#6f924f;
    border-bottom: #6f924f dashed 1px;
}
.text-block p.open {
    opacity: 1;
    height: auto;
}
.text-block p.open:hover, .text-block p.close:hover {
    border-bottom: transparent dashed 1px;
}
.text-block .more ~ p {
    display: none;
}
.text-block p.open ~ p, .text-block p.open ~ ul, .text-block p.open ~ ol, .text-block p.open ~ h2, .text-block p.open ~ h3 {
    display: none;
}
.globalheader{
    position:absolute;
    background:rgba(255,255,255,1.00);
    width:100%;
    top:0 !important;
    z-index: 1000000 !important;
}
.globalheader .header{
    height:130px;
}
.globalheader .top-line{
    position:absolute;
    top:0;
    width:100%;
    display:-webkit-inline-flex;
    display:inline-flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.globalheader .top-line .left{
    width:100%;
    background:rgba(255,255,255,1.00);
}
.globalheader .top-line .wrapper{
    -webkit-flex-shrink:0;
    flex-shrink:0;
}
.globalheader .top-line .wrapper .center{
    position:relative;
    width:90%;
    height:40px;
    padding:10px 0 0px 0;
    float:right;
    background:#d49b00 url(img/bg-header-top.png) left top no-repeat;
    display:-webkit-inline-flex;
    display:inline-flex;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
    -webkit-align-items:baseline;
    align-items:baseline;
}
.globalheader .top-line .wrapper .center .adress{
    position:absolute;
    left:0;
    font-family:'dinpro-regular';
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size:18px;
    color:#ffffff;
    margin-left:78px;
}
.globalheader .top-line .wrapper .center .adress:before{
    content:'';
    position:absolute;
    top:3px;
    left:-21px;
    width:16px;
    height:20px;
    background:url(img/sprite.png) left -98px no-repeat;
}
.globalheader .top-line .wrapper .center .phone{
    border-bottom:transparent dashed 1px;
    margin-top:-5px;
    position:relative;
    font-family:'dinpro-medium';
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    font-size:20px;
    color:#ffffff;
    margin-left:40px;
}
.globalheader .top-line .wrapper .center .phone:hover{
    border-bottom:#ffffff dashed 1px;
}
.globalheader .top-line .wrapper .center .phone:before{
    content:'';
    position:absolute;
    top:4px;
    left:-21px;
    width:12px;
    height:20px;
    background:url(img/sprite.png) left -128px no-repeat;
}
.globalheader .top-line .wrapper .center .work{
    position:relative;
    font-family:'dinpro-regular';
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size:18px;
    color:#ffffff;
    margin-left:46px;
    line-height:0.8;
}
.globalheader .top-line .wrapper .center .work span{
    font-family:'dinpro-light';
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size:14px;
}
.globalheader .top-line .wrapper .center .work:before{
    content:'';
    position:absolute;
    top:-3px;
    left:-27px;
    width:20px;
    height:20px;
    background:url(img/sprite.png) left -158px no-repeat;
}
.globalheader .top-line .wrapper .center .mail{
    position:relative;
    margin-right:30px;
    font-family:'dinpro-regular';
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    margin-left:50px;
    font-size:18px;
    color:#ffffff;
    border-bottom:rgba(255,255,255,1.00) solid 1px;
}
.globalheader .top-line .wrapper .center .mail:before{
    content:'';
    position:absolute;
    top:6px;
    left:-26px;
    width:20px;
    height:14px;
    background:url(img/sprite.png) left -188px no-repeat;
}
.globalheader .top-line .wrapper .center .autorisation{
    padding-right:12px;
    border-right:rgba(255,255,255,1.00) solid 1px;
    margin-left:100px;
}
.globalheader .top-line .wrapper .center .autorisation a{
    font-family:'dinpro-medium';
    font-weight:100;
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size:18px;
    color:#fff;
}
.globalheader .top-line .wrapper .center .out{
    padding-right:12px;
}
.globalheader .top-line .wrapper .center .out a{
    font-family:'dinpro-medium';
    font-weight:100;
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size:18px;
    color:#fff;
}
.globalheader .top-line .wrapper .center .kabinet, .globalheader .top-line .wrapper .center .kabinet a{
    margin-left:50px;
    font-family:'dinpro-medium';
    font-weight:100;
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size:18px;
    color:#fff;
}
.globalheader .top-line .wrapper .center .registration{
    padding-left:12px;
}
.globalheader .top-line .wrapper .center .registration a{
    font-family:'dinpro-medium';
    font-weight:100;
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size:18px;
    color:#fff;
}
.globalheader .top-line .wrapper .center .autorisation a,
.globalheader .top-line .wrapper .center .kabinet a,
.globalheader .top-line .wrapper .center .out a,
.globalheader .top-line .wrapper .center .registration a{
    border-bottom: transparent solid 1px;
}
.globalheader .top-line .wrapper .center .autorisation a:hover,
.globalheader .top-line .wrapper .center .kabinet a:hover,
.globalheader .top-line .wrapper .center .out a:hover,
.globalheader .top-line .wrapper .center .registration a:hover {
    border-bottom: #ffffff solid 1px;
}
.globalheader .top-line .wrapper .center .shop-regions{
    position:absolute;
    left:78px;
    z-index:1111;
    height: 100%;
    top: 0;
    line-height: 50px;
}
.globalheader .top-line .right{
    width:100%;
    background:#d49b00;
}
.globalheader .bottom-line{
    width:100%;
    margin-top:25px;
}
.globalheader .bottom-line{
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: justify;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.globalheader .bottom-line .search {
    width: 40%;
    margin: 0 50px;
}
.globalheader.fixed .bottom-line .search {
    width: 34%;
    margin: 0 -15px;
}
.globalheader .bottom-line .fav {
    margin: 0 30px 0 0;
    white-space: nowrap;
}
.globalheader .bottom-line > div{
    display:inline-block;
    line-height:normal;
    vertical-align:bottom;
    position:relative;
}
.globalheader .logo-block{
    z-index:1000;
}
.globalheader .logo-block a{
    display:block;
    width:125px;
    height:88px;
    background:url(img/sprite.png) no-repeat;
}
.globalheader .search-block{
    border:#6f924f solid 1px;
    width:350px;
    height:33px;
}
.globalheader .search-wrapper{
    position:relative;
    width:100%;
    height:33px;
    padding:0 10px 0 10px;
    float:left;
    border:0;
    border-radius:3px;
    -webkit-appearance:none;
    margin-right:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:#fff;
}
.globalheader .search input{
    font-size:16px;
    width:100%;
    float:left;
    height:33px;
    background:transparent;
    border:0;
    -webkit-appearance:none;
    margin-right:0;
    padding-left:0;
    padding-right:32px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.globalheader .search input{
    font-size:16px;
    width:100%;
    float:left;
    height:33px;
    background:transparent;
    border:0;
    -webkit-appearance:none;
    margin-right:0;
    padding-left:0;
    padding-right:32px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.globalheader .search input:focus{
    outline:0;
}
.globalheader .search input::-webkit-input-placeholder{
    font-family:'dinpro-regular';
    font-weight:normal;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size:16px;
    color:#858585;
}
.globalheader .search input:-moz-placeholder,
.globalheader .search input::-moz-placeholder{
    font-family:'dinpro-regular';
    font-weight:normal;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size:16px;
    color:#858585;

}
.globalheader .search input:-ms-input-placeholder{
    font-family:'dinpro-regular';
    font-weight:normal;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size:16px;
    color:#858585;
}
.globalheader .search button{
    width:33px;
    overflow:visible;
    position:absolute;
    right:0px;
    float:left;
    border:none;
    padding:0;
    cursor:pointer;
    height:33px;
    color:#fff;
    background:#6f924f url(img/sprite.png) 7px -270px no-repeat;
}
i.icon16 {
    background-repeat:no-repeat;
    height:16px;
    width:16px;
    display:inline-block;
    text-indent:-9999px;
    text-decoration:none!important;
    background-image: url("img/icons.png");
    background-size: 260px 160px;
}
* i.icon16 {
    text-decoration:none!important;
    vertical-align:top;
    margin: 0.2em 0.25em 0 0;
}
.review-form-fields p.review-field a {
    display: inline;
    padding: 0;
    text-decoration: none;
}
.icon16.like {
    background-position:0 -16px;
    margin-top: 0;
}
.icon16.star,
.icon16.star-full {
    background-position:-16px -16px;
}
.icon16.star-half {
    background-position:-32px -16px;
}
.icon16.star-empty {
    background-position:-48px -16px;
}
.icon16.star-hover {
    background-position:-64px -16px;
}
span.rating {
    margin-top: 10px;
    display: block;
    text-align: left;
    margin-bottom: 20px;
}
.product-list span.rating {
    position: absolute;
    top: 0;
    left: 10px;
    margin-top: 0;
}
.fav-img {
    font-family: 'dinpro-light';
    font-weight: normal;
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    color: #1e1e1e;
    font-size: 18px;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}
.fav-img:before {
    content: "\f08a";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 30px;
    color: #d49b00;
}
.fav-img:hover:before {
    content: "\f004";
    color: #d49b00;
}
.globalheader .cart-block{
    height:40px;
    background:url(img/sprite.png) -36px -223px no-repeat;
}
.globalheader .cart-block .cart{
    min-width:210px !important;
}
.globalheader .cart-block a{
    padding-left:47px;
    display:block;
    width:auto;
    height:100%;
    font-family:'dinpro-regular';
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-size:18px;
    color:#1e1e1e;
}
.globalheader .cart-block a p{
    margin-bottom:5px;
    margin-top:-5px;
}
.globalheader .cart-block a span{
    font-family:'dinpro-medium';
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}
.globalheader .main-menu{
    width:100%;
    height:45px;
    background: #9fb962;
}
.globalheader .main-menu ul.pages{
    width:100%;
    height:45px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.globalheader .main-menu ul.pages li {
    position: relative;
}
.globalheader .main-menu ul.pages li a{
    box-sizing:border-box;
    display:block;
    width:100%;
    height:100%;
    font-family:'dinpro-light';
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size:16px;
    color:#ffffff;
    text-transform:uppercase;
    line-height: 45px;
}
.main-menu ul.pages li a span{
    border-bottom: transparent solid 1px;
}
.main-menu ul.pages li:hover a span{
    border-bottom: #ffffff solid 1px;
}
.globalheader .main-menu ul.pages li a + ul {
    position: absolute;
    top: 45px;
    left: -20px;
    text-align: left;
}
.globalheader .main-menu ul.pages li:hover a + ul {
    display: block;
}
.globalheader .main-menu ul.pages ul {
    position: relative;
    background: #f7f7f7;
}
.globalheader .main-menu ul.pages ul li a {
    padding: 0px 15px;
    font-size: 18px;
    color: #6f924f;
    display: block;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    border-bottom: none;
}
.globalheader .main-menu ul.pages ul li a span {
    border-bottom: #ffffff solid 0px;
}
.globalheader .main-menu ul.pages ul li a:hover span {
    border-bottom: #6f924f solid 1px;
}
.globalheader.fixed{
    position:fixed;
    z-index:10000000;
    width:100% !important;
    height:auto;
    overflow:hidden;
    background: #9fb962;
}
.globalheader.fixed .header{
    height:50px;
    overflow:visible;
}
.globalheader.fixed .header .shop-regions {
    display: none;
}
.globalheader.fixed .top-line .left{
    background:none;
}
.globalheader.fixed .top-line .wrapper .center{
    background:none;
}
.globalheader.fixed .top-line .wrapper .center .mail{
    margin-right:253px;
}
.globalheader.fixed .top-line .wrapper .center .autorisation{
    display:none;
}
.globalheader.fixed .top-line .wrapper .center .out{
    display:none;
}
.globalheader.fixed .top-line .wrapper .center .kabinet{
    display:none;
}
.globalheader.fixed .top-line .wrapper .center .registration{
    display:none;
}
.globalheader.fixed .top-line .right{
    background:none;
}
.globalheader.fixed .bottom-line{
    -webkit-align-items:flex-start;
    align-items:flex-start;
    margin-top:5px;
}
.globalheader.fixed .bottom-line > div{
    vertical-align:top;
}
.globalheader.fixed .bottom-line > div.fav {
    margin-right: 200px;
    z-index: 1000;
}
.globalheader.fixed .bottom-line .fav-img {
    color:#ffffff;
}
.globalheader.fixed .logo-block a{
    z-index:1000;
    position:relative;
    width: 80px;
    height: 56px;
    background:url(img/logo-min.png) no-repeat;
}
.globalheader.fixed .cart-block{
    z-index:1000;
    background:none;
    position:relative;
    margin-top:15px;
}
.globalheader.fixed .cart-block a{
    color:#ffffff;
    width:auto;
}
.globalheader.fixed .cart-block a:before{
    content:'';
    height:40px;
    width:36px;
    display:block;
    position:absolute;
    top:0;
    left:0;
    background:url(img/sprite.png) left -223px no-repeat;
}
.globalheader.fixed .cart-block a p{
    color:#ffffff;
}
.globalheader.fixed .main-menu{
    background:none;
    margin-top: -12px;
}
.globalheader.fixed .main-menu ul.pages {
    width: calc(100% - 350px);
    margin: 0 210px 0 80px;
}
.globalheader.fixed .main-menu ul.pages li a{
    font-size:14px !important;
}
.globalheader.fixed .search-block{
    right:0;
    z-index:1000;
}
.globalheader.fixed .search-block{
    border:#6f924f solid 0px;
    width:330px;
    height:33px;
}
.globalheader.fixed .search-wrapper{
    position:relative;
    width:100%;
    height:27px;
    padding:0 10px 0 10px;
    float:left;
    border:0;
    border-radius:3px;
    -webkit-appearance:none;
    margin-right:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:#fff;
}
.globalheader.fixed .search input{
    font-size:14px;
    width:100%;
    float:left;
    height:40px;
    padding-top:0;
    background:transparent;
    border:0;
    -webkit-appearance:none;
    margin-right:0;
    padding-left:0;
    padding-right:32px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.globalheader.fixed .search input:focus{
    outline:0;
}
.globalheader.fixed .search button{
    width:33px;
    overflow:visible;
    position:absolute;
    right:0px;
    float:left;
    border:none;
    padding:0;
    cursor:pointer;
    height:27px;
    color:#fff;
    background:url(img/sprite.png) -20px -272px no-repeat;
}
.globalheader.fixed .top-line .wrapper .center .phone{
    margin-right:250px;
    margin-top: 0;
}
.banner-block{
    margin-top:180px;
    width:100%;
    height:auto;
    overflow:hidden;
}
.banner-block img{
    width:100%;
    height:auto;
}
.account-menu li{
    display:inline-block;
    margin:50px 20px 0 20px;
    font-family:'dinpro-medium';
    font-weight:normal;
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    font-size:28px;
    color:#6f924f;
}
.account-menu li.selected a, .account-menu li a:hover{
    color:#6f924f;
    text-decoration:underline;
}
.shop {
    margin-top: 175px;
}
.maincontent{
    margin-bottom:50px;
}
.content{
    margin:50px auto 0px auto;
}
main{
    margin-left:300px;
}
main.home {
    margin: auto;
}
main.home h1 {
    text-align: center;
    font-size: 54px;
}
main.home .catalog {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
main.home .catalog .catalog_item {
    width: 19%;
}
main.home .catalog .catalog_item h3 {
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    background: #6f924f;
    padding: 10px 0;
}
main.home .catalog .catalog_item .catalog_img {
    overflow: hidden;
}
main.home .catalog .catalog_item .catalog_img img {
    width: 100%;
}
.product-list {
    padding-left: 0px !important;
    list-style-type: none !important;
}
/* Slider ------------------------------------------ */
.top-slider {
    width: 100%;
    background-color: #eaeaea;
    position: relative;
    overflow: hidden;
    clear: both;
    margin-top: 175px;
    height: 500px;
}
.c_slider-item {
    float: left;
    width: 100%;
    height: calc(100vh - 175px);
    height: 500px;
    position: relative;
    overflow: hidden;
}
.c_slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 55%;
    width: 80%;
    height: 100%;
    -webkit-transform: skewX(-37deg);
    -ms-transform: skewX(-37deg);
    transform: skewX(-37deg);
    background-color: #ffffff;
}
.c_slider-item__info {
    float: left;
    text-align: left;
    width: 100%;
    max-width: 580px;
    min-height: 500px;
    padding-top: 92px;
    padding-bottom: 20px;
}
.c_slider-item__cat {
    margin-bottom: 15px;
    color: #a3a3a3;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
}
.c_slider-item__title {
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    color: #000;
    font-size: 50px;
    line-height: 48px;
    text-align: left;
}
.c_slider-item__title a{
    color: inherit;
}
.c_slider-item__desc {
    margin-top: 25px;
    color: #a3a3a3;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}
.c_slider-item__more {
    margin-top: 45px;
    color:#ffffff !important;
}
.c_slider-item__more:hover {
    text-decoration: none;
}
.c_slider-item__thumb {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    max-width: calc(100% - 580px);
    width: calc(100% - 700px);
}
.c_slider-item__thumb img {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 40;
}
.c_slider-item__bg {
    position: absolute;
    top: 20px;
    left: calc(50% + 500px);
    width: 352px;
    height: 341px;
    background-position: center;
    background-repeat: no-repeat;
}
.c_slider-item__bg2 {
    position: absolute;
    bottom: 0;
    left: calc(50% + 30px);
    width: 563px;
    height: 396px;
    background-position: center;
    background-repeat: no-repeat;
}
.c_slider .slick-arrow {
    position: absolute;
    bottom: 20px;
    width: 44px;
    height: 44px;
    border: 1px solid #8a8a8a;
    outline: none;
    background-color: transparent;
    text-indent: -4989px;
    cursor: pointer;
    z-index: 1500;
}
.c_slider .slick-prev {
    left: calc(50% + 482px);
}
.c_slider .slick-next {
    left: calc(50% + 546px);
}
.c_slider .slick-arrow::after {
    content: "";
    position: absolute;
    top: 14px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
}
.c_slider .slick-prev::after {
    left: 10px;
    border-right-color: #8a8a8a;
}
.c_slider .slick-next::after {
    left: 17px;
    border-left-color: #8a8a8a;
}
.top-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    width: 1180px;
    left: 50%;
    margin-left: -590px;
    height: auto !important;
    text-align: left;
    z-index: 100000;
}
.top-slider .slick-dots li {
    display: inline-block;
    margin-right: 10px;
}
.top-slider .slick-dots li button {
    font-size: 0;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border:#cccccc solid 2px;
    cursor: pointer;
}
.top-slider .slick-active button,
.top-slider button:hover {
    background: #c6c6c6;
}
.top-slider .c_slider-item__more {
    display: inline-block;
    color: #ffffff;
    outline: 0;
    text-transform: uppercase;
    padding: 6px 20px 7px 20px;
    width: auto;
    font-size: 18px !important;
    border: none;
    -webkit-appearance: none;
    border-radius: 5px;
    margin-top: 30px;
    background: #ffd155;
    background: -webkit-linear-gradient(top,#ffd155,#d49b01);
    background: -o-linear-gradient(top,#ffd155,#d49b01);
    background: -moz-linear-gradient(top,#ffd155,#d49b01);
    background: linear-gradient(to bottom, #ffd155, #d49b01);
}
.top-slider .c_slider-item__more:hover {
    background: #fbcd51;
    background: -webkit-linear-gradient(top,#fbcd51,#dfa61b);
    background: -o-linear-gradient(top,#fbcd51,#dfa61b);
    background: -moz-linear-gradient(top,#fbcd51,#dfa61b);
    background: linear-gradient(to bottom, #fbcd51, #dfa61b);
}
/*selling блок*/
/*Вкладки*/
.selling-block {
    z-index: 1000;
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
}
.selling-block.catalog-page {
    z-index: 1000;
    position: relative;
}
.tabs-menu,
#header-container .pages {
    font-size:0;
    line-height:0;
    text-align:center;
    margin: auto !important;
}
.tabs-menu li,
#header-container .pages li {
    position: relative;
    display:inline-block;
    cursor:pointer;
    font-family: 'dinpro-medium';
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #6f924f;
    text-transform: uppercase;
    line-height: normal;
    margin: 0 30px;
    border-bottom: transparent dashed 1px;
}
.tabs-menu li.selected,
.tabs-menu li:hover,
#header-container .pages li.selected,
#header-container .pages li:hover {
    border-bottom: #6f924f dashed 1px;
}
.tabs > li {
    display:block;
    height:0px;
    overflow:hidden;
    margin-bottom: 0 !important;
}
.tabs > li.selected {
    display:block;
    height:auto;
}
#header-container {
    margin-bottom: 20px;
}
.selling-block .tabs > li .navi {
    display:none;
}
.selling-block .tabs > li.selected .navi,
.related-block .navi {
    display:block;
}
/*Карусели*/
.selling-block .carousel-block {
    position:relative;
    width:auto;
    min-height:200px;
    margin:40px auto 0px auto;
    overflow:hidden;
}
.selling-block .carousel-block .previous,
.selling-block .carousel-block .next {
    display:block;
    position:absolute;
    top: 50%;
    margin-top: -7px;
    width: 9px;
    height: 14px;
}
.selling-block .carousel-block .previous {
    background: url(img/sprite.png) left -304px no-repeat;
    left:0px;
}
.selling-block .carousel-block .next {
    background:url(img/sprite.png) left -323px no-repeat;
    right:0px;
}
.selling-block .carousel-block .crsl-items {
    width:calc(100% - 80px) !important;
    margin:0px auto 0 auto;
}
.selling-block .carousel-block .crsl-items .crsl-wrap.center {
    margin:auto !important ;
}
.selling-block .carousel-block .crsl-item .item {
    width:100%;
    max-width: 250px;
    margin: auto;
    position:relative;
    box-sizing:border-box;
    border:#cbcbcb solid 1px;
    padding: 15px;
}
.selling-block .carousel-block .crsl-item .item h5 {
    font-size: 18px;
    height: 65px;
    margin-bottom: 10px;
}
aside{width:280px !important;margin-right:20px;float:left;}
.category-block {
    text-align: left;
}
.category-block h5 {
    margin: auto;
    width: auto;
    height: 45px;
    background: #9fb962;
    font-family: 'dinpro-light';
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
.mySidebar__item.cat {
    padding: 0 0 0 0;
}
.catalog-menu {
    font-size: 25px;
    color:#000000;
    line-height: 45px;
    padding: 0 14px;
    text-align: left;
}
.mySidebar__nav {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;

    position: relative;
}
.mySidebar__item:hover .mySidebar__nav {
    display: block;
}
.mySidebar__nav li .main {
    cursor: pointer;
    position: relative;
    background: #f7f7f7;
}
.mySidebar__nav li .main a {
    padding: 10px 15px;
    font-size: 18px;
    color: #6f924f;
    display: block;
    text-decoration:none;
}
.mySidebar__nav li .main a span {
    border-bottom: transparent solid 1px;
}
.mySidebar__nav li:hover .main a span,
.mySidebar__nav li.selected .main a span {
    border-bottom: #6f924f solid 1px;
}
.mySidebar__nav > .childs > .flyout {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s opacity 0.5s, 0.5s visibility linear 0.5s;
    position:absolute;
    top:-1px;
    left:100%;
    /*width: 300%;*/
    width: 320%;
    background:#f7f7f7;
    z-index:100000;
    min-height: 300px;

    max-height: 90vh;
    overflow-y: scroll;
}
.mySidebar__nav > .childs > .flyout h4 {
    text-align: left;
    font-size: 20px;
    margin: 10px 0 10px 15px;
    font-weight: normal;
    font-family: 'dinpro-bold';
    font-family: 'Arial', sans-serif;
    font-weight: 700;
}
.mySidebar__nav > .childs:hover > .main + .flyout {
    visibility: visible;
    opacity: 1;
    transition-delay:0.5s;
}
.mySidebar__nav > .childs > .flyout .menu-v li {
    cursor: pointer;
    background: #f7f7f7;
    padding: 0px 15px 0px 15px;
    margin-bottom: 0;
    margin-left:0;
    font-size: 18px;
    font-weight: 300;
    border-bottom:none;
    position: relative;
}
.mySidebar__nav > .childs > .flyout .menu-v li a {
    color: #6f924f;
    text-decoration: none;
}
.mySidebar__nav > .childs > .flyout .menu-v li li a  {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 26px;
}
.mySidebar__nav > .childs > .flyout .menu-v li:hover,
.mySidebar__nav > .childs > .flyout .menu-v li.selected {
}
.mySidebar__nav > .childs > .flyout .menu-v li a {
    border-bottom: transparent solid 1px;
}
.mySidebar__nav > .childs > .flyout .menu-v li a:hover {
    border-bottom: #6f924f solid 1px;
}
.mySidebar__nav > .childs > .flyout .collapsible {
    position:relative;
}
.mySidebar__nav > .childs > .flyout .collapsible .menu-v {
    display:none;
    position:absolute;
    top:0;
    left:280px;
    width:auto;
    background:#ffffff;
    z-index:100000;
}
.mySidebar__nav > .childs > .flyout .collapsible:hover .menu-v {
    display:block;
}
.mySidebar__nav > .childs > .flyout .menu-v li {
    width: 45%;
    height: auto;
    float: left;
}
.mySidebar__nav > .childs > .flyout > .menu-v > li {
    margin-top: 5px;
}
.mySidebar__nav > .childs > .flyout .menu-v li:hover, .mySidebar__nav > .childs > .flyout .menu-v li.selected {
    background:none;
}
.mySidebar__nav > .childs > .flyout .collapsible .menu-v {
    position: relative;
    left: 0;
    display: block;
}
.mySidebar__nav > .childs > .flyout .collapsible .menu-v li {
    width: auto;
    height: auto;
    float: none;
}
.mySidebar__nav > .childs > .flyout .collapsible:after {
    display: none;
}
.mySidebar__nav > .childs > .flyout .collapsible .menu-v {
    background: none;
}
.mySidebar__nav > .childs > .flyout .menu-v li:hover, .mySidebar__nav > .childs > .flyout .menu-v li.selected {
    background: none;
}
.mySidebar__nav .menu-v .menu-v .menu-v {
    display: none !important;
}
.grid-sizer,
.grid-item { width: 29% !important; }

.sidebar .category{
    top:0;
    left:0;
    width:280px !important;
}
.sidebar .category > li > span{
    display:none;
}
.sidebar .category > li > .flyout > .menu-v{
    border:#6f924f solid 0px;
    border-radius:10px;
    overflow:hidden;
}
.sidebar .category > li > .flyout > .menu-v > li:first-child ul.menu-v{
    display:block;
}
.sidebar .category > li > .flyout > .menu-v > li > a{
    position:relative;
    cursor:pointer;
    background:#6f924f;
    display:block;
    width:auto;
    padding:3px 10px 5px 10px;
    text-align:left;
    font-family:'dinpro-light';
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size:18px;
    color:#ffffff;
    margin-top:1px;
    margin-bottom:1px;
}
.sidebar .category > li > .flyout > .menu-v > li > a:after{
    content:'';
    display:block;
    position:absolute;
    top:13px;
    right:15px;
    width:15px;
    height:7px;
    background:url(img/sprite.png) left -211px no-repeat;
    -moz-transform:rotate(180deg) !important;
    -webkit-transform:rotate(180deg) !important;
    -o-transform:rotate(180deg) !important;
    -ms-transform:rotate(180deg) !important;
    transform:rotate(180deg) !important;
}
.sidebar .category > li > .flyout > .menu-v > li > a.sel:after{
    -moz-transform:rotate(0deg) !important;
    -webkit-transform:rotate(0deg) !important;
    -o-transform:rotate(0deg) !important;
    -ms-transform:rotate(0deg) !important;
    transform:rotate(0deg) !important;
}
.sidebar .category > li > .flyout > .menu-v > li > a.nosel:after{
    -moz-transform:rotate(180deg) !important;
    -webkit-transform:rotate(180deg) !important;
    -o-transform:rotate(180deg) !important;
    -ms-transform:rotate(180deg) !important;
    transform:rotate(180deg) !important;
}
.sidebar .category > li > .flyout > .menu-v > li .menu-v{
    display:none;
    width:auto !important;
    opacity:1 !important;
    padding:0px;
    border:#6f924f solid 1px;
    text-align:left;
}
.sidebar .category > li > .flyout > .menu-v > li:last-child .menu-v{
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.sidebar .category > li > .flyout > .menu-v > li .menu-v li:last-child{
    margin-bottom:15px;
}
.sidebar .category > li > .flyout > .menu-v > li .menu-v a{
    position:relative;
    display:inline-block;
    width:auto;
    text-decoration:underline;
    margin:15px 10px 0 35px;
    line-height:1;
}
.sidebar .category > li > .flyout > .menu-v > li .menu-v a:before{
    content:'';
    position:absolute;
    left:-22px;
    top:6px;
    width:10px;
    height:10px;
    border-radius:5px;
    background:#6f924f;
}
.sidebar .category > li > .flyout > .menu-v > li .menu-v a:hover{
    text-decoration:none;
}
.sidebar .category > li > .flyout > .menu-v > li .collapsible .menu-v{
    display:none !important;
}
.filter-block {
    text-align: left;
    margin-top: 30px;
    background: #f7f7f7;
}
.filter-block h3 {
    margin: auto;
    width: auto;
    text-transform: uppercase;
    background: #9fb962;
    font-family: 'dinpro-light';
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    line-height: 45px;
    padding: 0 14px;
    text-align: left;
}
.filter-param {
    padding: 0 15px 15px 15px;
    border-top: #cccccc solid 1px;
}
.filter-param h5 {
    box-sizing: border-box;
    font-size: 18px;
    text-align: left;
    color: #000000;
    min-height: 45px;
    padding: 10px 0;
    margin: 0;
    width: auto;
}
.filter-block .filter-param h5 .plus {
    float: right;
    cursor: pointer;
}
.filter-block .filter-param h5 .minus {
    float: right;
    cursor: pointer;
    display: none;
}
.filter-block .filter-param.open h5 .plus {
    display: none;
}
.filter-block .filter-param.open h5 .minus {
    display: block;
}
.filter-param .slider__item {
    display: inline-block;
}
.filter-param .slider__item * {
    white-space: nowrap;
}
.filter-param .slider__item input {
    width: 50px;
}
.badge-wrapper{
    position:relative;
}
.badge{
    height:45px;
    width:45px;
    background:#a1fcff;
    position:absolute;
    text-align:left;
    top:-5px;
    right:0;
    -moz-transform:rotate(30deg);
    -webkit-transform:rotate(30deg);
    -ms-transform:rotate(30deg);
    -o-transform:rotate(30deg);
    transform:rotate(30deg);
}
.badge:before{
    height:45px;
    width:45px;
    background:inherit;
    content:"";
    position:absolute;
    -moz-transform:rotate(30deg);
    -webkit-transform:rotate(30deg);
    -ms-transform:rotate(30deg);
    -o-transform:rotate(30deg);
    transform:rotate(30deg);
}
.badge:after{
    height:45px;
    width:45px;
    background:inherit;
    content:"";
    position:absolute;
    -moz-transform:rotate(-30deg);
    -webkit-transform:rotate(-30deg);
    -ms-transform:rotate(-30deg);
    -o-transform:rotate(-30deg);
    transform:rotate(-30deg);
}
.badge span{
    color:#000 !important;
    font-weight:bold;
    position:absolute;
    z-index:1983;
    top:17px;
    left:-2px;
    right:-2px;
    transform:rotate(-13deg);
    -webkit-transform:rotate(-13deg);
    -moz-transform:rotate(-13deg);
    -o-transform:rotate(-13deg);
    font-size:1em;
    text-align:center;
    overflow:visible;
    line-height:1em;
}
.badge.new,
.badge.new:before,
.badge.new:after{
    background:#ff4;
    color:#000;
}
.badge.low-price,
.badge.low-price:before,
.badge.low-price:after{
    background:#ffc2e3;
    color:#300;
}
.badge.bestseller,
.badge.bestseller:before,
.badge.bestseller:after{
    background:#74ff30;
    color:#030;
}
.badge.bestseller span{
    display:none;
}
.badge.bestseller:after{
    background-image:url('img/thumb-up.png');
    background-size:32px 32px;
    background-position:6px 4px;
    background-repeat:no-repeat;
}
.thumbs{
    width:100% !important;
    margin:0 auto 0 auto;
}
.thumbs li{
    position:relative;
    border:#cbcbcb solid 1px;
    box-sizing:border-box;
    margin-bottom:20px;
    margin-right:10px;
    float:left;
    width:210px !important;
    text-align:center;
    padding:20px 0 20px 0;
}
.thumbs li .image,
.thumbs li .image .badge-wrapper {
    margin:auto;
    height:160px;
    width:160px;
    position:relative;
}
.thumbs li .image .badge{
    position:absolute;
}
.thumbs li .image img{
    height:auto;
    width:auto;
    max-height:160px;
    max-width:160px;
    margin:auto;
}
.thumbs li .price{
    display:inline-block;
    width:100%;
    font-family:'dinpro-bold';
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size:24px;
    color:#6a6a6a;
    margin-bottom:18px;
}
.thumbs li .compare-at-price{
    display:none;
}
.product-list .out-of-stock {
    margin-bottom: 18px;
}
.carousel-block{
    position:relative;
    width:100%;
    height:360px !important;
    margin:20px auto 50px auto;
}
.carousel-block:after{
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:1px;
    background:#ffffff;
}
.carousel-block .previous,
.carousel-block .next{
    border:rgba(0,0,0,1.00) solid 0px;
    display:block;
    position:absolute;
    top:-48px;
    width:9px;
    height:14px;
}
.carousel-block .previous{
    background:url(img/sprite.png) left -304px no-repeat;
    right:20px;
}
.carousel-block .next{
    background:url(img/sprite.png) left -323px no-repeat;
    right:0;
}
.carousel-block .crsl-items{
    width:100% !important;
    margin:0 auto 0 auto;
}
.carousel-block .crsl-item{
    position:relative;
    float:left;
    text-align:center;
}
.carousel-block .crsl-item .image{
    position:relative;
    margin:auto;
    height:160px;
    width:160px;
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
}
.carousel-block .crsl-item .image img{
    height:auto;
    width:auto;
    max-height:100%;
    max-width:100%;
    margin:auto;
}
.carousel-block .crsl-item .compare-at-price {
    display: inline-block;
    vertical-align: middle;
    text-decoration: line-through;
    color:#cbcbcb;
}
.carousel-block .crsl-item .price{
    display:inline-block;
    vertical-align: middle;
    font-family:'dinpro-bold';
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size:24px;
    color:#6a6a6a;
}
.breadcrumbs{
    text-align:left;
    font-family:'dinpro-medium';
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    font-size:16px;
    color:#6a6a6a;
    margin-bottom:20px;
}
.breadcrumbs a{
    font-family:'dinpro-regular';
    font-family: 'Arial', sans-serif;
    font-weight: 400;
}
.breadcrumbs a:hover{
    text-decoration:underline;
}
.breadcrumbs span.rarr,
.breadcrumbs span.bread-slesh {
    font-family:'dinpro-regular';
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    margin:0 10px;
}
.paging-nav{
    text-align:center;
    margin-top:30px;
}
.paging-nav ul li{
    display:inline-block;
    list-style:none;
    margin-right:10px;
}
.paging-nav ul li a{
    padding:8px 10px;
}
.paging-nav ul li.selected a{
    background:#eee;
}
.categ-descr{
    margin-top:40px;
}
.categ-descr > p > img{
    max-width:320px;
    width:98%;
}
#page{
    text-align:left;
}
#page ul{
    text-align:left;
    margin-left:30px;
    margin-bottom:15px;
}
#page ol{
    text-align:left;
    list-style-type:decimal;
    margin-left:30px;
    margin-bottom:15px;
}
#page h2{
    text-align:left;
    margin-bottom:15px;
}
#page h3{
    text-align:left;
    margin-bottom:15px;
}
#page h4{
    text-align:left;
    margin-bottom:15px;
}
#page p{
    text-align:left;
}
#page table {
    border:#6f924f solid 1px;
    border-collapse: collapse;
    padding:0;
}
#page table td {
    border:#6f924f solid 1px;
    padding:3px 10px 3px 10px;
}
table.noborder {
    border:none !important;
}
table.noborder td {
    border:none !important;
    padding: 0 20px 20px 0 !important;
}
.dop-page h1{
    border-bottom:none;
    text-align:center;
    margin-bottom:20px;
}
.dop-page .wa-field{
    margin:0 auto 10px auto;
}
.dop-page .wa-field .wa-value img{
    margin:auto;
}
.dop-page .wa-field .wa-name{
    font-size:16px;
    color:rgba(184,184,184,1.00);
}
.dop-page .wa-field .wa-value{
    font-size:18px;
    color:#6a6a6a;
}
.dop-page .wa-field input[type=text],
.dop-page .wa-field input[type=password]{
    border:#6f924f solid 1px;
    padding:3px 10px 3px 10px;
}
.dop-page .wa-submit input[type=submit]{
    display:block;
    margin:10px auto 10px auto;
}
.dop-page .wa-error-msg{
    color:rgba(255,0,4,1.00);
    display:block;
    font-size:14px;
}
.dop-page a:hover{
    color:rgba(0,0,0,1.00) !important;
}
input[type=button],
input[type=submit]{
    color:#ffffff;
    outline:0;
    text-transform:uppercase;
    padding:6px 0px 7px;
    width:180px;
    font-size:18px !important;
    border:none;
    -webkit-appearance:none;
    border-radius:5px;
    margin-top: 5px;
    background: #ffd155;
    background: -webkit-linear-gradient(top,#ffd155,#d49b01);
    background: -o-linear-gradient(top,#ffd155,#d49b01);
    background: -moz-linear-gradient(top,#ffd155,#d49b01);
    background: linear-gradient(to bottom, #ffd155, #d49b01);
}
input[type=button]:hover,
input[type=submit]:hover{
    cursor:pointer;
    background: #fbcd51;
    background: -webkit-linear-gradient(top,#fbcd51,#dfa61b);
    background: -o-linear-gradient(top,#fbcd51,#dfa61b);
    background: -moz-linear-gradient(top,#fbcd51,#dfa61b);
    background: linear-gradient(to bottom, #fbcd51, #dfa61b);
}
input[type=button]:disabled,
input[type=submit]:disabled{
    background:#eee;
    color:#999;
    text-shadow:0 1px 1px #fff;
    cursor:pointer;
}
.wa-form{
    text-align:center;
}
.wa-form .wa-value p{
    text-align:center;
    font-family:'dinpro-regular';
    font-family: 'Arial', sans-serif;
    font-weight: 400;
}
.wa-form .wa-value .field{
    display:block;
}
.wa-form .wa-value .field span{
    display:block;
}
.wa-form .wa-value #wa-my-info-cancel{
    display:block;
}
.wa-form a{
    text-decoration:underline;
}
.ch-ts{
    width:auto !important;
    padding:7px 10px !important;
    margin:20px auto 0 auto !important;
}
.form-modal{
    display:none;
    position:fixed;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    height:100% !important;
    width:100% !important;
    z-index:100000000 !important;
    overflow-y:auto;
}
.form-bg{
    background:rgba(0,0,0,0.7);
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
}
.form-block{
    border:#6f924f solid 3px;
    background:#ffffff;
    position:relative;
    top:50px;
    bottom: 0;
    left:50%;
    width:650px;
    height:auto;
    min-height:200px;
    margin-bottom:50px;
    margin-left:-325px;
}
.form-block .close{
    position:absolute;
    cursor:pointer;
    right:3px;
    top:3px;
    height:19px;
    width:19px;
    background:url(img/sprite.png) left -481px;
    opacity:1;
    display:block;
    color:#ffffff;
    text-align:center;
    z-index:100;
}
.form-ceremony{
    width:600px;
    margin:10px auto 20px auto;
    text-align:center;
}
.form-ceremony .title{
    border:none;
    text-align:center !important;
    margin:20px auto 20px auto;
}
.form-ceremony label{
    display:inline-block;
    width:200px;
    vertical-align:top;
}
.form-ceremony label.width100{
    width: auto;
}
.form-ceremony label span{
    color:red;
}
.form-ceremony input{
    padding:3px 5px;
    width:386px;
    border:#6f924f solid 1px;
}
.form-ceremony input[type=checkbox] {
    width: auto;
}
.form-ceremony textarea{
    padding:3px 5px;
    width:386px;
    height:150px;
    border:#6f924f solid 1px;
}
.form-ceremony .feedback{
    margin:auto;
    padding:7px 0px 10px;
    width:205px;
    border:none;
}
.form-ceremony .kol input{
    width:20px;
    text-align:center;
}
.form-ceremony .minus{
    width:15px;
    display:inline-block;
    text-align:center;
    font-size:20px;
    cursor:pointer;
}
.form-ceremony .plus{
    width:15px;
    display:inline-block;
    text-align:center;
    font-size:20px;
    cursor:pointer;
}
.form-ceremony p a{
    text-decoration:underline;
}
.form-ceremony p a:hover{
    text-decoration:none;
}
footer.globalfooter{
    background:#6a6a6a;
    color:#ffffff;
    overflow:hidden;
}
footer.globalfooter .count1{
    float:left;
    margin-right:10px;
    height:30px;
    background:url(img/count.png) left center no-repeat;
}
footer.globalfooter .count2{
    float:left;
    margin-right:10px;
    width:88px;
    height:31px;
}
footer.globalfooter .count3{
    float:left;
    width:88px;
    height:31px;
}
footer.globalfooter .count3 a{
    float:left;
    width:88px;
    height:31px;
    background:url(img/count.png) right center no-repeat;
}
footer.globalfooter .count p{
    color:#ffffff;
    font-size:14px;
    margin:10px 0 0 10px;
}
footer.globalfooter .count a{
    color:#ffffff;
    font-size:14px;
    margin:10px 0 0 0px;
    text-decoration:underline;
}
footer.globalfooter .add{
    position:absolute;
    right:0;
    top:5px;
    font-family:'dinpro-light';
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size:18px;
    color:#f8c948;
    text-decoration:underline;
}
footer.globalfooter .stranichnik{
    margin-top: 10px;
    display: block;
    float: right;
    width:119px;
    height:24px;
    background:url(img/stranichnik.png);
}
footer.globalfooter .social{
    margin-top:13px;
    margin-bottom:22px;
    display:inline-block;
}
footer.globalfooter .copyright{
    text-align:center;
    font-family:'dinpro-light';
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    color:#ffffff;
}
footer.globalfooter .footer {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
footer.globalfooter .footer-logo-block {
    float: left;
}
footer.globalfooter .footer-logo {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
footer.globalfooter .footer-logo a {
    display: block;
    width: 80px;
    height: 60px;
    background: url(img/logo-mini.png) no-repeat;
}
footer.globalfooter .rekvizity {
    margin-top: 20px;
    white-space: nowrap;
}
footer.globalfooter .rekvizity p {
    color: #ffffff;
}
footer.globalfooter .sitemap {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(img/sitemap.png) center no-repeat;
    margin-left: 20px;
}
footer.globalfooter .foot-menu {
    float: left;
    text-align: left;
    margin-top: 20px;
}
footer.globalfooter .foot-menu a {
    color: #ffffff;
    border-bottom: transparent solid 1px;
}
footer.globalfooter .foot-menu a:hover {
    border-bottom: #ffffff solid 1px;
}
footer.globalfooter .footer-contact-block {
    float: right;
    text-align: right;
}
footer.globalfooter .footer-phone {
    display: inline-block;
    color: #ffffff;
    font-size: 26px;
    margin-top: 20px;
    border-bottom: transparent dashed 1px;
}
footer.globalfooter .footer-phone:hover {
    border-bottom: #ffffff dashed 1px;
}
footer.globalfooter a {
    color: #ffffff;
}
footer.globalfooter .footer-mail {
    border-bottom: transparent dashed 1px;
}
footer.globalfooter .footer-mail:hover {
    border-bottom: #ffffff dashed 1px;
}
footer.globalfooter .copyright {
    text-align: left;
    margin-bottom: 15px;
    border-bottom: #000000 solid 1px;
    padding-bottom: 15px;
}
footer.globalfooter .politika {
    color: #ffffff;
    font-size: 14px;
    text-align: justify;
}
footer.globalfooter .politika a {
    border-bottom: #ffffff solid 1px;
}
footer.globalfooter .politika a:hover {
    border-bottom: transparent solid 1px;
}
.wa-form-left{
    text-align:left !important;
}
.wa-error-msg{
    display:block;
    color:red;
}
.globalheader.fixed{
    overflow:visible;
}
.globalheader.fixed:after{
    content:'';
    clear:both;
    overflow:hidden;
    visibility:hidden;
    display:block;
}
.banner-block{
    clear:both;
}
body .htmlmap .htmlmap-list, body .htmlmap .htmlmap-list ul, #page ul{
    padding: 0px;
    margin: 0px;
    padding-left: 30px;
    margin-bottom: 15px;
    list-style-type: square;
    text-align: left;
}
.htmlmap-list li, #page li{
    color: #1e1e1e;
    font-size: 18px;
    margin-bottom: 10px;
}
.width33{
    float: left;
    width: 33.3333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
.width38{
    float: left;
    width: 38.6666%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
.width28{
    float: left;
    width: 28%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
.wrap-foot{
    margin-left: -10px;
}
.wrap-foot:after{
    content: '';
    clear: both;
    overflow: hidden;
    visibility: hidden;
    display: block;
}
.globalheader .main-menu ul ul{
    display: none;
}
.bookmark {
    display: block;
    padding: 5px 20px 5px 40px;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 204px;
    height: 38px;
    margin: -8px auto 0 auto;
    float: right;
    border: #6f924f dotted 2px;
    background: url(img/bookmark_add.png) left top no-repeat;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    color: #ffffff !important;
}
.bookmark:hover {
    background-position: left -34px;
    color: inherit;
    text-decoration: underline;
}
.text h2{
    font-size:26px;
    margin:15px 0;
}
.text ul, .home ul{
    text-align:left;
    list-style-type:disc;
}
.home ol{
    list-style-type:decimal;
    margin-left:40px;
    text-align:left;
}
.text li, .home li{
    margin-bottom:6px;
}
.text li {
    font-family: 'dinpro-light';
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    color: #1e1e1e;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.25;
}
.text a {
    color: #6f924f !important;
    text-decoration: underline;
}
.text a:hover {
    text-decoration: none;
}
.text table {
    border-collapse: collapse;
    border-spacing: 0;
}
.text table th {
    color: #aaa;
    padding: 0px 10px 7px;
}
.text table td {
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}
.text table.not-bordered td {
    border: none;
}
div.text ol{
    list-style-type: decimal;
    margin-left: 40px !important;
}
.scrollup {
    background: url(img/totop.png) #fff no-repeat -5px -5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    bottom: 42px;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 12;
    border-radius: 50%;
    overflow: hidden;
}
.is-full-screen {
    z-index: 10000000;
}
figure[style*="float: left"]{
    max-width: 40%;
    clear: left;
}
.wa-signup-form-wrapper .wa-signup-form-fields,
.wa-login-form-wrapper .wa-login-form-fields,
.wa-forgotpassword-form-wrapper .wa-forgotpassword-form-fields {
    width: 280px;
    margin: auto !important;
}
.wa-signup-form-wrapper input[type="text"],
.wa-signup-form-wrapper input[type="email"],
.wa-signup-form-wrapper input[type="password"],
.wa-login-form-wrapper input[type="text"],
.wa-login-form-wrapper input[type="email"],
.wa-login-form-wrapper input[type="password"],
.dop-page .wa-field input[type=text],
.dop-page .wa-field input[type=password]{
    width: 100% !important;
    max-width: 100%;
}
.wa-signup-form-wrapper .wa-signup-form-actions,
.wa-login-form-wrapper .wa-login-form-actions,
.wa-forgotpassword-form-wrapper .wa-forgotpassword-form-actions {
    width: 280px;
    margin: auto !important;
    text-align: center;
}
.wa-forgotpassword-button {
    display: block !important;
    margin: 20px 0;
}
.wa-forgotpassword-button input {
    width: 100% !important;
}

.shop-regions-window_show {
    z-index: 1000 !important;
}
.wa-login-form-wrapper .wa-login-form-actions .wa-signup-url a,
.wa-signup-form-wrapper .wa-signup-form-actions .wa-login-url a {
    text-decoration: underline;
}
.wa-login-form-wrapper .wa-login-form-actions .wa-signup-url a:hover,
.wa-signup-form-wrapper .wa-signup-form-actions .wa-login-url a:hover {
    text-decoration: none;
}
.wa-auth-adapters * {
    text-align: center !important;
    max-width: 500px !important;
    margin: 0 auto 20px auto !important;
}
.wa-auth-adapters ul li {
    display: inline-block !important;
    list-style: none !important;
    margin: 0 10px !important;
}
@media screen and (min-width: 1025px) and (max-width: 1216px) {
    .wrapper{
        width:100%;
    }
    .htmlmap-list li, #page li {
        font-size: 16px;
    }
    p{
        font-size:16px;
    }
    .text ul, .text ol, .home ul, .home ol {
        font-size: 16px;
    }
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 34px;
    }
    h2 {
        font-size: 28px;
    }
    .globalheader .top-line .wrapper .center{
        width:85%;
    }
    .globalheader .top-line .wrapper .center .adress{
        margin-left:90px;
    }
    .globalheader .top-line .wrapper .center .phone{
        margin-left:90px;
        font-size:18px;
        margin-top:5px;
    }
    .globalheader .top-line .wrapper .center .phone:before{
        left:-19px;
        top:2px;
    }
    .globalheader .top-line .wrapper .center .work{
        position:absolute;
        top:4px;
        left:50%;
    }
    .globalheader .top-line .wrapper .center .work:before{
        top:-1px;
    }
    .globalheader .top-line .wrapper .center .mail{
        position:absolute;
        top:35px;
        left:50%;
        font-size:16px;
        margin-left:46px;
    }
    .globalheader .top-line .wrapper .center .mail:before{
        left:-27px;
    }
    .globalheader .top-line .wrapper .center .autorisation{
    }
    .globalheader .top-line .wrapper .center .autorisation a{
        font-size:18px;
    }
    .globalheader .top-line .wrapper .center .out{
    }
    .globalheader .top-line .wrapper .center .out a{
        font-size:18px;
    }
    .globalheader .top-line .wrapper .center .registration{
        padding-right: 10px;
    }
    .globalheader .top-line .wrapper .center .registration a{
        font-size:18px;
    }
    .globalheader .logo-block a{
        margin-left:10px;
    }
    .globalheader .search input{
        font-size:16px;
    }
    .globalheader .search input::-webkit-input-placeholder{
        font-size:16px;
    }
    .globalheader .cart-block{
        margin-right:10px;
    }
    .globalheader .cart-block a{
        font-size:16px;
    }
    .globalheader .cart-block a p{
        font-size:16px;
        margin-bottom:7px;
    }
    .globalheader .main-menu ul.pages{
        width:100%;
    }
    .globalheader .main-menu ul.pages li a{
        font-size:15px;
    }
    .globalheader.fixed{
        height:95px;
    }
    .globalheader.fixed .header{
        height:60px;
    }
    .globalheader.fixed .logo-block a {
        margin-top: 15px;
    }
    .globalheader.fixed .bottom-line > div.fav {
        margin-top: 12px;
    }
    .globalheader.fixed .top-line .wrapper .center .adress{
        margin-left:50px;
    }
    .globalheader.fixed .top-line .wrapper .center .phone{
        margin-left:0px;
        margin-right: 220px;
        margin-top: 14px;
    }
    .globalheader.fixed .top-line .wrapper .center .work{
        left:42%;
    }
    .globalheader.fixed .top-line .wrapper .center .mail{
        left:42%;
    }
    .globalheader.fixed .cart-block{
        width:180px !important;
    }
    .globalheader.fixed .main-menu ul.pages{
        height: 35px;
        margin-top: 0px;
        float: left;
        width: calc(100% - 102px);
        margin: 10px 10px 0 92px;
    }
    .globalheader.fixed .main-menu ul.pages:first-child:before{
        width:100px !important;
    }
    .globalheader.fixed .main-menu ul.pages:last-child{
        margin-right:7px;
    }
    .globalheader.fixed .main-menu ul.pages li a{
        font-size:11px;
    }
    .globalheader.fixed .main-menu ul.pages li a span{
        padding-top:5px;
        height:20px;
    }
    .globalheader.fixed .cart-block {
        margin-top: 10px;
    }
    .globalheader.fixed .search-block{
        right:5px;
        bottom:-18px;
        width: 165px;
    }
    .top-slider {
        height: 400px;
    }
    .c_slider-item {
        height: 400px;
    }
    .c_slider-item__info {
        padding-left: 10px;
        max-width: 500px;
        min-height: 310px;
        padding-top: 70px;
    }
    .c_slider-item__title {
        font-size: 46px;
    }
    .c_slider-item__thumb {
        width: calc(100% - 600px);
        height: 400px;
    }
    .c_slider-item__thumb img {
        max-width: 40%;
    }
    .top-slider .slick-dots {
        left: 10px;
        bottom: 20px;
        margin-left: 0;
    }
    .content{
        margin:50px 10px 0px 10px;
    }
    main{
        margin-left:260px;
    }
    main.home h1 {
        font-size: 50px;
    }
    main.home .catalog .catalog_item h3 {
        font-size: 17px;
    }
    aside{
        width:250px !important;
        margin-right:10px;
    }
    .mySidebar__nav > .childs > .flyout {
        width: 250%;
    }
    .sidebar .category{
        width:250px !important;
    }
    .sidebar .category > li > .flyout > .menu-v > li > a{
        padding:3px 32px 5px 10px;
    }
    .footer-logo-block {
        padding-left: 10px;
    }
    footer.globalfooter .footer-contact-block {
        font-size: 16px;
        padding-right: 10px;
    }
    footer.globalfooter .foot-menu a {
        font-size: 16px;
    }
    footer.globalfooter .count{
        left:10px;
    }
    footer.globalfooter .count1{
        margin-right:5px;
    }
    footer.globalfooter .count2{
        margin-right:5px;
    }
    footer.globalfooter .count3{
        margin-right:5px;
    }
    footer.globalfooter .add{
        right:10px;
        font-size:16px;
    }
    footer.globalfooter .social span{
        margin-left:40px;
    }
    footer.globalfooter .bookmark {
        margin-right: 10px;
    }
    footer.globalfooter .politika {
        padding: 0 10px;
    }
    .stranichnik{
        margin:0 0 10px;
    }
    footer.globalfooter .copyright {
        font-size: 16px;
        padding-left:10px ;
    }
}
@media screen and (min-width: 760px) and (max-width: 1024px) {
    .wrapper{
        width:100%;
    }
    .htmlmap-list li, #page li {
        font-size: 16px;
    }
    p{
        font-size:16px;
    }
    .text ul, .text ol, .home ul, .home ol {
        font-size: 16px;
    }
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 34px;
    }
    h2 {
        font-size: 28px;
    }
    .globalheader .top-line .wrapper .center .kabinet {
        position: absolute;
        top:5px;
        right: 10px;
        font-size: 0px;
    }
    .globalheader .top-line .wrapper .center .kabinet a {
        font-size: 16px;
    }
    .globalheader .top-line .wrapper .center .out a {
        font-size: 16px;
        position: absolute;
        top: 25px;
        right: 10px;
    }
    .globalheader .top-line .wrapper .center .autorisation {
        position: absolute;
        top:5px;
        right: 10px;
        font-size: 0px;
        border-right: none;
        padding-right: 0;
    }
    .globalheader .top-line .wrapper .center .autorisation a {
        font-size: 16px;
    }
    .globalheader .top-line .wrapper .center .registration a {
        font-size: 16px;
        position: absolute;
        top: 25px;
        right: 10px;
    }
    .globalheader .top-line .wrapper .center{
        width:85%;
    }
    .globalheader .top-line .wrapper .center .adress{
        margin-left:90px;
    }
    .globalheader .top-line .shop-regions-button {
        font-size: 16px;
    }
    .globalheader .top-line .wrapper .center .phone{
        margin-left: 0px;
        font-size: 16px;
        margin-top: 2px;
        margin-right: 150px;
    }
    .globalheader .top-line .wrapper .center .phone:before{
        left:-19px;
        top:2px;
    }
    .globalheader .top-line .wrapper .center .work{
        position:absolute;
        top:4px;
        left:50%;
    }
    .globalheader .top-line .wrapper .center .work:before{
        top:-1px;
    }
    .globalheader .top-line .wrapper .center .mail{
        position:absolute;
        top:35px;
        left:50%;
        font-size:16px;
        margin-left:46px;
    }
    .globalheader .top-line .wrapper .center .mail:before{
        left:-27px;
    }
    .globalheader .logo-block a{
        margin-left:10px;
    }
    .globalheader .search-block {
        width: 165px;
    }
    .globalheader .search input{
        font-size:16px;
    }
    .globalheader .search input::-webkit-input-placeholder{
        font-size:16px;
    }
    .globalheader .cart-block{
        margin-right:10px;
    }
    .globalheader .cart-block a{
        font-size:16px;
    }
    .globalheader .cart-block a p{
        font-size:16px;
        margin-bottom:7px;
    }
    .globalheader .main-menu ul.pages{
        width:100%;
    }
    .globalheader .main-menu ul.pages li a{
        font-size:13px;
    }
    .globalheader.fixed{
        height:95px;
    }
    .globalheader.fixed .header{
        height:60px;
    }
    .globalheader.fixed .logo-block a {
        margin-top: 15px;
    }
    .globalheader.fixed .bottom-line > div.fav {
        margin-top: 32px;
    }
    .globalheader.fixed .top-line .wrapper .center .adress{
        margin-left:50px;
    }
    .globalheader.fixed .top-line .wrapper .center .phone{
        margin-left:0px;
        margin-right: 220px;
        margin-top: 17px;
    }
    .globalheader.fixed .top-line .wrapper .center .work{
        left:42%;
    }
    .globalheader.fixed .top-line .wrapper .center .mail{
        left:42%;
    }
    .globalheader.fixed .cart-block{
        width:180px !important;
    }
    .globalheader.fixed .main-menu {
        margin-top: 5px;
    }
    .globalheader.fixed .main-menu ul.pages{
        height: 35px;
        float: left;
        width: 100%;
        margin: auto !important;
    }
    .globalheader.fixed .main-menu ul.pages:first-child:before{
        width:100px !important;
    }
    .globalheader.fixed .main-menu ul.pages:last-child{
        margin-right:7px;
    }
    .globalheader.fixed .main-menu ul.pages li a{
        font-size:13px !important;
    }
    .globalheader.fixed .main-menu ul.pages li a span{
        padding-top:5px;
        height:20px;
    }
    .globalheader.fixed .bottom-line {
        margin-top: -10px;
    }
    .globalheader.fixed .cart-block {
        margin-top: 10px;
        position: absolute;
        top:10px;
        right: 0;
    }
    .globalheader.fixed .bottom-line > div.fav {
        margin-right: 400px;
    }
    .globalheader.fixed .bottom-line .fav-img {
        font-size: 0;
    }
    .globalheader.fixed .search-block{
        right:5px;
        bottom:-18px;
        width: 165px;
        top:35px;
    }
    .top-slider {
        height: 400px;
    }
    .c_slider-item {
        height: 400px;
    }
    .c_slider-item__info {
        padding-left: 10px;
        max-width: 400px;
        min-height: 310px;
        padding-top: 70px;
    }
    .c_slider-item__title {
        font-size: 38px;
    }
    .c_slider-item__thumb {
        width: calc(100% - 420px);
        max-width: calc(100% - 420px);
        height: 400px;
    }
    .c_slider-item__thumb img {
        max-width: 40%;
    }
    .top-slider .slick-dots {
        left: 10px;
        bottom: 20px;
        margin-left: 0;
    }
    .content{
        margin:50px 10px 0px 10px;
    }
    main{
        margin-left:260px;
    }
    main.home h1 {
        font-size: 40px;
    }
    main.home .catalog .catalog_item h3 {
        font-size: 17px;
        color: #6f924f;
        background: none;
        width: 90%;
        margin: auto;
    }
    aside{
        width:250px !important;
        margin-right:10px;
    }
    .mySidebar__nav > .childs > .flyout {
        width: 250%;
    }
    .sidebar .category{
        width:250px !important;
    }
    .sidebar .category > li > .flyout > .menu-v > li > a{
        padding:3px 32px 5px 10px;
    }
    .footer-logo-block {
        padding-left: 10px;
        max-width: 200px;
    }
    footer.globalfooter .footer-logo {
        float: none;
    }
    footer.globalfooter .footer-contact-block {
        font-size: 16px;
        padding-right: 10px;
    }
    footer.globalfooter .footer-contact {
        max-width: 200px;
    }
    footer.globalfooter .footer-phone {
        font-size: 20px;
    }
    footer.globalfooter .foot-menu a {
        font-size: 16px;
    }
    footer.globalfooter .count{
        left:10px;
    }
    footer.globalfooter .count1{
        margin-right:5px;
    }
    footer.globalfooter .count2{
        margin-right:5px;
    }
    footer.globalfooter .count3{
        margin-right:5px;
    }
    footer.globalfooter .add{
        right:10px;
        font-size:16px;
    }
    footer.globalfooter .social span{
        margin-left:40px;
    }
    footer.globalfooter .bookmark {
        margin-right: 10px;
    }
    footer.globalfooter .politika {
        padding: 0 10px;
    }
    .stranichnik{
        margin:0 0 10px;
    }
    footer.globalfooter .copyright {
        font-size: 16px;
        padding-left:10px ;
    }
}
@media screen and (max-width:759px) {
    body {
        overflow-x: hidden;
    }
    .wrapper {
        width: calc(100% - 20px);
        padding: 0 10px;
    }
    h1 {
        border-bottom: none;
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h5 {
        width: 90%;
    }
    p {
        font-size: 18px;
    }
    .home ol,
    .home ul{
        font-size: 16px;
    }
    .globalheader {
        display: block !important;
        position: fixed;
        left: 0;
        right: 0;
        height: 100px;
        -webkit-box-shadow: 5px 5px 10px 0px rgba(30, 35, 66, 0.15);
        -moz-box-shadow:    5px 5px 10px 0px rgba(30, 35, 66, 0.15);
        box-shadow:         5px 5px 10px 0px rgba(30, 35, 66, 0.15);
        z-index: 10000000 !important;
    }
    .globalheader .header {
        min-height: 375px;
        height: auto;
        width: 100%;
        padding-bottom: 0px;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }
    .globalheader .mob-menu a {
        display: -webkit-flex;
        display: flex;
    }
    .globalheader .mob-menu a svg {
        width: 28px;
        height: 28px;
        padding: 5px;
    }
    .globalheader .mob-menu a svg path:nth-child(10),
    .globalheader .mob-menu a svg path:nth-child(11) {
        display: none;
    }
    .open-sidebar .globalheader .mob-menu a svg path:nth-child(10),
    .open-sidebar .globalheader .mob-menu a svg path:nth-child(11) {
        display: block;
    }
    .open-sidebar .globalheader .mob-menu a svg path:nth-child(6),
    .open-sidebar .globalheader .mob-menu a svg path:nth-child(7),
    .open-sidebar .globalheader .mob-menu a svg path:nth-child(8),
    .open-sidebar .globalheader .mob-menu a svg path:nth-child(9) {
        display: none;
    }
    .globalheader .logo-block {
        margin: 0;
    }
    .globalheader .logo-block a {
        margin: 5px auto 10px auto;
        background: none;
        width: auto;
        height: 38px;
    }
    .globalheader .logo-block a img {
        max-width: 100%;
        max-height: 100%;
    }
    .globalheader .fav {
        display: inline-block !important;
        vertical-align: top !important;
        width: auto;
        margin: 0px;
    }
    .globalheader .fav a {
        font-size: 0;
    }
    .globalheader .cart-block {
        margin: 0;
        width: auto !important;
        display: inline-block !important;
        vertical-align: middle !important;
    }
    .globalheader .cart-block .cart {
        min-width: 0 !important;
    }
    .globalheader .cart-block a {
        margin-top: 6px;
    }
    .globalheader .header:after {
        display: none !important;
    }
    .globalheader .search-block {
        margin: auto;
        min-width: 165px;
        max-width: 165px;
        margin-bottom: 10px;
        display: block !important;
    }
    .globalheader .main-menu {
        height: auto;
        margin-top: -15px;
        z-index: 10000;
        background: #84a457;
    }
    .globalheader .main-menu ul.pages {
        display: block;
        background: none;
        height: auto;
        width: 100%;
        margin: auto;
        overflow: hidden;
    }
    .globalheader .main-menu ul.pages li {
        display: block;
        width: 100%;
    }
    .globalheader .main-menu ul.pages li a {
        font-size: 16px;
        line-height: 25px;
        margin-top: 5px;
    }
    .globalheader .main-menu ul.pages li a span {
        margin: 0px 0 0 0px;
        border: none !important;
    }
    .container {
        position: relative;
        height: 100%;
        width: 100%;
        left: 0;
        -webkit-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        transition: left 0.4s ease-in-out;
    }
    .container > #sidebar {
        position: fixed;
        left: -300px;
        top:100px;
        bottom:0;
        width: 300px;
        height: 100%;
        box-sizing: border-box;
        background: #ffffff;
        -webkit-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        transition: left 0.4s ease-in-out;
        overflow: auto;
        padding: 10px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .container.open-sidebar > #sidebar {
        left: 0px;
        padding-bottom: 150px;
    }
    .container.open-sidebar {
        left: 300px;

    }
    .container > #sidebar + .backs {
        display: none;
        position: absolute;
        top: 0px;
        left: 0;
        width: 100% !important;
        height: 100%;
        background: rgba(0,0,0,0.50);
        z-index: 1000000;
    }
    .container > #sidebar .filter {
        display: none;
    }
    .container > #sidebar .filter.top {
        display: block;
    }
    .container > #sidebar .shop-regions__button {
        color: #1e1e1e;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .container > #sidebar .shop-regions-button .shop-regions__link {
        color: #1e1e1e;
        font-size: 16px;
        text-decoration: none;
    }
    .shop-regions-window_show {
        z-index: 10000000!important;
    }
    .container > #sidebar .phone {
        color: #d49b00;
        margin-bottom: 10px;
    }
    .container > #sidebar a {
        color: #6f924f;
        font-size: 18px;
    }
    .container > #sidebar a:hover {
    }
    .container > #sidebar .main-menu {
        text-align: left;
    }




    .banner-block {
        margin-top: 0px;
    }
    .top-slider {
        margin-top: 100px;
        height: auto;
        background-color: #eaeaea;
    }
    .c_slider-item {
        height: auto;
    }
    .c_slider-item:before {
        display: none;
    }
    .c_slider-item .wrapper {
        width: 100%;
        padding: 0;
    }
    .c_slider-item__info {
        width: 90%;
        margin: auto;
        padding-top: 20px;
        float: none;
        min-height: 0;
        text-align: center;
    }
    .c_slider-item__thumb {
        float: none;
        height: 200px;
        max-width: 100%;
        width: 100%;
        background: #ffffff;
        padding: 20px 0;
    }
    .c_slider-item__thumb img {
        max-width: 100%;
        max-height: 100%;
    }
    .c_slider-item__title {
        border-top: none;
        font-size: 28px;
        border-top: none;
        padding-top: 0;
        text-align: center;
        height: 70px;
        padding-bottom: 30px;
        overflow: hidden;
    }
    .top-slider .slick-dots {
        width: 90%;
        left: 5%;
        margin-left: 0;
        bottom: 3px;
        text-align: center;
    }
    /*.maincontent {
        margin-top: 100px;
    }*/
    .content {
        margin: 0px auto 0px auto;
    }
    main {
        margin: 0px auto 0 auto;
    }
    main.home {
        border-top: 1px solid #bbb;
        padding-top: 20px;
    }
    main.home h1 {
        font-size: 30px;
    }
    main.home .catalog {
        display: block;
    }
    main.home .catalog .catalog_item {
        width: 100%;
        max-width: 250px;
        margin: 0 auto 20px auto;
    }
    .selling-block .tabs-menu li,
    #header-container .pages li {
        border-bottom: none !important;
        display: block;
        text-align: center;
    }
    .selling-block .tabs-menu li.selected span,
    #header-container .pages li.selected span {
        border-bottom: #6f924f dashed 1px;
    }
    aside {
        float: none;
        width: 250px !important;
        margin: auto;
        display: none;
    }
    .sidebar .category {
        width: 250px !important;
    }
    .sidebar .category > li > .flyout > .menu-v > li > a {
        padding: 3px 32px 5px 10px;
    }
    .setting {
        display: block !important;
        text-align: left;
    }
    .view {
        display: none;
    }
    .mySidebar__nav > .childs > .flyout {
        display: none;
    }
    .shop {
        margin-top:120px;
    }
    footer.globalfooter .footer {
        display: block;
    }
    footer.globalfooter .footer-logo-block {
        float: none;
    }
    footer.globalfooter .footer-logo {
        margin: auto;
        float: none;
    }
    footer.globalfooter .footer-logo a {
        margin: 20px auto;
    }
    footer.globalfooter .rekvizity p {
        text-align: center;
    }
    footer.globalfooter .social {
        margin-bottom: 0;
    }
    footer.globalfooter .count {
        left: 5px;
        top: 5px;
    }
    footer.globalfooter .count3 {
        clear: both;
        margin: 5px 0 0 5px;
    }
    footer.globalfooter .sitemap {
        margin: 5px 0 0 0;
    }
    footer.globalfooter .add {
        font-size: 16px;
        right: 5px;
    }
    footer.globalfooter .foot-menu {
        float: none;
        text-align: center;
        margin: 10px auto 10px auto;
        width: 250px;
    }
    footer.globalfooter .foot-menu.second {
        width: 200px;
        border-top: rgba(255,255,255,0.2) solid 1px;
    }
    footer.globalfooter .foot-menu.second a {
        font-size: 16px;
    }
    footer.globalfooter .copyright {
        clear: both;
        margin-top: 20px;
        text-align: center;
        margin-left: auto;
    }
    footer.globalfooter .politika {
        margin:auto;
        text-align: center;
    }
    footer.globalfooter .footer-contact-block {
        float: none;
        text-align: center;
        padding-left: 0;
    }
    .stranichnik {
        margin: 10px;
    }
    .bookmark {
        margin: 10px auto 0 auto;
        float: none;
    }
    .globalheader .top-line .wrapper .center {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 13px;
    }
    .globalheader .top-line .wrapper .center:after {
        content: '';
        clear: both;
        overflow: hidden;
        visibility: hidden;
        display: block;
    }
    .globalheader .top-line .wrapper .center .shop-regions {
        position: relative;
        margin-bottom: 10px;
        left: 0;
    }
    .globalheader .top-line .wrapper .center .phone {
        float: none;
        margin-left: 0;
        margin-right: 0;
        display: block;
        width: 100%;
        padding-left: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .globalheader .top-line .wrapper .center .phone:before {
        left: 0;
    }
    .globalheader .top-line .wrapper .center .autorisation, .globalheader .top-line .wrapper .center .registration {
        float: none;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
    .shop-regions-ip-analyzer__wrapper {
        min-width: 1px !important;
        max-width: 370px;
        width: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .shop-regions-ip-analyzer {
        width: auto;
    }
    .globalheader .top-line .wrapper .center .kabinet, .globalheader .top-line .wrapper .center .kabinet a {
        margin-left: 0;
    }
    .globalheader .top-line .wrapper .center .kabinet {
        visibility: hidden;
        margin-top: 10px;
    }
    .globalheader .top-line .wrapper .center .kabinet a {
        visibility: visible;
    }
    .globalheader .header {
        overflow: visible;
        min-height: 1px;
    }
    .globalheader .header:after {
        content: '';
        clear: both;
        overflow: hidden;
        visibility: hidden;
        display: block;
    }
    .globalheader .top-line .wrapper .center .out {
        text-align: left;
    }
    .shop-regions-ip-analyzer__wrapper {
        right: 10px;
        left: 10px;
    }
    .shop-regions-ip-analyzer__triggers > * {
        display: block;
    }
    .shop-regions-ip-analyzer__triggers > span:last-child {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .form-block, .form-ceremony {
        width: 98%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 1%;
        margin-right: 1%;
        left: 0;
    }
    .form-ceremony input, .form-ceremony textarea {
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .width100 input {
        width: auto !important;
    }
    .form-block {
        bottom: 50px;
        overflow: auto;
        position: absolute;
    }
    .width100 {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .breadcrumbs {
        font-size: 16px;
    }
    .sidebar-menu {
        background: #f7f7f7;
        padding-bottom: 0px;
        width: 100%;
        border-top: 1px solid #EAEAEA;
    }
    .sidebar-menu a {
        display: block;
        background: #ffffff;
        padding: 10px 45px 10px 15px;
        width: auto;
        line-height: 1;
        text-decoration: none;
        font-size: 16px;
        color: rgb(33, 33, 33);
        font-family:'dinpro-medium';
        font-weight: normal;
        font-family: 'Arial', sans-serif;
        font-weight: 500;
    }
    .sidebar-menu li span {
        padding: 0;
        font-size: 16px;
        margin-left: 5px;
        vertical-align: middle;
        color: #FFB641;
        font-family:'dinpro-medium';
        font-weight: normal;
        font-family: 'Arial', sans-serif;
        font-weight: 500;
    }
    .sidebar-menu li svg {
        vertical-align: middle;
        fill: #FFB641;
    }
    .sidebar-menu li a:hover {
        background: #FFDE76 no-repeat;
        background: linear-gradient(90deg, #FFDE76, #FFB641) no-repeat;
    }
    .sidebar-menu li.childs ul > li > a {
        padding-left: 40px;
        font-size: 16px;
        font-family:'dinpro-medium';
        font-weight: normal;
        font-family: 'Arial', sans-serif;
        font-weight: 500;
    }
    .sidebar-menu li.childs .main {
        position: relative;
        display: block;
    }
    .sidebar-menu li.childs .main a {
        white-space: normal;
        line-height: 1;
    }
    .sidebar-menu li.childs .main span {
        position: absolute;
        top:50%;
        right: 5px;
        display: block;
        width: 22px;
        height: 23px;
        border-radius: 11.5px;
        cursor: pointer;
        float: left;
        margin-top: -11px;
        margin-right: 10px;
        padding: 0 0 0 1px;
    }
    .sidebar-menu li.childs .main svg {
        position: absolute;
        top:50%;
        right: 5px;
        margin-top: -11px;
        background: #FFDE76;
        background: linear-gradient(90deg, #FFDE76, #FFB641) no-repeat;
        width: 22px;
        height: 23px;
        border-radius: 11.5px;
        margin-right: 10px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .sidebar-menu li.childs .main + .flyout {
        display: none;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        float: none !important;
    }
    .sidebar-menu li.info a {
        padding-left: 20px;
        font-family:'dinpro-regular';
        font-family: 'Arial', sans-serif;
        font-weight: 400;
    }
    .sidebar-menu .sub a {
        padding: 5px 45px 5px 15px;
        padding-left: 50px !important;
        font-family:'dinpro-regular' !important;
        font-family: 'Arial', sans-serif !important;
        font-weight: 400;
    }
    .account-menu {
        margin-top: 20px;
    }
    .account-menu li {
        display: block;
        margin: 0;
    }
    .account-menu li a {
        font-size: 20px;
        color: #6f924f;
        text-decoration: underline;
    }
    .account-menu li a:hover {
        text-decoration: none;
    }
    .globalheader .cart-block a p {
        margin-bottom: 0;
        font-size: 16px;
    }
}