@import url("fonts.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

svg {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

a,
.slider-arrow--sidebar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.discounted-products {
    position: relative;
    margin-top: 5px;
}

.products_day .discounted-products .special_main {
    top: -23px;
    left: -18px;
}

.newYear {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 122px;
    background: url("../images/elka.png") 0 0 repeat-x;
}

span.view_purchase {
    font-weight: 800;
    color: #c12d2d;
}

.container:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.container {
    margin: 0 auto;
    width: 1300px;
    position: relative;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-height: 100%;
    font-size: 16px;
}

body {
    font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
    font-size: 100%;
    background: #fff;
}

body.body--hidden {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

*:focus {
    outline: 0;
}

*:focus::-webkit-input-placeholder {
    color: transparent;
}

*:focus:-moz-placeholder {
    color: transparent;
}

*:focus:-ms-input-placeholder {
    color: transparent;
}

*:focus::placeholder {
    color: transparent;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #878787;
    line-height: normal;
    font-family: "Museo Cyrl 300", Arial, sans-serif;
    font-size: 18px;
}

:-moz-placeholder {
    opacity: 1;
    color: #878787;
    line-height: normal;
    font-family: "Museo Cyrl 300", Arial, sans-serif;
    font-size: 18px;
}

::-moz-placeholder {
    opacity: 1;
    color: #878787;
    line-height: normal;
    font-family: "Museo Cyrl 300", Arial, sans-serif;
    font-size: 18px;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #878787;
    line-height: normal;
    font-family: "Museo Cyrl 300", Arial, sans-serif;
    font-size: 18px;
}

::placeholder {
    opacity: 1;
    color: #878787;
    line-height: normal;
    font-family: "Museo Cyrl 300", Arial, sans-serif;
    font-size: 18px;
}

select {
    font-family: "Museo Cyrl 300", Arial, sans-serif;
}

label {
    display: block;
}

form {
    display: inline;
}

img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

select {
    max-width: 100%;
}

.title {
    margin-bottom: 10px;
    width: 50%;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #7965af;
    color: #fff;
    line-height: 22px;
    font-size: 1rem;
    position: relative;
}

.title:before {
    content: "";
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 0;
}

.title--right {
    margin-left: auto;
    text-align: right;
}

.title--right:before {
    border-left: 11px solid #fff;
    left: 0;
}

.title--left:before {
    border-right: 11px solid #fff;
    right: 0;
}

.title__text {
    display: block;
    height: 22px;
    overflow: hidden;
}

.image {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.image__inner {
    display: block;
    font-size: 0;
    text-align: center;
}

.image__inner img {
    display: inline-block;
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.wrapp-new .products-container {
    padding-top: 20px;
}

.wrapp-new .product-catalog--default {
    border: 2px #fff solid;
}

.autocomplete-w1 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    margin: 6px 0 0 6px;
    _background: none;
    _margin: 1px 0 0 0;
}

.autocomplete {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    text-align: left;
    overflow-x: auto;
    overflow-y: auto;
    margin: -6px 6px 6px -6px;
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

.autocomplete .selected {
    background: #F0F0F0;
}

.autocomplete div {
    padding: 2px 5px;
    white-space: nowrap;
}

.autocomplete strong {
    font-weight: normal;
    color: #3399FF;
}

.empty {
    padding: 20px;
    color: #64606e;
    font-size: 1.125rem;
    font-family: 'Museo Cyrl 300';
}

.main__block-img {
    width: 850px;
    padding-left: 13px;
}

.wrapp_block-img {
    margin-top: 24px;
}

.block-img__item {
    position: relative;
    display: inline-block;
    margin: 0px 0px 30px 0px;
    vertical-align: top;
    width: 310px;
    height: 184px;
}

.block-img__item1 {
    background: url("../images/block-img__item1.png") center center no-repeat;
}

.block-img__item2 {
    background: url("../images/block-img__item2.png") center center no-repeat;
}

.block-img__item3 {
    background: url("../images/block-img__item3.png") center center no-repeat;
}

.block-img__item4 {
    background: url("../images/block-img__item4.png") center center no-repeat;
}

.block-img__item:nth-child(2n) {
    margin-left: 28px;
}

.block-img__item--descr {
    position: absolute;
    left: 30px;
    top: 35px;
    font-size: 22px;
    line-height: 26px;
    color: white;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Museo Cyrl 700';
}

.block-img__item--descr p {
    font-family: 'Museo Sans Cyrl 500';
    font-size: 18px;
    text-transform: none;
}

.item--descr-little-text {
    font-size: 27px;
}

.main-text {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 40px;
}

.elevate {
    display: none;
    margin-top: -25px;
    width: 38px;
    text-align: center;
    position: fixed;
    left: 20px;
    bottom: 25%;
    cursor: pointer;
}

.elevate__text {
    color: #7965af;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.elevate__arrow {
    margin-bottom: 2px;
    border: 1px solid #7965af;
    height: 38px;
    position: relative;
}

.elevate__arrow:before {
    content: "";
    border-bottom: 12px solid #7965af;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: 5px;
    left: 6px;
}

.elevate__arrow:after {
    content: "";
    border-bottom: 10px solid transparent;
    border-right: 12px solid #7965af;
    border-left: 12px solid #7965af;
    position: absolute;
    top: 17px;
    left: 6px;
}

.comment_likes {
    float: right;
}

.comment_likes span {
    display: inline-block;
    width: 50px;
    text-align: center;
    vertical-align: top;
}

.comment_likes span.pos {
    color: #090;
}

.comment_likes span.neg {
    color: #900;
}

.wrapper {
    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;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 5;
    min-height: 100vh;
}

.header {
    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;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
}

.header_top {
    border-bottom: 1px solid #ecebec;
}
.dmenu-container.fixed-pc {
	width: 100%;
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}

@media(max-width: 1140px) {
/*.header.fixed{
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
}*/
}
span.dmenu-item-image {
    display: none;
}
body.fixed{
	padding-top:400px;
}
body{
	padding-top:0px;
}
.main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
   padding-top: 20px;
}
.main.no_padding{
	padding-top:0;
}
.wrapp_new_slider{
	height: 300px;
    background-size: cover;
    background-position: 50% 50%;
}
.wrapp_text_slide {
    background: rgb(121 101 175 / 82%);
    display: block;
    max-width: 50%;
    padding: 30px;
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 460px;
    height: 100%;
    z-index: 1;
}

.wrapp_text_slide .js_main_slide li{
	width:402px;
}
.wrapp_text_slide h3{
	color: #fff;
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: 6px;
	display:block;
}
.wrapp_text_slide p {
    /* font-style: italic; */
    font-size: 19px;
    /* line-height: 32px; */
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 1px;
    display: block;
}
.wrapp_text_slide a{
	text-decoration: none;
    color: #fff;
	display:block;
}
.wrapp_text_slide a:hover{
	color:#fff;
	text-decoration:underline;
}
#region-list{
	display:none;
	padding:40px 25px;
	width:500px;
	font-size:0;
}
.new_region .fancybox-close{
	top: 5px!important;
    right: 5px!important;
}
#region-list a{
	display:inline-block;
	width:46%;
	padding-left:10px;
	box-sizing:border-box;
	margin-right:4%;
	font-size:18px;
	color:#000;
	line-height: 30px;
    border-bottom: 1px solid #dcdcdc;
}
#region-list a:nth-child(2n){
	margin-left:4%;
	margin-right:0;
}
#region-list a:hover,#region-list a.active{
	background: #7965af;
    color: #fff;
    position: relative;
    top: -1px;
}
.footer {
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.wrapp_text_slide .js_main_slide{
	height: 100%;
}
.cart_js_banner .slick-next{
        background: #8670c3 url(../images/arrow-right_new.png) center center no-repeat;
    height: 33px;
    color: #fff;
    opacity: 1;
    text-indent: -9999px;
    line-height: 33px;
    text-align: center;
    z-index: 190;
    padding: 5px 30px;
    display: block;
    position: absolute;
    top: -55px;
    border: none;
    width: 40px;
    cursor: pointer;
    right: 0;
}
.cart_js_banner .slick-prev{
    background: #8670c3 url(../images/arrow-left_new.png) center center no-repeat;
    height: 33px;
    color: #fff;
    opacity: 1;
    text-indent: -9999px;
    padding: 5px 30px;
    line-height: 33px;
    text-align: center;
    z-index: 190;
    display: block;
    position: absolute;
    top: -55px;
    right: 80px;
    border: none;
    width: 40px;
    cursor: pointer;
}
.wrapp_text_slide .slick-next{
	right: 30px;
    background:url(../images/arrow-right_new.png) center center no-repeat;
    height: 33px;
    color: #fff;
    opacity: 1;
	text-indent:-9999px;
    line-height: 33px;
    text-align: center;
    z-index: 190;
	display:block;
	position:absolute;
	bottom:-11px;
	right:0;
	border:none;
	width:40px;
	cursor:pointer;
}
.cart-container .product-related_products{
	padding:0;
}
.cart-container .additional-categories p.h1{
	margin:20px 0;
	display: block;
    font-size: 34px;
    color: #39134e;
    line-height: 28px;
    font-family: 'Museo Sans Cyrl 100';
}
.wrapp_text_slide .slick-prev{
	right: 30px;
    background:url(../images/arrow-left_new.png) center center no-repeat;
    height: 33px;
    color: #fff;
    opacity: 1;
		text-indent:-9999px;
    line-height: 33px;
    text-align: center;
    z-index: 190;
	display:block;
	position:absolute;
	bottom:-11px;
	right:50px;
	border:none;
	width:40px;
	cursor:pointer;
}
.wrapp_text_slide .slick-dots{
	position: absolute;
    bottom: 0;
    left: 0;
}
.wrapp_text_slide .slick-dots li{
	display:inline-block;
	width:auto;
}
.wrapp_text_slide .slick-dots li button{
	display:block;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    transition: .15s;
	background: #d9bed8;
    border: 0;
}
.wrapp_text_slide .slick-dots li.slick-active button,.wrapp_text_slide .slick-dots li:hover button{
	display:block;
	background: #fff!important;
}
.footer:before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: -4px;
    left: 0;
}

.content {}

.content--main {
    padding-top: 10px;
}

.sidebar {
    width: 100%;
    margin-top: 33px;
}

.sidebar__part {
    position: relative;
}

.js-slider-discounted {
    position: relative;
}

.js-other-images-container {
    height: 278px;
    overflow: hidden;
}

.js-other-images {
    -webkit-transition: margin-top 0.3s ease-in-out;
    -moz-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}

.popup {
    border: 1px solid #7965af;
    padding: 25px 20px;
}

.popup--product {
    padding-right: 0;
}

.popup__title {
    margin-bottom: 20px;
    color: #7965af;
    line-height: 1;
    font-size: 34px;
    text-align: center;
    white-space: nowrap;
    font-family: 'Museo Sans Cyrl 100';
}

.fancybox-custom .fancybox-skin {
    border-radius: 0;
    background: #fff;
}

#comments {
    position: relative;
}

.fancybox-custom .fancybox-close {
    height: 25px;
    background: none;
    color: #aaa;
    line-height: 0.7;
    font-size: 35px;
    text-align: center;
    top: 0;
    right: 0;
    text-indent: -99999px;
}

.fancybox-message {
    padding: 20px 10px;
    line-height: 1.43;
    text-align: center;
}

.button {
    display: block;
    outline: 0;
    border: none;
    width: 100%;
    background: #8670c3;
    color: #fff;
    line-height: 60px;
    padding: 0;
    font-family: "Museo Sans Cyrl 700", Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 20px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.button.active {
    background: #80af64;
}

.button:hover,
.button:focus,
.button:active {
    opacity: 0.85;
}

.comment-form .button {
    width: 32%;
}

.button--default {
    padding: 8px 30px;
}

.button--small {
    padding: 8px 20px;
}

.button--blue {
    border-top-color: #9287bd;
    border-bottom-color: #574e7b;
    border-right-color: #7a6dab;
    border-left-color: #7a6dab;
    background: -webkit-linear-gradient(top, #7965af 0%, #6e62a0 100%);
    background: -moz-linear-gradient(top, #7965af 0%, #6e62a0 100%);
    background: linear-gradient(to bottom, #7965af 0%, #6e62a0 100%);
    box-shadow: inset 3px 3px 7px rgba(255, 255, 255, 0.5), inset -3px -3px 7px rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.button--blue:hover {
    border-bottom-color: #9287bd;
    border-top-color: #574e7b;
    background: -webkit-linear-gradient(top, #6e62a0 0%, #7965af 100%);
    background: -moz-linear-gradient(top, #6e62a0 0%, #7965af 100%);
    background: linear-gradient(to bottom, #6e62a0 0%, #7965af 100%);
}

.button--buy-catalog {
    padding-right: 42px;
    position: relative;
}

.button--buy-catalog:before {
    content: "";
    width: 17px;
    height: 14px;
    background: url("../images/sprite.png") no-repeat 0 -672px;
    position: absolute;
    top: 9px;
    right: 22px;
}

.form {
    width: 260px;
    position: relative;
}

.form-field {
    display: block;
    font-size: 16px;
    border-bottom: 2px solid #a194c7;
    border-radius: 0;
    padding-right: 6px;
    padding-left: 6px;
    line-height: 1;
    font-family: 'Museo Cyrl 300';
}

.form-field.invalid {
    border-color: red !important;
}

.form-field--valid {
    border-color: #aac577 !important;
}

.form-field:focus {
    border-color: #938cac;
    box-shadow: 0 0 5px rgba(126, 113, 177, 0.75);
}

.select {
    border: 1px solid #7965af;
    font-size: 0.875rem;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select--default {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    padding-right: 40px;
    padding-left: 5px;
    background: #fff url("../images/select-arrow-big.png") no-repeat right 0;
    color: #8f8f8f;
    box-shadow: inset 1px 1px 0 #eeecf3, inset 0px -1px 0 #eeecf3;
}

.select--product {
    display: block;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    padding-right: 45px;
    padding-left: 15px;
    border: 2px solid #e9e9eb;
    color: #7f7d83;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    background: #fff;
    font-family: 'Museo Cyrl 500';
}

.product-addition:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none;
    right: 0;
    width: 53px;
    z-index: 1;
    border-left: 1px solid #e9e9eb;
    background: url("../images/arrow_bottom.png") no-repeat center center;
}

.product-addition--catalog:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 45px;
    z-index: 110;
    border-left: 1px solid #e9e9eb;
    background: url("../images/arrow_bottom.png") no-repeat center center;
}

.product-info__right .product-amount {
    display: block;
    position: absolute;
    top: 5px;
    right: 2%;
    width: 110px;
    height: 46px;
    margin: 0;
    background: #fff;
}

.product-info__right .product-amount:before {
    content: '';
    border: 9px solid transparent;
    border-right-color: #fff;
    border-left: 0;
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -9px;
}

.product-info__right .product-amount .product-amount__field {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: transparent;
    width: 26px;
    font-size: 21px;
    line-height: 46px;
    height: 46px;
    color: #505051;
    font-family: 'Museo Sans Cyrl 500';
    text-align: center;
}

.product-info__right .product-amount .product-amount__control--minus {
    color: #7ebe58;
    top: 8px;
    left: 22px;
}

.product-info__right .product-amount .product-amount__control--plus {
    color: #7ebe58;
    top: 8px;
    right: 22px;
}

.product-info__right .product-amount .product-amount__control--minus:hover {
    color: #ddaf33;
}

.product-info__right .product-amount .product-amount__control--plus:hover {
    color: #ddaf33;
}

.select--big {
    width: 230px;
}

.select--small {
    width: 100px;
}

.form-group__label {
    margin-bottom: 5px;
    color: #64606e;
    font-size: 0.875rem;
}

.form-group__input--full-width {
    margin-right: 0;
    width: 100%;
}

.form-group__textarea {
    margin-bottom: 10px;
    width: 230px;
    height: 80px;
    padding: 3px 5px;
    color: #7965af;
    font-size: 0.875rem;
}

.form-popup {
    padding: 0;
}

.captcha {
    margin-bottom: 20px;
}

.captcha__label {
    margin-bottom: 5px;
    color: #64606e;
    font-size: 0.875rem;
    float: left;
}

.captcha__image {
    display: block;
    float: right;
    margin: -49px 5px 0 0;
}

.captcha__field {
    width: 154px;
    float: left;
}

.error-message, .success-message {
    margin: 10px auto;
    padding: 15px 10px;
    background-color: red;
    color: #fff;
    font-size: 0.875rem;
}

.success-message {
    background-color: green;
}

.header-top {
    line-height: 58px;
    position: relative;
}

.header-top.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    background: #fff;
    border-bottom: 1px solid #ecebec;
}

.header_top.fixed {
    border-bottom: 0;
}

.header-top--fixed {
    margin-left: -550px;
    width: 1100px;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 10;
}

.pages-menu {
    font-size: 0;
    border-right: 1px solid #ecebec;
    border-left: 1px solid #ecebec;
}

.pages-menu__link {
    display: inline-block;
    vertical-align: middle;
    color: #7f5c93;
    padding: 0 13px;
    font-size: 14px;
}

.pages-menu__link:first-child {
    padding-left: 17px;
}

.pages-menu__link:hover {
    background-color: #fff;
    color: #aac577;
}

.account {
    font-size: 0;
    width: 521px;
}

.account a.header_info {
    display: block;
    font-size: 14px;
    color: #9d98a0;
    padding: 0 10px;
    line-height: 58px;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
}

.account a.header_info:hover {
    color: #3d3b3e;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
}

.account a.header_info span {
    width: 21px;
    height: 21px;
    color: #9d98a0;
    vertical-align: middle;
    margin-right: 0px;
    display: inline-block;
}

.callback {
    display: none;
    border-right: 1px solid #ecebec;
    border-left: 1px solid #ecebec;
    font-size: 15px;
    color: #39134e;
    padding: 0 18px;
    line-height: 58px;
    float: left;
    cursor: pointer;
}

.callback img {
    vertical-align: middle;
    margin-right: 5px;
}

.account__link {
    display: block;
    font-size: 15px;
    font-family: 'Museo Sans Cyrl 500';
    color: #a756b3;
    padding: 0 18px;
    line-height: 58px;
}

.ac_user {
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.account__link.register {
    background: #f5f9d3;
    color: #82a662;
    padding: 0 12px;
    font-family: 'Museo Sans Cyrl 300';
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.account__link.register:hover {
    color: #638f3d;
    background: #f0f7b3;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.copy-account {
    font-size: 0;
    width: 260px;
    padding-bottom: 11px;
}

.header-bottom--margin {
    margin-top: 40px;
}

.main_benefis h1 {
    letter-spacing: 1.1px;
}

.logo {
    display: block;
    margin-top: 13px;
    margin-right: 8px;
    font-size: 0;
    width: 276px;
    height: 82px;
}

.logo__image {
    display: block;
}
.region {
    margin: 30px 0 0 10px;
    text-align: left;
}
.select-region {
    border-bottom: 1px dashed #725bae;
    position: relative;
    cursor: pointer;
}
.select-region:hover{
	color: #80af64;
}
.htooltip span.region-list { /* Внешний вид нашего тултипа */
	background-color: rgba(0,0,0, 0.8);
	border-radius: 0px 15px 15px 15px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	color: #fff;
	opacity: 0; /* Делаем его прозрачным */
	padding: 10px 10px 10px 20px;
	position: absolute;
	text-decoration: none;
	visibility: hidden; /* И прячем */
	width: 200px;
	z-index: 10;
        text-align: left;
	left: 0;
	top: 30px;
        line-height: 24px;
        cursor: pointer;
}

.htooltip span.region-list.show{ /* По hover отображаем тултип */
	opacity: 1;
	visibility: visible;
}
.htooltip .region-list a:before{
	content: '●';
        padding-right: 5px;
}

.telephones {
    margin:38px 0 0 58px;
    text-align: left;
}

.telephone_text {
    color: #9d98a0;
    line-height: 1;
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
}

.telephone_bold {
    color: #725bae;
    line-height: 1;
    font-size: 28px;
    display: block;
    font-family: 'Museo Cyrl 900';
}

.telephone {
    color: #8876b7;
    line-height: 1;
    font-size: 25px;
    display: block;
    font-family: 'Museo Cyrl 700';
	display:inline-block;
	margin-left:35px;
}
.benefits_new{
	display: none;
    position: absolute;
    top: -39px;
    left: 16px;
    width: 268px;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 6px 0 #ccc;
    z-index: 1002;
}
.benefits_new p{
	color: #9d98a0;
    line-height: 1;
    font-size: 16px;
    display: block;
    padding-bottom: 11px;
    padding-top: 12px;
    padding-left: 19px;
    text-align: left;
}
.phone-arrow_bottom{
	width: 15px;
    height: 20px;
    color: #8fc76e;
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
	-moz-transform: rotate(-90deg); /* Для Firefox */
    -ms-transform: rotate(-90deg); /* Для IE */
    -webkit-transform: rotate(-90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-90deg); /* Для Opera */
    transform: rotate(-90deg);
}
.phone-arrow_top{
	width: 15px;
    height: 20px;
    margin-top: -7px;
    color: #8fc76e;
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.benefits_new a{
	display:block;
	width:100%;
	color:#8876b7;
}
.benefits_new a.benefits__item{
	margin: 0;
    padding: 10px 0;
    font-size: 16px;
    line-height: 18px;
    border-top: 1px solid grey;
}
.benefits_new a svg{
	width:25px;
	height:25px;
	margin-left:10px;
	/*color:#8fc76e;*/
}
.wrapp_new_telefons:hover .benefits_new{
	display:block;
}
.email {
    font-size: 1.25rem;
}

.benefits {
    font-size: 0;
    margin: 24px 0 0 39px;
}

.benefits__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    margin-top: 7px;
    width: 48px;
    height: 40px;
    color: #d7d0e7;
}

.benefits__item.vats {
    background: url("../images/vats.png") top center no-repeat;
}

.benefits__item.vaiber {
    background: url("../images/vaiber.png") top center no-repeat;
}

.benefits__item.telega {
    background: url("../images/telega.png") top center no-repeat;
}

.contact-link {
    display: block;
    margin-top: 20px;
    margin-left: 30px;
    font-size: 1.125rem;
    text-decoration: underline;
    position: relative;
}

.contact-link:before {
    content: "";
    width: 17px;
    height: 23px;
    background: url("../images/sprite.png") 0 -1146px no-repeat;
    position: absolute;
    top: -6px;
    left: -20px;
}

.discount-system {
    background: #f1eff7;
    padding: 30px 0;
}

.discount-system__title {
    padding: 0 0 0 70px;
    color: #7965af;
    background: url("../images/diskaunt_icon.png") left center no-repeat;
    line-height: 56px;
    font-size: 23px;
    position: relative;
    font-family: 'Museo Cyrl 700';
}

.discount-system__title_p {
    display: block;
    float: right;
    font-size: 17px;
    line-height: 22px;
    margin-right: 145px;
    color: #7f7a8d;
    font-family: 'Museo Sans Cyrl 300';
    padding-top: 6px;
}

.discount-system__content {
    padding: 30px 55px;
    background: #fff;
    margin-top: 30px;
}

.discount-system-items {
    display: table;
    width: 100%;
}

.discount-system-item {
    display: table-cell;
    vertical-align: middle;
}

.discount-system-item--image {
    width: 204px;
}

.discount-system-item--arrow {
    position: relative;
    background: url("../images/arrow_discount-system.png") center center no-repeat;
}

.discount-system-image {
    margin-top: 13px;
    height: 400px;
    background-size: contain !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.discount-system-item:hover .discount-system-image {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.discount-system-image--percent_three {
    background: url("../images/precent_3.png") center center no-repeat;
}

.discount-system-image--percent_five {
    background: url("../images/precent_5.png") center center no-repeat;
}

.discount-system-image--percent_seven {
    background: url("../images/precent_7.png") center center no-repeat;
}

.discount-system-image--percent_ten {
    background: url("../images/precent_10.png") center center no-repeat;
}

.discount-system-step {
    font-size: 23px;
    color: #93919a;
    text-align: center;
    font-family: 'Museo Sans Cyrl 100';
}

.discount-system-number {
    display: inline-block;
    color: #aac577;
    font-size: 30px;
    float: right;
}

.discount-system-text {
    display: inline-block;
    vertical-align: top;
}

.discount-system-text__gray {
    color: #8f8f8f;
    font-size: 0.75rem;
}

.discount-system-text__green {
    color: #aac577;
    font-size: 0.875rem;
}

.categories--root {
    margin-bottom: 30px;
    border-right: 2px solid #e5edd6;
    padding-top: 8px;
    background: #fff url("../images/main-categories-bg.png") no-repeat right center;
    position: relative;
    z-index: 4;
}

.categories--level_2 {
    margin-top: 5px;
}

.categories__item--level_1 {
    position: relative;
}

.categories__item:hover .subcategories {
    display: block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}

.subcategories {
    display: none;
    min-width: 300px;
    min-height: 100%;
    padding-top: 10px;
    padding-left: 10px;
    background: #fff url("../images/subcategories-bg.png") no-repeat left bottom;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 3;
}

.categories__item--static .subcategories {
    display: block;
    min-width: 230px;
    padding-left: 32px;
    padding-bottom: 10px;
    background: none;
    position: relative;
    left: 0;
    top: 0;
}

.categories__item--static .parent-category-image {
    height: 0;
    background: none;
}

.categories__item--static:hover .subcategories {
    box-shadow: none;
}

.categories__item--static .subcategories .category-link__name {
    white-space: pre-wrap;
    max-width: 135px;
}

.parent-category-image {
    height: 132px;
    background: #fff url("../images/categories-sprite.jpg") no-repeat;
}

.parent-category-image--6 {
    background-position: center 0;
}

.parent-category-image--7 {
    background-position: center -132px;
}

.parent-category-image--52 {
    background-position: center -264px;
}

.parent-category-image--10 {
    background-position: center -396px;
}

.parent-category-image--9 {
    background-position: center -528px;
}

.parent-category-image--14 {
    background-position: 0 -660px;
}

.category-link {
    display: block;
    margin-bottom: 4px;
    padding-right: 10px;
    line-height: 38px;
    font-size: 0;
    white-space: nowrap;
    position: relative;
}

.category-link:hover {
    text-decoration: underline;
}

.category-link__name {
    display: inline-block;
    vertical-align: middle;
    color: #7965af;
    line-height: 19px;
    font-size: 1rem;
    text-decoration: inherit;
}

.category-link__name--level_1 {
    white-space: normal;
    max-width: 180px;
}

.category-image {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}

.category-image--hidden {
    visibility: hidden;
}

.category-image .image__inner {
    height: 38px;
    padding: 4px;
    line-height: 30px;
}

.category-arrow {
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 10px;
}

.category-arrow:before {
    content: "";
    border-left: 8px solid #7965af;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.category-arrow:after {
    content: "";
    border-radius: 100%;
    width: 4px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    top: 1px;
    right: -1px;
    z-index: 1;
}

.footer__top {
    height: 111px;
    background: #fff url("../images/123.png") repeat-x;
    background-size: 15%;
    box-shadow: 0 3px 10px rgba(36, 29, 70, 0.3);
}

.footer__bottom {
    padding: 10px 0;
}

.footer-bottom-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
}

.copyright {
    padding-bottom: 4px;
    font-size: 0.75rem;
}

.mobile-version-link {
    font-size: 0.75rem;
    text-decoration: underline;
}

.search {
    border-bottom: 2px solid #a194c7;
    position: relative;
    padding-left: 5px;
    width: 290px;
    margin-top: 13px;
}

.search__field {
    background: none;
    border: none;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding-bottom: 13px;
}

.search__field::-moz-placeholder {
    color: #c3bcd9;
}

.search__field::-webkit-input-placeholder {
    color: #c3bcd9;
}

.search__field:-ms-input-placeholder {
    color: #c3bcd9;
}

.search__field::-ms-input-placeholder {
    color: #c3bcd9;
}

.search__field::placeholder {
    color: #c3bcd9;
}

.search__button {
    border: 0;
    width: 30px;
    height: 100%;
    position: absolute;
    background-color: transparent;
    top: 0;
    right: 0;
    cursor: pointer;
}

.search__button:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/sprite.png) 0 -500px no-repeat;
    position: absolute;
    top: 2px;
    left: -8px;
}

.sidebar-title {
    display: block;
    margin-bottom: 6px;
    height: 24px;
    padding: 5px 14px 5px 10px;
    background-color: #aac577;
    color: #fff;
    font-size: 0.875rem;
    text-transform: uppercase;
    position: relative;
}

.sidebar-title:before {
    content: "";
    border-right: 10px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar-title--icon {
    padding-left: 37px;
}

.sidebar-title--icon:after {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    position: absolute;
    left: 9px;
}

.sidebar-title--icon_vk:after {
    width: 19px;
    height: 18px;
    background-position: 0 -703px;
    top: 3px;
}

.sidebar-title--icon_blog:after {
    width: 20px;
    height: 17px;
    background-position: 0 -741px;
    top: 3px;
}

.sidebar-title--icon_insta:after {
    width: 18px;
    height: 18px;
    background-position: 0 -722px;
    top: 2px;
}

.browsed-products {
    margin-right: -7px;
    margin-bottom: 15px;
    font-size: 0;
}

.browsed-product {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    margin-bottom: 7px;
    width: 52px;
}

.browsed-product .image__inner {
    border: 1px solid #aac577;
    border-radius: 5px;
    height: 52px;
    line-height: 50px;
}

.vk-groups {
    margin-bottom: 22px;
}

.products-container__title {
    text-align: left;
    line-height: 58px;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 37px;
    color: #2b2e29;
}

.products-container__title .title_span {
    display: block;
    font-size: 15px;
    color: #565b48;
    position: relative;
    top: -7px;
}

.products-catalog {
    font-size: 0;
}

.wrapp-new .product-catalog {
    margin-top: 0px;
}

.wrapp-featured .product-catalog {
    margin-top: 0px;
}

.cart_icon {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
    background: #8fc76e;
    color: #fff;
    border-radius: 50%;
    padding: 14px;
}

.cart_icon:hover {
    color: #fff;
}

.product-catalog {
    position: relative;
}

.product-catalog--default {
    display: inline-block;
    vertical-align: top;
    border: 3px solid #f6f5f7;
    width: 298px;
    padding: 20px 20px 23px 20px;
    position: relative;
}

.product_hover.additional-products li {
    margin: 0 15px!important;
    background: #fff;
}

.product_hover.additional-products li .product-catalog--default {
    box-shadow: none;
    left: 0;
    border: 0;
    padding-bottom: 0;
}

.product_hover.additional-products li:hover .product-catalog--default {
    box-shadow: none;
    left: 0;
    border: 0;
    background: #fff;
    transition: none;
}

.additional-products .product-catalog--default {
    width: 100%;
}

.product-catalog--carousel {
    display: inline-block;
    vertical-align: top;
    border: 1px solid transparent;
    width: 33.333%;
    height: 445px;
    padding: 10px 0;
}

.product-catalog-title--sidebar {
    position: relative;
}

.product-catalog-title--sidebar:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #7965af;
    position: absolute;
    top: 18px;
    left: -10px;
}

.product-catalog-title__link {
    display: block;
    margin-top: 9px;
    margin-bottom: 15px;
    height: 40px;
    overflow: hidden;
    color: #7965af;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Museo Sans Cyrl 300';
}

.sidebar .product-catalog-title__link {
    height: 20px;
}

.product-catalog-image {
    margin-bottom: 10px;
}

.product-catalog-image--discounted .image__inner {}

.product-catalog-image--default .image__inner {
    height: 260px;
    padding: 5px 10px;
    line-height: 250px;
}

.sticker {
    width: 32px;
    height: 74px;
    background: url("../images/sprite.png") no-repeat;
    position: absolute;
    z-index: 2;
}

.sticker--sidebar {
    top: 17px;
    left: 10px;
}

.sticker--default {
    top: 44px;
}

.sticker--sidebar_discounted {
    background-position: 0 -383px;
}

.sticker--featured {
    background-position: 0 -596px;
}

.product-catalog-prices {
    width: 100%;
    text-align: center;
    z-index: 1;
}

.product-catalog-price {
    display: inline-block;
}

.product-catalog-price--old {
    margin-left: 5px;
    color: #74657d;
    font-size: 23px;
    text-decoration: line-through;
    font-family: 'Museo Sans Cyrl 300';
}

.product-catalog-price--old_big {
    font-size: 1.125rem;
}

.product-catalog-price--old_small {
    font-size: 1rem;
}

.product-catalog-price--current {
    color: #39134e;
    font-size: 29px;
    font-family: 'Museo Sans Cyrl 300';
}

.product-catalog-price--current_big {
    font-size: 1.5rem;
}

.product-catalog-price--current_small {
    font-size: 1.125rem;
}

.product-discounted-title {
    display: block;
    margin-top: 9px;
    margin-bottom: 15px;
    height: 40px;
    overflow: hidden;
    color: #7965af;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Museo Sans Cyrl 300';
}

.product-catalog-annotation {
    margin-top: 35px;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}

.rating {
    overflow: hidden;
}

.rating--catalog {
    padding-top: 8px;
}

.rating--comment {
    margin-bottom: 14px;
}

.rating--form {
    margin-bottom: 10px;
}

.rating--post {
    margin-bottom: 10px;
}

.rating__stars,
.rating .rater-starsOn {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 80px;
    height: 16px;
    background: url("../images/stars.png") repeat-x 0 0px;
}

.rating__comments {
    display: inline-block;
    vertical-align: top;
    color: #64606e;
    line-height: 16px;
    font-size: 0.75rem;
}

.rating__text {
    display: inline-block;
    vertical-align: top;
    color: #64606e;
    font-size: 0.875rem;
    font-family: 'Museo Cyrl 300';
}

.rating__text-vote {
    margin-bottom: 4px;
    color: #64606e;
    font-size: 16px;
    font-family: 'Museo Cyrl 300';
}

.rating .rater-starsOn {
    background-position: 0 -16px;
}

.stock {
    font-size: 0.875rem;
}

.stock--catalog {
    padding-top: 9px;
}

.stock--no {
    color: #64606e;
}

.stock--yes {
    color: #aac577;
}

.quick-view-link {
    margin-top: -21px;
    border: 1px solid #c5c5c5;
    width: 100%;
    padding: 13px;
    background-color: rgba(126, 113, 177, 0.5);
    color: #fff;
    opacity: 0;
    font-size: 0.875rem;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.quick-view-link:hover {
    text-decoration: underline;
}

.product-other-images {
    background-color: #fff;
}

.product-other-images--catalog,
.product-other-images--single {
    display: none;
    border: 1px solid #7965af;
    border-right: 0;
    width: 88px;
    padding: 62px 10px;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 100%;
    z-index: 4;
}

.product-other-images--single {
    display: block;
    border: 0;
    right: auto;
    left: 0;
    bottom: auto;
}

.other-image {
    display: block;
    margin-bottom: 25px;
    cursor: pointer;
}

.other-image .image__inner {
    border: 2px solid #e1e1e1;
    height: 76px;
    line-height: 74px;
}

.other-image .image__inner:hover {
    border: 2px solid #7965af;
}

.carousel-arrow {
    position: absolute;
    cursor: pointer;
}

.carousel-arrow--top_other {
    top: 5px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.carousel-arrow--bottom_other {
    top: 354px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.carousel-arrow--left_additional {
    left: -80px;
}

.carousel-arrow--right_additional {
    right: -80px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.carousel-arrow--other_images {
    width: 50px;
    height: 50px;
    left: 19px;
    padding: 14px;
    background: #e8e8e8;
    border-radius: 50%;
    color: #fff;
}

.carousel-arrow--other_images:hover {
    background: #8fc76e;
}

.carousel-arrow--discount_system {
    margin-left: -17px;
    width: 34px;
    height: 34px;
    top: 30px;
    left: 50%;
    cursor: default;
}

.carousel-arrow--discount_system:before,
.carousel-arrow--discount_system:after {
    content: "";
    position: absolute;
}

.carousel-arrow--discount_system:before {
    border: 17px solid #fff;
    border-right: 0;
    border-left-color: transparent;
    top: 0;
    right: 0;
}

.carousel-arrow--discount_system:after {
    border-left: 17px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    top: 0;
    left: 0;
}

.carousel-arrow--additional {
    width: 75px;
    height: 75px;
    top: 40%;
    padding: 17px;
    border-radius: 50%;
    color: #d1e8b0;
    background: #f5f9d3;
    border: 2px solid #d1e8b0;
}

.additional-products-tab .product_hover {
    margin-left: 0;
}

.carousel-arrow--additional:hover {
    background: #d1e8b0;
    color: #fff;
}

.carousel-arrow--blue {
    background-color: #cec9e1;
}

.carousel-arrow--orange {
    background-color: #eac47a;
}

.product-catalog--default:hover .quick-view-link {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    transform: rotateX(0);
}

.product-catalog--with-images:hover {
    border-color: #7965af;
    z-index: 5;
}

.product-catalog--with-images:hover .product-other-images--catalog {
    display: block;
}

.slider-arrow {
    position: absolute;
    top: 15px;
    cursor: pointer;
    z-index: 40;
}

.slider-arrow--sidebar,
.slider-arrow--products {
    width: 33px;
    height: 33px;
    color: #fff;
    opacity: 1;
    background: #d7d1e7;
    line-height: 33px;
    text-align: center;
    z-index: 190;
}

.cart_icon_top {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #fff;
}

.cart_icon_top:hover {
    color: #fff;
}

.slider-arrow--products:hover,
.slider-arrow--sidebar:hover {
    opacity: 1;
}

.slider-arrow--products_prev,
.slider-arrow--sidebar_prev {
    right: 64px;
    background: #d7d1e7 url("../images/arrow_prev.png") center center no-repeat;
}

.slider-arrow--sidebar_prev:hover {
    background: #bcb2d7 url("../images/arrow_prev.png") center center no-repeat;
}

.slider-arrow--sidebar_next:hover {
    background: #bcb2d7 url("../images/arrow_right.png") center center no-repeat;
}

.slider-arrow--products_next,
.slider-arrow--sidebar_next {
    right: 30px;
    background: #d7d1e7 url("../images/arrow_right.png") center center no-repeat;
}

.dmenu-container {
    background-color: #7965af;
    clear: both;
    position: relative;
    position: relative;
}

.dmenu {
    font-size: 0;
}

.dmenu--level_2 {
    display: none;
    width: 100%;
    padding: 8px 20px 8px 20px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 200;
    background: #fff;
}

.dmenu--level_2 li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-bottom: 8px;
}

.dmenu-item--level_1 {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    z-index: 5;
}

.dmenu-item--level_1:last-child {
    border-right: 0;
}

.dmenu-item--level_1:hover {
    border-right-color: transparent;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}

.dmenu-item--level_1:hover .dmenu--level_2 {
    display: block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}

.dmenu-item--level_1:hover .dmenu-item__name--level_1 {
    background-color: #fff;
    color: #7965af;
}

.dmenu-item--drop_right:hover .dmenu--level_2 {
    left: auto;
    right: 0;
}

.dmenu-item--level_2 {
    display: block;
}

.dmenu-item__name {
    display: block;
    color: #fff;
    white-space: nowrap;
}

.dmenu-item__name--level_1 {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 26.88px 0;
    line-height: 60px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-family: 'Museo Cyrl 500';
}

.dmenu--level_1 .dmenu-item--level_1:first-child span {
    padding: 0 10px;
}

.dmenu-item__name--level_2 {
    padding: 12px 20px 12px 45px;
    color: #7965af;
    line-height: 1.2;
    font-size: 16px;
    position: relative;
}

.dmenu-item__name--level_2:hover {
    color: #aac577;
}

.dmenu-item-image {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.dmenu-item--id_3:hover .dmenu-item-image {
    background-image: url("../images/icon-bouquet-green.png")!important;
}

.dmenu-item--id_5:hover .dmenu-item-image {
    background-image: url("../images/icon-color-green.png")!important;
}

.dmenu-item--id_6:hover .dmenu-item-image {
    background-image: url("../images/icon-roze-green.png")!important;
}

.dmenu-item--id_42:hover .dmenu-item-image {
    background-image: url("../images/icon-who-green.png")!important;
}

.dmenu-item--id_41:hover .dmenu-item-image {
    background-image: url("../images/icon-cake-green.png")!important;
}

.sort {
    padding: 0;
    font-size: 0;
    text-align: center;
    float: right;
    margin-top: -30px;
}

.sort__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    color: #7965af;
    font-size: 16px;
    font-family: 'Museo Cyrl 300';
    text-decoration: underline;
}

.sort__item--active,
.sort__item:hover {
    color: #aac577;
    text-decoration: none;
}

.product__back {
    display: table;
    margin-bottom: 10px;
    color: #7965af;
    font-size: 18px;
    font-weight: bold;
}

.product__back:hover {
    text-decoration: underline;
}

.product-images-container {
    position: relative;
}

.product-images-container--qv {
    width: 418px;
}

.product-images-container--default {
    width: 50%;
}

.product-images {
    position: relative;
}

.product-images__main-image .image__inner {
    height: 540px;
    line-height: 540px;
}

.wrapp_lincs {
    width: 100%;
    font-size: 0;
    margin-bottom: 35px;
}

.wrapp_lincs a {
    display: inline-block;
    font-size: 14px;
    color: #7965af;
    width: 33%;
    vertical-align: top;
    padding: 15px 0 20px;
    font-family: 'Museo Sans Cyrl 300';
    line-height: 30px;
    border-bottom: 2px solid #e4e0ef;
}

.wrapp_lincs a:nth-child(2) {
    margin: 0 0.5%;
}

.wrapp_lincs a span {
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 30px;
    color: #7965af;
}

.wrapp_lincs a:hover span {
    color: #80af64;
}

.wrapp_fearutes {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.wrapp_fearutes p {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #6c6878;
    margin: 0 10px 10px 0;
    background: #ebe8f3;
    padding: 10px;
    font-family: 'Museo Sans Cyrl 500';
}

.wrapp_fearutes p span {
    font-family: 'Museo Sans Cyrl 300';
}

.wrapp_add_product {
    padding: 30px 0;
    margin: 35px 0;
    background: #f5f9d3;
}
.product-label--green {
    /* бесплатная доставка от 3000р */
   background-image: url('../images/discount.svg');
}

.product-label--green:hover:before {
    content: 'Бесплатная доставка от 3000 руб.';
    position: absolute;
    background: #fff;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 14px;
    color: #565559;
    white-space: nowrap;
    padding: 10px;
    right: 45px;
}

.product-label--incognito {
    /* бесплатная доставка 24 часа */
   background-image: url('../images/incognito.svg');
   display:none!important;
}

.product-label--incognito:hover:before {
    content: 'Анонимная доставка';
    position: absolute;
    background: #fff;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 14px;
    color: #565559;
    white-space: nowrap;
    padding: 10px;
    right: 45px;
}

.product-label--violet {
    /* бесплатная доставка 24 часа */
   background-image: url('../images/24-hours.svg');
}

.product-label--violet:hover:before {
    content: 'Бесплатная доставка 24 часа';
    position: absolute;
    background: #fff;
    font-family: 'Museo Sans Cyrl 500';
    font-size: 14px;
    color: #565559;
    white-space: nowrap;
    padding: 10px;
    right: 45px;
}

.product-label {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
}

.product .product-label {
    top: 0px;
    right: 0px;
}

.product-label.anotherMatch, .product .product-label.anotherMatch {
    top: 35px;
}

.product-info-container {
    padding-left: 35px;
}
.product-info-container--qv {
    width: 418px;
}
.product-info-container--default {
    width: 50%;
}
.product-info__left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 0;
}
.product-info__right {
    width: 100%;
    font-size: 0;
}
.cart_product {
    width: 27px;
    height: 27px;
    color: #fff;
    display: block;
    position: absolute;
    left: 18px;
    top: 16px;
}
.add_product .cart_product {
    color: #7965af;
}
.product-name {
    margin-bottom: 10px;
    padding: 0 35px;
    background-color: #7965af;
    color: #fff;
    line-height: 22px;
    font-size: 1rem;
    position: relative;
}
.product-name:before {
    content: "";
    width: 35px;
    height: 100%;
    background-color: #7965af;
    position: absolute;
    top: 0;
    left: -35px;
}
.product-name:after {
    content: "";
    border-left: 11px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 0;
    left: -35px;
}
.product-name__link {
    display: block;
    height: 22px;
    overflow: hidden;
}
.product-reviews-info {
    margin-bottom: 13px;
    padding-right: 40px;
    font-size: 0;
}
.product-reviews-info-item {
    display: block;
    color: #969398;
    font-size: 13px;
}
.product-reviews-info-item--link {
    text-decoration: underline;
}
.product-amount {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    text-align: center;
    position: relative;
}
.product-amount--single {
    margin-bottom: 10px;
}
.product-amount__control {
    width: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    position: absolute;
    top: 0;
    color: #d1d1d1;
    cursor: pointer;
}
.product-amount__control--plus {
    right: 0;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product-amount__control--minus {
    left: 0;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.product-amount__field {
    display: inline-block;
    vertical-align: top;
    border: 0;
    width: 26px;
    font-size: 25px;
    line-height: 30px;
    height: 30px;
    color: #505051;
    text-align: center;
}
.product-addition {
    position: relative;
    width: 49%;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
}
.product_hidden .product-addition {
    width: 100%;
    margin: 10px 0 10px 0;
}

.product-catalog.fix {
    position: relative;
}

.product-catalog.fix .product_hidden {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.product-addition .select--product {
    height: 53px;
    padding-right: 53px;
}
.product-addition--catalog {
    position: relative;
    cursor: pointer;
}
.product-addition__title {
    margin-bottom: 5px;
    color: #7965af;
    font-size: 0.875rem;
    font-weight: bold;
}
.product-package {
    margin-bottom: 8px;
    padding-left: 20px;
    color: #64606e;
    font-size: 0.875rem;
    position: relative;
    cursor: pointer;
}
.product-package:before {
    content: "";
    border: 1px solid #64606e;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.product-package:after {
    content: "";
    border-radius: 100%;
    width: 5px;
    height: 5px;
    background-color: #e1e1e1;
    position: absolute;
    top: 4px;
    left: 4px;
    box-shadow: inset 0 2px 1px #bdbdbc;
}
input:checked + .product-package:after {
    background-color: #8ddf1c;
    box-shadow: inset 0 -2px 1px #7dbb2e;
}
.product-button {
    margin-bottom: 15px;
    height: 58px;
    background: #7ebe58;
    border-bottom: 3px solid #55952f;
    width: 49%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.product-button .button {
    width: 100%;
    height: 100%;
    padding-left: 62px;
    text-align: left;
    padding-right: 120px;
    box-sizing: border-box;
    background: none;
    position: relative;
    margin: 0;
}
.wrapp_description_product {
    font-size: 17px!important;
    color: #64606e;
}
.product-button .button:hover {
    background: #55952f;
}
.product-button.button_one_click {
    background: #bcb2d7;
    border-bottom: 3px solid #7965af;
}
.product-button.button_one_click .button {
    padding-right: 0;
    padding-left: 75px;
}
.product-button.button_one_click .button:hover {
    background: #7965af;
    color: #fff;
}
.button_one_click .button .cart_product {
    left: 30px;
}
.product-price--current {
    display: inline-block;
    color: #252326;
    font-size: 50px;
    font-family: 'Museo Sans Cyrl 100';
    margin-right: 30px;
}
.product-price--old {
    display: inline-block;
    color: #74657d;
    font-size: 30px;
    text-decoration: line-through;
    font-family: 'Museo Sans Cyrl 300';
}
.product-payments {
    margin-left: auto;
    width: 220px;
    padding-right: 32px;
    font-size: 0;
    text-align: right;
    clear: both;
}
.product-payments__title {
    margin-bottom: 8px;
    padding-right: 8px;
    color: #7965af;
    font-size: 0.875rem;
}
.product-payments__more {
    display: block;
    color: #64606e;
    font-size: 0.75rem;
    text-decoration: underline;
}
.product-payment {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 28px;
    height: 19px;
}
.sale-timer {
    border: 2px solid #d4d4d4;
    border-radius: 50px;
    padding: 3px 27px 4px 50px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.sale-timer:before {
    content: "";
    margin-top: -17.5px;
    width: 35px;
    height: 35px;
    background: url("../images/sprite.png") no-repeat 0 -1307px;
    position: absolute;
    top: 50%;
    left: 5px;
}
.sale-timer__title {
    margin-bottom: 2px;
    padding-left: 4px;
    color: #575757;
    font-size: 10px;
}
.product-user-message {
    padding: 8px 0;
    color: #864257;
    line-height: 1.43;
    font-size: 0.875rem;
    text-align: right;
}
.product-tabs--qv {
    margin: 94px auto 0;
    width: 778px;
}
.product-tabs--default {
    margin-top: 94px;
    margin-bottom: 25px;
    padding-right: 40px;
}
.product-tabs__more {
    display: block;
    padding: 8px 0;
    color: #7965af;
    font-size: 0.875rem;
    font-style: italic;
    text-align: right;
    text-decoration: underline;
}
.product-tabs-nav {
    font-size: 0;
    position: relative;
    z-index: 2;
}
.product-tabs-nav__item {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #aac577;
    padding: 0 35px 0 50px;
    background-color: #e3dff3;
    color: #7965af;
    line-height: 30px;
    font-size: 0.875rem;
    text-align: center;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
}
.product-tabs-nav__item.js-tabs-nav-item--active {
    border-bottom-color: #fff;
    background-color: #fff;
    text-decoration: none;
}
.product-tabs-nav__item.js-tabs-nav-item--active:not(.product-tabs-nav__item--features) {
    z-index: 8;
}
.product-tabs-nav__item:hover {
    text-decoration: none;
}
.product-tabs-nav__item:before {
    content: "";
    height: 13px;
    background: url("../images/sprite.png") no-repeat;
    position: absolute;
    top: 8px;
    left: 35px;
}
.product-tabs-nav__item--features:before {
    width: 12px;
    background-position: 0 -1342px;
}
.product-tabs-nav__item--description:before {
    width: 13px;
    background-position: 0 -1356px;
}
.product-tabs-nav__item--order-conditions:before {
    width: 11px;
    background-position: 0 -1290px;
}
.product-tabs-nav__item--second,
.product-tabs-nav__item--third {
    margin-left: -1px;
}
.product-tabs-nav__item--second .product-tabs-nav-corner--left:before {
    content: "";
    border-bottom: 30px solid transparent;
    border-right: 30px solid #e3dff3;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 4;
}
.product-tabs-nav__item--third .product-tabs-nav-corner--left:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 4;
}
.product-tabs-nav__item--second .product-tabs-nav-corner--left:after {
    content: "";
    border-bottom: 31px solid transparent;
    border-right: 31px solid #aac577;
    position: absolute;
    top: 0;
    left: -31px;
    z-index: 3;
}
.product-tabs-nav__item--third .product-tabs-nav-corner--left:after {
    content: "";
    position: absolute;
    top: 0;
    left: -31px;
    z-index: 3;
}
.product-tabs-nav__item--second .product-tabs-nav-corner--right:before,
.product-tabs-nav__item--third .product-tabs-nav-corner--right:before {
    content: "";
    border-top: 30px solid transparent;
    border-left: 30px solid #e3dff3;
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 4;
}
.product-tabs-nav__item--second .product-tabs-nav-corner--right:after,
.product-tabs-nav__item--third .product-tabs-nav-corner--right:after {
    content: "";
    border-top: 31px solid transparent;
    border-left: 31px solid #aac577;
    position: absolute;
    top: 0;
    right: -32px;
    z-index: 3;
}
.product-tabs-nav__item.js-tabs-nav-item--active.product-tabs-nav__item--third {
    z-index: 5;
}
.product-tabs-nav__item.js-tabs-nav-item--active.product-tabs-nav__item--second .product-tabs-nav-corner--left:before,
.product-tabs-nav__item.js-tabs-nav-item--active.product-tabs-nav__item--third .product-tabs-nav-corner--left:before {
    content: "";
    border-top: 31px solid transparent;
    border-right: 31px solid #fff;
    border-bottom: 0;
}
.product-tabs-nav__item.js-tabs-nav-item--active.product-tabs-nav__item--second .product-tabs-nav-corner--left:after,
.product-tabs-nav__item.js-tabs-nav-item--active.product-tabs-nav__item--third .product-tabs-nav-corner--left:after {
    content: "";
    border-top: 31px solid transparent;
    border-right: 31px solid #aac577;
    border-bottom: 0;
    left: -31px;
}
.product-tabs-nav__item.js-tabs-nav-item--active.product-tabs-nav__item--second .product-tabs-nav-corner--right:before,
.product-tabs-nav__item.js-tabs-nav-item--active.product-tabs-nav__item--third .product-tabs-nav-corner--right:before {
    border-top: 31px solid transparent;
    border-left: 31px solid #fff;
    right: -31px;
}
.product-tabs-nav__item.js-tabs-nav-item--active.product-tabs-nav__item--first .product-tabs-nav-corner--right:before {
    content: "";
    border-top: 31px solid transparent;
    border-left: 31px solid #fff;
    position: absolute;
    top: 0;
    right: -31px;
    z-index: 4;
}
.product-tabs-nav__item.js-tabs-nav-item--active.product-tabs-nav__item--first .product-tabs-nav-corner--right:after {
    content: "";
    border-top: 31px solid transparent;
    border-left: 31px solid #aac577;
    position: absolute;
    top: 0;
    right: -32px;
    z-index: 3;
}
.product-tab {
    display: none;
    border: 1px solid #aac577;
    min-height: 210px;
    padding: 15px 10px;
    background: #fff url("../images/product-tab-bg.png") no-repeat center center;
    position: relative;
    top: -1px;
    z-index: 1;
}
.product-tab.js-tab--active {
    display: block;
}
.product-fearutes {
    table-layout: fixed;
    width: 60%;
}
.product-fearute__text {
    vertical-align: middle;
    border-bottom: 1px solid #aac577;
    padding: 10px 12px;
    color: #8f8f8f;
    font-size: 0.875rem;
}
.product-fearute__text--name {
    width: 34%;
}
.product-fearute__text--value {
    width: 76%;
}
.additional-categories {
    margin-bottom: 25px;
}
.additional-categories-nav {
    position: relative;
    font-size: 0;
}
.additional-categories-nav__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #7c826b;
    font-size: 16px;
    padding: 13px;
    border: 2px solid #dfe3bb;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.additional-categories-nav__item.js-tabs-nav-item--active,
.additional-categories-nav__item:hover {
    border: 2px solid #b2d890;
    box-shadow: inset 0px 0px 0px 3px rgba(178, 216, 144, 1);
    color: #181a13;
}
.additional-products-tab {
    display: none;
    position: relative;
    margin-top: 35px;
    min-height: 500px;
}
.additional-products-tab.js-tab--active {
    display: block;
}
.additional-products {
    margin-right: -16px;
    font-size: 0;
}
.cart-informer--top {
    display: none;
}
.cart-informer--top_visible {
    display: block;
}
.cart-informer--bottom {
    display: block;
    margin: 23px 0 7px 0;
    min-height: 65px;
    vertical-align: top;
    position: relative;
    padding-left: 87px;
    text-align: left;
}

.cart-informer--bottom.fixed {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    z-index: 10000;
}

.cart-informer__link--top {
    display: block;
    position: absolute;
    font-size: 12px;
    background: #7965af;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    line-height: 1;
    right: 5px;
    top: 5px;
}
.cart-informer-title {
    margin-bottom: 2px;
    font-size: 17px;
    padding-top: 13px;
    color: #39134e;
    font-family: 'Museo Sans Cyrl 300';
}

.cart-informer-title.fixed {
    display: none;
}

.cart-informer--bottom.fixed .cart-informer-title {
    display: none;
}

.cart-informer--bottom.fixed .cart-informer-text {
    display: none;
}

.cart-informer--bottom.fixed .cart-informer-title.fixed {
    display: block;
    position: relative;
    z-index: 2;
    background: #8670c3;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    padding-top: 0;
}

.cart-informer--bottom.fixed {
    padding-left: 55px;
}

.cart-informer-text {
    font-size: 21px;
    color: #39134e;
    font-family: 'Museo Sans Cyrl 300';
}
.cart-informer-text svg {
    width: 13px;
    height: 18px;
    position: relative;
    top: 2px;
    left: -4px;
}
.cart-emtpy.cart-informer-text svg {
    top: 3px;
    height: 19px;
}
.popup-cart-purchases {
    width: 100%;
}
.popup-cart-purchase {
    border-bottom: 2px solid #7965af;
}
.popup-cart-purchase__item {
    vertical-align: middle;
}
.popup-cart-purchase__item--image {
    width: 120px;
    padding-top: 10px;
}
.popup-cart-purchase__item--image .image__inner {
    border: 1px solid #7965af;
    border-bottom: 0;
    height: 122px;
    line-height: 120px;
}
.popup-cart-purchase__item--info {
    padding: 20px;
}
.popup-cart-purchase__item--controls {
    padding: 20px 0 20px 20px;
    text-align: right;
}
.popup-cart-purchase-empty {
    border: 0;
    height: 10px;
}
.popup-cart-purchase-name {
    display: block;
    margin-bottom: 20px;
    color: #7965af;
    font-size: 1.5rem;
}
.popup-cart-purchase-variant,
.popup-cart-purchase-package {
    margin-bottom: 10px;
    color: #64606e;
    font-size: 1rem;
}
.popup-cart-purchase-price {
    color: #7965af;
    font-size: 28px;
    font-weight: bold;
}
.popup-cart-purchase-amount {
    display: block;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #7965af;
    width: 70px;
    padding: 4px 5px;
    color: #7965af;
}
.popup-cart-purchase-remove {
    color: #864257;
    font-size: 1.125rem;
}
.popup-cart-total {
    margin-bottom: 20px;
    text-align: right;
}
.popup-cart-total__text {
    display: inline-block;
    vertical-align: bottom;
    color: #aac577;
    font-size: 1.375rem;
}
.popup-cart-total__price {
    display: inline-block;
    vertical-align: top;
    color: #7965af;
    font-size: 28px;
    font-weight: bold;
}
.popup-cart-button__continue {
    margin-right: 40px;
}
.cart-container {
    padding-top: 20px;
}
.purchases {
    width: 100%;
}
.purchases-info__item {
    line-height: 70px;
    padding: 0 12px;
    color: #9a989e;
    font-size: 15px;
}
.purchases-info__item--image {
    padding-left: 20px;
}
.purchase {
    border-bottom: 1px solid #f0f0f0;
}
.purchase__image .image__inner {
    height: 80px;
    line-height: 80;
}
.purchase__amount {
    font-size: 14px;
}
.purchase-item {
    vertical-align: middle;
    padding: 20px 12px;
}
.purchase-item--image {
    padding: 20px 0;
}
.purchase-item--remove {
    text-align: center;
}
.purchase-item--remove a {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #f5bfbf;
}
.cart_total {
    color: #918f97;
    font-size: 28px;
    text-align: center;
}
.wrapp_coupon {
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    color: #918f97;
    padding-left: 20px;
}
.open_input_hidden {
    border-bottom: 1px dashed #918f97;
    display: inline-block;
    cursor: pointer;
}
.wrapp_coupon span {
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #d8d6d8;
    margin-right: 10px;
    vertical-align: top;
}
.input_hidden {
    display: none;
}
.purchase-description__purchase-name {
    display: block;
    margin-bottom: 6px;
    color: #7965af;
    font-size: 19px;
}
.wrapp_checkout {
    margin-bottom: 30px;
}
.purchase-description__variant-name {
    margin-bottom: 8px;
    color: #7965af;
    font-size: 19px;
}
.purchase-description__parameter {
    margin-bottom: 4px;
    color: #7d7b83;
    font-size: 15px;
}
.purchase-price {
    color: #34303e;
    font-size: 25px;
}
.cart-summery {
    margin-left: auto;
    border-bottom: 1px solid #aac577;
}
.cart-summery-item__field {
    padding: 8px;
}
.cart-summery-item__field:first-child {
    padding-left: 20px;
    font-size: 0.875rem;
}
.cart-summery-item__field:last-child {
    padding-right: 20px;
    font-size: 1rem;
}
.cart-buttons {
    padding: 25px 40px;
}
.cart-tabs {
    font-size: 0;
}
.cart-tabs-nav {
    margin-bottom: 35px;
    padding: 0 20px;
    font-size: 0;
}
.cart-tabs-nav__item {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    height: 16px;
    padding-left: 100px;
    opacity: 0.5;
    background-color: #aac577;
    color: #fff;
    line-height: 16px;
    font-size: 0.875rem;
    text-transform: uppercase;
    position: relative;
}
.cart-tabs-nav__item:before,
.cart-tabs-nav__item:after {
    content: "";
    position: absolute;
    top: 0;
}
.cart-tabs-nav__item--sender:before {
    border-top: 8px solid #aac577;
    border-bottom: 8px solid #aac577;
    border-left: 13px solid transparent;
    left: -13px;
}
.cart-tabs-nav__item--sender:after {
    display: none;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #aac577;
    right: -13px;
}
.cart-tabs-nav__item--sender.js-cart-tabs-nav__item--active:after {
    display: block;
}
.cart-tabs-nav__item--receiver:before {
    display: none;
    border-top: 8px solid #aac577;
    border-bottom: 8px solid #aac577;
    border-left: 13px solid transparent;
    left: -13px;
}
.cart-tabs-nav__item--receiver:after {
    display: none;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #aac577;
    right: -13px;
}
.cart-tabs-nav__item--receiver.js-cart-tabs-nav__item--active:before,
.cart-tabs-nav__item--receiver.js-cart-tabs-nav__item--active:after {
    display: block;
}
.cart-tabs-nav__item--payment:before {
    display: none;
    border-top: 8px solid #aac577;
    border-bottom: 8px solid #aac577;
    border-left: 13px solid transparent;
    left: -13px;
}
.cart-tabs-nav__item--payment:after {
    border-top: 8px solid #aac577;
    border-bottom: 8px solid #aac577;
    border-right: 13px solid transparent;
    right: -13px;
}
.cart-tabs-nav__item--payment.js-cart-tabs-nav__item--active:before {
    display: block;
}
.cart-tabs-nav__item.js-cart-tabs-nav__item--active {
    opacity: 1;
}
.cart-tabs-nav-circle {
    border: 5px solid #fff;
    border-radius: 100%;
    width: 53px;
    height: 53px;
    padding: 5px;
    background-color: #aac577;
    line-height: 1;
    position: absolute;
    top: -19px;
    left: 42px;
}
.cart-tabs-nav-step {
    display: block;
    border-radius: 100%;
    height: 100%;
    padding-top: 6px;
    background-color: #fff;
    color: #aac577;
    font-size: 1.25rem;
    text-align: center;
    position: relative;
}
.cart-tabs-nav-step:before {
    content: "";
    border: 2px solid #aac577;
    border-radius: 100%;
    width: 29px;
    height: 29px;
    background: none;
    position: absolute;
    top: 2px;
    left: 2px;
}
.cart-tab {
    display: none;
    padding: 0 20px 30px;
    font-size: 0;
}
.cart-tab.js-cart-tab--active {
    display: block;
}
.cart-tab-side {
    display: inline-block;
    vertical-align: top;
}
.cart-tab-side--left {
    width: 55%;
}
.cart-tab-side--right {
    width: 45%;
    padding-left: 60px;
}
.cart-tab-side__title {
    display: block;
    margin-top: 10px;
    margin-bottom: 8px;
    color: #7965af;
    font-size: 0.875rem;
}
.cart-field-group .select--big {
    margin-right: 10px;
}
.cart-field-subgroup {
    display: inline-block;
    vertical-align: top;
}
.cart-field-subgroup--left {
    width: 156px;
}
.cart-field-subgroup--right {
    width: 186px;
}
.cart-field {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding: 5px;
}
.cart-field--big {
    width: 230px;
}
.cart-field--small {
    width: 74px;
}
.cart-field--coupon {
    margin-bottom: 6px;
}
.cart-label {
    display: inline-block;
    color: #878787;
    font-size: 17px;
    cursor: pointer;
    margin-left: 10px;
    vertical-align: middle;
}
.cart-label--checkbox {
    position: relative;
}
.cart-label--checkbox:before {
    content: "";
    border: 1px solid #7965af;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 211px;
    box-shadow: inset 1px 1px 0 #eeecf3, inset 0px -1px 0 #eeecf3;
}
.cart-label--checkbox:after {
    content: "";
    display: none;
    width: 12px;
    height: 12px;
    background-color: #7965af;
    position: absolute;
    top: 4px;
    left: 215px;
}
.cart-label--checkbox_left {
    padding-left: 30px;
}
.cart-label--checkbox_left:before {
    left: 0;
}
.cart-label--checkbox_left:after {
    left: 4px;
}
.cart-label--offer {
    margin-right: 40px;
}
input:checked + .cart-label--checkbox:after {
    display: block;
}
.cart-label__link {
    text-decoration: underline;
}
.delivery-time__title {
    margin-bottom: 8px;
    padding-left: 26px;
    color: #7965af;
    line-height: 22px;
    font-size: 0.875rem;
    position: relative;
}
.delivery-time__title:before {
    content: "";
    width: 22px;
    height: 22px;
    background: url("../images/sprite.png") no-repeat 0 -1392px;
    position: absolute;
    top: 0;
    left: 0;
}
.delivery-days {
    margin-bottom: 8px;
}
.delivery-days__day {
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
    color: #aac577;
    font-size: 0.875rem;
    text-decoration: underline;
}
.delivery-days__day.active {
    color: #7965af;
    text-decoration: none;
}
.delivery-option {
    padding-left: 80px;
    color: #879b72;
    line-height: 40px;
    font-size: 17px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.delivery-option:before {
    content: "Выбрать";
    font-size: 16px;
    color: #879b72;
    font-family: 'Museo Cyrl 500';
    position: absolute;
    top: 20px;
    left: 80px;
    text-decoration: underline;
}
.delivery-option:after {
    content: "Выбрано";
    display: none;
    font-size: 16px;
    color: #879b72;
    font-family: 'Museo Cyrl 500';
    position: absolute;
    top: 20px;
    left: 80px;
}
input:checked + .delivery-option:before {
    display: none;
}
.delivery-option__icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    color: #c8d89a;
}
.delivery-option__icon--card:before {
    width: 26px;
    height: 37px;
    background-position: 0 -1562px;
    top: 6px;
    left: 12px;
}
input:checked + .delivery-option:after {
    display: block;
}
.delivery-option__help {
    height: 22px;
    width: 22px;
    color: #dfe7c9;
    line-height: 30px;
    cursor: pointer;
    opacity: 0.3;
    display: inline-block;
    margin-left: 5px;
}
.delivery-option__help svg {
    display: inline-block;
    vertical-align: middle;
}
.delivery-option__tooltip {
    display: none;
    border: 3px solid #879b72;
    padding: 15px;
    background-color: #fff;
    color: #878787;
    line-height: normal;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 5;
}
.delivery-option__tooltip--active {
    display: block;
}
.delivery-option__tooltip:before {
    content: "";
    margin-top: 3px;
    border-top: 6px solid #879b72;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: 100%;
    right: 4px;
}
.delivery-option-tooltip__title {
    display: block;
    margin-bottom: 15px;
    text-decoration: underline;
    text-transform: uppercase;
}
.delivery-option-tooltip__text {
    line-height: 1.2;
}
.cart-textarea {
    margin-top: 30px;
    width: 100%;
    height: 94px;
    padding: 5px;
    color: #aaa;
    font-size: 0.875rem;
}
.exact-time-text {
    max-width: 330px;
}
.coupon {
    width: 100%;
    margin-top: 20px;
}
.payments-container {}
.payments {}
.payments--first {
    display: block;
}
.payments__title {
    margin-bottom: 18px;
    border-bottom: 1px solid #7965af;
    color: #7965af;
    font-size: 1.2rem;
    text-indent: 20px;
    font-weight: bold;
}
.payment {
    display: block;
    cursor: pointer;
    background: #fafaf9;
    padding: 20px 35px;
    box-sizing: border-box;
}
input:checked + .payment {
    background: #f1eff7;
    color: #3d3a43;
}
input:checked + .payment .payment__name {
    color: #3d3a43;
}
.payment__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.wrapp_checkout .button {
    display: inline-block;
    width: 34%;
    vertical-align: middle;
    font-size: 25px;
    font-family: 'Museo Sans Cyrl 900';
}
.payment__image .image__inner {}
.payment__name {
    display: block;
    position: relative;
    color: #7b7a7e;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    padding-left: 125px;
}
.last-posts {
    padding-top: 6px;
}
.last-post {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #aac577;
    padding-bottom: 10px;
}
.last-post__date {
    display: block;
    margin-bottom: 6px;
    color: #64606e;
    font-size: 0.75rem;
}
.last-post__name {
    display: block;
    color: #64606e;
    line-height: 1.43;
    font-size: 0.75rem;
}
.blog-item {
    margin-bottom: 24px;
}
.blog-item__annotation {
    margin-bottom: 5px;
    color: #64606e;
    font-size: 16px;
    font-family: 'Museo Cyrl 100';
}
.blog-item__title {
    margin-bottom: 5px;
    color: #64606e;
    font-size: 18px;
    font-family: 'Museo Cyrl 300';
}
.blog-item__annotation {
    line-height: 1.2;
}
.blog-item__date {
    display: block;
    color: #8f8f8f;
    font-size: 0.75rem;
}
.post {
    padding: 0 20px;
}
.post__name {
    margin-bottom: 10px;
    color: #7965af;
    font-size: 1.125rem;
}
.post__date {
    display: block;
    margin-bottom: 20px;
    color: #64606e;
    font-size: 0.875rem;
}
.wrapp_comments {
    padding: 35px 0;
    background: #f9faf7;
}
.comments_count_product {
    display: inline-block;
    font-size: 16px;
    color: #2b2e29;
    border: 2px solid #000;
    padding: 3px 13px;
    margin-left: 10px;
    line-height: 16px;
    vertical-align: top;
    margin-top: 4px;
}
.comments {
    margin: 40px 0 0;
}
.comment {
    margin-bottom: 20px;
    position: relative;
    min-height: 80px;
}
.comment__image {
    position: absolute;
    top: 0;
    left: 0;
}
.comment-content {
    padding: 0 180px 0 80px;
}
.comment-content__author {
    margin-bottom: 12px;
    color: #64606e;
    font-size: 16px;
    font-family: 'Museo Cyrl 500';
    text-decoration: underline;
}
.comment-content__text {
    color: #64606e;
    line-height: 18px;
    font-size: 16px;
    font-family: 'Museo Cyrl 300';
}
.comment-info {
    position: absolute;
    top: 0;
    right: 0;
}
.comment-info__date {
    display: block;
    margin-bottom: 18px;
    color: #64606e;
    font-size: 0.875rem;
    font-family: 'Museo Cyrl 300';
}
.comment-likes {
    font-size: 0;
    text-align: right;
}
.comment-likes__text {
    margin-bottom: 6px;
    color: #64606e;
    font-size: 0.875rem;
    font-family: 'Museo Cyrl 300';
}
.comment-likes__image {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 17px;
    height: 18px;
    background: url("../images/sprite.png") no-repeat;
    line-height: 18px;
    cursor: pointer;
}
.comment-likes__image--positive {
    background-position: 0 -1877px;
}
.comment-likes__image--negative {
    background-position: 0 -1896px;
}
.comment-likes__count {
    display: inline-block;
    vertical-align: top;
    color: #64606e;
    line-height: 18px;
    font-size: 0.875rem;
}
.comment-likes__count--positive {
    margin-right: 30px;
}
.write-comment {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 15px;
    color: #fff;
    background: #dbddd7;
    font-family: 'Museo Sans Cyrl 700';
    padding: 15px 31px;
    cursor: pointer;
}
.write-comment:hover {
    background: #b2d890;
}
.comment-form {
    margin-top: 20px;
    margin-bottom: 20px;
}
.comment-form .cart-field-group_texarea {
    width: 66%;
}
.breadcrumbs {
    padding: 0;
    font-size: 0;
}
.breadcrumb {
    display: inline-block;
    vertical-align: top;
    color: #39134e;
    line-height: 17px;
    font-size: 17px;
    padding: 10px 0px 10px 0;
}
.breadcrumb__link {
    text-decoration: underline;
}
.products-container {
    clear: both;
    padding-top: 30px;
}
.wrapp_pagination {
    text-align: center;
}
.pagination {
    padding: 7px 90px;
    margin: 0 auto 40px;
    font-size: 0;
    position: relative;
    text-align: center;
    display: table;
}
.pagination__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    margin-left: -1px;
    padding: 5px;
    line-height: 30px;
    color: #7965af;
    font-size: 25px;
    text-align: center;
    font-family: 'Museo Sans Cyrl 100';
    border-bottom: 2px solid transparent;
}
.pagination__item--active,
.pagination__item:hover {
    border-bottom: 2px solid #7965af;
    color: #7965af;
}
.pagination__item--prev {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    background: #e8e8e8;
}
.pagination__item--next {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    padding: 12px;
    color: #fff;
    border-radius: 50%;
    background: #e8e8e8;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pagination__item--next:hover,
.pagination__item--prev:hover {
    text-decoration: none;
    background: #8fc76e;
    border-bottom: none;
    color: #fff;
}
.page-payments {
    font-size: 0;
}
.page-payment {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    border: 2px solid #fff;
    max-width: 374px;
    width: 100%;
    min-height: 120px;
    background-color: #aac577;
    position: relative;
    box-shadow: 5px 5px 0 #aac577, -5px -5px 0 #aac577, -5px 5px 0 #aac577, 5px -5px 0 #aac577;
}
.page-payment:nth-child(odd) {
    margin-right: 44px;
    border-radius: 0 60px 60px 0;
}
.page-payment:nth-child(even) {
    border-radius: 60px 0 0 60px;
}
.page-payment__image {
    border-radius: 100%;
    width: 102px;
    height: 102px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.page-payment__image .image__inner {
    height: 102px;
    line-height: 102px;
}
.page-payment__image--right {
    right: 7px;
}
.page-payment__image--left {
    left: 7px;
}
.page-payment__arrow {
    width: 22px;
    height: 15px;
    background: url("../images/sprite.png") no-repeat 0 -1601px;
    position: absolute;
    bottom: 5px;
    cursor: pointer;
}
.page-payment__arrow--left {
    left: 199px;
}
.page-payment__arrow--right {
    right: 15px;
}
.page-payment-body {
    padding-top: 10px;
    padding-bottom: 16px;
}
.page-payment-body--left {
    padding-right: 122px;
    padding-left: 12px;
}
.page-payment-body--right {
    padding-right: 12px;
    padding-left: 122px;
}
.page-payment-body__title {
    margin-bottom: 6px;
    color: #fff;
    font-size: 1rem;
}
.page-payment-text-container {
    height: 64px;
    overflow: hidden;
    font-size: 0.875rem;
}
.page-payment-text {
    color: #64606e;
    line-height: 16px;
    font-size: 0.875rem;
}
.page-payment-text p {
    margin-bottom: 3px;
}
.page-delivery__title {
    margin-bottom: 15px;
    color: #64606e;
}
.page-delivery__image {
    width: 46%;
}
.delivery-prices {
    margin-left: 50%;
    padding-left: 30px;
}
.delivery-prices__title {
    border-bottom: 1px solid #aac577;
    color: #64606e;
    line-height: 46px;
    font-size: 1rem;
}
.delivery-prices a {
    text-decoration: underline;
}
.delivery-prices-list__item {
    border-bottom: 1px solid #aac577;
    height: 46px;
    padding-right: 20px;
    color: #64606e;
    line-height: 46px;
    font-size: 0.875rem;
    position: relative;
}
.delivery-prices-list__item:last-child {
    border-bottom: 0;
}
.delivery-prices-list__item:before {
    content: "";
    background: url("../images/sprite.png") no-repeat;
    position: absolute;
    top: 50%;
    left: -34px;
}
.delivery-prices-list__item--day:before {
    margin-top: -8.5px;
    width: 17px;
    height: 17px;
    background-position: 0 -1618px;
}
.delivery-prices-list__item--night:before {
    margin-top: -10px;
    width: 18px;
    height: 20px;
    background-position: 0 -1637px;
}
.delivery-prices-list__item--region:before {
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-position: 0 -1658px;
}
.delivery-prices-list__item--pickup:before {
    margin-top: -12.5px;
    width: 26px;
    height: 25px;
    background-position: 0 -1683px;
}
.delivery-prices-list__item--urgent:before {
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-position: 0 -1709px;
}
.delivery-text {
    color: #64606e;
    font-size: 0.875rem;
}
.delivery-text--1 {
    padding-top: 36px;
    padding-bottom: 12px;
    clear: both;
}
.delivery-text--2 {
    margin-bottom: 20px;
    padding-left: 34px;
    position: relative;
}
.delivery-text--2:before {
    content: "";
    width: 24px;
    height: 48px;
    background: url("../images/sprite.png") no-repeat 0 -1734px;
    position: absolute;
    top: 0;
    left: 0;
}
.delivery-text p {
    line-height: 1.2;
}
.page-contact__title {
    margin-bottom: 14px;
    font-weight: bold;
}
.page-contact__gap {
    height: 26px;
    clear: both;
}
.map {
    max-width: 600px;
    width: 100%;
}
.connection {
    margin-left: 600px;
    padding-left: 37px;
}
.connection__item {
    display: block;
    margin-bottom: 15px;
    color: #64606e;
    line-height: 18px;
    font-size: 0.875rem;
    position: relative;
}
.connection__item:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("../images/sprite.png") no-repeat;
    position: absolute;
    top: 0;
    left: -22px;
}
.connection__item--address:before {
    width: 17px;
    height: 23px;
    background-position: 0 -1146px;
}
.connection__item--telephone:before {
    width: 20px;
    height: 16px;
    background-position: 0 -1783px;
}
.connection__item--skype:before {
    background-position: 0 -1801px;
}
.connection__item--icq:before {
    background-position: 0 -1820px;
}
.connection__item--vk:before {
    background-position: 0 -1839px;
}
.connection__item--insta:before {
    background-position: 0 -1858px;
}
.connection-telephones {}
.connection-telephone {
    margin-bottom: 5px;
    color: #64606e;
    font-size: 0.875rem;
}
.connection-telephone--last {
    margin-bottom: 20px;
}
.user {
    padding-left: 20px;
}
.user__register-proposal {
    margin-bottom: 10px;
    color: #7965af;
    font-size: 0.875rem;
    text-decoration: underline;
}
.user__social {
    padding: 30px 0 10px;
    color: #7965af;
    font-size: 14px;
    font-family: 'Museo Cyrl 300';
}
.user__letter-sent {
    margin-bottom: 10px;
    color: #7965af;
    font-size: 0.875rem;
}
.password-remind-link {
    color: #7965af;
    font-size: 0.75rem;
    text-decoration: underline;
    white-space: nowrap;
    position: absolute;
    top: -15px;
    left: 0;
}
.block {
    width: 100%;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.none {
    display: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.bg-white {
    background-color: #fff;
}
.bg-green {
    background-color: #aac577;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-white {
    color: #fff;
}
.text-gray {
    color: #64606e;
}
.text-blue {
    color: #7965af;
}
.text-cherry {
    color: #864257;
}
.text-green {
    color: #aac577;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.input-hidden {
    margin: 0;
    position: absolute;
    left: -999999px;
}
.link {
    color: #7965af;
    text-decoration: underline;
}
.default-text {
    line-height: 18px;
    font-size: 0.875rem;
    padding-top: 20px;
}
.default-text h1,
.default-text h2,
.default-text h3,
.default-text h4,
.default-text h5,
.default-text h6 {
    margin: 30px 0 10px 0;
    line-height: 1.43;
}
.default-text p {
    margin-bottom: 10px;
    color: #64606e;
    line-height: 18px;
    font-size: 0.875rem;
}
.default-text h1,
.default-text h2,
.default-text h3,
.default-text h4,
.default-text h5,
.default-text h6,
.default-text strong,
.default-text b {
    font-weight: bold;
}
.default-text h1 {
    font-size: 1.25rem;
}
.default-text h2 {
    font-size: 1.125rem;
}
.default-text h3 {
    font-size: 1rem;
}
.default-text h4 {
    font-size: 0.875rem;
}
.default-text h5 {
    font-size: 13px;
}
.default-text h6 {
    font-size: 0.75rem;
}
.default-text em,
.default-text i {
    font-style: italic;
}
.default-text ul {
    padding-left: 30px;
}
.default-text ul li {
    margin-bottom: 5px;
    color: #484848;
    position: relative;
}
.default-text ul li:before {
    content: "";
    margin-top: -2.5px;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    color: #484848;
    position: absolute;
    top: 50%;
    left: -17px;
}
.default-text ol {
    padding-left: 30px;
    counter-reset: list;
}
.default-text ol li {
    margin-bottom: 5px;
    color: #484848;
    position: relative;
}
.default-text ol li:before {
    content: counter(list) ".";
    counter-increment: list;
    position: absolute;
    top: 0;
    left: -21px;
}
.default-text a {
    color: #864257;
    text-decoration: underline;
}
.default-text * {
    font-family: "Museo Cyrl 300", Arial, sans-serif!important;
}
.arrow-fix {
    position: relative;
}
.arrow-fix:before,
.arrow-fix:after {
    content: "";
    width: 31px;
    height: 1px;
    background-color: #7965af;
    position: absolute;
    left: 199px;
}
.arrow-fix:before {
    top: 1px;
}
.arrow-fix:after {
    bottom: 1px;
}
.page-delivery-specific {
    min-height: 240px;
}

.page-delivery-specific--pick-up {
    background: url("../images/payment-pick-up.png") no-repeat right top;
}
 .fl-rig {
    float: right;
    margin-left: 15px;
    width: 200px;
}
.green-line {
    margin: 18px 0 22px;
    max-width: 432px;
    height: 1px;
    background-color: #aac577;
    position: relative;
}
.green-line:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: inherit;
    position: absolute;
    top: 0;
    left: -20px;
}
#cities td a {
    color: #64606e;
}
.pr-title {
    display: table;
    width: auto;
}
.order-title {
    margin-bottom: 15px;
    padding-top: 35px;
    color: #64606e;
    font-size: 24px;
    text-align: center;
}
.order-subtitle {
    margin: 0 auto 20px;
    width: 350px;
    color: #64606e;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}
.order-info {
    border-bottom: 1px solid #aec87e;
    width: 100%;
}
.order-info__cell {
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.43;
    font-size: 14px;
}
.order-info__cell--name {
    width: 23%;
    padding-right: 20px;
    padding-left: 20px;
    color: #aac577;
}
.order-info__cell--value {
    color: #8f8f8f;
}
.change-payment {
    border: 0;
    padding: 0;
    background: none;
    color: #7965af;
    text-decoration: underline;
    cursor: pointer;
}
.summery {
    margin-bottom: 33px;
}
.summery__table {
    margin-left: auto;
    border-bottom: 1px solid #aec87e;
}
.summery__cell {
    vertical-align: middle;
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.43;
}
.summery__cell--name {
    padding-right: 15px;
    padding-left: 22px;
    font-size: 14px;
    text-align: right;
}
.summery__cell--value {
    padding-right: 20px;
    font-size: 16px;
}
.order-thanks {
    margin: 0 auto;
    width: 448px;
    height: 35px;
    background-color: #aac577;
    color: #fff;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.order-thanks:before,
.order-thanks:after {
    content: "";
    border-bottom: 8px solid #7f9359;
    position: absolute;
    top: -8px;
    z-index: 1;
}
.order-thanks:before {
    border-left: 8px solid transparent;
    left: 0;
}
.order-thanks:after {
    border-right: 8px solid transparent;
    right: 0;
}
.order-thanks__flag {
    width: 45px;
    height: 34px;
    background-color: #aac577;
    position: absolute;
    top: -8px;
}
.order-thanks__flag--left {
    left: -36px;
}
.order-thanks__flag--right {
    right: -36px;
}
.order-thanks__flag:before,
.order-thanks__flag:after {
    content: "";
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 0;
}
.order-thanks__flag--left:before {
    border-left: 17px solid #fff;
    left: 0;
}
.order-thanks__flag--right:before {
    border-right: 17px solid #fff;
    right: 0;
}
iframe {
    max-width: 100%!important;
}
span#logon {
    position: absolute;
    width: 200px;
    margin-top: 75px;
    margin-left: 80px;
    font-size: 14px;
    color: #9fc673;
    text-align: left;
}
.time-tooltip {
    border: 1px solid #b3c9ce;
    border-radius: 4px;
    width: auto;
    padding: 10px 20px;
    visibility: hidden;
    background: #fff;
    color: #333;
    line-height: 1.2;
    font-size: 12px;
    text-align: center;
    position: absolute;
}
.time-tooltip--visible {
    visibility: visible;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}
.last-delivery-pics {
    font-size: 0;
}
.last-delivery-pics__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 102px;
    height: 102px;
}
.last-delivery-pics__item .image__inner {
    border: 1px solid #ccc;
    height: 102px;
    line-height: 100px;
}
.delivery-pics {
    margin-top: 30px;
    padding-right: 37px;
    font-size: 0;
}
.delivery-pics__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 3.33333%;
    margin-bottom: 30px;
    width: 30%;
    padding: 8px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.delivery-pics__item:hover {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
}
.delivery-pics__image {
    margin-bottom: 15px;
}
.delivery-pics__image .image__inner {
    height: 200px;
    line-height: 200px;
}
.delivery-pics__title {
    height: 44px;
    overflow: hidden;
    color: #7965af;
    line-height: 44px;
    text-align: center;
}
.delivery-pics__link {
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    font-size: 1rem;
}
.delivery-pics__link:hover {
    text-decoration: underline;
}
.delivery-pic {
    padding-right: 15px;
}
.delivery-pic__image {
    margin: 40px auto 0;
    width: 406px;
    position: relative;
}
.delivery-pic__back-forwards {
    margin-top: -14px;
    position: absolute;
    top: 50%;
}
.delivery-pic__back-forwards:before {
    content: "";
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.delivery-pic__back-forwards--back:before {
    border-right: 16px solid #7965af;
}
.delivery-pic__back-forwards--forwards:before {
    border-left: 16px solid #7965af;
}
.delivery-pic__back-forwards:after {
    content: "";
    border-radius: 100%;
    width: 4px;
    height: 26px;
    background-color: #fff;
    position: absolute;
    top: 1px;
    z-index: 1;
}
.delivery-pic__back-forwards--back:after {
    right: -18px;
}
.delivery-pic__back-forwards--forwards:after {
    right: -2px;
}
.delivery-pic__back-forwards--forwards {
    right: -40px;
}
.delivery-pic__back-forwards--back {
    left: -40px;
}
.delivery-pic__products {
    margin-bottom: 30px;
    padding-top: 40px;
    font-size: 0.875rem;
}
.delivery-pic__products-title {
    color: #64606e;
}
.delivery-pic__product {
    margin-left: 5px;
    line-height: 2;
    color: #7965af;
    text-decoration: underline;
}
.order-conditions {}
.order-conditions__title {
    margin-bottom: 3px;
    color: #64606e;
    font-size: 14px;
    font-weight: bold;
}
.order-conditions__text {
    margin-bottom: 20px;
    padding-left: 16px;
    color: #64606e;
    line-height: 1.43;
    font-size: 14px;
    position: relative;
}
.order-conditions__text:before {
    content: "";
    width: 10px;
    height: 11px;
    background: url("../images/sprite.png") no-repeat 0 -1277px;
    position: absolute;
    top: 5px;
    left: 0;
}
span#logon1 {
    position: absolute;
    font-size: 15px;
    color: #aac577;
}
.social {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    color: #7965af;
    font-size: 0.875rem;
    text-decoration: underline;
}
.product-fast-order {
    margin-bottom: 15px;
}
.product-fast-order__title {
    margin-bottom: 10px;
    border-bottom: 2px solid #7965af;
    height: 37px;
    overflow: hidden;
    color: #7965af;
    font-size: 1.125rem;
    text-align: right;
    position: relative;
}
.product-fast-order__title:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #7965af;
    position: absolute;
    top: 100%;
    right: 0;
}
.product-fast-order__image .image__inner {
    margin: 0 auto;
    width: 237px;
}
.product-fast-order__image .image__inner img {
    vertical-align: top;
}
.fast-order-message {
    margin-bottom: 15px;
    padding: 0;
    color: #a6a0b4;
    font-size: 15px;
    text-align: center;
}
.footer-content {
    display: block;
    font-size: 0;
    text-align: center;
}
.footer-content li {
    display: inline-block;
    width: 33%;
    text-align: left;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
}
.footer-content.col-4 li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}
.dmenu-item--id_47 .dmenu--level_2>li {
    width: 33.3333%;
}
.dmenu-item--id_47 .dmenu--level_2>li .dmenu--level_3 li {
    width: 50%;
}
/*.dmenu-item--id_47 .dmenu-item__name--level_2,*/
.dmenu-item--id_193 .dmenu-item__name--level_2,
.dmenu-item--id_182 .dmenu-item__name--level_2,
.dmenu-item--id_177 .dmenu-item__name--level_2 {
    font-size: 20px;
    font-family: 'Museo Cyrl 500';
    text-align: left;
    padding-left: 0;
}
.dmenu-item__name--level_3 .dmenu-item-image {
    top: 50%;
    margin-top: -20px;
}
.dmenu--level_3 li {
    width: 100%;
}
.dmenu-item__name--level_3 {
    padding: 12px 20px 12px 45px;
    color: #7965af;
    line-height: 1.2;
    font-size: 16px;
    position: relative;
    white-space: normal;
}
.dmenu-item__name--level_3:hover {
    color: #aac577;
}
.dmenu-inner {
    overflow-x: auto;
}
.dmenu-inner::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.main_benefis {
    font-size: 0;
    margin-top: 18px;
    max-height: 494px;
}
.left-content {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.right-content {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.h1 {
    display: block;
    font-size: 34px;
    color: #39134e;
    line-height: 34px;
    font-family: 'Museo Sans Cyrl 100';
}
.product-info  .h1 {line-height: 40px;}
.content > .h1 {margin-top:20px}
p.h1 {
    color: #2b2e29;
    font-family: 'Museo Sans Cyrl 500';
}
.icon_benefis li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    min-height: 50px;
    text-align: center;
}
.icon_benefis li img {
    display: inline-block;
    vertical-align: middle;
}
.icon_benefis li span {
    display: block;
    float: left;
    width: 47px;
    height: 50px;
    position: relative;
    font-size: 15px;
}
.icon_benefis li span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
}
.icon_benefis li:nth-child(1) span:before {
    background-image: url('../images/advantage-1.svg');
    width: 51px;
    height: 35px;
    background-size: 51px 35px;
    margin-left: -25.5px;
    margin-top: -17.5px;
}
.icon_benefis li:nth-child(2) span:before {
    background-image: url('../images/advantage-2.svg');
    width: 32px;
    height: 46px;
    background-size: 32px 46px;
    margin-left: -16px;
    margin-top: -23px;
}
.icon_benefis li:nth-child(3) span:before {
    background-image: url('../images/advantage-3.svg');
    width: 39px;
    height: 39px;
    background-size: 39px 39px;
    margin-left: -19.5px;
    margin-top: -19.5px;
}
.icon_benefis li:nth-child(4) span:before {
    background-image: url('../images/advantage-4.svg');
    width: 30px;
    height: 40px;
    background-size: 30px 40px;
    margin-left: -15px;
    margin-top: -20px;
}
.icon_benefis li .text {
    display: table;
    height: 50px;
    float: left;
    font-size: 16px;
    color: #695674;
    line-height: 16px;
    text-align: left;
    padding-left: 10px;
}
.icon_benefis li .text p {
    display: table-cell;
    width: 100%;
    height: 50px;
    vertical-align: middle;
}
.js-slider-discounted .product-catalog--discounted {
    width: 297px!important;
    padding: 20px 20px 33px 20px;
    box-sizing: border-box;
    border: 1px solid #f6f5f7;
    margin: 0 14px;
    height: 397px;
    margin-top: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.icon_benefis {
    margin-top: -8px;
}
.wrapp-new {
    display: block;
    width: 100%;
    padding-top: 10px;
    background: url("../images/bg_new.jpg") top center;
}
.seo_text ul.product_hover {
    font-size: 0;
    text-align: center;
    margin-left: -30px;
    list-style: none;
    padding: 0;
}
.seo_text ul.product_hover li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-left: 30px;
    list-style: none;
    margin-bottom: 30px;
    min-height: 411px;
}
.product_hover {
    font-size: 0;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: 30px;
    margin-left: -10px;
}
.product_hover li {
    position: relative;
    width: calc( ( 100% - 80px ) / 4 );
    margin: 10px;
	min-height: 411px;
}
.product-catalog--default {width: 100%;}


.new-dop-description {
    display: block;
    border-bottom: 2px solid #f8f7f8;
    padding: 30px 0 0;
    margin-top: 0px;
    margin-bottom: 20px;
}
.border-dotted {
    border: 1px dashed #fff;
}
.new-dop-description .text {
    font-size: 14px;
    color: #fff;
    padding-right: 25px;
    line-height: 15px;
    text-align: right;
    font-weight: bold;
}
.new-dop-description ul {
    font-size: 0;
}
.new-dop-description ul li {
    display: inline-block;
    padding-left: 106px;
    position: relative;
    vertical-align: top;
    width: 33%;
    min-height: 120px;
}
.new-dop-description ul li img {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}
.new-dop-description ul li p {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #9a9a9a;
    padding: 12px 5px 0 0;
}
.products-container__title .title_span:hover {
    text-decoration: underline;
}
.products-container__title .title_span span {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 10px;
}
.wrapp-featured .products-container__title .title_span {
    color: #666666;
}
.part_footer_3 span.adress_icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin-right: 2px;
}
.wrapp_seo_text {
    padding-bottom: 30px;
}
.seo_text h2 {
    display: block;
    margin-bottom: 15px;
    color: #232124;
    font-size: 24px;
    line-height: 1;
    text-align: left;
    font-family: 'Museo Sans Cyrl 500';
    margin-top: 15px;
}
.seo_text h2:first-child {
    margin-top: 0;
}
.seo_text h3 {
    display: block;
    margin-bottom: 30px;
    color: #232124;
    font-size: 22px;
    line-height: 1;
    text-align: left;
    font-family: 'Museo Sans Cyrl 500';
}
.seo_text h4 {
    display: block;
    margin-bottom: 30px;
    color: #232124;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    font-family: 'Museo Sans Cyrl 500';
}
.seo_text p {
    display: block;
    margin-bottom: 5px;
    color: #737373;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    font-family: 'Museo Sans Cyrl 300';
}
.seo_text span {
    margin-bottom: 30px;
    color: #737373;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    font-family: 'Museo Sans Cyrl 300';
}
.seo_text blockquote {
    color: #606f60;
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    font-family: 'Museo Sans Cyrl 300';
    padding: 20px;
    box-sizing: border-box;
    border-left: 5px solid #8fc76e;
    background: #f4f9f0;
}
.seo_text a {
    color: #7965af;
    font-size: 15px;
    line-height: 18px;
    text-decoration: underline;
    font-family: 'Museo Sans Cyrl 300';
}
.seo_text a:hover {
    text-decoration: none;
}
.seo_text ul {
    display: block;
    margin-bottom: 10px;
    list-style: none;
    margin-top: 10px;
}
.seo_text ul li {
    display: block;
    margin-bottom: 5px;
    color: #737373;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    position: relative;
    padding-left: 30px;
    font-family: 'Museo Sans Cyrl 300';
}
.seo_text ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: #7965af;
    height: 6px;
    width: 6px;
}
.wrapp-alphabet {
    padding: 5px 0 8px 0;
    background: #7965af;
}
.wrapp-alphabet .alphabet__title {
    display: block;
    float: left;
    font-size: 19px;
    color: #baafd7;
    margin: 6px 105px 6px 0;
    line-height: 37px;
    font-family: 'Museo Sans Cyrl 300';
}
.wrapp-alphabet__letter {
    float: left;
    font-size: 0;
}
.alphabet__letter {
    display: inline-block;
    vertical-align: top;
    width: 37px;
    height: 37px;
    border: 3px solid #8674b6;
    border-radius: 50%;
    color: #c0b1e9;
    text-align: center;
    line-height: 33px;
    font-size: 15px;
    margin: 6px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Museo Sans Cyrl 500';
}
.alphabet__letter:hover {
    border: 3px solid #afa3cf;
    color: #ffffff;
}
.wrapp_footer {
    padding-bottom: 40px;
    background: #272629;
    font-size: 0;
}
.footer_part {
    display: inline-block;
    margin-right: 59px;
    margin-top: 0px;
    vertical-align: top;
}
.part_footer_1 {
    margin-top: 40px;
}
.part_footer_1 p {
    display: block;
    font-size: 13px;
    color: #7a797e;
    font-family: 'Museo Sans Cyrl 500';
    margin: 27px 0 20px;
}
.part_footer_1 div {
    font-family: 'Museo Sans Cyrl 500';
    border-top: 2px solid #403f42;
    font-size: 11px;
    padding-top: 15px;
    color: #565656;
    margin-bottom: 20px;
    overflow: hidden;
}
.footer_link {
    display: inline-block;
    margin-right: 53px;
}
.footer_link li {
    display: block;
}
.footer_link li a {
    display: block;
    font-size: 16px;
    color: #9a999d;
    font-family: 'Museo Sans Cyrl 300';
    line-height: 30px;
    text-decoration: none;
    padding: 0;
}
.footer_link li a:hover {
    color: #ffffff;
}
.part_footer_3 {
    margin-right: 35px;
    margin-top: 40px;
}
.part_footer_3 p {
    display: block;
    font-size: 24px;
    color: #dfdfdf;
    margin-bottom: 15px;
    font-family: 'Museo Sans Cyrl 700';
}
.part_footer_3 span {
    display: block;
    font-size: 16px;
    color: #959595;
    font-family: 'Museo Sans Cyrl 300';
}
.part_footer_3 .header_info {
    display: block;
    font-size: 14px;
    color: #eae7eb;
    font-family: 'Museo Sans Cyrl 300';
    line-height: 27px;
}
.footer_phone a {
    display: block;
    font-size: 24px;
    color: #a9a9a9;
    line-height: 30px;
    font-family: 'Museo Sans Cyrl 500';
}
.footer_phone a:first-child {
    font-family: 'Museo Sans Cyrl 900';
    font-size: 26.35px;
}
.mail {
    display: block;
    margin: 3px 0 37px;
    font-size: 18px;
    color: #80af64;
    font-family: 'Museo Sans Cyrl 300';
    text-decoration: underline;
    padding-left: 30px;
    background: url(../images/footer_mail.png) left center no-repeat;
}
.part_footer_4 {
    margin-right: 0;
    margin-top: 40px;
}
.part_footer_4 p {
    display: block;
    font-size: 19px;
    color: #dfdfdf;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Museo Sans Cyrl 100';
}
.up-im {
    display: block;
    line-height: 42px;
    padding-right: 130px;
    background: url(../images/up-im.png) right center no-repeat;
    text-decoration: underline;
    color: #64606e;
    font-size: 14px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.part_footer_2 {
    margin-right: 20px;
    margin-top: 40px;
}
.soc_seti_footer {
    display: block;
    position: relative;
    width: 263px;
    margin: 38px 0 106px 0;
    height: 56px;
}
.soc_seti_footer a {
    display: inline-block;
    width: 56px;
    height: 56px;
    color: #525154;
	background-image: url(../images/footer_seti.png);
    background-repeat: no-repeat;
}
.soc_seti_footer a.wk {
	background-position: 0 0;
}
.soc_seti_footer a.wats {
    background-position: -207px 0px;
}
.toggle-menu {
    display: none;
}
.toggle_cat {
    display: none;
    font-size: 18px;
    color: #fff;
    float: left;
    line-height: 60px;
    cursor: pointer;
    padding-left: 40px;
    min-width: 150px;
    background: url(../images/toggle_cat.png) left center no-repeat;
}
.toggle_cat_sub {
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url('../images/toggle.svg');
    background-size: 16px 10px;
    background-repeat: none;
    background-position: center center;
    width: 50px;
    height: 50px;
    min-width: auto;
    padding: 0;
}
.toggle_cat.toggle_cat_sub.active {
    background-image: url('../images/toggle.active.svg');
    background-size: 16px 10px;
    background-position: center center;
}
.wrapp_right_content_768 {
    display: none;
}
.hidden_320 {
    display: none;
}
.fancybox-skin {
    border-radius: 0!important;
    padding: 0!important;
    background: #fff!important;
    box-shadow: none!important;
}
.popup-callback {
    width: 500px;
    padding: 50px;
}
.form-group__input {
    display: block;
    border: 1px solid #e8e7e9;
    padding: 17px;
    font-size: 17px;
    color: #878787;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}
.wrapp_licen label {
    display: block;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    cursor: pointer;
    color: #878787;
    font-family: 'Museo Sans Cyrl 300';
}
.wrapp_licen label:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #edecee;
}
.wrapp_licen input:checked + label:before {
    background: url(../images/wrapp_licen.png) center center no-repeat;
}
.fancybox-close {
    background: url(../images/fancybox-close.png) center center no-repeat!important;
    width: 25px!important;
    height: 25px!important;
    top: 25px!important;
    right: 25px!important;
}
#fast-order .popup__title {
    font-size: 30px;
    white-space: normal;
}
input.hidden {
    display: none;
}
.wrapp_purchase {
    border: 12px solid #f9f9f7;
    margin-bottom: 20px;
}
.wrapp_shadow {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.08);
}
.purchases-info {
    background: #fbfbfa;
}
.shadow_padding {
    padding: 40px;
    font-size: 0;
}
.cart_h3 {
    display: block;
    font-size: 25px;
    color: #3d3a43;
    padding-bottom: 30px;
    font-family: 'Museo Sans Cyrl 100';
}
.cart-field-group {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    position: relative;
    margin-bottom: 20px;
}
.wrapp_shadow .cart-field-group:nth-of-type(2) {
    margin: 0 2% 20px 2%;
}
.wrapp_shadow .cart-field-group:nth-of-type(6) {
    margin: 0 2% 20px 2%;
}
.cart-field-group .form-group__input {
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.02);
    background: #f9f9f7;
    width: 100%;
    margin: 0;
}
.form-group__select {
    display: block;
    width: 100%;
    padding: 17px;
    border: 1px solid #e8e7e9;
    color: #2b2a2a;
    cursor: pointer;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.02);
    background: #f9f9f7;
    font-size: 17px;
    position: relative;
    font-family: 'Museo Cyrl 500';
}
.svg_button {
    content: '';
    position: absolute;
    top: 0;
    height: 56px;
    padding-top: 15px;
    box-sizing: border-box;
    right: 0;
    width: 60px;
    z-index: 110;
    font-size: 12px;
    text-align: center;
    color: #aeaeac;
    border-left: 1px solid #e9e9eb;
}
.svg_button svg {
    width: 25px;
    height: 25px;
}
.cart-field-group_texarea {
    width: 100%;
}
.delivery-options {
    border: 3px solid #f5f9d3;
    padding: 25px 40px;
}
.block-img__item--wr-img {
    width: 100%;
    height: 100%;
    display: block;
}
.padding_cat_left {
    /*padding-left: 300px;*/
    position: relative;
	display: flex;
}
.left_cat {
    width: 300px;
    flex: 0 0 25%;
    margin-right: 20px;
}
.products-catalog {

}

.left_cat + .products-catalog .product_hover > li {
    width: calc( ( 100% - 60px ) / 3 );
}


.left_cat ul {
    border: 12px solid #e5dff5;
    padding: 10px;
    width: 100%;
}
.cat_left_url {
    display: block;
    line-height: 30px;
    padding: 7px 0;
    color: #82808a;
    font-size: 17px;
}
.cat_left_url img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.special_main {
    position: absolute;
    top: 0;
    left: -25px;
    font-size: 17px;
    color: #ffffff;
    font-family: 'Museo Sans Cyrl 700';
    background: #7965af;
    text-transform: uppercase;
    padding: 10px 15px;
}
.special_main.green_special {
    background: #8fc76e;
}
.special_main.text_special {
    font-size: 12px;
    text-align: left;
    top: -20px;
}
.special_main.text_special span {
    font-size: 12px;
    width: 14px;
    height: 14px;
    display: inline-block;
}
.currency-rub {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 4px;
    vertical-align: middle;
    color: #39134e;
    font-family: 'Museo Sans Cyrl 100';
}
.products_day {
    margin-top: 20px;
    border: 12px solid #e7f5db;
}
.products_day .special_main {
    top: -12px;
    left: -12px;
    padding: 10px;
}
.breadcrumbs__delimeter {
    display: inline-block;
    vertical-align: top;
    color: #cac8cf;
    line-height: 17px;
    font-size: 17px;
    padding: 5px;
    height: 32px;
    width: 25px;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin: 0 3px;
}
select {
    -webkit-appearance: none;
}
a:hover {
    color: #80af64;
}
.transfer_class {
    z-index: 1000;
}
.dmenu-item--id_49 .dmenu--level_2>li:nth-child(2) .dmenu--level_3 li {
    width: 50%;
}
.dmenu-item--id_49 .dmenu--level_2>li {
    width: 33%;
}
.phone_768 {
    display: none;
}
.catChield-wrap {
    overflow-x: auto;
}
.catChield-wrap::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.h1[data-category] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-top: 0;
    padding-top: 0;
    margin-top: 20px;
}
.sidebar__part.searchFull {
    position: absolute;
    left: 0;
    right: 0;
    height: 62px;
    background: #54408a;
}
.sidebar__part.searchFull .search {
    right: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 62px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
}
.sidebar__part.searchFull .search__field {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 62px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
    font-family: 'Museo Sans Cyrl 300';
}
.search__field {
    display: none;
}
.search {
    border-bottom: 0;
    background: #54408a;
    width: 62px;
    height: 62px;
    position: absolute;
    left: -62px;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.search__button {
    width: 62px;
    height: 62px;
    opacity: 0.4;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
}
.search__button:before {
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
}
.search__button:hover {
    opacity: 1;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
}
.wrapp-featured .products-container {
    padding-top: 0;
}
.textToggle {
    margin-bottom: 10px;
}
.discountInfoView {
    font-size: 14px;
    font-family: 'Museo Sans Cyrl 300';
    display: block;
    position: absolute;
    top: 15px;
}
.discountInfoTitle {
    position: relative;
    top: -9px;
}
.dropbtn {
    color: #898989;
    padding: 16px;
    padding-right: 38px;
    font-size: 14px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    border: 1px solid #eeedef;
    z-index: 100;
    background: none;
    -webkit-transition: border 0.1s;
    -o-transition: border 0.1s;
    transition: border 0.1s;
}
.dropdown:hover .dropbtn {
    border: 1px solid #a38ce1;
    -webkit-transition: border 0.1s;
    -o-transition: border 0.1s;
    transition: border 0.1s;
}
.dropbtn b {
    color: #202020;
    font-weight: 700;
}

.product_filters {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 20px;
}

.dropdown {
    position: relative;
    flex: 1 0;
    margin-right: 20px;
}

.dropdown:last-child {
    margin-right: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
}
.dropdown-content a {
    color: #3f3f3f;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    -webkit-transition: background 0.05s;
    -o-transition: background 0.05s;
    transition: background 0.05s;
}
.dropdown-content a:hover {
    background-color: #7965af;
    color: #fff;
    -webkit-transition: background 0.05s;
    -o-transition: background 0.05s;
    transition: background 0.05s;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #fff;
}
.filter-arrow {
    color: #000;
    position: absolute;
    right: 14px;
    top: 18px;
    font-weight: bold;
}
.filter-arrow:after {
    content: '';
    display: block;
    background: url('../images/arrow.down.svg');
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.dropdown:hover .filter-arrow:after {
    background: url('../images/arrow.up.svg');
    background-size: 15px 15px;
    opacity: 0.6;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.dropdown:hover .filter-arrow {
    background-color: #fff;
}
.dropdown-content.wide,
.dropdown-content.wide4 {
    min-width: 360px;
}
.dropdown-content.wide a {
    display: inline-block;
    float: left;
    width: 180px;
}
.dropdown-content.wide4 a {
    display: inline-block;
    float: left;
    width: 90px;
}
@media screen and (max-width:375px) {
    .dropdown,
    .dropbtn {
        width: 100%;
    }
}
.additional-categories p.h1 {
    margin-bottom: 45px;
}
.additional-products-tab {
    margin-top: 25px;
}
.wrapp_add_product {
    padding-top: 40px;
    padding-bottom: 10px;
}
.product-related_products {
    border-top: 1px #f1eff7 solid;
    padding-top: 30px;
    margin-top: 30px;
}
.product-container--default {
    padding-top: 20px;
}
#comments .empty {
    padding-bottom: 0;
    padding-left: 0;
}
.product_hidden_annotation {
   display: block;
    opacity: 0;
    font-size: 14px;
    color: #fff;
    font-family: 'Museo Sans Cyrl 300';
    text-align: center;
    position: absolute;
    left: 0;
    height: 0;
    bottom: 90px;
    width: 100%;
    margin: 0 -21px;
  /*  background: rgba(143,199,110,0.85);color: #39134e;*/
    background: rgba(134,112,195,0.85);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product_hidden_annotation {left: -20px;width: calc(100% + 40px);margin: 0;}

.product_hover li:hover .product_hidden_annotation {
	opacity:1;
	height:auto;
	padding: 10px 5px;
}
.product_hidden button[type="submit"] {
    text-indent: -9999px;
    width: 48px;
    height: 48px;
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
}
.product_hidden button[type="submit"]:after {
    content: '';
    background: url('../images/icon.basket.svg');
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -11px;
}
.button-fast-order {
    display: block;
    font-size: 16px;
    color: #8670c3;
    text-decoration: none;
    margin-top: 14px;
    font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
    text-align: center;
}

.button-fast-order{
	border: solid 1px #8670c3;
    height: 48px;
    margin-left: 60px;
    text-align: center;
    margin-top: 0px;
    line-height: 44px;
}

.button-fast-order:hover{
	color: #8670c3;
	opacity: 0.85;
}

.product-button.button_one_click .button .cart_product {
    top: 14px;
}
.new_product_info {
    /*margin-top:40px;*/
}
.wrapp_new_telefons{
	display:inline-block;
	position:relative;
}

.empty {
    padding-left: 0;
}


.ribbon-left {
	position: absolute;
	bottom: 35px;
	left: -9px;
	color: #fff;
	background: #7965af;
	padding: 0 20px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	z-index:9999;
}
.ribbon-left:before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #54408a transparent transparent;
	border-width: 8px 0px 17px 10px;
	top: 100%;
	left: 0;
}
.ribbon-left:after {
	content: "";
	position: absolute;
	right: -21px;
	top: 0;
	height: 0;
	width: 0;
	border: 13px solid transparent;
	border-left: 13px solid #7965af;
	transform: scaleX(.65);
}
.dmenu-item__name--level_2 {
    font-size: 16px!important;
}


.soc_seti_footer_jo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 30px;
}

.soc_seti_footer_jo a {
    width: 30px;
    height: 30px;
}

.soc_seti_footer_jo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer_iframe {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
}

.footer_iframe_text a {
    font-family: "Museo Sans Cyrl 300", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    text-decoration: underline;
    max-width: 146px;
    display: inline-block;
}

.footer_iframe_text a span {
    color: #8AC867;
    text-decoration-color: #8AC867;
    text-decoration: underline;
}

.footer_part.part_footer_4.part_footer_4_jo p:first-child {text-align: left;}

.mob-icon {
    display: none;
}
@media (max-width: 768px){
    .mob-icon {
        display: block;
        margin-top: 10px;
    }
    .mob-icon a {
        width: 30px;
        height: 30px;
        display: inline-block;
    }
}

.advantages {
  display: flex;
  justify-content: space-around;
  margin: 50px 0;
  gap: 20px;
}

.advantages__item {
  
  display: flex;
  align-items: center;
  gap: 20px;
}

.advantages__item svg {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.advantages__img {
  flex: 0 0 auto;
  height: 64px;
}

.advantages__img img {
  height: 64px;
}

.advantages__text {
	font-family: 'Museo Sans Cyrl 500';
  font-weight: 500;
  font-size: 16px;
}

.inner-prom {
	margin-top: -12px;
  display: block;
}

.offers {
  display: flex;
  justify-content: start;
  gap: 10px;
	margin: 50px 0;
}

.offers__img {
  height: 289px;
	display: block;
}

.offers__img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.offers__item {
	flex: 0 0 calc(100%/3 - 10px);
	box-shadow: 0px 6px 20px 0px #00000026;
	max-width: 380px;
	border-radius: 3px;
	overflow: hidden;
}

p.offers__date {
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	padding: 19px;
	color: #333333;
	margin-bottom: 0;
	font-family: 'Museo Sans Cyrl 500';
}

p.offers__name {
	font-size: 19px;
	font-weight: 500;
	line-height: 29px;
	color: #54408A;
	padding: 0 19px 19px;
	margin-bottom: 0;
	font-family: 'Museo Sans Cyrl 500';
}

a.offers__name {
	font-size: 19px;
	font-weight: 500;
	line-height: 29px;
	color: #54408A;
	padding: 0 19px 19px;
	text-decoration: underline;
	display: block;
	font-family: 'Museo Sans Cyrl 500';
}

@media screen and (max-width: 1020px) {
  .advantages {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .advantages__item {
    
  }
}

@media screen and (max-width: 780px) {
	.inner-prom {
		margin-top: 0;
	}

	.offers {
		flex-wrap: wrap;
		gap: 30px;
	}

	.offers__item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 580px) {
  .advantages__item {
    flex: 0 0 calc(100% / 3 - 20px);
  }
}

#region-list .region-list__table {
    width: 100%;
}
#region-list .region-list__table strong {
    display: block;
    box-sizing: border-box;
    padding: 20px 0 5px 10px;
    font-size: 20px;
    font-weight: 700;
}
#region-list .region-list__table p:first-child strong {
    padding-top: 0;
}
#region-list .region-list__table a {
    width: 100%;
}
.new_region .fancybox-close {
    right: 20px !important;
}
.mobile-js-slider-images {
    display: none !important;
    margin-bottom: 0 !important;
}
.mobile-js-slider-images img {
    width: 100%;
    height: 100%;
    max-height: 540px;
    object-fit: cover;
}
.mobile-js-slider-images .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 10px;
}
.mobile-js-slider-images .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
}
.mobile-js-slider-images .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #54408a;
    opacity: 0.7;
}
.mobile-js-slider-images .slick-dots li.slick-active button {
    opacity: 1;
}
.mobile-js-slider-images .slick-dots li button:before {
    display: none;
}
.mobile-js-slider-images .slick-prev {
    left: 10px;
    background-color: rgba(84, 64, 138, 0.75);
    background-size: 50% auto;
    background-position: center;
}
.mobile-js-slider-images .slick-next {
    right: 10px;
    background-color: rgba(84, 64, 138, 0.75);
    background-size: 50% auto;
    background-position: center;
}
@media (max-width: 580px) {
    #region-list .region-list__table strong {
        padding-left: 0;
    }
    .new_region .fancybox-close {
        right: 5px !important;
    }
    .js-main-image-link--single {
        display: none;
    }
    .mobile-js-slider-images {
        display: block !important;
    }
}

.tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.tags a {
    width: 15%;
    margin: 0;
}

@media(max-width: 767px) {
    .tags {
    flex-direction: column;
   gap: 20px;
        align-items: center;
        margin: 20px
    }

.tags a {
    width: 50%;
    margin: 0;
}
}

table#cities span {
    font-family: 'Museo Sans Cyrl 300' !important;
}