@charset "UTF-8";
/* latin-ext */
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/catalog/view/theme/default/stylesheet/fonts/Marcellus/wEO_EBrOk8hQLDvIAF81WPoK7Es.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/catalog/view/theme/default/stylesheet/fonts/Marcellus/wEO_EBrOk8hQLDvIAF81VvoK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
  font-family:Material;
  src:url(/catalog/view/theme/default/stylesheet/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format("woff2"),url(/catalog/view/theme/default/stylesheet/fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format("woff"),url(/catalog/view/theme/default/stylesheet/fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format("truetype");
  font-weight:400;
  font-style:normal;
}
/*@keyframes product-loading{0%{transform:translateX(-100%)}to{transform:translateX(50%)}}*/
@keyframes hover{
    0%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}
    15%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
    100%{top:8px;left:7px;opacity:1}
}
@keyframes click{
    0%{top:8px;left:7px}
    15%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}
    70%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
    100%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}
}
@keyframes showBlock {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}

/*@keyframes mySpin {
  from {transform: translate(-50%, -50%) rotate(0deg);}
  to {transform: translate(-50%, -50%) rotate(360deg);}
}*/

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    /*overflow-x: hidden;*/
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {
	font-family: "Montserrat", Sans-serif;
	font-weight: 400;
    line-height: 22px;
	color: #000000;
    font-size: 14px;
	width: 100%;
	margin: 0;
	padding: 0;
    overflow-x: hidden;
}
*, :after, :before {
    box-sizing: border-box;
}
html.modal-open, html.modal-open body {
    overflow: hidden;
}
html.main-menu-open body, html.top-menu-open body {
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0;
}
b, dt, label, strong, th {
    font-weight: 500;
}
ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
a, a:focus, a:active {
    color: #000;
    text-decoration: none;
    outline: none;
}
a:hover, a:focus, a:active {
    color: #fa3c7a;
    text-decoration: none;
}
.goldtext, .goldtext:hover, .goldtext:focus, .goldtext:active {
    color: #fa3c7a;
}
.red {
    color: #f00;    
}
.green {
    color: #52C138;    
}
h1 {
    margin-top: 0;
    font-size: 60px;
    text-align: center;
    font-family: Montserrat;
    line-height: 44px;
    font-weight: 400;
    margin: 0;
    background-color: #ffffffc9;
    padding: 5px 10px;
}

button {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: inherit;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.btn {
    
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0;
    padding: 0 5px;
    min-width: 140px;
    width: auto;
    height: 50px;
    border-radius: 0px;
    border: 1px solid #ededed;
    overflow: hidden;
    text-transform: uppercase;
    background: #fff;
}

.btn-default {
    color: #fa3c7a;
    border: 1px solid #fa3c7a;
}
.btn-gray {
    color: #000;
    border: 1px solid #000;
}

.btn-primary {
    background: #fa3c7a;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

.btn-primary:hover, .btn-primary:focus {
    background: #f90a58;
    color: #fff;
}

.form-block {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}
.section-module {    
    margin-top: 60px;
    margin-bottom: 30px;
}
.module-heading {    
    font-size: 28px;
    line-height: 32px;
    margin: 0px 0px 30px 0px;
    text-align: center;
}
.module-product {    
    margin-top: 50px;
}
.content-center .module-product:first-child {    
    margin-top: 0px;
}
.swiper {
    padding-bottom: 40px;
}
.main-banners__slider {
    padding-bottom: 0px;
}
.product__thumbnail-slider {
    padding-bottom: 0px;    
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}

input, textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    box-shadow: none;
    outline: none;
}

input[type="text"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"] {
    display: block;
    margin: 0;
    padding: 0 15px 0 15px;
    float: none;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    box-sizing: border-box;
}
textarea {
    display: block;
    margin: 0;
    padding: 15px;
    float: none;
    width: 100%;
    height: 150px;
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    box-sizing: border-box;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
}
input[type="checkbox"]:checked {
    background: #fff url(/image/catalog/icon/i-check.svg) center center no-repeat;
    background-size: 12px;
}
select, textarea, input {
    font-size: 16px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; 
}
input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}
label.checkbox {
    display: flex;
    align-items: center;
}
input[type="text"].error, input[type="tel"].error, input[type="password"].error, input[type="search"].error, textarea.error {
    border-color:#f00;
}
.swiper-wrapper {
    z-index: 0;
}
.container {
    max-width: 1440px;
    padding: 0px 15px;
    margin: auto;
}

.hidden {
    display: none !important;
}
.bold {
    font-weight: bold;
}
.center-text {
    text-align: center;
}
main {    
    min-height: 600px;
    padding-bottom: 40px;
}

.header__top-menu {
    font-size: 13px;
    line-height: 45px;    
    border-bottom: 1px solid #ebebeb;
    height: 45px;
}
.header__top-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__top-menu-contact-block {
    display: flex;
    align-items: center;
    justify-content: start;
}
.header__top-menu-address i, .header__top-menu-telephone i {
    margin-right: 10px;
    font-size: 14px;
    position: relative;
    top: 1px;
    color: #000;
}
.header__top-menu-address {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}
.header__top-menu-address:after {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.15);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
}
.header__top-menu-telephone {

}
.header__top-menu-links-block {}

.header__top-menu-list {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header__top-menu-item {
    padding-right: 18px;
    margin-right: 13px;
    position: relative;
}
.header__top-menu-item:last-child {
    margin-right: 0;
    padding-right: 0;
}
.header__top-menu-item:before {
    position: absolute;
    content: "";
    right: 0;
    background: rgba(0,0,0,.15);
    width: 1px;
    height: 18px;
    top: calc(50% - 9px);
}
.header__top-menu-item:last-child:before {
    display: none;
}
.header__top-menu-link {}
.header__top-menu-item-dropdown-toggle {}
.header__top-menu-item-dropdown-list {}
.header__top-menu-item-dropdown-item {}
.header__top-menu-link--dropdown {}

.header__main-block {
    border-bottom: 1px solid #e5e5e5;
}
.common-home .header__main-block {
    border-bottom: none;
}
.header__main-block-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 86px;
}
.header__logo-block {
    width: 200px;
}
.header__logo {}
.header__logo img {
    max-width: 100px;
    height: auto;
}

.header__middle-block {
    height: 100%;
    width: calc(100% - 200px);
    
}

.header__main-menu-navbar-wrap {
    height: 100%;
}
.main-menu {}
.main-menu__close {}
.header__main-menu-navbar {
    height: 100%;
}
.header__main-menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.header__main-menu-item {
    padding: 30px 13px;
    line-height: 24px;
}
.header__main-menu-item-dropdown {}

.header__main-menu-link {
    position: relative;
    text-transform: uppercase;
    /*font-family: Marcellus,serif;*/
    font-weight: 500;
    font-size: 12px;
    background-color: transparent;
    color: #000;
    white-space: nowrap;
    letter-spacing: 1px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
.header__main-menu-link:hover, .header__main-menu-link:focus, .header__main-menu-link:active {
    color: #000;
}
.header__main-menu-link:before {
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #000;
    opacity: 0;
    visibility: hidden;
}
.header__main-menu-item:hover .header__main-menu-link:before, .header__main-menu-item.active .header__main-menu-link:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.header__main-menu-item-dropdown .header__main-menu-link:after {
    content: "\f2f9";
    font-family: Material;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -1px;
    font-weight: 400;
}
.header__main-menu-item-dropdown-toggle {}
.header__main-menu-item-dropdown-toggle--desktop {}
.header__main-menu-item-dropdown-toggle--mobile {
    display: none;
}
.header__main-menu-item-dropdown-toggle-icon {}
.header__main-menu-item-dropdown-menu {
    display: block;
    position: absolute;
    top: calc(100% - 25px);
    box-shadow: 0px 4px 4px rgb(190 190 190 / 25%);
    border-radius: 3px;
    background: #fff;


    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s linear,transform .1s linear;
    transition: opacity .1s linear,transform .1s linear;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 3;
}
.header__main-menu-item-dropdown-menu-wrap {    
    display: flex;
    align-items: stretch;
    width: 100%;
}
.header__main-menu-item-dropdown-menu-list {
    margin: 20px 0;
    border-right: 1px solid #E5EAEC;
}
.header__main-menu-item-dropdown-menu-list:last-child {
    border: 0;
}
.dropdown-menu-columns-1 .header__main-menu-item-dropdown-menu-list {
    width: 100%;

}
.dropdown-menu-columns-2 .header__main-menu-item-dropdown-menu-list {
    width: calc(100% / 2);

}
.dropdown-menu-columns-3 .header__main-menu-item-dropdown-menu-list {
    width: calc(100% / 3);
}
.dropdown-menu-columns-4 .header__main-menu-item-dropdown-menu-list {
    width: calc(100% / 4);

}
.header__main-menu-item-dropdown-menu.dropdown-menu-columns-4 {        
    left: 0px;
    width: 100%;
}
.header__main-menu-item-dropdown-menu.dropdown-menu-columns-3 {    
    right: 0px;
    width: calc(100% /4 * 3);
}

.header__main-menu-item-dropdown-menu.dropdown-menu-columns-2 {    
    right: 0px;
    width: calc(100% /4 * 2);
}
.header__main-menu-item-dropdown-menu.dropdown-menu-columns-1 {    
    width: calc(100% /4 * 1);
}

.header__main-menu-item-dropdown-menu-item {}
.header__main-menu-item-dropdown-menu-item-title {
    display: block;
    text-align: left;
    padding: 3px 0 3px 25px;
    font-weight: 600;
    font-size: 14px;
}
.header__main-menu-item-dropdown-menu-item-title--link {
    font-weight: 400;
    color: #868686;
}

.header__main-menu-item.nolink .header__main-menu-link {
    pointer-events: none;
    cursor: pointer;
}

.header__main-menu-item-dropdown-menu-item-count {}

.header__action-block {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 10px;
}
.header__user-link-item {
    font-size: 20px;
    position: relative;
    top: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 15px;
}
.header__user-link-item:hover {
    color: #fa3c7a;
    top: -1px;
}
.header__user-link-item:hover .header__user-link {
    color: #fa3c7a;
}
.header__wishlist-info {
}
.header__user-link {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
}

.feather-heart {}
.header__user-link-count {
    position: absolute;
    top: -5px;
    left: calc(50% + 3px);
    min-width: 17px;
    height: 17px;
    line-height: 17px;    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: #fa3c7a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 10px;
    padding: 0px 5px;
}
.wishlist-count {}
.element-count {}
.header__cart-info {
}

.header__cart-dropdown {
    display: none;
    position: absolute;
    right: 5px;
    top: calc(100% - 13px);
    z-index: 2;
}
.header__cart-info:hover .header__cart-dropdown {
    display: block;
}
.header__cart-dropdown:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 19px;
}
.cart-dropdown {
    box-shadow: 0px 4px 4px rgb(190 190 190 / 25%);
    margin: 19px 0 0;
    padding: 25px 20px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    width: 461px;
    font-size: 14px;
    color: #000;

}
.cart-dropdown__wrap {}
.cart-dropdown__title {
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    text-transform: uppercase;
}
.cart-dropdown__list {}
.cart-dropdown__table {    
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cart-dropdown__table td {  
    padding-top: 10px;
    padding-bottom: 10px;

}
.cart-dropdown__col-image {
    width: 100px;
    text-align: left;
}
.cart-dropdown__col-image a {
    display: block;
}
.cart-dropdown__col-image img {
    width: 100%;
}
.cart-dropdown__col-name {
    font-size: 13px;
    width: 135px;
    padding-left: 10px;
    font-weight: 400;

}
.cart-dropdown__col-name a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000;

}
.cart-dropdown__col-quantity {}
.cart-dropdown__price { 
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: auto;
    color: #000;
    margin-bottom: 5px;
}
.cart-dropdown__quantity {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cart-dropdown__quantity-group {
    font-size: 17px;
    text-align: center;
    display: flex;
}
.cart-dropdown__quantity-btn {
    background: #f4f4f4;
    border: 0;
    height: 36px;
}
.js_cart-btn-minus {
    border-radius: 6px 0 0 6px;
}

.cart-dropdown__quantity-input {
    min-width: initial;
    width: 38px !important;
    box-shadow: initial;
    padding: 18px 0px !important;
    background: #f4f4f4 !important;
    border: 0 !important;
    height: 36px !important;
    text-align: center;
}
.js_cart-btn-plus {
    border-radius: 0 6px 6px 0;
}
.cart-dropdown__items {
    width: 100%;
    text-align: center;
}
.cart-dropdown__col-remove {
    width: 22px;
    position: relative;
}
.cart-dropdown__col-remove button {
    border: 0;
    background: transparent;
    position: absolute;
    top: 10px;
    right: -5px;

}

.cart-dropdown__button {}
.cart-dropdown__button a {
    margin-top: 15px;
    line-height: 27px;
    width: 237px;
    width: 100%;
    display: flex;
}

.cart-dropdown__text-empty {
    margin: 13px 0;
    font-weight: 500;
    text-align: center;
}

.header__account-block {}
.header__login-button {
    border: none;
    box-shadow: none;
    background: none;
    outline: none;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.header__user-link-item:hover .header__login-button {
    color: #fa3c7a;
}
.header__account-button {}
.header__account-link-list {
    position: absolute;
    z-index: 10;
    width: 200px;
    background: #fff;
    padding: 10px;
    display: none;
    right: -10px;
    flex-direction: column;
    top: 100%;
    color: #000;
    box-shadow: 0px 4px 4px rgb(190 190 190 / 25%);
    border-radius: 5px;
    font-size: 14px;
}
.header__account-block:hover .header__account-link-list {
    display: flex;
    cursor: pointer;
}
.header__account-link {
    color: #000;
    padding: 5px 0px;
    display: flex;
    align-items: center;
}
.header__account-link svg {
    margin-right: 10px;
    width: 15px;
}
.header__account-link:hover, .header__account-link.active {
    color: #fa3c7a;
}
.header__account-link-text {}

.header__search-toggle {}
.header__search-toggle-button {
    border: none;
    box-shadow: none;
    background: none;
    outline: none;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.header__user-link-item:hover .header__search-toggle-button {
    color: #fa3c7a;
}

.header__search-block {
    position: absolute;
    width: 0px;
    top: 20px;
    right: 175px;
    overflow: hidden;
    transition: all 0.4s ease;
}
.header__search-block.open {
    width: calc(100% - 350px);
    transition: all 0.4s ease;
    overflow: inherit;
    height: 90px;
}
.header__search-input-group {
    position: relative;
}
.header__search-input {}
.header__search-button {
    background: none;
    outline: none;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    width: 50px;
}
.search-block__autocomplete {    
    display: none;
    position: absolute;
    right: 0px;
    max-width: 100%;
    width: 100%;
    z-index: 10;
}
.header__search-block.open .search-block__autocomplete {
    display: block;
}
.search-block__autocomplete-wrap {
    box-shadow: 0 4px 16px rgb(29 0 52 / 5%);
    background: #fff;
    width: 100%;
}
.search-block__autocomplete-list {
    padding: 10px 10px;
    padding-bottom: 0px;
    width: 100%;
}
.search-block__autocomplete-item {
    width: 100%;
    margin-bottom: 10px;
}
.search-block__autocomplete-item-link {
    display: flex;
    align-items: center;
}
.search-block__autocomplete-item-image {
    margin-right: 15px;
    width: 48px;
    height: 48px;
}
.search-block__autocomplete-item-name {
}
.search-block__autocomplete-item-img {
    width: 100%;
    height: auto;
}
.search-block__autocomplete-item-title {
    font-weight: 400;
}
.search-block__autocomplete-button a {
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    background-color: #fa3c7a;
    display: block;
    padding: 5px 0px;
}

.nav-tabs {
    display: flex;
    align-items: flex-end;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0;
}

.nav-tabs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.nav-tab {
    padding: 15px 32px 15px;
    position: relative;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #02010105;
    transition: background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);

}
.nav-tab.active {
    color: #fff;
    background: #F93C7A;
}
.nav-tab:hover {
    color: #fff;
    background: #F93C7A;
}
.nav-tab a {
    color: inherit;
    pointer-events: none;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.tab-content {
    margin-top: 40px;
    width: 100%;
}

.breadcrumb {
    background-image: url(/image/catalog/breadcrumb.jpg);
    margin: 0 0 60px;
    font-size: 20px;
    padding-top: 85px;
    padding-bottom: 90px;
    background-position: 100%;
    text-align: center;
    position: relative;
}
.page-header {
    display: inline-flex;
    position: relative;
    align-items: center;

}
.page-header__back-to-shop {
    font-size: 0;
    cursor: pointer;
    color: #000;
    margin-right: 10px;
}
.page-header__back-to-shop:before {
    content: "\23";
    font-family: ElegantIcons;
    font-size: 40px;
    line-height: 55px;
}
.page-header__title-heading {}

.module-product__heading {
    margin: 0 0 32px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 300;
}
.module-product__button .btn {
    font-size: 13px;
    line-height: 72px;
    display: flex;
    align-items: center;
    width: 170px;
    margin: auto;
}

.common-home .product-card-list {
    margin: 0 0px;
}


.module-product__heading-flower-block {
    display: flex;
    align-items: center;
    margin: auto;
    max-width: max-content;
}
.module-product__heading-flower-block-left {
    display: block;
    height: 1px;
    border-bottom: 1px solid #DCDCDC;
    width: 55px;
}
.module-product__heading-flower-block-middle {
    margin: 0px 30px;
    width: 40px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.module-product__heading-flower-block-middle:active, .module-product__heading-flower-block-middle:focus, .module-product__heading-flower-block-middle:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.module-product__heading-flower-block-right {
    display: block;
    height: 1px;
    border-bottom: 1px solid #DCDCDC;
    width: 55px;
}


.module-product__heading-flower-block-middle:after {
    content: '';
    display: block;
    width: 40px;
    height: 51px;
    margin: 0 auto 5px;
    background: url(/image/catalog/flower.png) 50% 50% no-repeat;
    background-size: contain;
}

.module-review {}
.module-review__wrap {}
.module-heading {}
.module-review__heading {}
.module-review__body {}
.module-review__whatsapp {}

.module-review__link {
    display: block;
    padding: 0px 10px;
}
.module-review__img {
    width: 100%;
    height: auto;
}

.module-review__nav-tab:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    border-radius: 2px 2px 0 0;
    background: #FA3C7A;
    transition: .15s;
    height: 4px;
}

.module-review__nav-tab.active:after {
    left: 0;
    width: 100%;
}
.module-review__tab-content-nav {
    position: relative;
}
.module-review__tab-content-nav:before {    
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #e1e1e5;
}

.module-review__iframe {
    display: flex; 
    justify-content: center
}
.module-review__iframe iframe {
    max-width:1180px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}
.module-review__iframe-link {
    text-decoration: none;
    color: rgb(179, 179, 179);
    font-size: 10px;
    font-family: "YS Text", sans-serif;
    padding: 0px 20px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    left: 0px;
}














.content-section {
}
.content-section-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
.left-content {
    width: 330px;
    display: flex;
    align-self: stretch;

}

.content-section-wrap.left-close.left-fix .left-content {
    position: initial;
}
.content-section-wrap.left-close .left-content {
    width: 100%;
}
.main-content {
    width: 100%;
    padding-bottom: 50px;
}
.main-content--l, .main-content--r {
    width: calc(100% - 360px);
}

.main-content--lr {
    width: calc(100% - 530px);
}

.content-section-wrap.left-close .main-content--l {
    width: 100%;
}

.product-card-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.list__columns-5 .list__column {
    width: calc(100%/5);
}
.list__columns-4 .list__column {
    width: calc(100%/4);
}
.list__columns-3 .list__column {
    width: calc(100%/3);
}
.list__columns-2 .list__column {
    width: calc(100%/2);
}
.list__columns-1 .list__column {
    width: 100%;
}

.list__columns {
    display: flex;
    flex-wrap: wrap;
}

.product-card {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 40px;
}

.product-card__wrapper {
    position: relative;
    border: 0;
    margin-bottom: 0;
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.product-card__wrapper:hover {
    box-shadow: 1px 1px 9px #f0b7c9;
}

.product-card__img {
    width: 100%;
    overflow: hidden;
}

.product-card__img .product-card__img-link {
    display: block;
    width: 100%;
    position: relative;
}

.product-card__img .product-card__img-link img {
    width: 100%;
    height: auto;
    display: block;
}

.product-card__stick-box {
    position: absolute;
    top: 18px;
    left: 18px;
    text-align: left;
    z-index: 1;
}

.product-card__stick-box.new-year {
    top: 14px;
    right: 18px;
    left: auto;
}
.product-card__stick-box.new-year img {
    width: 36px;
    height: 36px;
}
.stick-box {}
.stick-box__stick {
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 10px 4px;
    border-radius: 5px;
    font-weight: bold;
    background: #D0A66F;
    color: #fff;
}
.stick-box__stick--outofstock {
    background: #fa133d;
}
.stick-box__stick--action {
    background: #DFA76B;
}
.stick-box__stick--hit {
    background: #51D0DB;
}
.stick-box__stick--new {
    background: #23AD5A;
}

.product-card__hover-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.product-card__wrapper:hover .product-card__hover-layer {
    display: block;
}

.product-card__attributes {
    position: absolute;
    width: 100%;
    border-radius: 0;
    left: 0;
    padding: 55px 20px 0px 20px;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    font-weight: 800;
    z-index: 1;
}
.product-card__attribute-group {
}
.product-card__attribute-group-name {
    color: #fa3c7a;
    margin: 10px 0 5px 0;
}
.product-card__attribute-list {
    display: flex;
    margin-bottom: 30px;
}
.product-card__attribute {
    padding-left: 30px;
    margin-right: 30px;
    white-space: nowrap;
    color: #fff;
    position: relative;
    font-weight: normal;
}

.product-card__attribute-14 {
    padding: 0px;
    white-space: normal;
}

.product-card__attribute-15::before {
    background-image: url(/image/catalog/icon/diameter.svg);
}

.product-card__attribute-13::before {
    background-image: url(/image/catalog/icon/height.svg);
}

.product-card__attribute::before {
    position: absolute;
    left: 0;
    content: " ";
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.product-card__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.product-card__options {
    display: none;
    position: absolute;
    background: #fff;
    top: 5px;
    right: 5px;
    left: 5px;
    padding: 20px 7px 7px;
    width: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgb(190 190 190 / 25%);
    z-index: 2;
    overflow-y: auto;
    max-height: 100%;
}
.product-card__choose-option {
    color: #fa3c7a;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
}



.product-card__options.show {
    display: block;
}
.product-card__choose-option {
    color: #fa3c7a;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}
.product-card__options-wrap {}
.product-card__options-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-card__options-item {
    width: calc(50% - 3px);
    margin-top: 6px;
}
.product-card__options-label {
    display: block;
    margin: 0;
    padding: 11px 6px 10px;
    width: 100%;
    border: 1px solid #E5EAEC;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
.product-card__options-label:hover {
    border-color: #fa3c7a;
    font-weight: 700;
}
.product-card__options-label input {
    display: none;
}
.product-card__options-price {}
.product-card__caption {
    padding: 0 20px 16px;
}
.product-card__name { 
    text-align: center;
    margin: 10px 0 7px;
    height: 40px !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: start;
}
.product-card__name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    margin: 0 0 7px;
    line-height: 20px;
    font-weight: 400;
}
.product-card__price {
    display: flex;
    justify-content: center;
    margin: 0;
    color: #444;
    height: 35px;
}
.product-card__price--action {
    display: block;
}
.product-card__price .price-new {
    font-weight: bold;
    display: block;
    margin: 0 0 0;
    text-align: center;
    font-size: 16px;
    color: #fa3c7a;
    font-weight: 400;
}
.product-card__price--action .price-new {
    color: #ef0601;
    font-weight: 500;
}
.product-card__price span.price-new.opt:before {
    content: "от ";
}

.product-card__price .price-old {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500;
    color: #959595;
    margin: 0;
    display: block;
    text-align: center;
}
.product-card__price .price-title {
    color: #171717;
    font-weight: normal;
}

.product-card__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-top: 0;
    background-color: transparent;
    overflow: visible;
    margin: 0 auto;
}

.add-to-cart {
    height: 37px;
    min-width: 115px;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 0 15px;
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: flex;
}
.add-to-cart:hover {
    background: #fa3c7a;
    border-color: #fa3c7a;
    color: transparent;
}
.add-to-cart:before {
    content: "\e9c9";
    font-family: feather;
    font-size: 0;
    line-height: 35px;
    color: #fff;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    margin: 0;
    display: inline-block;
    position: absolute;
    left: calc(50% - 7px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.add-to-cart:hover:before {
    font-size: 18px;
}


.add-to-wish {
    position: relative;
    border: 0;
    background: 0;
    padding: 0;
    margin-left: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-to-wish.active svg path.fill-wish {
    fill: #fa3c7a;
}

.kamehameha {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.kamehameha span {
    pointer-events: none;
    display: block;
    width: 6px;
    height: 6px;
    background: #E12A50;
    opacity: 0;
    border-radius: 6px;
    position: absolute;
}
.add-to-wish:hover .kamehameha span {
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.add-to-wish.active .kamehameha {
    -webkit-animation-name: beat;
    animation-name: beat;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.add-to-wish.active .kamehameha span {
    -webkit-animation-name: click;
    animation-name: click;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0s!important;
    animation-delay: 0s!important;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.kamehameha .i1 {
    top: -20px;
    left: 5px;
    background: #D0CFB6;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.kamehameha .i2 {
    top: -14px;
    left: 28px;
    background: #96E0DC;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.kamehameha .i3 {
    top: 6px;
    left: 35px;
    background: #9997CA;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.kamehameha .i4 {
    top: 27px;
    left: 31px;
    background: #D4D3BD;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.kamehameha .i5 {
    top: 37px;
    left: 8px;
    background: #B993E5;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.kamehameha .i6 {
    top: 30px;
    left: -15px;
    background: #9d6cd5;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.kamehameha .i7 {
    top: 7px;
    left: -18px;
    background: #D7A4BE;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.kamehameha .i8 {
    top: -16px;
    left: -13px;
    background: #e7d9a7;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.catalog-filters-control {
    margin-bottom: 20px;
}
.module-product .catalog-filters-control {
    display: none;
}
.module-product:first-child .catalog-filters-control {
    display: block;
}
.catalog-filters-content {
    display: flex;
    justify-content: space-between;
}
.catalog-filters-content-left {}
.filter-box {
    
}
.filter-box__popup-btn {}
.filter-box__qty {}
.catalog-filters-content-right {
    display: flex;
    align-items: center;
}

.sort-box {
    position: relative;
    margin-left: 10px;
}

.sort-box__input-sort {
    position: absolute;
    right: 0px;
    top: 4px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 100%;
    cursor: pointer;
    z-index: 2;
    background-color: #fff;
    transform: translate3d(0px, 36px, 0px);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
    padding: 10px;
}

.sort-box__input-sort.open {
    opacity: 1;
    visibility: visible;
        position: absolute;
    transform: translate3d(0px, 36px, 0px);
    top: 4px;
    left: 0px;
    will-change: transform;
}

.sort-box__input-sort li {    
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 400;
    color: #868686;
}
.sort-box__input-sort li:hover {    
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fa3c7a;
}

.sort-box__dropdown-btn {
    outline: 0;
    box-shadow: none;
    border: 1px solid #000;
    display: inline-block;
    line-height: 35px;
    padding: 0 20px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    background: none;
}

.sort-box__dropdown-btn:after {
    content: "\43";
    font-family: eleganticons;
    font-size: 13px;
    padding-left: 5px;
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0;
    vertical-align: 0;
    border: 0;
    line-height: 1;
    position: relative;
    top: 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform-origin: 65% 50%;
    color: #000;
}

.grid-box {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 8px 30px 8px 10px;
    width: auto;
}
.grid-box__item {
    cursor: pointer;
}

.grid-box-3 {
    margin-right: 10px;
}
.grid-box .grid-box-3 .icon-column {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 19px;
    height: 19px;
}
.grid-box .layer {
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: space-between;
}
.grid-box .layer span {
    background: #cecece;
    display: block;
    width: 5px;
    height: 5px;
}
.grid-box .first {}
.grid-box .middle {}
.grid-box .last {}
.grid-box-4 {}
.grid-box .grid-box-4 .icon-column {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 26px;
    height: 19px;
}

.grid-box-4 {
    margin-right: 10px;
}

.grid-box-5 {}
.grid-box .grid-box-5 .icon-column {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 33px;
    height: 19px;
}
.grid-box__item:hover .layer span {
    background: #000;
}

.grid-box__item.active .layer span {
    background: #000;
}

.breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumb__item {
    white-space: nowrap;
}
.breadcrumb__item:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    margin: 0 8px;
    color: #868686;
}
.breadcrumb__item:last-child:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    margin: 0 8px;
    color: #868686;
}
.breadcrumb__link {
    color: #868686;
}
.breadcrumb__link--nolink {
    color: #000;
}

.category-items-counter {
    font-weight: bold;
    color: #fa3c7a;
    margin-bottom: 15px;
    font-size: 16px;
}




.question-control {
    position: relative;
    display: inline-block;
    top: 2px;
}
.question-control__icon {
    display: block;
    cursor: pointer;
}
.question-control__hover {
    font-weight: normal;
    left: 0px;
    width: 245px;
    font-size: 14px;
    height: auto;
    bottom: 20px;
    padding: 11px 16px;
    position: absolute;
    z-index: 1;
    border-radius: 8px;
    background-color: #f8f8f8;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 16%), 1px 1px 2px 0 rgb(0 0 0 / 8%), -1px -1px 2px 0 rgb(0 0 0 / 8%);
    display: none;
}
.question-control:hover .question-control__hover {
    display: block;
}
.question-control__hover p {
    margin-bottom: 2px;
}
.question-control__hover b {
    margin-bottom: 5px;
    display: block;
}
.question-control__close {
    position: absolute;
    background-color: transparent;
    border: none;
    outline: none;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    background-image: url(/image/catalog/icon/i-close-white.svg);
    background-repeat: no-repeat;
    display: none;
}

.delivery-module {
    margin-bottom: 15px;
}
.delivery-module__form-group {}
.delivery-module__form-control {}
.delivery-module__info {}
.delivery-module__question {}
.delivery-module__distance {
    margin-top: 16px;
    margin-bottom: 2px;
    font-weight: 500;
}
.delivery-module__price {
    position: relative;
    font-weight: 500;

}
#delivery-module__message-errors {    
    color: #f00;
    margin-top: 10px;
    font-weight: 400;
}
#delivery-module__map {
    width: 100%;
    height: 400px;
    padding: 0;
    margin: 0;
    position: relative;
    display: none;
    margin-top: 10px;
    overflow: hidden;
    z-index: 1;
}


.delivery-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.delivery-info__left {
    width: 55%;
}
.delivery-info__mkad-blocks {
    display: flex;
    justify-content: space-between;
}
.delivery-info__mkad-block {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(190 190 190 / 25%);
    border-radius: 3px;
    height: 400px;
    width: 47%;
    margin-bottom: 30px;
    padding-bottom: 40px;
}
.delivery-info__mkad-block .title {    
    background: linear-gradient(90.16deg, #CA9C68 7.33%, #FEE7A6 99.84%);
    border-radius: 3px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    padding: 15px 0;
    position: relative;
    margin-bottom: 80px;
}
.delivery-info__mkad-block .title::after {
    content: '';
    display: block;
    width: 58px;
    height: 51px;
    background: url(/image/catalog/icon/art.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 55px;
    left: calc( (100% - 58px) / 2 );
}
.delivery-info__mkad-block span {
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.delivery-info__right {
    width: calc(45% - 30px);
}
.delivery-info__conditions {}

.delivery-info__conditions .title {
    color: #fa3c7a;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px;
}
.delivery-info__conditions ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 15px;
}

.delivery-info__conditions ul li::before {
    content: "";
    display: block;
    width: 17px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: 0px;
    background: url(/image/catalog/icon/ок.png) no-repeat;
}

.time-module__date {}
.time-module__date-form-group {}
.time-module__date-input-group {
    display: flex;
    max-width: 255px;
}
.time-module__date-form-control {
    border-radius: 4px 0px 0px 4px !important;
}
.time-module__date-input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px;
    border-left: 0;
    width: 37px;
    cursor: pointer;
}
.time-module__date-calendar {}
.time-module__calendar-error {
    color: #f00;
    margin-top: 10px;
}
.time-module__time-block-wrap {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
}
.time-module__time-title {
    border-bottom: 1px solid #e0e0e0;
    padding: 17px 0px 17px 0px;
    font-weight: 500;
}
.time-module__time-block {
    padding: 15px 15px 15px 0px;
}
.time-module__time-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 500; 
    cursor: pointer;
}
.time-module__time-radio {    
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 4px solid #e3e3e3 !important;
    border-radius: 50%;
    margin: 0;
    margin-right: 8px;
    cursor: pointer;
}
.time-module__time-radio:checked { 
    border-color: #fa3c7a !important;
    outline: none;
}
.time-module__time-price {
    position: absolute;
    right: 0px;
    color: #fa3c7a;
}
.time-module__date-input-group .ui-datepicker-trigger {
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px;
    border-left: 0;
    width: 45px;
    cursor: pointer;
}
.time-module__date-input-group .ui-datepicker-trigger img {
    width: 15px;
    height: auto;
}

.time-module__weather-info {    
    margin-top: 5px;
    color: #ff0000;
}



























.pagination-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
.pagination-wrap-left {
    width: 50%;
}
.pagination-wrap-right {
    width: auto;
    text-align: right;
    padding-top: 10px;
}

.pagination {
    text-align: center;
}
.pagination li {
    display: inline-block;
    height: 43px;
    margin-bottom: 20px;

    
}
.pagination li span, .pagination li a { 
    font-weight: 500;
    color: #959595;
    background-color: #fff;
    position: relative;
    padding: 12px 0;
    width: 45px;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
    border: 1px solid #E5EAEC;
    border-radius: 3px;
    font-size: 14px;
    line-height: 19px;
    display: block;
    
}
.pagination li span {
    color: #fa3c7a;
    border-color: #fa3c7a;
    box-shadow: 1px 1px 9px #fa3c7a;
}



.module-why {
    background-color: #F6F4EB80;
    border-radius: 50px 50px 50px 50px;
    padding: 50px 0px;
}
.module-why__wrap {}
.module-why__body {}
.module-why__tab-content-nav {}
.module-why__nav-tabs {
    justify-content: space-between;
}
.module-why__nav-tab {
    font-weight: 500;
    width: calc((100% / 4) - 10px);
    border-radius: 50px 50px 50px 50px;
    font-size: 16px;
}

.module-why__tab-content {}
.module-why__tab-pane {
    justify-content: space-between;
    align-items: start;
}
.module-why__tab-pane.active {    
    display: flex !important;
}
.module-why__content {
    width: 45%;
}
.module-why__content ul {
    
    list-style-type: disc;
    padding-inline-start: 40px;
}
.module-why__onas {}
.module-why__content-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
}
.module-why__slider {
    width: 50%;
}
.module-why__slider .swiper {
    max-width: 534px;
}


.module-why__slider-image img {
    width: 100%;
}

.module-why__slider-item {}
.module-why__slider-image {}
.module-why__slider-info {
    position: absolute;
    width: 100%;
    /*opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: -100px;
    transition-delay: .6s;*/
    display: block;    
    top: 30%;
    /*-webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
    text-align: center;
}
.swiper-slide-active .module-why__slider-info {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.module-why__slider-title {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 300;
    color: #575555;
    background-color: #ffffffc9;
    padding: 5px 10px;
}
.module-why__slider-link {
    background-color: #FB5A8D;
    font-size: 11px;
    line-height: 43px;
    letter-spacing: 3px;
    padding: 0px 30px 0px 30px;
    fill: #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
}
.module-why__slider-link:after {
    content: "\e901";
    font-family: icomoon;
    font-size: 15px;
    font-weight: 400;
    top: 2px;
    display: inline-block;
    position: relative;
    margin-left: 7.5px;
}
.module-why__slider-link:hover {
    background-color: #000;
    color: #fff;
}


.module-why__slider .swiper {
    padding-bottom: 0px;
}

.module-product-category {
    margin-bottom: 30px;
}

.module-product-categories {
    cursor: grab;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 10px;
}
.module-product-categories::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
.module-product-categories-item, .module-product-categories-item:hover, .module-product-categories-item:focus, .module-product-categories-item:active {
    padding: 9px 12px;
    border-radius: 6px;
    background: #FB5A8D;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    transition: .15s;
    margin-right: 16px;
    margin-bottom: 16px;
}











.footer {
    color: #868686;
    border-top: 1px solid #E7E7E7;
    padding-top: 40px;
}
.footer__wrap {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer__contacts {
    width: 250px;
}
.footer__logo {}
.footer__contacts-list {}
.footer__contacts-list-item {
    line-height: 31px;
}
.footer__contacts-list-item b {
    color: #000;
    font-weight: 600;
}
.footer__contacts-list-item a {
    color: #868686;
}
.footer__contacts-list-item a:hover, .footer__contacts-list-item a:focus, .footer__contacts-list-item a:active {
    color: #fa3c7a;
}
.footer__nav {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: calc(100% - 800px);
}
.footer__nav-column {
    width: calc(100% / 3);
}
.footer__nav-column-list {}
.footer__nav-column-list-item {
    line-height: 31px;
    height: 31px;
}
.footer__nav-column-list-item a {
    color: #868686;
}
.footer__nav-column-list-item a:hover, .footer__nav-column-list-item a:focus, .footer__nav-column-list-item a:active {
    color: #fa3c7a;
}
.footer__nav-column-list-item-title {
    margin-bottom: 10px;
    font-weight: 300;
}



.footer__info {
    width: 330px;

}
.footer__subscribe {}
.footer__subscribe-success {   
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 30px;
}
.footer__subscribe-success-image {
    margin-right: 25px;
}
.footer__subscribe-success-content {}
.footer__subscribe-success-content-text {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}
.footer__subscribe-form {}
.footer__subscribe-form-text {}
.footer__subscribe-form-discount {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.newsletter-block {
    margin-top: 15px;
}
.newsletter-block__form {
    display: flex;
    align-items: center;
}
.newsletter-block__form-field {
    width: 100%;
}
.newsletter-block__form-field-input {}
.newsletter-block__form-button {
    width: 72px;
    max-width: 72px;
    min-width: 72px;
    display: block;
}
.newsletter-block__form-button:before {
    content: "\e98a";
    font-family: feather;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}

.question-page__body {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
.question__item {
    width: calc(100% / 2);
    padding: 0px 10px;
    margin-bottom: 30px;
}
.question__title {
    font-size: 30px;
    font-weight: 300;
    margin: 0px 0px 26px 0px;
}
.question__sub-title {
    font-weight: 500;
    margin-bottom: 1rem;
}
.question__text {
    margin-bottom: 1rem;
    color: #868686;
}





.footer__copy {
    border-top: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    padding: 20px 0px 35px 0px;
    margin-top: 30px;
}
.footer__copy-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #868686;
}
.footer__copy-text {
    font-size: 13px;
}
.footer__copy-links {}
.footer__copy-links-list {}
.footer__copy-links-list-item {}
.footer__copy-links-list-item a {    
    color: #868686;
    text-decoration: underline;
}

.footer__copy-links-list-item a:hover, .footer__copy-links-list-item a:focus, .footer__copy-links-list-item a:active {
    color: #fa3c7a;
}
.footer-fixed-menu {
    display: none;
}
.footer-fixed-menu__name {    
    font-size: 10px;
    margin-top: 3px;
    font-weight: 500;
}

::selection {
    background: #fa3c7a; 
    color: #fff; 
}
.not-found__block-content {
    padding-top: 189px;
    background: url(/image/catalog/not_found.jpg) -48px -72px no-repeat;
    background-size: 100%;
}
.not-found__block {}
.not-found__block h1 {
    text-align: center !important;
    margin-bottom: 25px;
    font-size: 32px !important;
}
.not-found__buttons {}
.not-found__buttons a {
    margin: auto;
    display: block;
    width: 250px;
    padding: 15px;
}



















@media (min-width: 768px) {
    .wa-quick-link {
        position: fixed;
        z-index: 1;
        bottom: 140px;
        right: 29px;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 48px;
        height: 48px;
        box-shadow: 0px 2px 6px #ccc;
        border-radius: 40px;
        background-color: #23D366;
    }
    .wa-quick-link img {
        width: 24px;
    }

    .btn-quick-nav {
        position: fixed;
        z-index: 1;
        width: 43px;
        height: 43px;
        line-height: 49px;
        text-align: center;
        bottom: 70px;
        right: 30px;
        color: #fff;
        border: 2px solid #fa3c7a;
        background: #fa3c7a;
    }

    .btn-quick-nav:hover {
        background: #fa3c7a;
        border-color: #fa3c7a;
    }

    .btn-quick-nav i {
        font-size: 26px;
        display: block;
        line-height: 36px;
    }
}



@media (min-width: 1024px) {
    .header__main-block {
        height: 86px;
    }
    .header__main-menu-block-wrap.fixed {  
        position: fixed;
        width: 100%;
        top: 0px;
        background: #fff;
        box-shadow: 1px 10px 14px #fa3c7a;
        z-index: 9;
    }

    .header__main-menu-block-wrap.fixed .header__main-menu-item-dropdown-menu {
        top: calc(100% + -2px);
    }

    .header__telephone-button {
        display: none;
    }
    .header__button-menu-block {
        display: none;
    }
    .main-menu__close {
        display: none;
    }
    .main-menu__header {
        display: none;
    }
    .header__main-menu-item-hidden-mob {
        display: none !important;
    }
    .header__main-menu-item:hover .header__main-menu-item-dropdown-menu {  
        display: block; 
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: translate(0) !important;
        transform: translate(0) !important;   
    }
    .header__main-menu-item-dropdown-menu-head {
        display: none;
    }
}

@media (max-width: 1299px) {
    .footer__nav {
        width: calc(100% - 600px);
    }
}

@media (max-width: 1199px) {
    .header__search-block.open {
        width: calc(100% - 295px);
    }
    .header__search-block {
        right: 155px;
    }
    .header__main-menu-item {
        padding: 30px 10px;
    }

    .list__columns-5-max-1199 .list__column {
        width: calc(100%/5);
    }
    .list__columns-4-max-1199 .list__column {
        width: calc(100%/4);
    }
    .list__columns-3-max-1199 .list__column {
        width: calc(100%/3);
    }
    .list__columns-2-max-1199 .list__column {
        width: calc(100%/2);
    }
    .list__columns-1-max-1199 .list__column {
        width: 100%;
    }
    .grid-box {
        display: none;
    }
    .footer__nav {
        width: calc(100% - 580px);
    }
}

@media (max-width: 1099px) {
    .header__main-menu-item {
        padding: 30px 6px;
    }
}

@media (max-width: 1023px) {

    .list__columns-4-max-1023 .list__column {
        width: calc(100%/4);
    }
    .list__columns-3-max-1023 .list__column {
        width: calc(100%/3);
    }
    .list__columns-2-max-1023 .list__column {
        width: calc(100%/2);
    }
    .list__columns-1-max-1023 .list__column {
        width: 100%;
    }

    .pagination-wrap-left {
        width: 100%;
    }
    .pagination-wrap-right {
        width: 100%;
        text-align: left;
    }

    .module-why__nav-tabs {
        flex-wrap: wrap;
    }
    .nav-tab.module-why__nav-tab {
        padding: 15px 15px 15px;
        font-size: 14px;
    }

    .module-why__slider-title {
        font-size: 35px;    
    }

    .footer-fixed-menu {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: 67px;
        border-top: 0.5px solid #e1e1e5;
        background: #fff;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        left: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 150;
    }

    .footer-fixed-menu__item, .footer-fixed-menu__item:focus, .footer-fixed-menu__item:hover {
        display: flex;
        flex: 1 1 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 47px;
        padding: 0px;
        outline: 0!important;
        color: #000;
        text-align: center;
        text-decoration: none;
        transition: .15s;
        position: relative;
        cursor: pointer;
        background: none;
        border: none;
        font-size: 25px;
    }

    .footer-fixed-menu__item .header__user-link-count {
        top: 3px;
    }

    h1 {
        font-size: 40px;
    }

    .header__top-menu {
       display: none;
    }
    .header__button-menu-toggle {        
        border: none;
        background: none;
    }
    .top-menu-button__burger {}
    .top-menu-button__burger-line {
        position: relative;
        display: block;
        width: 17px;
        height: 2px;
        margin: 0 1px;
        transition: transform .3s,background-color .3s;
        background-color: #171717;
    }
    .top-menu-button__burger-line:not(:first-child) {
        margin-top: 4px;
    }
    
    .header__main-menu-navbar-wrap.open {
        display: block;
    }
    .header__main-block-wrap {
        height: 80px;
    }

    .header__user-link-item {
        margin-left: 10px;
    }
   
    .header__wishlist-info {
        display: none;
    }
    .header__account-block {        
        display: none;
    }
    .header__button-menu-block {
        width: 120px;

    }
    .header__action-block {
        width: 120px;
    }
    .header__logo-block {
        width: 110px;
    }

    .header__middle-block {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        width: 280px;
        z-index: 999999;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        border-width: 1px 0 0 1px;
        -webkit-transform: translate3d(-280px,0,0);
        transform: translate3d(-280px,0,0);
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

    .header__middle-block.active {
        visibility: visible;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 1px 12px 2px hsl(0deg 0% 56% / 30%);
    }
    .header__middle-block .main-menu__close {
        background: url(/image/catalog/icon/i-close-white.svg) 50% no-repeat;
        position: initial;
    }
    .main-menu__header {
        display: flex;
        align-items: center;
        justify-content: end;
        background: #fa3c7a;
        padding: 15px 15px;
    }
    .main-menu__title {
        color: #fff;
        text-transform: uppercase;
        margin-right: 10px;
    }
    .header__main-menu-list {
        display: block;
    }
    .header__main-menu-navbar {
        height: 100%;
        padding: 15px 20px;
    }

    .header__main-menu-item {
        border-bottom: 1px solid hsla(0,0%,90%,.5);
        padding: 10px 6px;

        display: block;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .header__main-menu-item-dropdown > a {       
        display: block;
    }

    .header__main-menu-item:hover .header__main-menu-link:before, .header__main-menu-item.active .header__main-menu-link:before {
        opacity: 0;
        visibility: hidden;
    }

    .header__main-menu-item-dropdown .header__main-menu-link:after {
        content: "";
        /*border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        border-color: rgba(0,0,0,.3);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 17px;*/
    }

    .header__main-menu-item-dropdown-toggle--mobile {
        display: block;
        width: 65px;
        height: 25px;
        padding: 15px 20px;
        margin: 0;
        position: relative;
    }

    .header__main-menu-item-dropdown-toggle--mobile:after {
        content: "";
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        border-color: rgba(0,0,0,.3);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 17px;
    }

    .header__main-menu-item-dropdown-menu {
        display: none;
    }
    .header__main-menu-item-dropdown.open .header__main-menu-item-dropdown-menu {
        display: block;
        top: 34px;
        left: 0px;
        z-index: 1;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border-radius: 0px;
        height: 100%;
    }

    .header__main-menu-item-dropdown-menu-wrap {
        display: block;
    }

    .dropdown-menu-columns-1 .header__main-menu-item-dropdown-menu-list {
        width: 100%;
    }
    .dropdown-menu-columns-2 .header__main-menu-item-dropdown-menu-list {
        width: 100%;
    }
    .dropdown-menu-columns-3 .header__main-menu-item-dropdown-menu-list {
        width: 100%;
    }
    .dropdown-menu-columns-4 .header__main-menu-item-dropdown-menu-list {
        width: 100%;
    }

    .header__main-menu-item-dropdown-menu.dropdown-menu-columns-1 {
        width: 100%;
    }
    .header__main-menu-item-dropdown-menu.dropdown-menu-columns-2 {
        width: 100%;
    }
    .header__main-menu-item-dropdown-menu.dropdown-menu-columns-3 {
        width: 100%;
    }
    .header__main-menu-item-dropdown-menu.dropdown-menu-columns-4 {
        width: 100%;
    }

    .header__main-menu-item-dropdown-menu-list {
        margin: 0px 0;
        border-right: none;
    }

    .header__main-menu-item-dropdown-menu-head {        
        position: relative;
        color: #fa3c7a;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        padding: 20px 0px;
    }

    .header__main-menu-item-dropdown-menu-head:before {
        content: "";
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 23px;
        right: auto;
        border-color: rgba(0,0,0,.3);
    }
    .header__search-block.open {
        display: none;
    }
    .footer__info {
        width: 100%;
        margin-top: 25px;
    }
    .footer__nav {
        width: calc(100% - 330px);
    }

    .header__cart-info:hover .header__cart-dropdown {
        display: none;
    }
    .grid-box {
        display: none;
    }

    .sort-box__dropdown-btn {        
        font-size: 12px;
    }
    .sort-box__input-sort {   
        font-size: 12px;

    }



    
}

@media (max-width: 991px) {
    .list__columns-5-max-991 .list__column {
        width: calc(100%/5);
    }
    .list__columns-4-max-991 .list__column {
        width: calc(100%/4);
    }
    .list__columns-3-max-991 .list__column {
        width: calc(100%/3);
    }
    .list__columns-2-max-991 .list__column {
        width: calc(100%/2);
    }
    .list__columns-1-max-991 .list__column {
        width: 100%;
    }
}


@media (max-width: 767px) {

    .wa-quick-link {
        position: fixed;
        z-index: 1;
        bottom: 95px;
        right: 29px;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 48px;
        height: 48px;
        box-shadow: 0px 2px 6px #ccc;
        border-radius: 40px;
        background-color: #23D366;
    }
    .wa-quick-link img {
        width: 24px;
    }

    .container {
        padding: 0px 10px;
    }

    .product-card-list {
        margin: 0 -5px;
    }

    .left-content {
        width: 100%;
    }

    .content-section-wrap.left-fix .left-content {
        position: initial;
    }

    .main-content--l, .main-content--r {
        width: 100%;
    }
    .list__columns-5-max-767 .list__column {
        width: calc(100%/5);
    }
    .list__columns-4-max-767 .list__column {
        width: calc(100%/4);
    }
    .list__columns-3-max-767 .list__column {
        width: calc(100%/3);
    }
    .list__columns-2-max-767 .list__column {
        width: calc(100%/2);
    }
    .list__columns-1-max-767 .list__column {
        width: 100%;
    }

    .product-card {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 40px;
    }

    .product-card__buttons {
        padding: 0 10px 0px;
        flex-wrap: initial;
    }

    .product-card__stick-box {
        top: 3px;
        left: 3px;
    }
    .product-card__options {
        padding: 5px;
    }

    .product-card__options-item {
        width: 100%;
    }

    .product-card__wrapper:hover .product-card__hover-layer {
        display: none;
    }

    .product-card__choose-option {
        font-size: 12px;
    }

    .product-card__options-label {
        padding: 7px 6px 6px;
        font-size: 11px;
    }

    .add-to-cart {
        font-size: 10px;
        padding: 0 10px;
    }

    .module-why__nav-tab {
        width: 100%;
        margin-bottom: 10px;
    }

    .module-why__tab-pane {
        justify-content: space-between;
        align-items: start;
        flex-wrap: wrap;
    }

    .module-why__content {
        width: 100%;
    }

    .module-why__slider {
        width: 100%;
    }

    .module-why {
        border-radius: 50px;
        padding: 50px;
    }

    .module-why__slider-title {
        font-size: 30px;    
    }

    .question-control__hover {
        width: 100%;
        min-width: 270px;
        background-color: #000000;
        border: none;
        height: auto;
    }

    .question-control:hover .question-control__hover {
        display: none;
    }

    .question-control.open .question-control__hover {
        display: block;
    }


    .question-control__hover p {
        color: #ffffff;
        margin-right: 24px;
    }

    .question-control__close {
        display: block;
    }

    .delivery-module__question .question-control__hover {
        left: -130px;
    }

    .question__item {
        width: 100%;
    }

    .footer__contacts {
        width: 100%;
    }
    .footer__nav {
        width: 100%;
        margin-top: 20px;
    }
    .footer__copy-wrap {
        flex-wrap: wrap;
    }
    .footer__copy-text {
        text-align: center;
        width: 100%;
    }
    .footer__copy-links {
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    .catalog-filters-control {
        width: 100%;
    }

    .catalog-filters-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .catalog-filters-control.fixed {
        height: 48px;
    }

    .catalog-filters-control.fixed .catalog-filters-content {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 2;
        background: #fff;
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 0 3px 0 rgb(0 0 0 / 6%);
        padding: 13px 10px;
        transform: translateY(-100%);
        transition: transform .4s;
    }

    .catalog-filters-control.fixed.show .catalog-filters-content {
        transform: translateY(0);
    }
    

}

@media (max-width: 499px) {
    .footer__nav {
        flex-wrap: wrap;
    }

    .footer__nav-column {
        width: calc(100% / 2);
    }

    .footer__nav-column:nth-child(2) {
        display: none;
    }
    

}

