@font-face {font-family: "Bebas Neue";src: local("Bebas Neue Thin"),local("BebasNeue-Thin"),url("/assets/fonts/bebasneue/100.woff2") format("woff2"),url("/assets/fonts/bebasneue/100.woff") format("woff");font-weight: 100;font-style: normal;}
@font-face {font-family: "Bebas Neue";src: local("Bebas Neue Light"),local("BebasNeue-Light"),url("/assets/fonts/bebasneue/200.woff2") format("woff2"),url("/assets/fonts/bebasneue/200.woff") format("woff");font-weight: 200;font-style: normal;}
@font-face {font-family: "Bebas Neue";src: local("Bebas Neue Book"),local("BebasNeueBook"),url("/assets/fonts/bebasneue/300.woff2") format("woff2"),url("/assets/fonts/bebasneue/300.woff") format("woff");font-weight: 300;font-style: normal;}
@font-face {font-family: "Bebas Neue";src: local("Bebas Neue Regular"),local("BebasNeueRegular"),url("/assets/fonts/bebasneue/400.woff2") format("woff2"),url("/assets/fonts/bebasneue/400.woff") format("woff");font-weight: 400;font-style: normal;}
@font-face {font-family: "Bebas Neue";src: local("Bebas Neue Bold"),local("BebasNeueBold"),url("/assets/fonts/bebasneue/700.woff2") format("woff2"),url("/assets/fonts/bebasneue/700.woff") format("woff");font-weight: 700;font-style: normal;}
* {box-sizing: border-box;outline: none;}
body {margin: 0;background: #fff;font-family: "SF Pro Display";font-size: 16px;}
img {border: 0;vertical-align: middle;width: 100%;}
ul, ol {padding: 0;list-style: none;margin: 0;}
p, h1, h2, h3 {margin: 0;padding: 0;}
a, button {cursor: pointer;}
.overflow-hidden {overflow: hidden;}
.filter-hidden {overflow: inherit;}
.container {padding: 0 16px;}
.swiper-next, .swiper-prev {position: absolute;top: 50%;height: var(--swiper-navigation-size);height: 20px;z-index: 1;cursor: pointer;display: flex;align-items: center;justify-content: center;color: var(--swiper-navigation-color,var(--swiper-theme-color));width: 20px;}
.swiper-next {left: auto;right: 10px;}
.swiper-prev {left: 10px;right: auto;}
.swiper-bullets .swiper-pagination-bullet {width: 16px;height: 16px;border: 1px solid #cbdb93;opacity: 1;background: transparent;}
.swiper-bullets .swiper-pagination-bullet-active {background: #cbdb93;}
@media (min-width: 710px) {.container {padding: 0 calc(50% - 350px);}}
@media (min-width: 768px) {.overflow-hidden {overflow: inherit;}}
@media (min-width: 1100px) {.container {padding: 0 16px;}}
@media (min-width: 1400px) {.container {padding: 0 calc(50% - 600px);}}
@media (max-width: 1279px) {.filter-hidden {overflow: hidden;}}
@media (max-width: 1024px) {#time-start::-webkit-calendar-picker-indicator, #time-end::-webkit-calendar-picker-indicator {display: none;}
	.checkout .order-form__row--wrapper {width: 100% !important;}
	#time-start, #time-end {width: 100% !important;-webkit-appearance: none;}
	input[value=""]#time-start {position: relative;}
	input[value=""]#time-start::after {content: "c 9:00";position: absolute;left: 21px;top: 50%;transform: translateY(-50%);font-family: "SF Pro Display";z-index: 2;background: #fff;}
	input[value=""]#time-end {position: relative;}
	input[value=""]#time-end::after {content: "до 12:00";position: absolute;left: 21px;top: 50%;transform: translateY(-50%);font-family: "SF Pro Display";z-index: 2;background: #fff;}
	input[value=""]#time-start:focus::after, input[value=""]#time-end:focus::after {display: none;}
	#time-start, #time-end {background: #fff;}}
.cus-checkbox-wrap {display: flex;flex-wrap: wrap;flex-direction: column;margin: -5px -10px;}
.cus-checkbox-wrap.inline {flex-direction: row;}
.cus-checkbox-wrap .cus-checkbox {margin: 5px 10px;}
.order-disabler {color: red;text-align: center;display: block;}
.cus-checkbox {display: flex;margin-top: 10px;margin-bottom: 10px;}
.cus-checkbox input {position: absolute;left: -9999px;top: 0;opacity: 0;width: 0;height: 0;visibility: hidden;}
.cus-checkbox input:checked + label::before {background-color: white;border-color: black;content: "✓";font-family: FontAwesome;color: black;}
.cus-checkbox input:disabled + label {opacity: .5;cursor: not-allowed;}
.cus-checkbox label {display: inline-block;min-height: 20px;position: relative;padding-left: 20px;cursor: pointer;margin: 0;font-size: 12px;line-height: 15px;color: #000;}
.cus-checkbox label span {padding-left: 8px;}
.cus-checkbox label::before {content: "";position: absolute;left: 0;top: 0;width: 15px;height: 15px;line-height: 13px;border: 1px solid #000;border-radius: 2px;transition: all .3s ease 0s;background-position: center center;background-repeat: no-repeat;text-align: center;font-size: 13px;}
.cus-checkbox.primary input:checked + .icon {background-color: black;border-color: black;}
.cus-checkbox.secondary input:checked + .icon {background-color: black;border-color: black;}
.cus-checkbox.success input:checked + .icon {background-color: #4caf50;border-color: #4caf50;}
.cus-checkbox.danger input:checked + .icon {background-color: #f44336;border-color: #f44336;}
.cus-checkbox.warning input:checked + .icon {background-color: #ffc107;border-color: #ffc107;}
.cus-checkbox.info input:checked + .icon {background-color: #17a2b8;border-color: #17a2b8;}
.mse2_pagination {text-align: center;}
.under-logo-text {display: none;}
@media (max-width: 768px) {body {padding-top: 22px;}
	.under-logo-text {display: block;text-align: center;color: #000;font-size: 14px;}
	.header-mobile .logo {max-width: 311px !important;text-decoration: none;}
	.header-mobile {height: 84px !important;}}
.close_window {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background: white;color: black;display: flex;align-items: center;justify-content: center;font-size: 24px;font-weight: bold;z-index: 9999999;}
.nofavorites {display: none;}
.header {height: 60px;}
.header #msMiniCart {font-size: 0;}
.header-top {display: none;align-items: center;justify-content: center;height: 60px;padding: 5px calc(50% - 250px);font-size: 16px;line-height: 127.6%;text-align: center;letter-spacing: .02em;color: #fff;background-color: #c484b8;}
.header-mobile {position: fixed;top: 0;left: 0;display: flex;justify-content: space-between;align-items: center;width: 100%;height: 60px;padding: 0 16px;box-shadow: 0px 2px 6px rgba(0,0,0,.3);background: #fff;z-index: 4;}
.header-mobile__phone {display: block;width: 22px;height: 20px;margin-left: 5px;background: url("/assets/img/icons/telephone.svg") left 0px top -2px;}
.header-mobile__container {display: flex;align-items: center;}
.header-mobile .logo {display: block;max-width: 112px;width: 100%;margin: 0 auto;}
.header-mobile .logo__img {display: block;width: auto;max-width: 100%;max-height: 58px;margin: auto;}
.header-mobile .header__favorites {display: block;width: 23px;margin-left: auto;}
.header-mobile .header__favorites .favorites {display: block;position: relative;width: 23px;height: 23px;font-size: 0;}
.header-mobile .header__favorites .favorites_count {position: absolute;top: 15px;left: 9px;min-width: 19px;min-height: 19px;padding: 3px 5px;background: #5d854c;border-radius: 50%;font-weight: bold;font-size: 10px;line-height: 134%;text-align: center;color: #fff;}
.header-mobile .header__favorites .favorites svg {width: 23px;height: 23px;}
.header-mobile .header__cart {display: block;width: 24px;height: 24px;margin-left: 17px;}
.header-mobile .header__cart .miniCart {width: 24px;height: 24px;border: none;background: none;padding: 0;background-image: url("/assets/img/icons/basket_normal.svg");background-size: cover;}
.header-nav {display: none;border-bottom: 1px solid #e5e5e5;}
.header-nav__list {display: flex;}
.header-nav__list li {padding: 12px 49px 9px 0;}
.header-nav__list li:last-child {padding-right: 0;}
.header-nav__list li a {text-decoration: none;font-weight: 500;font-size: 13px;line-height: 16px;letter-spacing: .02em;color: #5c5c5c;}
.header-nav__list li a:hover {color: #c484b8;}
.header-nav .header-search {display: none;}
.header-body {display: none;}
.header__container {display: flex;align-items: center;justify-content: space-between;}
.header__link {font-weight: normal;font-size: 14px;line-height: 134%;letter-spacing: .01em;text-decoration-line: underline;color: #cbdb93;cursor: pointer;}
.header__link:hover {color: #cbdb93;}
.header__cart-scroll {position: absolute;top: -9999px;right: -9999px;}
.header__favorites-scroll {position: absolute;top: -9999px;right: -9999px;}
.hamburger {display: inline-block;margin: 0;padding: 5px 10px 5px 0;cursor: pointer;}
.hamburger_open .hamburger__inner {transform: rotate(45deg) translate(5px,5px);}
.hamburger_open .hamburger__inner::before {opacity: 0;}
.hamburger_open .hamburger__inner::after {top: 0;transform: rotate(-90deg);}
.hamburger__box {position: relative;width: 22px;height: 17px;}
.hamburger__inner {position: absolute;top: 0;display: block;width: 22px;height: 3px;background-color: #5c5c5c;border-radius: 2px;}
.hamburger__inner::before {content: "";position: absolute;height: 3px;background-color: #5c5c5c;border-radius: 2px;top: 7px;width: 22px;}
.hamburger__inner::after {content: "";position: absolute;height: 3px;background-color: #5c5c5c;border-radius: 2px;top: 14px;width: 22px;}
@media (min-width: 768px) {.header {height: auto;}
	.header-top {display: flex;}
	.header-mobile {display: none;}
	.header-nav {display: flex;}
	.header-nav__container {align-items: center;justify-content: space-between;}
	.header-nav__list li {padding: 9px 46px 9px 0;}
	.header-search {overflow: hidden;position: relative;width: 254px;height: 32px;border: 1px solid #ddd;border-radius: 27px;}
	.header-search__input {display: block;width: 100%;height: 32px;padding: 0 31px 0 40px;font-family: "Roboto";font-size: 13px;line-height: 134%;letter-spacing: -.01em;color: #525252;font-weight: normal;background-image: url("/assets/img/icons/search.svg");background-repeat: no-repeat;background-position: 12px center;border: 0;}
	.header-search__button {position: absolute;top: 2px;right: 3px;border: none;background-color: #ddd;width: 26px;height: 26px;border-radius: 50%;background-image: url("/assets/img/icons/button-arrow.svg");background-repeat: no-repeat;background-position: center;}
	.header-search__button:hover {background-color: #c8c7c7;}
	.header-body {display: block;position: relative;background: #fff;}
	.header-body .logo {width: 19%;margin-top: 0;}
	.header-body .logo a {display: block;width: 100%;max-width: 140px;}
	.header-controls {height: 60px;border-bottom: 1px solid #e5e5e5;}
	.header-controls .header__phones {display: none;}
	.header-controls .header__contacts {display: none;}
	.header-info {height: 68px;border-bottom: 1px solid #e5e5e5;}
	.header .logo__img {max-height: 43px;width: auto;}
	.header__work-time {position: relative;color: #5c5c5c;font-size: 14px;padding-left: 35px;}
	.header__work-time::after {content: "";position: absolute;left: 0;top: -5px;width: 26px;height: 26px;background-image: url("/assets/img/icons/time.svg");background-repeat: no-repeat;background-size: contain;}
	.header-addresses {position: relative;padding: 0 19px 0 35px;}
	.header-addresses:hover .header-addresses__container {display: block;}
	.header-addresses::after {content: "";position: absolute;background-image: url("/assets/img/icons/geo.svg");width: 26px;height: 26px;left: 0;background-repeat: no-repeat;top: -3px;background-size: contain;}
	.header-addresses__value {max-width: 230px;padding-bottom: 2px;color: #5c5c5c;font-size: 14px;letter-spacing: -.01em;font-family: "Roboto";position: relative;cursor: default;}
	.header-addresses__city {font-weight: bold;}
	.header-addresses__container {display: none;position: absolute;top: calc(100% - -5px);left: 0;width: 225px;padding: 0 27px;background: #fff;border: 2px solid #cbdb93;box-shadow: 0px 1px 6px rgba(0,0,0,.25);border-radius: 17px;z-index: 5;}
	.header-addresses__container::before {content: "";position: absolute;top: -9px;left: 0;width: 100%;height: 8px;z-index: 1;}
	.header-addresses__item {display: block;padding: 14px 0;border-bottom: 1px solid #cbdb93;font-size: 14px;line-height: 134%;letter-spacing: -.01em;color: #5c5c5c;text-decoration: none;cursor: default;}
	.header-addresses__item:last-child {border: 0;}
	.header-addresses a.header-addresses__item {cursor: pointer;}
	.header-addresses a.header-addresses__item:hover {color: #cbdb93;}
	.header__container {padding: 0 calc(50% - 350px);}
	.header__phones {position: relative;padding-left: 24px;}
	.header__phones::after {content: "";position: absolute;top: 4px;left: -12px;width: 26px;height: 26px;background-image: url("/assets/img/icons/telephone.svg");background-repeat: no-repeat;background-size: contain;}
	.header__phones a {display: block;margin-bottom: 2px;font-family: Roboto;font-weight: bold;font-size: 14px;line-height: 134%;letter-spacing: .02em;color: #5c5c5c;text-decoration: none;}
	.header__user-block {display: flex;justify-content: flex-end;align-items: center;}
	.header__enter {width: 32px;height: 32px;border: none;background: none;padding: 0;font-size: 0;cursor: pointer;}
	.header__enter svg {width: 32px;height: 32px;}
	.header__favorites {position: relative;width: 32px;height: 32px;margin-left: 30px;padding: 0;border: none;background: none;font-size: 0;cursor: pointer;text-decoration: none;}
	.header__favorites_full .header__favorites-count {visibility: visible;}
	.header__favorites-count {visibility: hidden;position: absolute;top: 12px;left: calc(50% - -2px);min-width: 19px;min-height: 19px;padding: 3px 5px;background: #cbdb93;border-radius: 50%;font-weight: bold;font-size: 10px;line-height: 134%;text-align: center;color: #fff;}
	.header__favorites svg {width: 32px;height: 32px;}
	.header__cart {position: relative;width: 32px;height: 32px;border: none;background: none;padding: 0;font-size: 0;cursor: pointer;margin-left: 30px;}
	.header__cart_full .header__cart-count {display: block;}
	.header__cart-count {display: none;position: absolute;top: 15px;left: calc(50% - -2px);min-width: 19px;min-height: 19px;padding: 3px 5px;background: #cbdb93;border-radius: 50%;font-weight: bold;font-size: 10px;line-height: 134%;text-align: center;color: #fff;}
	.header__cart svg {width: 32px;height: 32px;}
	.header__favorites-scroll {position: absolute;top: 13px;right: -8px;width: 24px;height: 24px;display: none;}
	.header__favorites-scroll--count {visibility: visible;}
	.header__favorites-scroll svg {width: 21px;height: 22px;}
	.header .header__cart_full .header__cart-scroll--count {display: block;}
	.header__cart-scroll {position: absolute;top: 10px;right: -37px;display: none;width: 24px;height: 24px;}
	.header__cart-scroll--count {display: block;}
	.header__cart-scroll .miniCart {width: 24px;height: 24px;border: 0;background: none;padding: 0;background-image: url("/assets/img/icons/basket_normal.svg");background-size: cover;}
	.hamburger {display: none;}}
@media (min-width: 1100px) {.header #msMiniCart {font-size: 12px;}
	.header__favorites-scroll {right: -35px;top: 13px;}
	.header__cart-scroll {top: 10px;right: -67px;}
	.header-top {height: 50px;padding: 5px calc(50% - 500px);font-size: 19px;line-height: 23px;}
	.header-nav {padding: 0 16px;}
	.header-nav .header-search {display: block;}
	.header-controls {height: 140px;padding: 0 16px;}
	.header-controls .header-search {display: none;}
	.header-controls .header__contacts {display: block;}
	.header-controls .header__phones {display: block;}
	.header-info {display: none;}
	.header .logo__img {max-height: 85px;}
	.header__contacts {margin: auto;}
	.header__work-time {margin-bottom: 19px;font-size: 16px;line-height: 134%;}
	.header__work-time::after {top: -2px;}
	.header__work-time b {font-size: 15px;}
	.header-addresses__value {font-size: 15px;}
	.header-addresses__container {width: 320px;left: 6px;}
	.header-addresses__item {font-size: 16px;line-height: 134%;}
	.header__phones::after {top: 0;width: 24px;}
	.header__phones a {margin-bottom: 4px;font-size: 16px;line-height: 134%;}
	.header__user-block {height: 70px;margin-left: 30px;padding-left: 30px;border-left: 1px solid rgba(197,197,197,.75);}
	.header__enter {width: 32px;height: auto;text-align: center;font-weight: 600;font-size: 12px;line-height: 134%;letter-spacing: .01em;color: #000;}
	.header__enter:hover {color: #cbdb93;}
	.header__favorites {width: 65px;height: auto;text-align: center;font-weight: 600;font-size: 12px;line-height: 134%;letter-spacing: .01em;color: #000;}
	.header__favorites:hover {color: #cbdb93;}
	.header__cart {width: 50px;height: auto;text-align: center;font-weight: 600;font-size: 12px;line-height: 134%;letter-spacing: .01em;}
	.header__cart a {color: #000;text-decoration: none;}
	.header__cart a:hover {color: #cbdb93;}}
@media (min-width: 1400px) {.header-top {padding: 5px calc(50% - 600px);}
	.header-nav {padding: 0 calc(50% - 600px);}
	.header-controls {padding: 0 calc(50% - 600px);}
	.header__user-block {margin-left: 57px;padding-left: 57px;}}
@media (max-width: 767px) {.header__cart_full .header__cart-mobile-count {display: block;}
	.header__cart-mobile {display: block;width: 24px;height: 24px;margin-left: 17px;}
	.header__cart-mobile-count {display: none;position: absolute;top: 34px;left: calc(100% - 27px);min-width: 19px;min-height: 19px;padding: 3px 5px;background: #c484b8;border-radius: 50%;font-weight: bold;font-size: 10px;line-height: 134%;text-align: center;color: #fff;}
	.header__cart-mobile .miniCart {width: 24px;height: 24px;border: 0;background: none;padding: 0;background-image: url("/assets/img/icons/basket_normal.svg");background-size: cover;}}
.navigation {display: none;position: fixed;overflow-y: auto;overflow-x: hidden;top: 60px;left: 0;width: 100%;max-width: 320px;height: calc(100% - 60px);background: #fff;z-index: 3;padding-top: 25px;}
.navigation .msFavoriter {width: fit-content;padding-right: 5px;}
.navigation-container {height: 50px;}
.navigation-sticky {background-color: #fff;}
.navigation-sticky_active {position: fixed;top: 0;width: calc(100% - 40px);max-width: 1200px;}
.navigation_open {display: block;}
.navigation__list {position: relative;z-index: 3;}
.navigation__item {position: relative;}
.navigation__item_active .navigation__arrow::before {top: 21px;transform: rotate(225deg);}
.navigation__item_active .sub-menu-container {display: block;}
.navigation__item-icon {display: none;}
.navigation__link {display: block;padding: 14px 16px 14px 50px;border-bottom: 1px solid #e2e2e2;font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: .02em;color: #000;text-decoration: none;}
.navigation__link:hover {color: #000;}
.navigation__link_other {display: flex;align-items: center;padding: 0;border: 0;}
.navigation__link_other svg {width: 24px;min-width: 24px;height: 24px;margin-right: 10px;margin-left: 16px;}
.navigation__link_other span {display: flex;width: 100%;height: auto;padding: 14px 16px 14px 0;border-bottom: 1px solid #e2e2e2;}
.navigation__arrow {position: absolute;top: 0;left: 0;width: 50px;height: 45px;z-index: 1;}
.navigation__arrow::before {content: "";position: absolute;top: 16px;left: 23px;width: 6px;height: 6px;border-width: 0 2px 2px 0;border-style: solid;border-color: #b89359;transform: rotate(45deg);}
.navigation__substrait {display: none;position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0,0,0,.6);z-index: 2;}
.navigation__substrait_active {display: block;}
.navigation__phones {position: relative;padding: 16px 16px 16px 50px;}
.navigation__phones::after {content: "";position: absolute;top: 16px;left: 16px;width: 22px;height: 22px;background-image: url("/assets/img/icons/telephone.svg");background-repeat: no-repeat;background-size: contain;}
.navigation__phones a {display: block;margin-bottom: 4px;font-weight: 600;font-size: 16px;line-height: 134%;letter-spacing: -.01em;color: #5c5c5c;text-decoration: none;}
.navigation__order-call {font-size: 14px;line-height: 134%;letter-spacing: .01em;text-decoration-line: underline;text-decoration-line: underline;color: #cbdb93;cursor: pointer;}
.sub-menu-container {display: none;}
.sub-menu__item {position: relative;}
.sub-menu__item:last-child {border: 0;}
.sub-menu__link {display: block;padding: 14px 16px 14px 60px;border-bottom: 1px solid #fff;font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: .02em;color: #000;text-decoration: none;background: rgba(222,222,222,.5);}
.sub-menu__link:hover {color: #000;}
.sub-menu__link::before {content: "";position: absolute;top: 19px;right: 16px;width: 6px;height: 6px;border-width: 2px 2px 0 0;border-style: solid;border-color: #aaa;transform: rotate(45deg);}
.sub-menu .menu-bouquet {display: none;}
.share-product {width: 405px;padding: 10px 34px;border-left: 1px solid #d3d3d3;}
.share-product__title {margin-bottom: 23px;font-family: Bebas Neue;font-size: 28px;line-height: 28px;letter-spacing: .02em;color: #cbdb93;text-transform: uppercase;}
.share-product__image {width: 160px;height: 160px;object-fit: cover;object-position: center;}
.share-product__image-link {margin-left: 20px;}
.share-product__name {display: block;margin-bottom: 25px;font-size: 18px;line-height: 21px;color: #000;text-decoration: none;}
.share-product__name:hover {color: #cbdb93;}
.share-product__body {display: flex;width: calc(100% - 170px);}
.share-product__old-price {position: relative;text-decoration: line-through;text-decoration-color: #f55050;}
.share-product__price {margin: 5px 0 10px;font-weight: 500;font-size: 24px;line-height: 134%;color: #c484b8;}
.share-product__btn {width: 144px;height: 52px;background: #fff;border: 2px solid #c484b8;box-sizing: border-box;border-radius: 3px;font-family: Bebas Neue;font-size: 24px;line-height: 134%;letter-spacing: .05em;color: #c484b8;}
.share-product__btn:hover {color: #cbdb93;border-color: #cbdb93;}
@media (min-width: 768px) {.navigation {display: block;position: static;max-width: 100%;height: 50px;overflow: initial;padding: 0 calc(50% - 370px);background: #f8f8f8;}
	.navigation-sticky {position: relative;box-shadow: 0px 1px 5px rgba(0,0,0,.2);z-index: 4;}
	.navigation-sticky_fixed {position: fixed;top: 0;left: 0;width: 100%;}
	.navigation__substrait {display: none;}
	.navigation__list {display: flex;justify-content: space-between;width: 100%;z-index: 2;}
	.navigation__item {width: 100%;}
	.navigation__item:hover .navigation__link {color: #fff;background: #cbdb93;}
	.navigation__item:hover .sub-menu-container {display: flex;z-index: 3;}
	.navigation__item:nth-of-type(5) .sub-menu-container, .navigation__item:nth-of-type(6) .sub-menu-container, .navigation__item:nth-of-type(7) .sub-menu-container, .navigation__item:nth-of-type(8) .sub-menu-container, .navigation__item:nth-of-type(9) .sub-menu-container, .navigation__item:nth-of-type(10) .sub-menu-container, .navigation__item:nth-of-type(11) .sub-menu-container, .navigation__item:nth-of-type(12) .sub-menu-container, .navigation__item:nth-of-type(13) .sub-menu-container {left: auto;right: auto;}
	.navigation__item:nth-of-type(5) .sub-menu-container_full, .navigation__item:nth-of-type(6) .sub-menu-container_full, .navigation__item:nth-of-type(7) .sub-menu-container_full, .navigation__item:nth-of-type(8) .sub-menu-container_full, .navigation__item:nth-of-type(9) .sub-menu-container_full, .navigation__item:nth-of-type(10) .sub-menu-container_full, .navigation__item:nth-of-type(11) .sub-menu-container_full, .navigation__item:nth-of-type(12) .sub-menu-container_full, .navigation__item:nth-of-type(13) .sub-menu-container_full {left: auto;right: 0;}
	.navigation__arrow {display: none;}
	.navigation__link {width: 100%;padding: 16px 6px 17px;border: 0;font-family: Bebas Neue;font-weight: normal;font-size: 16px;text-align: center;letter-spacing: .05em;color: #c484b8;text-transform: uppercase;text-decoration: none;white-space: nowrap;}
	.navigation__link_other {display: none;}
	.navigation__phones {display: none;}
	.sub-menu-container {display: none;position: absolute;left: 0;top: 100%;z-index: 0;padding: 14px 20px 20px;background: #fff;box-shadow: 0 4px 4px rgba(0,0,0,.21);border-radius: 0px 0px 3px 3px;}
	.sub-menu_full {left: 0;max-width: 1200px;width: 100%;}
	.sub-menu__list {width: 150px;}
	.sub-menu__item:last-child .sub-menu__link {margin-bottom: 0;}
	.sub-menu__link {margin-bottom: 14px;padding: 0;border: 0;font-weight: normal;font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #5c5c5c;background: none;}
	.sub-menu__link:hover {color: #cbdb93;}
	.sub-menu__link::before {display: none;}}
@media (min-width: 1100px) {.navigation {padding: 0 calc(50% - 500px);}
	.navigation__item {position: relative;}
	.navigation__item_wide {position: static;}
	.navigation__item-icon {display: block;position: absolute;top: 20px;left: -25px;width: 50px;height: 50px;background-size: cover;background-repeat: no-repeat;z-index: 4;}
	.navigation__link {position: relative;padding: 16px 16px 17px;font-size: 20px;}
	.sub-menu-container_full {padding-right: 0;}
	.sub-menu-container_full .sub-menu {display: flex;width: 100%;}
	.sub-menu-container_full .sub-menu-col {width: 100%;}
	.sub-menu__list_cols {width: 380px;column-count: 2;column-gap: 10px;}
	.sub-menu__item {break-inside: avoid;page-break-inside: avoid;}
	.sub-menu .menu-bouquet {display: block;width: auto;}}
@media (min-width: 1400px) {.navigation {padding: 0 calc(50% - 600px);}
	.navigation__item-icon {top: 20px;left: -11px;}
	.navigation__link {padding: 16px 20px 17px;}
	.sub-menu-container {min-width: 240px;}
	.navigation__item_parent .sub-menu-container {min-width: -webkit-fill-available;}
	.navigation__item_wide .sub-menu-container {min-width: 200px;}}
.main-banner__container {position: relative;max-width: 1300px;width: 100%;margin: 0 auto;}
.main-banner__container--pagination {left: 47%;bottom: -45px;}
.main-banner__container--pagination .swiper-pagination-bullet {margin-right: 15px;}
.main-banner__container--pagination .swiper-pagination-bullet:last-child {margin-right: 0;}
.main-banner__container--prev {width: 27px;height: 51px;left: -3px;top: 44%;}
.main-banner__container--next {width: 27px;height: 51px;right: -3px;top: 44%;}
.main-banner__slider--item {position: relative;}
.main-banner__slider--item img {object-fit: cover;}
.main-banner__slide--infoBlock {position: absolute;bottom: 0;left: 9.3%;background: rgba(255,255,255,.9);border-radius: 3px 3px 0 0;padding: 66px 80px 40px 40px;max-width: 475px;width: 100%;height: 375px;display: flex;flex-direction: column;justify-content: flex-start;}
.main-banner__slide--infoBlock .span-text {font-weight: 400;font-size: 22px;color: #000;line-height: 143%;margin-bottom: 6px;letter-spacing: .04em;}
.main-banner__slide--infoBlock h2, .main-banner__slide--infoBlock .infoBlock-title {font-weight: 500;font-size: 40px;line-height: 40px;color: #c484b8;margin-bottom: 29px;letter-spacing: .01em;}
.main-banner__slide--infoBlock p {font-size: 17px;color: #5c5c5c;line-height: 130%;margin-bottom: 60px;max-width: 288px;width: 100%;display: block;letter-spacing: .02em;}
.main-banner__slide--infoBlock a {color: #cbdb93;font-size: 16px;line-height: 134%;font-family: Roboto;position: relative;letter-spacing: .02em;width: fit-content;}
.main-banner__slide--infoBlock a::after {content: "";position: absolute;width: 17px;height: 12px;background-image: url("/assets/img/icons/arrow-link.svg");top: 6px;right: -21px;background-repeat: no-repeat;background-size: contain;}
@media (max-width: 1400px) {.main-banner__container--next {right: 0px;}
	.main-banner__container--pagination {left: 46.4%;bottom: -42px;}
	.main-banner__slide--infoBlock {left: 11.3%;height: 334px;padding: 20px 80px 20px 40px;}
	.main-banner__slide--infoBlock h2, .main-banner__slide--infoBlock .infoBlock-title {margin-bottom: 16px;line-height: 39px;}
	.main-banner__slide--infoBlock p {max-width: 100%;margin-bottom: 30px;}
	.main-banner__slider--item img {height: 366px;}}
@media (max-width: 1399px) {.main-banner__slider--item img {height: 334px;}}
@media (max-width: 1099px) {.main-banner__container {max-width: 800px;}
	.main-banner__container--pagination {left: 44.8%;bottom: -34px;}
	.main-banner__container--pagination .swiper-pagination-bullet {width: 10px;height: 10px;}
	.main-banner__slider--item img {height: 232px;}
	.main-banner__slide--infoBlock {left: 7.3%;max-width: 437px;height: 232px;padding: 10px 29px 10px 29px;}
	.main-banner__slide--infoBlock .span-text {font-size: 18px;margin-bottom: 8px;}
	.main-banner__slide--infoBlock h2, .main-banner__slide--infoBlock .infoBlock-title {margin-bottom: 10px;line-height: 40px;font-size: 34px;}
	.main-banner__slide--infoBlock p {margin-bottom: 10px;}}
@media (max-width: 767px) {.enter-points {margin-top: 24px;}
	.main-banner {margin-bottom: 40px;}
	.main-banner__container .container {padding: 0;}
	.main-banner__container--prev {width: 14px;height: 25px;left: 5px;top: 44%;}
	.main-banner__container--next {width: 14px;height: 25px;right: 5px;top: 44%;}
	.main-banner__slider--item img {height: 190px;}
	.main-banner__slide--infoBlock {height: 190px;left: 0;background: linear-gradient(90deg,#fff 50%,rgba(255,255,255,.3) 100%);padding: 10px 29px 10px 29px;}
	.main-banner__slide--infoBlock .infoBlock-title {font-size: 24px;line-height: 26px;}
	.main-banner__slide--infoBlock .infoBlock-title .span-text {font-size: 14px;line-height: 16px;margin-bottom: 0;}
	.main-banner__slide--infoBlock .infoBlock-title p {font-size: 14px;line-height: 16px;}}
.utp {margin-bottom: 75px;}
.utp__container {display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;justify-content: space-between;margin-top: 112px;}
.utp__item {display: flex;align-items: center;width: 24%;}
.utp__item:first-child {margin-right: -5px;}
.utp__item:first-child span {margin-left: 10px;}
.utp__item:nth-child(2) span {margin-left: 2px;}
.utp__item:nth-child(3) span {margin-left: 2px;}
.utp__item:last-child {margin-right: -3px;}
.utp__item:last-child span {margin-left: 4px;}
.utp__item span {font-size: 16px;line-height: 130%;letter-spacing: -.01em;color: #000;}
.utp__item svg {width: 62px;height: 47px;}
@media (max-width: 1600px) {.utp__container {margin-top: 92px;align-items: flex-start;}
	.utp__item {flex-direction: column;text-align: center;}
	.utp__item span {max-width: 205px;}
	.utp__item svg {width: 48px;height: 40px;margin-bottom: 15px;}}
@media (max-width: 768px) {.utp__container {margin-top: 81px;padding: 0 30px;justify-content: space-around;}
	.utp__item {width: 44%;flex-direction: row;text-align: left;}
	.utp__item:first-child {margin-bottom: 23px;margin-left: 0;}
	.utp__item:first-child svg {height: 49px;margin-left: 9px;margin-top: -1px;}
	.utp__item svg {margin-bottom: 0;width: 48px;height: 48px;margin-right: 6px;}
	.utp__item span {max-width: none;}}
@media (max-width: 767px) {.utp {display: none;}}
.enter-points {padding-bottom: 82px;background: linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 49.48%,#fff 100%),url("/assets/img/enter-points/enter-points-background.webp");}
.enter-points__title {text-align: center;margin-bottom: 18px;font-weight: 500;font-size: 28px;line-height: 120%;letter-spacing: .02em;position: relative;}
.enter-points__title::after {content: "";position: absolute;width: 44px;height: 1px;background: #cbdb93;opacity: .8;top: 46px;left: 50%;transform: translateX(-50%);}
.enter-points__subtitle {color: #5c5c5c;font-weight: 400;font-size: 24px;line-height: 120%;letter-spacing: .01em;padding-left: 3px;text-align: center;margin-bottom: 30px;display: block;}
.enter-points__container {display: flex;align-items: center;justify-content: space-between;margin-bottom: 28px;}
.enter-points__item {max-width: 279px;width: 100%;height: 367px;border: 1px solid rgba(204,204,204,.3);box-shadow: 0px 2px 5px rgba(0,0,0,.15);border-radius: 3px;background: #fff;display: flex;flex-direction: column;align-items: center;text-decoration: none;}
.enter-points__item:hover {border-color: #cbdb93;box-shadow: 0px 3px 10px rgba(0,0,0,.3);}
.enter-points__item:hover .enter-points__item--name {color: #000;}
.enter-points__item:hover .enter-points__item--priceLimit {color: #000;}
.enter-points__item img {margin-bottom: 13px;}
.enter-points__item--name {color: #5c5c5c;font-weight: 600;font-size: 20px;line-height: 24px;margin-bottom: 6px;}
.enter-points__item--priceLimit {color: #5c5c5c;font-size: 20px;line-height: 130%;letter-spacing: .01em;}
@media (max-width: 1200px) {.enter-points__subtitle {margin-bottom: 26px;}
	.enter-points__item {max-width: 233px;height: 309px;}}
@media (max-width: 1099px) {.enter-points {padding-top: 76px;padding-bottom: 73px;}
	.enter-points__container {justify-content: center;}
	.enter-points__title {font-size: 26px;}
	.enter-points__subtitle {font-size: 20px;margin-bottom: 39px;}
	.enter-points__item {max-width: 160px;height: 234px;margin-right: 20px;}
	.enter-points__item--name {font-size: 18px;}
	.enter-points img {margin-bottom: 6px;}}
@media (max-width: 768px) {.enter-points__item {max-width: 140px;height: 215px;margin-right: 8px;border: 1px solid #ccc;}
	.enter-points__item--name {font-size: 17px;margin-bottom: 4px;}
	.enter-points__item--priceLimit {font-size: 17px;}
	.enter-points {padding-bottom: 88px;padding-top: 24px;}
	.enter-points__container {margin-bottom: 0;}
	.enter-points__title {font-size: 22px;}
	.enter-points__title::after {top: 39px;}
	.enter-points__subtitle {font-size: 17px;margin-bottom: 25px;}
	.enter-points__container {flex-wrap: wrap;}
	.enter-points__item {margin-bottom: 11px;}}
@media (max-width: 500px) {.enter-points__item:nth-child(2n) {margin-right: 0;}}
.product-cards {margin-bottom: 120px;}
.product-cards_roses {margin-bottom: 8px;}
.product-cards__title {text-align: center;position: relative;display: block;z-index: 1;margin-bottom: 41px;}
.product-cards__title::after {content: "";position: absolute;width: 100%;height: 1px;background: #cbdb93;transform: translateX(-50%);top: 50%;left: 50%;z-index: 0;}
.product-cards__title--text {font-weight: 500;font-size: 28px;line-height: 38px;letter-spacing: .02em;text-align: center;position: relative;z-index: 1;display: block;max-width: 281px;width: 100%;margin: 0 auto;background-color: #fff;}
.product-cards__container {display: flex;flex-wrap: wrap;}
.product-cards__btn {text-align: center;}
.product-cards__btn a {text-decoration: none;font-family: "Bebas Neue";font-size: 24px;line-height: 118%;letter-spacing: .05em;color: #fff;text-transform: uppercase;background: #cbdb93;border-radius: 3px;padding: 10px 34px 8px 35px;}
.product-cards__btn a:hover {background: #cbdb93;}
.product-card {overflow: hidden;display: flex;align-items: start;flex-direction: column;position: relative;width: calc(50% - 4px);margin: 0 8px 8px 0;box-shadow: 0px 0px 5px rgba(0,0,0,.15);border-radius: 3px;z-index: 1;}
.product-card:hover {z-index: 2;}
.product-card:hover::after {opacity: 1;}
.product-card:hover .product-card__bottom {visibility: visible;}
.product-card:hover .product-card__img {transform: scale(1.1);}
.product-card:nth-child(2n) {margin-right: 0;}
.product-card__wrap-image {order: 1;position: relative;overflow: hidden;width: 100%;margin-bottom: 6px;border-radius: 3px 3px 0 0;}
.product-card__wrap-image::after {content: "";float: right;padding-top: 100%;}
.product-card__img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: transform .5s;}
.product-card__tags {position: absolute;top: 6px;left: 6px;}
.product-card__tag {margin-bottom: 6px;}
.product-card__tag span {display: inline-block;max-width: 90px;padding: 4px 10px;border-radius: 3px;font-weight: 600;font-size: 12px;line-height: 110%;letter-spacing: .02em;color: #fff;}
.product-card__tag_free span {background: #5eaa8f;}
.product-card__tag_share span {background: rgba(234,32,68,.85);}
.product-card__tag_new span {background: #65af4b;}
.product-card__tag_hit span {background: #cbdb93;}
.product-card__link {order: 3;display: block;width: 100%;margin-bottom: auto;padding: 0 10px;color: #000;text-decoration: none;}
.product-card__name {width: 100%;margin-bottom: 7px;font-size: 15px;line-height: 18px;}
.product-card__wrap-prices {order: 2;display: flex;width: 100%;margin-bottom: 3px;padding: 0 10px;}
.product-card__prices {display: flex;flex-direction: column;width: 100%;}
.product-card__price {order: 2;font-weight: bold;font-size: 15px;line-height: 1;}
.product-card__old-price {order: 1;margin-bottom: 4px;font-weight: 500;font-size: 13px;line-height: 1;text-decoration: line-through;text-decoration-color: #f55050;}
.product-card__bottom {order: 4;width: 100%;padding: 5px 10px 0;}
.product-card__rating {display: flex;align-items: center;justify-content: space-between;margin-bottom: 6px;}
.product-card__stars {position: relative;width: 80px;height: 17px;}
.product-card__stars.rating_active {cursor: pointer;}
.product-card__stars .rating__best {background: url("/assets/img/icons/stars-mini.png") no-repeat;width: 80px;height: 14px;position: absolute;background-size: 80px;}
.product-card__stars .rating__current {background: url("/assets/img/icons/stars-mini.png") 0 -17px no-repeat;height: 14px;position: absolute;}
.product-card__stars .rating__star {width: 16px;height: 14px;display: block;position: absolute;top: 0;left: 0;}
.product-card__stars .rating__star_1 {left: 0;}
.product-card__stars .rating__star_2 {left: 16px;}
.product-card__stars .rating__star_3 {left: 32px;}
.product-card__stars .rating__star_4 {left: 48px;}
.product-card__stars .rating__star_5 {left: 64px;}
.product-card__stars .rating__star_opacity {background: url("/assets/img/icons/stars-mini.png") 0 -14px no-repeat;}
.product-card__stars .rating__star_hover {background-image: none !important;}
.product-card__stars .rating__current {background: url("/assets/img/icons/stars-mini.png") 0 -14px no-repeat;height: 14px;position: absolute;background-size: 80px;}
.product-card__stars .rating__best_hover .rating__star_opacity {background: none;}
.product-card__stars .rating__best_hover .rating__star_hover {background: url("/assets/img/icons/stars-mini.png") 0 -14px no-repeat;background-image: url("/assets/img/icons/stars-mini.png") !important;background-size: 80px;}
.product-card__stars .rating__best_hover .rating__star_hover ~ .rating__star_opacity {background: url("/assets/img/icons/stars-mini.png") 0 -14px no-repeat;background-size: 80px;}
.product-card__stars .rating__best_hover ~ .rating__star_opacity {background: none;}
.product-card__stars .rating__best_hover .rating__current {background: none;}
.product-card__favorite {width: 29px;height: 26px;background-image: url("/assets/img/icons/my-favorite-active-cart.svg");background-repeat: no-repeat;cursor: pointer;background-size: cover;margin-top: -5px;}
.product-card__favorite:hover, .product-card__favorite:active, .product-card__favorite:visited, .product-card__favorite:focus {background-image: url("/assets/img/icons/my-favorite-cart.svg");}
.product-card .favorit_active {background-image: url("/assets/img/icons/my-favorite-cart.svg");}
.product-card__not-available {position: absolute;bottom: 0;left: 0;width: 100%;padding: 2px 0;background: #c4c4c4;font-weight: 500;font-size: 13px;line-height: 16px;letter-spacing: .03em;color: #fff;text-transform: uppercase;text-align: center;}
.product-card__btn-mini {display: block;min-width: 32px;width: 32px;height: 32px;border: 0;padding: 0;background: none;}
.product-card__btn-mini:disabled svg use {fill: #c4c4c4;}
.product-card__btn-mini svg {width: 32px;height: 32px;}
.product-card__btn-mini svg use {fill: #c484b8;}
.product-card__btn-mini svg path {fill: inherit;}
.product-card__btn {display: none;width: 100%;height: 45px;font-family: "Bebas Neue";font-size: 24px;border: 0;background: #c484b8;font-weight: 500;line-height: 134%;color: #fff;text-align: center;text-decoration: none;letter-spacing: .05em;border-radius: 3px;cursor: pointer;padding: 0;}
.product-card__btn:hover {background: #cbdb93;}
.product-card__btn:disabled {background: #bfbfbf;}
.product-card__fast-order {display: none;margin-top: 14px;font-weight: 500;font-size: 16px;line-height: 134%;color: #cbdb93;text-align: center;letter-spacing: -.02em;cursor: pointer;padding: 0;}
.product-card__fast-order:hover {color: #cbdb93;}
.product-card__fast-order:hover span {border-color: #cbdb93;}
.product-card__fast-order span {padding-bottom: 1px;border-bottom: 1px solid #cbdb93;}
@media (min-width: 768px) {.product-card {width: calc(33.32% - 10px);margin: 0 14px 50px 0;overflow: initial;box-shadow: none;border-radius: 3px 3px 0 0;}
	.product-card:hover::after {height: calc(100% - -145px);}
	.product-card:nth-child(2n) {margin-right: 14px;}
	.product-card:nth-child(3n) {margin-right: 0;}
	.product-card::after {content: "";opacity: 0;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff;box-shadow: 0px 3px 8px rgba(0,0,0,.25);z-index: -1;}
	.product-card_not-available:hover::after {height: calc(100% - -94px);}
	.product-card_not-available .product-card__bottom {padding-bottom: 0;}
	.product-card_not-available .product-card__btn {margin-left: -20px;width: calc(100% - -40px);border-radius: 0;}
	.product-card__wrap-image {margin-bottom: 10px;}
	.product-card__link {order: 2;padding: 0 20px;margin: 0;}
	.product-card__name {font-weight: normal;font-size: 17px;line-height: 20px;}
	.product-card__wrap-prices {order: 3;padding: 0 20px;}
	.product-card__prices {display: block;margin-top: 10px;}
	.product-card__price {margin-right: 32px;font-weight: 500;font-size: 23px;line-height: 134%;}
	.product-card__old-price {font-weight: 500;font-size: 18px;line-height: 134%;}
	.product-card__bottom {position: absolute;top: 100%;width: 100%;padding: 8px 20px 14px 20px;border-radius: 0 0 3px 3px;background-color: white;visibility: hidden;z-index: 2;}
	.product-card__rating {margin-bottom: 20px;}
	.product-card__stars {padding-left: 3px;width: 130px;height: 18px;}
	.product-card__stars .rating__best {background: url("/assets/img/icons/stars.png") no-repeat;width: 130px;height: 18px;position: absolute;}
	.product-card__stars .rating__current {background: url("/assets/img/icons/stars.png") 0 -17px no-repeat;height: 18px;position: absolute;}
	.product-card__stars .rating__star {width: 27px;height: 18px;}
	.product-card__stars .rating__star_1 {left: 0;}
	.product-card__stars .rating__star_2 {left: 27px;}
	.product-card__stars .rating__star_3 {left: 54px;}
	.product-card__stars .rating__star_4 {left: 81px;}
	.product-card__stars .rating__star_5 {left: 108px;}
	.product-card__stars .rating__star_opacity {background: url("/assets/img/icons/stars.png") 0 -18px no-repeat;}
	.product-card__stars .rating__star_hover {background-image: none !important;}
	.product-card__stars .rating__current {background: url("/assets/img/icons/stars.png") 0 -18px no-repeat;height: 18px;}
	.product-card__stars .rating__best_hover .rating__star_opacity {background: none;}
	.product-card__stars .rating__best_hover .rating__star_hover {background: url("/assets/img/icons/stars.png") 0 -18px no-repeat;background-image: url("/assets/img/icons/stars.png") !important;}
	.product-card__stars .rating__best_hover .rating__star_hover ~ .rating__star_opacity {background: url("/assets/img/icons/stars.png") 0 -18px no-repeat;}
	.product-card__stars .rating__best_hover ~ .rating__star_opacity {background: none;}
	.product-card__stars .rating__best_hover .rating__current {background: none;}
	.product-card__favorite {display: block;}
	.product-card__not-available {display: none;}
	.product-card__btn-mini {display: none;}
	.product-card__btn {display: block;}
	.product-card__fast-order {display: block;}}
@media (min-width: 1100px) {.product-card {width: calc(33.32% - 15px);margin: 0 22px 50px 0;}
	.product-card:hover::after {height: calc(100% - -152px);}
	.product-card_not-available:hover::after {height: calc(100% - -101px);}
	.product-card:nth-child(2n) {margin-right: 22px;}
	.product-card:nth-child(3n) {margin-right: 0;}
	.product-card__tag span {max-width: 100%;padding: 3px 13px;font-size: 14px;line-height: 130%;}
	.product-card__name {font-size: 19px;line-height: 23px;}
	.product-card__price {margin-right: 34px;font-size: 24px;}
	.product-card__btn {height: 52px;}
	.product-cards .product-card {width: calc(25% - 16.66px);}
	.product-cards .product-card:nth-child(3n) {margin-right: 22px;}
	.product-cards .product-card:nth-child(4n) {margin-right: 0;}}
@media (min-width: 1400px) {.whom .product-card {width: calc(24% - 10px);margin: 0 29px 50px 0;}
	.whom .product-card:nth-child(3n) {margin-right: 29px;}
	.whom .product-card:nth-child(4n) {margin-right: 0;}
	.product-cards .product-card {width: calc(24% - 10px);margin: 0 29px 50px 0;}
	.product-cards .product-card:nth-child(3n) {margin-right: 29px;}
	.product-cards .product-card:nth-child(4n) {margin-right: 0;}}
@media (max-width: 1280px) {.product-cards__item {max-width: 233px;height: 334px;margin-bottom: 6px;}
	.product-cards__item img {margin-bottom: 0;}}
@media (max-width: 767px) {.product-card {padding-bottom: 12px;}
	.product-card__stars .rating__best {display: none;}
	.product-card__favorite {display: none;}
	.product-card__rating {margin-bottom: -9px;}
	.product-card__btn-mini {display: none;}
	.product-card__btn {display: block;width: 100%;height: 29px;margin: 0 auto;font-size: 18px;}
	.product-card__fast-order {display: block;padding: 0 !important;margin-bottom: 6px;margin-top: 6px;}
	.product-card__fast-order span {display: block;width: 100%;height: 29px;margin: 0 auto;font-size: 14px;color: #cbdb93;border: 1px solid #cbdb93;font-weight: 500;line-height: 28px;border-radius: 3px;background: #fff;}}
@media (max-width: 731px) {.product-cards {margin-bottom: 90px;}
	.product-cards__container {justify-content: left;}
	.product-cards__btn {margin-top: 20px;}
	.product-card__favorite {width: 20px;height: 18px;}
	.product-card__tags {top: 1px;left: 3px;}
	.product-card__tag {margin-bottom: 0;height: 15px;}
	.product-card__tag span {max-width: none;width: fit-content;text-align: center;padding: 1px 7px;font-size: 11px;line-height: 11px;}}
@media (max-width: 450px) {.product-cards__title {margin-bottom: 20px;}
	.product-cards__title::after {width: 290px;}
	.product-cards__title--text {font-size: 22px;max-width: 191px;}}
@media (max-width: 400px) {.product-cards__btn a {padding: 0;width: 100%;display: block;height: 45px;line-height: 45px;}}
@media (max-width: 350px) {.product-cards__btn a {width: 100%;display: block;height: 45px;line-height: 45px;padding: 0;}}
.why-we {padding-top: 30px;background: linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 18.35%,rgba(255,255,255,0) 63.45%,#fff 100%),url("/assets/img/why-we/why-we-background.png");padding-bottom: 150px;position: relative;}
.why-we__absolute-elem {position: absolute;}
.why-we__absolute-elem.elem1 {left: 0;top: 93px;}
.why-we__absolute-elem.elem2 {left: 0;bottom: 18px;}
.why-we__absolute-elem.elem3 {right: 0;top: 74px;}
.why-we__absolute-elem.elem4 {right: 46px;bottom: 13px;}
.why-we__title {text-align: center;font-weight: 500;font-size: 28px;line-height: 38px;letter-spacing: .02em;color: #3a3f39;display: block;padding-left: 20px;margin-bottom: 57px;position: relative;}
.why-we__title::after {content: "";position: absolute;width: 100px;height: 2px;background: #fff;box-shadow: 0px 1px 2px rgba(0,0,0,.25);border-radius: 9px;left: 50%;transform: translateX(-50%);top: 59px;}
.why-we__container {display: flex;align-items: start;justify-content: space-between;}
.why-we__item {max-width: 308px;width: 100%;}
.why-we__item:first-child {margin-left: 23px;}
.why-we__item--header {display: flex;flex-direction: row;align-items: center;justify-content: start;margin-bottom: 11px;}
.why-we__item--header svg {width: 74px;height: 74px;}
.why-we__item--header img {width: auto;}
.why-we__item--header h2 {color: #c484b8;text-shadow: 0px 1px 2px rgba(0,0,0,.25);letter-spacing: .05em;font-size: 25px;line-height: 110%;font-family: "Bebas Neue";margin-left: 14px;}
.why-we__item--text {font-size: 16px;line-height: 130%;line-height: 132%;color: #000;}
.product-body .why-we {margin-top: -21px;}
@media (max-width: 1600px) {.why-we {padding-top: 132px;padding-bottom: 107px;}
	.why-we__absolute-elem {position: absolute;}
	.why-we__absolute-elem.elem1 {max-width: 130px;}
	.why-we__absolute-elem.elem2 {max-width: 130px;}
	.why-we__absolute-elem.elem3 {max-width: 130px;}
	.why-we__absolute-elem.elem4 {max-width: 130px;}
	.why-we__title {padding-left: 0;}
	.why-we__item:first-child {margin-left: 0;}}
@media (max-width: 1390px) {.why-we__container {justify-content: center;}
	.why-we__item {margin-left: 26px;}
	.why-we__item:first-child {margin-left: 0;}}
@media (max-width: 1279px) {.why-we {padding-top: 92px;padding-bottom: 90px;}
	.why-we__container {flex-direction: column;align-items: center;}
	.why-we__title {font-size: 26px;margin-bottom: 40px;}
	.why-we__title::after {top: 49px;}
	.why-we__item {max-width: 400px;margin-bottom: 41px;}
	.why-we__item:last-child {margin-bottom: 0;}
	.why-we__item--header {margin-bottom: 10px;}
	.why-we .why-we__absolute-elem.elem4 {right: 0;}}
@media (max-width: 650px) {.product-body .why-we {margin-top: -100px;}}
@media (max-width: 500px) {.why-we__item--header h3 {font-size: 20px;}
	.why-we__title {font-size: 22px;}
	.why-we__absolute-elem {display: none;}}
.reviews-index__btn {text-align: center;text-align: center;display: block;width: 182px;margin: 0 auto;height: 52px;line-height: 52px;background-color: #cbdb93;font-family: "Bebas Neue";font-size: 24px;letter-spacing: .05em;text-transform: uppercase;border-radius: 3px;color: #fff;margin-top: 1px;cursor: pointer;text-decoration: none;}
.reviews-index__btn:hover {background: #cbdb93;}
.reviews-index__container {margin-bottom: 108px;}
.reviews-index__title {font-weight: 500;font-size: 28px;line-height: 120%;color: #000;display: block;text-align: center;letter-spacing: .02em;width: fit-content;margin: 0 auto;}
.reviews-index__slider {padding: 40px 5px !important;width: 100%;}
.reviews-index__slider--pagination {display: none;}
.reviews-index__slider--next, .reviews-index__slider--prev {width: 40px;height: 40px;border: 1px solid #d1d1d1;border-radius: 5px;transform: matrix(0,-1,-1,0,0,0);background: #f5f0ea;top: 45%;}
.reviews-index__slider--prev {left: -26px;}
.reviews-index__slider--prev svg {position: absolute;width: 8px;height: 15px;transform: rotate(-90deg);}
.reviews-index__slider--next {right: -24px;}
.reviews-index__slider--next svg {position: absolute;width: 8px;height: 12px;transform: rotate(-90deg);}
.reviews-index__item {justify-content: center;}
.reviews-index__item.swiper-slide {height: auto;}
.reviews-index__item--header {display: flex;justify-content: space-between;align-items: center;}
.reviews-index__item--header .review-name {font-weight: 500;font-size: 18px;line-height: 130%;letter-spacing: -.01em;width: 75%;}
.reviews-index__item--header .review-date {color: rgba(58,63,57,.7);letter-spacing: .02em;font-size: 13px;line-height: 16px;width: 24%;text-align: right;}
.reviews-index__item--rating {margin-top: 10px;margin-bottom: 14px;height: 24px;}
.reviews-index__item--rating svg {fill: #fff;stroke: #b79848;height: 20px;width: 24px;}
.reviews-index__item--rating .active {fill: #daaf40;}
.reviews-index__item--text {font-size: 16px;line-height: 132%;letter-spacing: -.01em;color: #000;margin-bottom: 14px;height: 100%;min-height: 40%;overflow: hidden;}
.reviews-index__item--photos {display: flex;justifi-content: flex-start;}
.reviews-index__item--photos img {width: 50px;height: 50px;margin-right: 14px;}
.reviews-index__item--photos img:last-child {margin-right: 0;}
.reviews-index__item--flex-container {height: 100%;width: 100%;display: flex;align-items: flex-end;}
.reviews-index__item--answer {margin: 0;padding: 0;background: none;border: none;text-decoration-line: underline;font-weight: 500;font-size: 16px;color: #cbdb93;line-height: 122%;letter-spacing: -.01em;cursor: pointer;}
.reviews-index__item--answer:hover {color: #cbdb93;}
.reviews-index__item--wrapper {background: #fff;box-shadow: 0px 2px 6px rgba(0,0,0,.25);border-radius: 3px;height: 250px;padding: 17px 24px 24px 23px;display: flex;flex-direction: column;width: 100%;}
@media (max-width: 1600px) {.reviews-index__item--wrapper {padding: 17px 15px 24px 15px;}
	.reviews-index__slider--next, .reviews-index__slider--prev {top: 44%;}}
@media (max-width: 1399px) {.reviews-index__container {padding: 0 43px;}}
@media (max-width: 1280px) {.reviews-index__btn {margin-top: -21px;height: 44px;line-height: 44px;}
	.reviews-index__item--wrapper {padding: 5px 32px 24px 18px;}
	.reviews-index__title {font-size: 28px;}}
@media (max-width: 768px) {.reviews-index__btn {margin-top: -21px;height: 44px;line-height: 44px;width: 100%;max-width: 290px;font-size: 24px;background: #c484b8;}
	.reviews-index__title {font-size: 22px;}
	.reviews-index__container {padding: 0;margin-bottom: 100px;}
	.reviews-index__slider {padding: 40px 16px !important;}
	.reviews-index__slider--next, .reviews-index__slider--prev {display: none;}
	.reviews-index__slider--pagination {display: block;text-align: center;margin-top: 11px;}
	.reviews-index__slider--pagination .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0;margin: 0 4px;margin-right: 14px;background: #fff;border: 1px solid #cbdb93;opacity: 1;}
	.reviews-index__slider--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #cbdb93;}
	.reviews-index__slider--pagination .swiper-pagination-bullet:last-child {margin-right: 0;}
	.reviews-index__item--wrapper {padding: 16px;}
	.reviews-index__item--flex-container button {font-size: 14px;}}
.faq {margin-bottom: 110px;}
.faq__btn {text-align: center;text-align: center;display: block;width: 230px;margin: 0 auto;height: 52px;line-height: 52px;background-color: #cbdb93;font-family: "Bebas Neue";font-size: 24px;letter-spacing: .05em;text-transform: uppercase;border-radius: 3px;color: #fff;margin-top: 40px;cursor: pointer;text-decoration: none;}
.faq__btn:hover {background: #cbdb93;}
.faq__title {font-weight: 500;font-size: 28px;line-height: 120%;text-align: center;letter-spacing: .02em;color: #000;display: block;margin-bottom: 42px;}
.faq__questions {max-width: 894px;width: 100%;margin: 0 auto;}
.faq__questions .question {padding: 1.4px 10px;border-bottom: 2px solid #f2f2f2;}
.faq__questions .question__head {position: relative;cursor: pointer;height: 55px;display: flex;align-items: center;padding-left: 3px;padding-right: 3px;}
.faq__questions .question__head--cross {position: absolute;width: 2px;height: 18px;background: #5c5c5c;right: 16px;top: 50%;transform: translateY(-50%);transition: .5s;cursor: pointer;}
.faq__questions .question__head--cross::after {content: "";position: absolute;height: 2px;width: 18px;background: #5c5c5c;top: 50%;transform: translateY(-50%);right: -8px;}
.faq__questions .question:first-child {border-top: 2px solid #f2f2f2;}
.faq__questions .question:last-child {border-bottom: 2px solid #f2f2f2;}
.faq__questions .question__answer {display: none;font-size: 16px;line-height: 130%;letter-spacing: -.01em;color: #000;}
.faq__questions .question__answer ul {margin-bottom: 22px;padding-left: 10px;}
.faq__questions .question__answer ul li {position: relative;margin-bottom: 2px;}
.faq__questions .question__answer ul li::after {content: "-";position: absolute;left: -10px;}
.faq__questions .question__answer p {max-width: 700px;}
.faq__questions .question__text {font-weight: 600;font-size: 18px;line-height: 21px;letter-spacing: .02em;color: #000;}
.faq__questions .question_active .question__answer {display: block;padding-bottom: 19px;padding-top: 9px;padding-left: 5px;}
.faq__questions .question_active .question__text {color: #cbdb93;margin-bottom: 24px;}
.faq__questions .question_active .question__head {padding-top: 26px;}
.faq__questions .question_active .question__head--cross {width: 0;height: 0;}
@media (max-width: 1280px) {.faq__questions .question__text {font-size: 17px;}}
@media (max-width: 768px) {.faq {margin-bottom: 90px;}
	.faq__btn {width: 287px;}
	.faq__title {margin-bottom: 24px;font-size: 22px;padding: 0 16px;}
	.faq__container {padding: 0;}
	.faq__questions .question {padding: 14px 16px;}
	.faq__questions .question__text {max-width: 250px;}
	.faq__questions__head {height: auto;padding: 14px 16px;}}
.index-gallery {background: linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 18.35%,rgba(255,255,255,0) 63.45%,#fff 100%),url("/assets/img/why-we/why-we-background.png");padding-bottom: 110px;position: relative;}
.index-gallery__absolute-elem {position: absolute;}
.index-gallery .el1 {left: 0;top: 37px;}
.index-gallery .el2 {left: 0;bottom: -270px;}
.index-gallery .el3 {right: 0;top: 0;}
.index-gallery .el4 {right: 0;bottom: -66px;}
.index-gallery__container .swiper-container {padding: 0 25px !important;}
.index-gallery__container .swiper-slide {max-height: 267px;height: auto;}
.index-gallery__container .swiper-slide img {height: 100%;object-fit: cover;}
.index-gallery__header {margin: 0 25px;border-bottom: 1.11px solid #cbdb93;margin-bottom: 32.22px;padding-bottom: 17px;display: flex;align-items: center;}
.index-gallery__header--btn {background: none;border: none;margin: 0;padding: 0;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #3a3f39;display: block;margin-right: 30px;cursor: pointer;}
.index-gallery__header--btn.active {position: relative;}
.index-gallery__header--btn.active::after {content: "";position: absolute;width: 100%;height: 6px;background: #c484b8;left: 0;top: 34px;}
.index-gallery__title {font-weight: 500;font-size: 28px;line-height: 120%;text-align: center;letter-spacing: .02em;color: #000;display: block;margin-bottom: 42px;}
.index-gallery__hidden {display: none;}
.index-gallery__active {display: block;}
.index-gallery .gallery-pagitation {display: none;}
.index-gallery .gallery-next, .index-gallery .gallery-prev {width: 40px;height: 40px;border: 1px solid #d1d1d1;border-radius: 5px;transform: matrix(0,-1,-1,0,0,0);background: #f5f0ea;top: 45%;}
.index-gallery .gallery-next {right: 5px;}
.index-gallery .gallery-next svg {position: absolute;width: 8px;height: 12px;transform: rotate(-90deg);}
.index-gallery .gallery-prev {left: 1px;}
.index-gallery .gallery-prev svg {position: absolute;width: 8px;height: 15px;transform: rotate(-90deg);}
@media (max-width: 1600px) {.el1 {max-width: 122px;}
	.el2 {max-width: 221px;}
	.el3 {max-width: 221px;}
	.el4 {max-width: 122px;}}
@media (max-width: 1279px) {.index-gallery__absolute-elem {display: none;}}
@media (max-width: 600px) {.index-gallery .gallery-next, .index-gallery .gallery-prev {display: none;}
	.index-gallery .gallery-pagitation {display: block;text-align: center;margin-top: 11px;}
	.index-gallery .gallery-pagitation .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0;margin-right: 14px;background: #fff;border: 1px solid #cbdb93;opacity: 1;}
	.index-gallery .gallery-pagitation .swiper-pagination-bullet:last-child {margin-right: 0;}
	.index-gallery .gallery-pagitation .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #cbdb93;}
	.index-gallery__header {margin: 0;margin-left: 25px;margin-bottom: 22px;width: 100%;}
	.index-gallery__header--container {max-width: none;width: 100%;padding: 0;padding-left: 16px;overflow-x: scroll;}
	.index-gallery__header--btn {color: rgba(58,63,57,.6);font-weight: 500;font-size: 14px;margin-right: 9px;}
	.index-gallery__header--btn.active {color: #000;}}
.quick_pick {margin-bottom: 107px;}
.quick_pick__btn {background: none;background: #c484b8;border: none;max-width: 254px;width: 100%;margin: 0 auto;display: block;height: 52px;line-height: 52px;font-family: "Bebas Neue";letter-spacing: .05em;font-size: 24px;text-transform: uppercase;margin-top: 40px;border-radius: 3px;color: #fff;}
.quick_pick__container {display: flex;justify-content: center;margin-top: 30px;}
.quick_pick__title {display: block;width: 100%;text-align: center;font-weight: 500;font-size: 28px;line-height: 38px;letter-spacing: .02em;color: #000;margin-bottom: 14px;}
.quick_pick__subtitle {font-size: 16px;line-height: 130%;text-align: center;text-align: center;color: #000;display: block;display: block;max-width: 598px;margin: 0 auto;}
.quick_pick__item {margin-right: 18px;max-width: 562px;height: 449px;border: 1px solid #cbdb93;background: rgba(251,249,247,.81);padding: 42px 58px 0 62px;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-star;position: relative;}
.quick_pick__item::after {content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(251,249,247,.81);}
.quick_pick__item--left {background-image: url("/assets/img/mask1.png");background-size: cover;background-repeat: no-repeat;background-position: right;}
.quick_pick__item--right {background-image: url("/assets/img/mask2.png");background-size: cover;background-repeat: no-repeat;background-position: right;}
.quick_pick__item--form {display: flex;flex-direction: column;position: relative;z-index: 1;}
.quick_pick__item--form label {font-weight: 500;font-size: 16px;line-height: 130%;color: #000;position: relative;margin-bottom: 22px;padding-left: 36px;cursor: pointer;}
.quick_pick__item--form label::after {content: "";position: absolute;left: 0;top: -2px;width: 24px;height: 24px;background-image: url("/assets/img/icons/check-normal.svg");background-size: cover;background-repeat: no-repeat;}
.quick_pick__item--form label:last-child {margin-bottom: 0;}
.quick_pick__item--form input {display: none;}
.quick_pick__item--form input:checked + label::after {background-image: url("/assets/img/icons/check-select.svg");width: 24px;height: 24px;background-size: cover;background-repeat: no-repeat;}
.quick_pick__item:last-child {margin-right: 0;}
.quick_pick__item--header {display: flex;align-items: center;position: relative;z-index: 1;margin-bottom: 18px;}
.quick_pick__number {font-family: "Bebas Neue";font-size: 78px;line-height: 130%;letter-spacing: -.02em;color: #cbdb93;}
.quick_pick__Cardtitle {font-family: "Bebas Neue";color: #000;font-size: 30px;line-height: 30px;letter-spacing: .02em;margin-left: 14px;}
@media (max-width: 1279px) {.quick_pick__container {flex-direction: column;}
	.quick_pick__item {margin-right: 0;max-width: none;height: 100%;margin-bottom: 14px;padding: 40px 0 40px 39px;}
	.quick_pick__item:last-child {margin-bottom: 0;}
	.quick_pick__number {font-size: 64px;}
	.quick_pick__Cardtitle {font-size: 26px;max-width: 279px;display: block;}
	.quick_pick__item--form {display: block;column-count: 2;width: 100%;}
	.quick_pick__item--form label {margin-bottom: 19px;margin-bottom: 0;display: block;height: 35px;line-height: 35px;}
	.quick_pick__item--form label::after {width: 24px;height: 24px;top: 6px;}}
@media (max-width: 768px) {.quick_pick__btn {max-width: 288px;}
	.quick_pick__item {padding: 14px 0 24px 14px;}
	.quick_pick__item--header {margin-bottom: 4px;}
	.quick_pick__item--form {display: flex;}
	.quick_pick__item--form label {height: auto;line-height: 130%;margin-bottom: 24px;font-size: 15px;}
	.quick_pick__item--form label::after {top: 0;}
	.quick_pick__item--form label:last-child {margin-bottom: 0;}
	.quick_pick__Cardtitle {font-size: 20px;}
	.quick_pick__number {font-size: 52px;}}
@media (max-width: 722px) {.quick_pick__container {padding: 0 16px;}}
.subscribe-block {background-image: url("/assets/img/mask3.png");background-size: cover;background-repeat: no-repeat;padding: 30px 0 32px 0;border-top: 2px solid #cbdb93;}
.subscribe-block input:-webkit-autofill, .subscribe-block input:-webkit-autofill:hover, .subscribe-block input:-webkit-autofill:focus, .subscribe-block input:-webkit-autofill:active {transition: background-color 5000s ease-in-out 0s;-webkit-text-fill-color: #fff;}
.subscribe-block p {color: #fff;font-size: 20px;letter-spacing: .02em;line-height: 120%;font-family: "Bebas Neue";}
.subscribe-block form button {display: block;max-width: 200px;height: 52px;width: 100%;border: none;background: none;background: #fff;border-radius: 3px;font-family: "Bebas Neue";font-size: 24px;line-height: 134%;letter-spacing: .05em;color: #c484b8;}
.subscribe-block form button:hover {color: #cbdb93;}
.subscribe-block__container {display: flex;align-items: center;justify-content: space-between;}
.subscribe-block__title {color: #fff;letter-spacing: .02em;font-size: 26px;line-height: 120%;font-family: "Bebas Neue";max-width: 216px;width: 100%;display: block;height: 52px;padding-left: 30px;}
.subscribe-block__form {width: 100%;max-width: 916px;display: flex;justify-content: space-between;}
.subscribe-block__form input {max-width: 650px;width: 100%;color: #fff;font-size: 16px;line-height: 134%;font-family: "Roboto";background: none;border: none;border-bottom: 2px solid #fff;padding-left: 25px;padding-top: 19px;}
.subscribe-block__form input::placeholder {color: #fff;font-size: 16px;line-height: 134%;font-family: "Roboto";}
.subscribe-block__form--btn {display: block;max-width: 200px;height: 52px;width: 100%;border: none;background: none;background: #fff;border-radius: 3px;font-family: "Bebas Neue";font-size: 24px;line-height: 134%;letter-spacing: .05em;color: #c484b8;}
.subscribe-block__form--btn span {display: none;}
@media (max-width: 1600px) {.subscribe-block__title {font-size: 22px;}
	.subscribe-block__btn {height: 45px;max-width: 174px;line-height: 45;}
	.subscribe-block__form input {max-width: 300px;}}
@media (max-width: 1279px) {.subscribe-block__form--btn {max-width: 174px;height: 45px;line-height: 45px;}
	.subscribe-block__title {padding-left: 0;}}
@media (max-width: 767px) {.subscribe-block {background: none;border-top: none;}
	.subscribe-block p {color: #000;font-size: 16px;padding-left: 16px;}
	.subscribe-block__title {display: none;}
	.subscribe-block__form input {max-width: none;border: none;border: 2px solid #cbdb93;color: rgba(58,63,57,.7);border-right: none;margin-right: -2px;padding-top: 0;}
	.subscribe-block__form input::placeholder {color: rgba(58,63,57,.7);}
	.subscribe-block__form form button {background: #cbdb93;color: #fff;font-size: 16px;max-width: 120px;}
	.subscribe-block__form--btn {background: #cbdb93 !important;color: #fff !important;font-size: 16px !important;max-width: 120px !important;}
	.subscribe-block__form--btn span {display: block !important;}
	.subscribe-block {padding-bottom: 0;}
	.subscribe-block__container {padding: 0;}
	.subscribe-block__form--btn {border-radius: 0;}}
.scroll-top {position: fixed;bottom: 40px;left: 40px;z-index: 2;visibility: hidden;opacity: 0;display: flex;justify-content: center;align-items: center;width: 60px;height: 60px;padding: 10px;border: none;background-color: #cbdb93;border-radius: 50%;transition: all .2s ease;cursor: pointer;}
.scroll-top:hover {background-color: #cbdb93;}
.scroll-top svg {fill: #fff;transform: rotate(-90deg);margin-bottom: 4px;}
.scroll-top.shown {visibility: visible;opacity: 1;}
.main-footer {background: rgba(251,249,247,.81);border-top: 2px solid #cbdb93;border-bottom: 2px solid #cbdb93;position: relative;}
.main-footer__absolute-img {position: absolute;right: 0;bottom: 0;}
.main-footer__absolute-img-mobile {display: none;position: absolute;left: 0;bottom: 0;}
.main-footer__container {display: flex;align-items: flex-start;justify-content: space-between;padding-top: 43px;}
.main-footer__leftColumn {display: flex;flex-direction: column;}
.main-footer__leftColumn--copyright {margin-top: 10px;margin-top: 20px;text-decoration: none;font-size: 14px;line-height: 134%;letter-spacing: .03em;color: #000;padding-bottom: 43px;}
.main-footer__leftColumn--copyright a {color: #cbdb93;font-weight: 700;font-size: 18px;}
.main-footer__leftColumn--copyright a:hover {color: #cbdb93;}
.main-footer__leftColumn--socials {display: none;}
.main-footer__leftColumn--logo {max-width: 170px;width: 100%;display: block;margin-bottom: 16px;}
.main-footer__leftColumn--logo img {width: 100%;max-height: 80px;object-fit: contain;object-position: left;}
.main-footer__leftColumn--adresses {display: flex;flex-direction: column;margin-bottom: 10px;}
.main-footer__leftColumn--adresses span {font-size: 17px;line-height: 134%;font-weight: 600;letter-spacing: .03em;color: #000;margin-bottom: 9px;}
.main-footer__leftColumn--adresses span:last-child {margin-bottom: 0;}
.main-footer__leftColumn--contacts {display: flex;flex-direction: column;}
.main-footer__leftColumn--contacts a {text-decoration: none;font-size: 17px;line-height: 134%;letter-spacing: .03em;color: #000;margin-bottom: 9px;}
.main-footer__leftColumn--contacts a:last-child {margin-bottom: 0;}
.main-footer__rightColumn {display: flex;flex-direction: row;}
.main-footer__rightColumn--about {display: flex;flex-direction: column;margin-right: 0px;}
.main-footer__rightColumn--about span {font-family: "Bebas Neue";text-transform: uppercase;font-size: 24px;line-height: 134%;letter-spacing: .05em;color: #c484b8;margin-bottom: 13px;}
.main-footer__rightColumn--about ul li {margin-bottom: 4px;}
.main-footer__rightColumn--about ul li:last-child {margin-bottom: 0;}
.main-footer__rightColumn--about ul li a {text-decoration: none;color: #000;letter-spacing: .03em;font-size: 15px;line-height: 134%;}
.main-footer__rightColumn--catalog {display: flex;}
.main-footer__rightColumn--catalog_main {margin-right: 75px;}
.main-footer__rightColumn--catalog span {font-family: "Bebas Neue";text-transform: uppercase;font-size: 24px;line-height: 134%;letter-spacing: .05em;color: #c484b8;margin-bottom: 13px;}
.main-footer__rightColumn--catalog ul li {margin-bottom: 4px;}
.main-footer__rightColumn--catalog ul li:last-child {margin-bottom: 0;}
.main-footer__rightColumn--catalog ul li a {text-decoration: none;color: #000;letter-spacing: .03em;font-size: 15px;line-height: 134%;}
.main-footer__rightColumn--socials {display: flex;flex-direction: column;}
.main-footer__rightColumn--socials span {font-family: "Bebas Neue";text-transform: uppercase;font-size: 24px;line-height: 134%;letter-spacing: .05em;color: #c484b8;margin-bottom: 13px;}
.main-footer__rightColumn--socials ul {display: flex;flex-direction: row;}
.main-footer__rightColumn--socials ul li {width: 32px;height: 32px;margin-right: 14px;position: relative;z-index: 0;}
.main-footer__rightColumn--socials ul li:last-child {margin-right: 0;}
.main-footer__rightColumn--socials ul li a {width: 100%;height: 100%;display: block;position: relative;z-index: 1;}
.main-footer__vk {background-image: url("/assets/img/socials/vk.svg");background-size: cover;background-position: center;background-repeat: none;}
.main-footer__vk:hover {background-image: url("/assets/img/socials/vk-colored.svg");}
.main-footer__tg {background-image: url("/assets/img/socials/tg.svg");background-size: cover;background-position: center;background-repeat: none;}
.main-footer__tg:hover {background-image: url("/assets/img/socials/tg-colored.svg");}
.main-footer__instagram {background-image: url("/assets/img/socials/instagram.svg");background-size: cover;background-position: center;background-repeat: none;}
.main-footer__instagram:hover {background-image: url("/assets/img/socials/instagram-colored.svg");}
.main-footer__ok {background-image: url("/assets/img/socials/ok.svg");background-size: cover;background-position: center;background-repeat: none;}
.main-footer__ok:hover {background-image: url("/assets/img/socials/ok-colored.svg");}
.main-footer__facebook {background-image: url("/assets/img/socials/facebook.svg");background-size: cover;background-position: center;background-repeat: none;}
.main-footer__facebook:hover {background-image: url("/assets/img/socials/facebook-colored.svg");}
.main-footer__printrest {background-image: url("/assets/img/socials/pinterest.svg");background-size: cover;background-position: center;background-repeat: none;}
.main-footer__printrest:hover {background-image: url("/assets/img/socials/pinterest-colored.svg");}
@media (max-width: 1279px) {.main-footer__absolute-img-mobile {display: block;}
	.main-footer__absolute-img {display: none;}
	.main-footer__leftColumn {width: 46%;}
	.main-footer__leftColumn--copyright {padding-bottom: 50px;}
	.main-footer__rightColumn--about {margin-right: 90px;margin-bottom: 40px;}
	.main-footer__rightColumn--catalog {margin-right: 0;flex-direction: column;}
	.main-footer__rightColumn--socials {width: 72%;}
	.main-footer__rightColumn--catalog_main:first-child {padding-bottom: 20px;}
	.main-footer__rightColumn--catalog_main:first-child {margin-right: 0px;}}
@media (max-width: 1100px) {.main-footer__rightColumn {flex-wrap: wrap;justify-content: flex-end;}
	.main-footer__rightColumn--about {margin-right: 20px;}}
@media (max-width: 767px) {.main-footer__leftColumn {width: 38%;}
	.main-footer__absolute-img-mobile {opacity: .2;}
	.scroll-top {bottom: 62px;width: 40px;height: 40px;}
	.scroll-top svg {width: 18px;height: 18px;}
	.main-footer__container {padding: 43px 16px 0 16px;}
	.main-footer__leftColumn--copyright {padding-bottom: 50px;}}
@media (max-width: 625px) {.main-footer {border-top: none;}
	.main-footer__absolute-img-mobile {opacity: .2;}
	.main-footer__container {flex-direction: column;padding: 0 0 0 0;}
	.main-footer__leftColumn--logo img {object-position: center;}
	.main-footer__leftColumn--copyright {padding-bottom: 24px;text-align: center;}
	.main-footer__rightColumn {order: -1;flex-direction: column;width: 100%;}
	.main-footer__rightColumn--socials {display: none;}
	.main-footer__rightColumn--about {margin: 0;width: 100%;height: 62px;overflow-y: hidden;border-bottom: 1px solid #ddd;}
	.main-footer__rightColumn--about ul {padding-left: 16px;padding-bottom: 18px;}
	.main-footer__rightColumn--about.active {height: auto;overflow-y: visible;}
	.main-footer__rightColumn--about.active span::before {transform: rotate(0deg);}
	.main-footer__rightColumn--about span {margin: 0;padding: 16px 0;padding-left: 54px;font-size: 22px;position: relative;}
	.main-footer__rightColumn--about span::after {content: "";position: absolute;width: 18px;height: 2px;background: #5c5c5c;left: 17px;top: 50%;}
	.main-footer__rightColumn--about span::before {content: "";position: absolute;width: 18px;height: 2px;background: #5c5c5c;transform: rotate(-90deg);left: 17px;top: 50%;transition: .2s;}
	.main-footer__rightColumn--catalog_main {width: 100%;height: 62px;overflow-y: hidden;border-bottom: 1px solid #ddd;}
	.main-footer__rightColumn--catalog_main ul {padding-left: 16px;padding-bottom: 18px;}
	.main-footer__rightColumn--catalog_main.active {height: auto;overflow-y: visible;}
	.main-footer__rightColumn--catalog_main.active span::before {transform: rotate(0deg);}
	.main-footer__rightColumn--catalog_main span {display: block;margin: 0;padding: 16px 0;padding-left: 54px;font-size: 22px;position: relative;}
	.main-footer__rightColumn--catalog_main span::after {content: "";position: absolute;width: 18px;height: 2px;background: #5c5c5c;left: 17px;top: 50%;}
	.main-footer__rightColumn--catalog_main span::before {content: "";position: absolute;width: 18px;height: 2px;background: #5c5c5c;transform: rotate(-90deg);left: 17px;top: 50%;transition: .2s;}
	.main-footer__leftColumn {width: 100%;text-align: center;align-items: center;}
	.main-footer__leftColumn--logo {max-width: 112px;margin-top: 20px;margin-bottom: 20px;}
	.main-footer__leftColumn--address {margin-bottom: 14px;}
	.main-footer__leftColumn--socials {display: flex;margin-top: 24px;z-index: 10;}
	.main-footer__leftColumn--socials li {width: 32px;height: 32px;margin-right: 14px;}
	.main-footer__leftColumn--socials li:last-child {margin-right: 0;}
	.main-footer__leftColumn--socials li a {width: 100%;height: 100%;display: block;}
	.main-footer__vkColored {background-image: url("/assets/img/socials/vk-colored.svg");background-size: cover;background-position: center;background-repeat: none;}
	.main-footer__tgColored {background-image: url("/assets/img/socials/tg-colored.svg");background-size: cover;background-position: center;background-repeat: none;}
	.main-footer__instagramColored {background-image: url("/assets/img/socials/instagram-colored.svg");background-size: cover;background-position: center;background-repeat: none;}
	.main-footer__okColored {background-image: url("/assets/img/socials/ok-colored.svg");background-size: cover;background-position: center;background-repeat: none;}
	.main-footer__facebookColored {background-image: url("/assets/img/socials/facebook-colored.svg");background-size: cover;background-position: center;background-repeat: none;}
	.main-footer__printrestColored {background-image: url("/assets/img/socials/pinterest-colored.svg");background-size: cover;background-position: center;background-repeat: none;}}
.catalog__sort {visibility: hidden;opacity: 0;}
.catalog__mobileMenu {display: flex;display: none;justify-content: space-between;margin-top: 15px;margin-bottom: 20px;}
.catalog__mobileMenu--sort {display: none;}
.catalog__mobileMenu--trigger {background: url("/assets/img/icons/filter.png");background-repeat: no-repeat;background-position: 30px center;border: 2px solid #ebeaea;border-radius: 3px;font-weight: bold;font-size: 14px;letter-spacing: .03em;color: #5c5c5c;max-width: 146px;width: 100%;height: 45px;padding: 0;padding-left: 22px;}
.catalog__mobileMenu--trigger span {display: none;}
.catalog__mobileMenu--select {max-width: 220px;width: 100%;height: 45px;padding: 0 20px;border-radius: 3px;border: 2px solid #ebeaea;font-weight: bold;font-size: 14px;letter-spacing: -.01em;color: #5c5c5c;}
.catalog__mobileMenu--select-mobile {display: none;}
.catalog__mobileMenu--select option {font-weight: bold;font-size: 14px;letter-spacing: -.01em;color: #5c5c5c;}
.catalog__title {font-weight: 500;font-size: 25px;line-height: 38px;letter-spacing: .02em;color: var(--main-text-color);margin-top: 24px;margin-bottom: 24px;}
.catalog__title--number {font-size: 22px;line-height: 26px;letter-spacing: .02em;margin-left: 10px;}
.catalog__wrapper {display: flex;justify-content: space-between;align-items: flex-start;margin-top: 14px;margin-bottom: 178px;}
.catalog__wrapper--substrate {position: fixed;top: 0;left: 0;background: rgba(0,0,0,.5);z-index: 12;opacity: 0;width: 100%;height: 100%;visibility: hidden;}
.catalog__wrapper--substrate-active {opacity: 1;visibility: visible;}
.catalog__filter_sticky {position: fixed;z-index: 1;}
.catalog__filter_stop {position: relative;z-index: 1;}
.catalog__filter-active form {display: flex !important;}
.catalog__filter--mobileHeader {max-width: 270px;width: 100%;display: flex;display: none;align-items: center;padding: 19px 20px 17px 20px;box-shadow: 0px 2px 6px rgba(0,0,0,.3);}
.catalog__filter--mobileHeader .fiilterHeader-title {font-weight: 600;font-size: 18px;line-height: 134%;letter-spacing: .03em;}
.catalog__filter--mobileHeader .filterHeader-reboot {text-decoration-line: underline;letter-spacing: .02em;font-weight: 500;font-size: 14px;line-height: 17px;color: #5c5c5c;padding: 0;background: none;border: none;margin-left: 5px;}
.catalog__filter--mobileHeader .catalog__mobileMenu--trigger {width: 24px;height: 24px;border: none;margin-left: 53px;position: relative;transform: rotate(45deg);}
.catalog__filter--mobileHeader .catalog__mobileMenu--trigger::after {content: "";position: absolute;top: 0;left: 12px;width: 22px;height: 2px;background: #5c5c5c;transform: rotate(90deg);transform-origin: left top;}
.catalog__filter--mobileHeader .catalog__mobileMenu--trigger::before {content: "";position: absolute;top: 10px;left: 0;width: 22px;height: 2px;background: #5c5c5c;}
.catalog__filter form {width: 242px;display: flex;flex-wrap: wrap;}
.catalog__filter--tags {width: 100%;}
.catalog__filter--tags ul {display: flex;width: 100%;flex-wrap: wrap;align-items: baseline;}
.catalog__filter--tags ul li {margin-right: 11px;padding-left: 15px;margin-bottom: 10px;margin-top: 5px;position: relative;display: flex;align-items: center;}
.catalog__filter--tags ul li::after {content: "#";font-family: "Roboto";font-weight: 300;font-size: 20px;line-height: 23px;color: #cbdb93;position: absolute;left: 0;}
.catalog__filter--tags ul li:last-child {margin-bottom: 0;margin-right: 0;}
.catalog__filter--tags ul li a {text-transform: uppercase;font-weight: 500;font-size: 12px;line-height: 14px;color: #5c5c5c;}
.catalog__filter--rebootBtn {background: none;border: 2px solid #c484b8;border-radius: 3px;max-width: 222px;width: 100%;height: 52px;line-height: 52px;font-family: "Bebas Neue";font-size: 24px;letter-spacing: .05em;color: #c484b8;text-transform: uppercase;}
.catalog__filter--group {width: 100%;display: block;padding: 14px 20px 14px 20px;background: #fcfcfc;border: 1px solid #ebeaea;border-radius: 3px;margin-bottom: 14px;font-family: "Roboto";}
.catalog__filter--group:last-child {margin-bottom: 0;padding: 10px 9px 10px 9px;box-shadow: 0px 1px 5px rgba(0,0,0,.25);}
.catalog__filter--group:firs-child {margin-top: 14px;}
.catalog__filter--group-mobile {display: none;}
.catalog__filter--name {font-weight: bold;font-size: 14px;line-height: 134%;letter-spacing: -.01em;color: #5c5c5c;display: block;position: relative;cursor: pointer;}
.catalog__filter--name::after {content: "";position: absolute;width: 10px;height: 10px;background-image: url("/assets/img/icons/trigger.png");background-size: contain;background-position: center;background-repeat: no-repeat;top: 5px;right: 0;transform: rotate(180deg);transition: .2s;}
.catalog__filter--name-rotate::after {transform: rotate(0);}
.catalog__filter--tag-input {display: flex;align-items: center;font-size: 14px;line-height: 16px;color: #5c5c5c;margin-bottom: 10px;position: relative;cursor: pointer;}
.catalog__filter--tag-input::before {content: "";width: 24px;min-width: 24px;height: 24px;margin-right: 10px;background-image: url("/assets/img/icons/check-normal.svg");background-size: cover;background-repeat: no-repeat;}
.catalog__filter--tag-inputNumber {margin-left: 4px;}
.catalog__filter--radio-input {display: none;}
.catalog__filter--radio-input:checked + label::before {background-image: url("/assets/img/icons/check-select.svg");}
.catalog__filter--row:last-child label {margin-bottom: 0;}
.catalog__filter--rows {display: none;overflow: auto;max-height: 330px;margin-top: 10px;}
.catalog__filter--rows-active {display: block;}
.catalog__filter--rows-short {overflow: hidden;max-height: 170px;}
.catalog__filter--btn {font-size: 12px;line-height: 14px;color: #cbdb93;font-family: "Roboto";background: none;border: none;margin-top: 16px;padding: 0;cursor: pointer;}
.catalog__filter--btn-hidden {display: none;}
.catalog__filter--btn-disable {display: none;}
.catalog .whom .catalog__filter-results {max-width: none;width: auto;}
.catalog__filter-results {max-width: 894px;width: 100%;}
.catalog__filter-results--btn {border: none;background: #c484b8;max-width: 218px;height: 52px;width: 100%;border-radius: 3px;margin: 0 auto;line-height: 52px;color: #fff;font-family: "Bebas Neue";font-size: 24px;letter-spacing: .05em;text-transform: uppercase;display: block;}
.catalog__filter-results--wrapper {display: flex;width: 100%;flex-wrap: wrap;}
.catalog__filter-results--sort {margin-bottom: 40px;display: flex;align-items: flex-end;}
.catalog__filter-results--sort span {font-size: 13px;line-height: 16px;letter-spacing: .02em;color: rgba(58,63,57,.7);margin-right: 31px;}
.catalog__filter-results--sort a {font-family: "Roboto";font-size: 14px;line-height: 134%;letter-spacing: .01em;color: #5c5c5c;margin-right: 40px;display: block;}
.catalog__filter-results--sort a:last-child {margin-right: 0;}
.catalog .filter-colors {width: 16px;height: 16px;border-radius: 50%;display: block;margin-right: 6px;}
.extra-controls {position: relative;display: flex;justify-content: space-between;margin-bottom: 24px;}
.extra-controls::before {content: "";position: absolute;top: 20px;left: 50%;width: 8px;height: 1px;margin-left: -4px;background: #000;}
.extra-controls__text {max-width: 90px;position: relative;}
.extra-controls__text:first-child span::before {content: "От";}
.extra-controls__text:last-child span::before {content: "До";}
.extra-controls__text span {font-size: 14px;line-height: 40px;color: #5c5c5c;font-family: "Roboto";position: absolute;z-index: 2;left: 11px;}
.extra-controls__text input {height: 40px;border: 1px solid #d1d1d1;border-radius: 3px;width: 100%;max-width: 87px;font-size: 14px;line-height: 40px;color: #5c5c5c;font-family: "Roboto";position: relative;padding-left: 31px;padding-right: 3px;}
@media (max-width: 1599px) {.catalog__filter form {width: 240px;}
	.catalog__filter-results {max-width: 922px;}}
@media (max-width: 1399px) {.catalog__filter-results {max-width: 1065px;}}
@media (max-width: 1343px) {.catalog__filter-results {max-width: 1021px;}}
@media (max-width: 1279px) {.catalog__mobileMenu {display: flex;}
	.catalog__filter {opacity: 0;position: fixed;z-index: 13;left: 0;top: 0;height: 100%;background-color: #fff;visibility: hidden;overflow-y: auto;margin-top: 60px;}
	.catalog__filter--mobileHeader {display: flex;position: fixed;max-width: none;background: #fff;width: 275px;z-index: 2;top: 0;}
	.catalog__filter-active {opacity: 1;visibility: visible;}
	.catalog__filter form {width: 275px;padding-bottom: 61px;display: none;}
	.catalog__filter--group {margin-bottom: 1px;border-radius: 0;}
	.catalog__filter--group-desctop {display: none;}
	.catalog__filter--group-mobile {display: block;padding: 12px 9px 12px 9px;margin: 18px 15px 22px 15px;}
	.catalog__filter--group-mobile .catalog__filter--rebootBtn {max-width: none;padding: 0;}
	.catalog__filter--tags ul {padding-left: 20px;}
	.catalog__filter-results {max-width: 100%;width: 100%;}
	.range-slider {display: none;}}
@media (max-width: 768px) {.extra-controls {justify-content: space-evenly;}
	.catalog__filter-results--sort {justify-content: space-between;}
	.catalog__filter-results--sort span, .catalog__filter-results--sort a {margin-right: 0;}
	.catalog__wrapper {margin-bottom: 120px;}
	.catalog__filter-results--sort {display: none;}
	.catalog__sort {opacity: 0;position: absolute;z-index: 3;right: 0;top: -20px;background-color: #fff;visibility: hidden;overflow-y: auto;margin-top: 0;box-shadow: 0 6px 12px 0 #a9a9a9;width: 49%;}
	.catalog__sort-active {opacity: 1;visibility: visible;}
	.catalog__sort-container {display: flex;flex-direction: column;position: relative;width: 100%;text-align: center;}
	.catalog__sort-type {width: 100%;display: block;padding: 10px 20px 10px 20px;border-bottom: 1px solid #ebeaea;text-decoration: none;color: #5c5c5c;background: #fff;}
	.catalog .whom .catalog__filter-results--sort {display: flex;}
	.catalog__mobileMenu--select-mobile {display: block !important;border-top: none;}
	.catalog__mobileMenu--select-mobile select {max-width: none;}
	.catalog__mobileMenu--select-desctop {display: none;}
	.catalog__mobileMenu--trigger {max-width: none;margin-left: 0;margin-right: 8px;}
	.catalog__mobileMenu--sort {display: block;max-width: none;margin-left: 0;background: url("/assets/img/icons/sort.png");background-repeat: no-repeat;background-position: 18px center;border: 2px solid #ebeaea;border-radius: 3px;font-weight: bold;font-size: 14px;letter-spacing: .03em;color: #5c5c5c;width: 100%;height: 45px;padding: 0;padding-left: 22px;}
	.catalog__filter {top: 0;height: 100%;margin-top: 0;}
	.catalog__filter--group {height: min-content;}
	.catalog__filter--group:nth-child(2) {margin-top: 60px;}
	.catalog__filter--mobileHeader {max-width: none;justify-content: space-between;width: 100%;z-index: 15;}
	.catalog__filter--mobileHeader .catalog__mobileMenu--trigger {margin: 0;margin-left: 26px;}
	.catalog__filter--mobileHeader .filterHeader-reboot {order: -1;margin: 0;}
	.catalog__filter--mobileHeader .fiilterHeader-title span {display: none;}
	.catalog__filter form {display: none;width: 100%;background: #fff;}
	.reboot {margin-top: 20px;}}
@media (max-width: 600px) {.whom .catalog__filter-results--sort {flex-wrap: wrap;align-items: center;flex-direction: column;top: -50px;position: relative;margin-bottom: 0;}}
.modal {overflow: auto;display: block;opacity: 0;visibility: hidden;position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1300;transition: all linear .2s;}
.modal_open {opacity: 1;visibility: visible;}
.modal__window {overflow: hidden;position: relative;width: 100%;margin: 0 auto;background-color: #fff;z-index: 1;}
.modal__btn {display: block;width: 100%;max-width: 310px;height: 50px;margin: 0 auto 14px;padding: 0;font-family: Bebas Neue;font-weight: normal;font-size: 24px;line-height: 134%;text-align: center;letter-spacing: .05em;color: #5c5c5c;background: #fff;border: 2px solid #5c5c5c;border-radius: 3px;cursor: pointer;}
.modal__btn:hover {color: #cbdb93;border-color: #cbdb93;}
.modal__substrate {opacity: 0;visibility: hidden;position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: #fff;z-index: 12;transition: all linear .2s;}
.modal__substrate_open {opacity: 1;visibility: visible;}
.modal__substrate_gray {background: #e5e5e5;}
.modal__main {padding: 26px 16px;}
.modal__title {display: flex;align-items: center;justify-content: center;height: 52px;padding: 0 50px;font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: .02em;text-align: center;border-bottom: 1px solid #dedede;}
.modal__close {position: absolute;top: 17px;right: 22px;width: 18px;min-width: 18px;height: 18px;transform: rotate(45deg);cursor: pointer;}
.modal__close::before {content: "";position: absolute;top: 8px;left: 0;width: 18px;height: 2px;background: #5c5c5c;}
.modal__close::after {content: "";position: absolute;top: 0;left: 10px;width: 18px;height: 2px;background: #5c5c5c;transform: rotate(90deg);transform-origin: left top;}
.modal__close:hover::before {background: #cbdb93;}
.modal__close:hover::after {background: #cbdb93;}
.modal__desc {margin-bottom: 24px;font-weight: normal;font-size: 16px;line-height: 130%;text-align: center;letter-spacing: -.01em;color: #5c5c5c;}
.modal__label {display: block;margin-bottom: 14px;}
.modal__label-name {display: block;margin-bottom: 10px;font-size: 15px;line-height: 130%;}
.modal__input {display: block;width: 100%;height: 48px;padding: 14px 18px;font-weight: normal;font-size: 15px;line-height: 130%;color: #000;border: 1px solid #adadad;border-radius: 3px;font-family: "SF Pro Display",sens-serif;}
.modal__input::-webkit-input-placeholder {color: #7b7d70;}
.modal__input:-ms-input-placeholder {color: #7b7d70;}
.modal__input::placeholder {color: #7b7d70;}
.modal__input:focus {border: 1px solid #cbdb93;}
.modal__input.error {border: 1px solid #ee1f1f;}
.modal__input:disabled {background: rgba(193,193,193,.49);border: 1px solid #aeaeae;}
.modal__select {display: block;width: 100%;height: 50px;padding: 14px 18px;font-weight: normal;font-size: 15px;line-height: 130%;color: #2e3032;font-family: "SF Pro Display",sens-serif;}
.modal__textarea {display: block;width: 100%;height: 100px;padding: 14px 18px;font-weight: normal;font-size: 15px;line-height: 130%;color: #2e3032;font-family: "SF Pro Display",sens-serif;resize: vertical;}
.modal__policy {font-size: 14px;line-height: 130%;color: #434343;}
.modal__policy a {color: #434343;}
.modal__policy a:hover {color: #cbdb93;}
.modal .form__error {font-style: normal;font-weight: 500;font-size: 14px;line-height: 140%;color: #ee1f1f;}
.modal-notify .modal__window {max-width: 320px;}
.modal-notify .modal__btn {max-width: 100px;margin-bottom: 0;}
.modal-order-call .modal__main {max-width: 320px;margin: auto;}
.modal-fast-order .modal__main {max-width: 320px;margin: auto;}
.modal-fast-order__product {display: flex;align-items: flex-start;margin-bottom: 14px;}
.modal-fast-order__product-info {padding-left: 20px;}
.modal-fast-order__image {width: 100px;}
.modal-fast-order__name {margin: 0 0 8px;font-size: 16px;}
.modal-fast-order__price {font-size: 16px;font-weight: bold;}
.modal-reviews .modal__window {max-width: 550px;}
.modal-reviews .page-reviews__item {padding: 0 40px;padding-bottom: 30px;border: none;}
.modal-reviews .page-reviews__item--img {max-width: 50px;height: 50px;margin-bottom: 20px;}
.modal-reviews .page-reviews__item--text {margin-bottom: 0;}
.modal-reviews .page-reviews__item--text {margin-bottom: 20px;}
.modal-reviews .manager-answer {border-top: 1px solid #c4c4c4;padding-top: 20px;}
.modal-reviews .manager-answer .page-reviews__item--name {padding-left: 30px;position: relative;}
.modal-reviews .manager-answer .page-reviews__item--name::after {content: ">>";position: absolute;color: #cbdb93;font-weight: bold;font-size: 16px;line-height: 19px;letter-spacing: .02em;left: 0;top: 1px;}
.modal-reviews .manager-answer .page-reviews__item--text {margin-bottom: 0;margin-top: 10px;}
.modal-search .modal__main {max-width: 320px;margin: auto;}
.modal-search .header-search {overflow: hidden;position: relative;width: 100%;height: 32px;border: 1px solid #ddd;border-radius: 27px;}
.modal-search .header-search__input {display: block;width: 100%;height: 32px;padding: 0 31px 0 40px;font-family: "Roboto";font-size: 13px;line-height: 134%;letter-spacing: -.01em;color: #525252;font-weight: normal;background-image: url("/assets/img/icons/search.svg");background-repeat: no-repeat;background-position: 12px center;border: 0;}
.modal-search .header-search__button {position: absolute;top: 2px;right: 3px;border: 0;background-color: #ddd;width: 26px;height: 26px;border-radius: 50%;background-image: url("/assets/img/icons/button-arrow.svg");background-repeat: no-repeat;background-position: center;}
.modal-client-coupon .modal__main {max-width: 320px;margin: auto;}
.modal-client-coupon .modal-coupons {background: #fbfbfb;font-size: 13px;}
.modal-client-coupon .modal-coupons__item {display: flex;align-items: center;justify-content: space-between;padding: 5px 16px;}
.modal-client-coupon .modal-coupons__item:hover {background: #ddd;}
.modal-client-coupon .modal-coupons__head:hover {background: none;}
.modal-client-coupon .modal-coupons__code {overflow: hidden;width: 160px;white-space: nowrap;text-overflow: ellipsis;}
.modal-client-coupon .modal-coupons__date-created {width: 70px;}
.modal-client-coupon .modal-coupons__active {width: 50px;}
.modal-client-coupon .modal-coupons__date-activated {width: 70px;}
.modal-client-coupon .modal-coupons__order {width: 50px;}
.modal-client-coupon .modal-coupons__delete {width: 40px;}
.modal-client-coupon .modal-pagination {margin-top: 20px;font-family: "Bebas Neue";text-align: center;user-select: none;}
.modal-client-coupon .modal-pagination_disabled {display: none;}
.modal-client-coupon .modal-pagination__btn {display: inline-block;padding: 10px 20px;line-height: 1;font-size: 18px;letter-spacing: .05em;color: #fff;text-transform: uppercase;border: 0;border-radius: 3px;background: #c484b8;cursor: pointer;}
.modal-client-coupon .modal-pagination__btn:hover {background: #cbdb93;}
.modal-client-coupon .modal-pagination__btn_disabled {background: #ddd;cursor: default;}
.modal-client-coupon .modal-pagination__btn_disabled:hover {background: #ddd;}
.modal-client-coupon .modal-pagination__page {font-size: 18px;padding: 15px 20px;}
.modal-client-share .modal__main {max-width: 320px;margin: auto;}
.modal-client-share .modal-shares {background: #fbfbfb;font-size: 13px;}
.modal-client-share .modal-shares__item {display: flex;align-items: center;justify-content: space-between;padding: 5px 16px;}
.modal-client-share .modal-shares__item:hover {background: #ddd;}
.modal-client-share .modal-shares__head:hover {background: none;}
.modal-client-share .modal-shares__code {overflow: hidden;width: 160px;white-space: nowrap;text-overflow: ellipsis;}
.modal-client-share .modal-shares__date-created {width: 70px;}
.modal-client-share .modal-shares__active {width: 50px;}
.modal-client-share .modal-shares__date-activated {width: 70px;}
.modal-client-share .modal-shares__order {width: 50px;}
.modal-client-share .modal-pagination {margin-top: 20px;font-family: "Bebas Neue";text-align: center;user-select: none;}
.modal-client-share .modal-pagination_disabled {display: none;}
.modal-client-share .modal-pagination__btn {display: inline-block;padding: 10px 20px;line-height: 1;font-size: 18px;letter-spacing: .05em;color: #fff;text-transform: uppercase;border: 0;border-radius: 3px;background: #c484b8;cursor: pointer;}
.modal-client-share .modal-pagination__btn:hover {background: #cbdb93;}
.modal-client-share .modal-pagination__btn_disabled {background: #ddd;cursor: default;}
.modal-client-share .modal-pagination__btn_disabled:hover {background: #ddd;}
.modal-client-share .modal-pagination__page {font-size: 18px;padding: 15px 20px;}
@media (min-width: 425px) {.modal__window {margin: 30px auto;box-shadow: 0px 2px 6px rgba(0,0,0,.25);border-radius: 3px;}
	.modal__label-name {margin-bottom: 10px;font-size: 16px;line-height: 130%;}
	.modal__substrate {background: rgba(0,0,0,.5);}
	.modal__substrate_gray {background: rgba(0,0,0,.5);}
	.modal-order-call .modal__window, .modal-city .modal__window {max-width: 388px;}
	.modal-order-call .modal__main, .modal-city .modal__main {max-width: 100%;padding: 0px 34px 26px 34px;}
	.modal-order-call .modal__btn, .modal-city .modal__btn {max-width: 100%;}
	.modal-order-call .modal__title, .modal-city .modal__title {height: auto;margin: 30px 0 10px;font-size: 20px;line-height: 130%;letter-spacing: -.01em;color: #000;border: 0;}
	.modal-notify .modal__window {max-width: 388px;}
	.modal-notify .modal__main {max-width: 100%;padding: 0px 34px 26px 34px;}
	.modal-notify .modal__title {height: auto;margin: 30px 0 10px;font-size: 20px;line-height: 130%;letter-spacing: -.01em;color: #000;border: 0;}
	.modal-fast-order .modal__window {max-width: 388px;}
	.modal-fast-order .modal__main {max-width: 100%;padding: 0px 34px 26px 34px;}
	.modal-fast-order .modal__btn {max-width: 100%;}
	.modal-fast-order .modal__title {height: auto;margin: 30px 0 10px;font-size: 20px;line-height: 130%;letter-spacing: -.01em;color: #000;border: 0;}
	.modal-search .modal__window {max-width: 320px;}
	.modal-client-coupon .modal__window {max-width: 600px;}
	.modal-client-coupon .modal__main {max-width: 100%;padding: 0px 34px 26px 34px;}
	.modal-client-coupon .modal__section-title {font-size: 16px;font-weight: bold;margin-bottom: 10px;color: #444;}
	.modal-client-coupon .modal__inline {display: flex;align-items: flex-start;justify-content: space-between;}
	.modal-client-coupon .modal__title {display: block;height: auto;margin: 30px 0 10px;padding: 0 34px;text-align: left;font-size: 20px;line-height: 130%;letter-spacing: -.01em;color: #000;border: 0;}
	.modal-client-coupon .modal__btn {max-width: 100%;}
	.modal-client-coupon .modal__label_name {width: 100%;}
	.modal-client-coupon .modal__label_code {width: 100%;}
	.modal-client-coupon .modal__label_coupons {width: 100px;min-width: 100px;margin-left: 16px;}
	.modal-client-coupon .modal__label_discount {width: 100px;min-width: 100px;margin-left: 16px;}
	.modal-client-coupon .modal__label_date-start {width: 50%;}
	.modal-client-coupon .modal__label_date-end {width: 50%;margin-left: 16px;}
	.modal-client-coupon .modal__label_begins {width: 50%;}
	.modal-client-coupon .modal__label_ends {width: 50%;margin-left: 16px;}
	.modal-client-coupon .modal__label_resource {width: 100%;margin-bottom: 16px;}
	.modal-client-coupon .modal__label_resources {width: 100%;}
	.modal-client-coupon .modal__label_resources .error {border: 1px solid #ee1f1f;}
	.modal-client-share .modal__window {max-width: 600px;}
	.modal-client-share .modal__main {max-width: 100%;padding: 0px 34px 26px 34px;}
	.modal-client-share .modal__section-title {font-size: 16px;font-weight: bold;margin-bottom: 10px;color: #444;}
	.modal-client-share .modal__inline {display: flex;align-items: flex-start;justify-content: space-between;}
	.modal-client-share .modal__title {display: block;height: auto;margin: 30px 0 10px;padding: 0 34px;text-align: left;font-size: 20px;line-height: 130%;letter-spacing: -.01em;color: #000;border: 0;}
	.modal-client-share .modal__btn {max-width: 100%;}
	.modal-client-share .modal__label_name {width: 100%;}
	.modal-client-share .modal__label_coupons {width: 100px;min-width: 100px;margin-left: 16px;}
	.modal-client-share .modal__label_discount {width: 100px;min-width: 100px;margin-left: 16px;}
	.modal-client-share .modal__label_date-start {width: 50%;}
	.modal-client-share .modal__label_date-end {width: 50%;margin-left: 16px;}
	.modal-client-share .modal__label_actv {width: 100px;min-width: 100px;margin-left: 16px;}
	.modal-client-share .modal__label_resource {width: 100%;margin-bottom: 16px;}}
@media (min-width: 768px) {}
@media (max-width: 550px) {.modal-reviews .modal__window {max-width: none;}
	.modal-reviews .page-reviews__item {padding: 0px 16px;padding-bottom: 16px;}}
.modal__city {padding: 30px;}
.modal__city-href {font-size: 20px;margin-bottom: 10px;}
.modal__city-href:last-child {margin-bottom: 0;}
.modal__city-href p {color: #918f8f;text-decoration: underline;}
.modal__city-href a {color: #000;text-decoration: none;}
.product-title_mob {display: none;}
.socials-mobile {display: none;}
.block-title, .block-title2 {position: relative;text-align: center;margin-bottom: 15px;user-select: none;}
.block-title::after, .block-title2::after {content: "";position: absolute;z-index: 0;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;height: 1px;background: #c4c4c4;}
.block-title #consum, .block-title2 #consum {cursor: pointer;display: block;position: relative;z-index: 1;width: fit-content;margin: 0 auto;padding: 0 31px;font-size: 18px;font-weight: 500;line-height: 150%;text-transform: uppercase;color: #c0962a;background: #fff;}
.block-title #tick, .block-title2 #tick {content: "";display: inline-block;width: 10px;height: 10px;margin: 0 0 0 17px;vertical-align: 4px;border-width: 0 2px 2px 0;border-style: solid;border-color: #c0962a;transform: rotate(45deg);}
.youtube-thumb {width: 100%;height: 100%;}
.youtube-thumb::after {content: "";position: absolute;top: 50%;transform: translateY(-50%);width: 50px;height: 50px;background-position: center;background-size: contain;background-repeat: no-repeat;background-image: url("/assets/img/youtube.svg");z-index: 2;left: 23px;}
.youtube-thumb img {position: absolute;width: 100%;height: 100%;object-fit: cover;top: 50%;transform: translateY(-50%);left: 0px;z-index: 1;}
.click-video {position: relative;}
.click-video img {height: 100%;object-fit: contain;}
.magnifier img {object-fit: contain;}
.product__container {display: flex;margin-top: 25px;margin-bottom: 25px;}
.product__leftColumn {display: flex;align-items: center;justify-content: center;flex-direction: row-reverse;max-width: 692px;margin-right: 34px;min-height: 400px;height: 550px;width: 100%;position: relative;}
.product__leftColumn .product-main__tablets {position: absolute;left: 159px;top: 28px;z-index: 3;}
.product__leftColumn .product-main__tablets .product-main-tablet {max-width: 100%;padding: 3px 13px;font-size: 14px;line-height: 130%;color: #fff;border-radius: 7px;margin-bottom: 10px;width: fit-content;}
.product__leftColumn .product-main__tablets .product-main-free {background: #5eaa8f;}
.product__leftColumn .product-main__tablets .product-main-action {background: rgba(234,32,68,.85);}
.product__leftColumn .product-main__tablets .product-main-new {background: #65af4b;}
.product__leftColumn .product-main__tablets .product-main-zero {background: #316661;}
.product__leftColumn--gallery-left .swiper-slide-video {max-height: 533px;}
@media (max-width: 500px) {.product__leftColumn--gallery-left .swiper-slide-video {max-height: 300px;}}
.product__leftColumn--pagination {display: none;}
.product__leftColumn--next {bottom: -5px;top: auto;right: 58px;}
.product__leftColumn--next::after {content: "";position: absolute;width: 8px;height: 15px;background-image: url("/assets/img/icons/mini-prev.svg");background-repeat: no-repeat;background-size: cover;transform: rotate(-90deg);}
.product__leftColumn--prev {top: -5px;left: 55px;transform: rotate(90deg);}
.product__leftColumn--prev::after {content: "";position: absolute;width: 8px;height: 15px;background-image: url("/assets/img/icons/mini-prev.svg");background-repeat: no-repeat;background-size: cover;}
.product__leftColumn .swiper-height-container {width: 19%;height: 100%;order: 1;}
.product__leftColumn .swiper-height-container .swiper-slide {display: flex;align-items: center;justify-content: center;opacity: .4;}
.product__leftColumn .swiper-height-container .swiper-slide img {height: 100%;object-fit: cover;}
.product__leftColumn .swiper-height-container .swiper-slide-thumb-active {opacity: 1;border: 1px solid #c484b8;border-radius: 3px;}
.product__leftColumn .swiper-width-container {width: 77%;}
.product__leftColumn--gallery-thumbs {width: 100%;height: 100%;padding: 15px !important;}
.product__leftColumn .gallery-thumbs__wrapper {display: flex;align-items: center;justify-content: center;}
.product__rightColumn {max-width: 427px;width: 100%;}
.product__rightColumn--flexWrapper {display: flex;align-items: center;height: 50px;margin-bottom: 10px;justify-content: space-between;}
.product__rightColumn--raitWrapper {display: flex;align-items: center;justify-content: space-between;}
.product__rightColumn--vendor-code {font-size: 13px;line-height: 16px;letter-spacing: .02em;color: rgba(58,63,57,.7);margin-bottom: 9px;}
.product__rightColumn--title {font-weight: 500;font-size: 32px;line-height: 38px;letter-spacing: .02em;color: #000;margin-bottom: 10px;}
.product__rightColumn--starsWrapper {display: flex;align-items: center;justify-content: flex-start;margin: 3px 0 7px 0;font-size: 25px;}
.product__rightColumn--description {line-height: 25px;}
.product__rightColumn--stars {width: 130px;height: 18px;margin-right: 14px;}
.product__rightColumn--stars.rating_active {cursor: pointer;}
.product__rightColumn--stars .rating__best {background: url("/assets/img/icons/stars.png") no-repeat;width: 130px;height: 18px;position: absolute;}
.product__rightColumn--stars .rating__current {background: url("/assets/img/icons/stars.png") 0 -17px no-repeat;height: 18px;position: absolute;}
.product__rightColumn--stars .rating__star {width: 27px;height: 18px;display: block;position: absolute;top: 0;left: 0;}
.product__rightColumn--stars .rating__star_1 {left: 0;}
.product__rightColumn--stars .rating__star_2 {left: 27px;}
.product__rightColumn--stars .rating__star_3 {left: 54px;}
.product__rightColumn--stars .rating__star_4 {left: 81px;}
.product__rightColumn--stars .rating__star_5 {left: 108px;}
.product__rightColumn--stars .rating__star_opacity {background: url("/assets/img/icons/stars.png") 0 -18px no-repeat;}
.product__rightColumn--stars .rating__star_hover {background-image: none !important;}
.product__rightColumn--stars .rating__current {background: url("/assets/img/icons/stars.png") 0 -18px no-repeat;height: 18px;}
.product__rightColumn--stars .rating__best_hover .rating__star_opacity {background: none;}
.product__rightColumn--stars .rating__best_hover .rating__star_hover {background: url("/assets/img/icons/stars.png") 0 -18px no-repeat;background-image: url("/assets/img/icons/stars.png") !important;}
.product__rightColumn--stars .rating__best_hover .rating__star_hover ~ .rating__star_opacity {background: url("/assets/img/icons/stars.png") 0 -18px no-repeat;}
.product__rightColumn--stars .rating__best_hover ~ .rating__star_opacity {background: none;}
.product__rightColumn--stars .rating__best_hover .rating__current {background: none;}
.product__rightColumn--assessments {font-size: 13px;line-height: 16px;letter-spacing: .02em;color: rgba(58,63,57,.7);}
.product__rightColumn--priceWrapper {margin-top: 10px;margin-bottom: 6px;}
.product__rightColumn--price {display: flex;flex-direction: column;}
.product__rightColumn--price span {font-weight: 500;font-size: 30px;line-height: 134%;color: #000;}
.product__rightColumn--price a {color: #cbdb93;font-weight: 500;font-size: 16px;line-height: 134%;width: max-content;padding-bottom: 1px;border-bottom: 1px solid #cbdb93;}
.product__rightColumn--price a:hover {color: #cbdb93;border-bottom: 1px solid #cbdb93;}
.product__rightColumn--price .old_price {display: none !important;opacity: .3;color: #5c5c5c;font-size: 20px !important;}
.product__rightColumn--price .old_price span {color: #5c5c5c;font-size: 20px !important;}
.product__rightColumn--priceRow {display: flex;justify-content: flex-start;align-items: center;}
.product__rightColumn--priceRow span {font-size: 35px;}
.product__rightColumn--priceRow .old_price_inline {opacity: .3;margin: 0 0 0 14px;color: #5c5c5c;font-size: 20px;line-height: 48px;vertical-align: bottom;}
.product__rightColumn--priceRow .old_price_inline span {color: #5c5c5c;font-size: 20px;}
.product__rightColumn--favorite {height: 100%;font-size: 13px;font-weight: 500;line-height: 134%;color: #5c5c5c;position: relative;cursor: pointer;margin-right: 30px;}
.product__rightColumn--favorite::after {content: "";position: absolute;width: 32px;height: 32px;background-image: url("/assets/img/icons/favorite32.svg");background-repeat: no-repeat;left: 50%;top: -16px;right: 2px;transform: scale(.8);}
.product__rightColumn .favorit_active::after {background-image: url("/assets/img/icons/favorite-ac32.svg");}
.product__rightColumn--buyWrapper {display: flex;justify-content: space-between;margin-bottom: 10px;}
.product__rightColumn--buyWrapper .counter {display: flex;}
.product__rightColumn--buyWrapper .counter__minus {width: 52px;height: 52px;border-radius: 3px 0px 0px 3px;background: #fff8f2;border: 1px solid #d1d1d1;font-family: "Roboto";color: #5c5c5c;font-size: 30px;padding: 0;}
.product__rightColumn--buyWrapper .counter__minus:hover {color: #cbdb93;}
.product__rightColumn--buyWrapper .counter__value {width: 52px;height: 52px;background: #fff8f2;border: none;border-top: 1px solid #d1d1d1;border-bottom: 1px solid #d1d1d1;font-family: "Roboto";color: #5c5c5c;font-size: 14px;text-align: center;padding: 0;}
.product__rightColumn--buyWrapper .counter__value::-webkit-outer-spin-button {-webkit-appearance: none;}
.product__rightColumn--buyWrapper .counter__value::-webkit-inner-spin-button {-webkit-appearance: none;}
.product__rightColumn--buyWrapper .counter__pluse {width: 52px;height: 52px;border-radius: 0px 3px 3px 0px;background: #fff8f2;border: 1px solid #d1d1d1;font-family: "Roboto";color: #5c5c5c;font-size: 21px;padding: 0;}
.product__rightColumn--buyWrapper .counter__pluse:hover {color: #cbdb93;}
.product__rightColumn--btnCart {max-width: 200px;width: 100%;border-radius: 3px;border: none;background: #c484b8;height: 52px;line-height: 52px;color: #fff;letter-spacing: .05em;font-size: 24px;font-family: "Bebas Neue";}
.product__rightColumn--btnCart_fixed {display: none;position: fixed;bottom: -8px;left: 50%;transform: translateX(-50%);height: 42px;line-height: 42px;max-width: 300px;z-index: 20;}
.product__rightColumn--btnCart:hover {background: #cbdb93;}
.product__rightColumn--btnCart:disabled {background: #bfbfbf;cursor: default;}
.product__rightColumn--btnCart + a {display: none;}
.product__rightColumn--btnFast {max-width: 200px;width: 100%;margin: 0;border-radius: 3px;border: none;background: #cbdb93;height: 52px;line-height: 52px;color: #fff;letter-spacing: .05em;font-size: 24px;font-family: "Bebas Neue";text-align: center;}
.product__rightColumn--btnFast:hover {background: #cbdb93;}
.product__rightColumn--btnFast:disabled {background: #bfbfbf;cursor: default;}
.product__rightColumn--btnFast + a {display: none;}
.product__rightColumn--sizeTitle {font-size: 16px;line-height: 134%;color: #000;margin-right: 14px;display: block;}
.product__rightColumn--sizeWrapper {display: flex;align-tems: center;justify-content: flex-start;}
.product__rightColumn--height {display: flex;flex-direction: column;position: relative;padding-left: 27px;margin-right: 20px;}
.product__rightColumn--height::after {content: "";position: absolute;width: 7px;height: 16px;background-image: url("/assets/img/icons/height.png");background-repeat: no-repeat;left: 13px;bottom: 5px;background-size: contain;}
.product__rightColumn--height span {font-size: 16px;line-height: 21px;letter-spacing: .02em;color: #000;margin-bottom: 3px;}
.product__rightColumn--height p {font-size: 12px;line-height: 14px;letter-spacing: .02em;color: #000;}
.product__rightColumn--dotted {flex-grow: 1;border-bottom: 2px dotted rgba(58,63,57,.6);}
.product__rightColumn--li {margin-bottom: 4px !important;}
.product__rightColumn .closet-info__key {padding-right: 6px;}
.product__rightColumn .closet-info__value {padding-left: 6px;}
.product__rightColumn--diametr {display: flex;flex-direction: column;position: relative;font-size: 16px;padding-left: 27px;}
.product__rightColumn--diametr::after {content: "";position: absolute;width: 7px;height: 21px;background-image: url("/assets/img/icons/height.png");background-repeat: no-repeat;left: -1px;bottom: 2px;background-size: contain;transform: rotate(90deg);}
.product__rightColumn--diametr span {font-size: 16px;line-height: 21px;letter-spacing: .02em;color: #000;margin-bottom: 3px;}
.product__rightColumn--diametr p {font-size: 12px;line-height: 14px;letter-spacing: .02em;color: #000;}
.product__rightColumn--SocialsWrapper {width: 100%;}
.product__rightColumn--SocialsWrapper p {margin-bottom: 10px;font-size: 16px;line-height: 134%;color: #000;}
.product__rightColumn--SocialsWrapper ul {display: flex;}
.product__rightColumn--SocialsWrapper ul li {margin-right: 10px;}
.product__rightColumn--SocialsWrapper ul li:last-child {margin-right: 0;}
.product__rightColumn--SocialsWrapper ul li a {display: block;width: 32px;height: 32px;}
.product .counter-new {display: flex;margin-left: auto;}
.product .counter-new__minus {width: 30px;height: 30px;border-radius: 3px 0 0 3px;background: #fff8f2;border: 1px solid #d1d1d1;font-family: "Roboto";color: #5c5c5c;font-size: 30px;padding: 0;line-height: 10px;}
.product .counter-new__pluse {width: 30px;height: 30px;border-radius: 0 3px 3px 0;background: #fff8f2;border: 1px solid #d1d1d1;font-family: "Roboto";color: #5c5c5c;font-size: 21px;padding: 0;}
.product .counter-new__value {width: 30px;height: 30px;background: #fff8f2;border: 0;border-top: 1px solid #d1d1d1;border-bottom: 1px solid #d1d1d1;font-family: "Roboto";color: #5c5c5c;font-size: 14px;text-align: center;padding: 0;}
.product .counter-new__value::-webkit-outer-spin-button {-webkit-appearance: none;}
.product .counter-new__value::-webkit-inner-spin-button {-webkit-appearance: none;}
.product-option {margin: 0 0 5px;}
.product-option__title {margin: 0 0 3px;font-size: 16px;line-height: 134%;color: #272c26;}
.product-option__container {display: flex;flex-flow: wrap;align-items: flex-start;}
.product-option__item {position: relative;display: flex;align-items: center;justify-content: center;height: 30px;margin: 0 8px 8px 0;padding: 0 10px;color: #000;line-height: 30px;letter-spacing: .05em;font-size: 16px;font-family: "Bebas Neue";cursor: pointer;user-select: none;}
.product-option__item:hover {color: #fff;}
.product-option__item:hover .product-option__bg {background: #cbdb93;border: 1px solid #cbdb93;}
.product-option__input {display: none;}
.product-option__input:checked ~ .product-option__name {color: #fff;}
.product-option__input:checked ~ .product-option__bg {border: 1px solid #cbdb93;background: #cbdb93;}
.product-option__bg {position: absolute;top: 0;left: 0;right: 0;bottom: 0;border-radius: 3px;border: 1px solid #c484b8;z-index: -1;}
.promo-code {overflow: hidden;position: fixed;right: 30px;bottom: 30px;border-radius: 4px;background: #fff;text-align: center;box-shadow: 0 0 48px rgba(0,0,0,.15);z-index: 3;}
.promo-code__close {position: absolute;top: 10px;right: 10px;width: 18px;min-width: 18px;height: 18px;transform: rotate(45deg);cursor: pointer;}
.promo-code__close::before {content: "";position: absolute;top: 8px;left: 0;width: 18px;height: 2px;background: #5c5c5c;}
.promo-code__close::after {content: "";position: absolute;top: 0;left: 10px;width: 18px;height: 2px;background: #5c5c5c;transform: rotate(90deg);transform-origin: left top;}
.promo-code__discount {padding: 10px 40px;font-size: 60px;color: red;font-weight: bold;text-transform: uppercase;}
.promo-code__text {margin-bottom: 10px;padding: 0 40px;font-size: 14px;text-transform: uppercase;}
.promo-code__code {font-size: 22px;padding: 0 40px;}
.promo-code__message {display: flex;align-items: center;justify-content: center;position: absolute;top: 0;right: 0;bottom: 30px;left: 0;background-color: #fff;line-height: 1.5;}
.promo-code__btn {display: block;width: 100%;height: 30px;border: 0;margin: 10px 0 0;padding: 0;background: #c484b8;color: #fff;}
.promo-code__btn:hover {background: #cbdb93;}
@media (max-width: 1100px) {.youtube-thumb::after {left: 9px;}
	.product__leftColumn {min-height: unset;height: 100%;}
	.product__leftColumn .product-main__tablets {left: 32px;}
	.product__leftColumn .swiper-height-container {height: 81%;}
	.product__leftColumn .swiper-width-container {width: 100%;}
	.product__leftColumn--gallery-thumbs {padding: 10px !important;}
	.product__leftColumn--prev {left: 42px;}
	.product__leftColumn--next {left: 39px;}
	.product__rightColumn--title {line-height: 31px;font-size: 26px;}
	.product__rightColumn--description {margin-bottom: 10px;}
	.product__rightColumn--buyWrapper .counter__minus {width: 45px;height: 45px;}
	.product__rightColumn--buyWrapper .counter__value {width: 45px;height: 45px;}
	.product__rightColumn--buyWrapper .counter__pluse {width: 45px;height: 45px;}
	.product__rightColumn--btnCart {max-width: 126px;height: 45px;line-height: 45px;}
	.product__rightColumn--btnFast {max-width: 154px;height: 45px;line-height: 45px;}
	.product__rightColumn--starsWrapper {margin-bottom: 36px;}
	.product__rightColumn--price span {font-size: 26px;line-height: 31px;}
	.product__rightColumn--price .old_price {display: block !important;}
	.product__rightColumn--priceRow span {font-size: 35px;}
	.product__rightColumn--priceRow .old_price_inline {display: none !important;}}
@media (max-width: 1099px) {.product-body {padding-bottom: 63px;}
	.product-title_mob {display: block;margin-top: 15px;}
	.product-title_desc {display: none;}
	.socials-mobile {display: block;margin-bottom: 26px;}
	.socials-desctop {display: none;}
	.youtubeLogo {position: absolute;top: 0;top: 46%;left: 0;left: 50%;width: 64px;height: 34px;background-image: url("/assets/img/youtube.svg");background-repeat: no-repeat;background-position: center;background-size: cover;transform: translateX(-50%);}
	.click-video img {position: relative;}
	.click-video img::after {content: "";position: absolute;top: 0;transform: translateX(-50%);width: 100px;height: 100%;background-position: center;background-size: contain;background-repeat: no-repeat;background-image: url("/assets/img/youtube.svg");z-index: 2;left: 50%;}
	.promo-code {width: 100%;left: 0;right: 0;bottom: 0;border-radius: 0;}
	.promo-code__discount {padding: 0px 16px;font-size: 35px;}
	.promo-code__text {margin-bottom: 5px;padding: 0 16px;font-size: 12px;}
	.promo-code__code {padding: 0 16px;font-size: 17px;}
	.promo-code__message {bottom: 47px;}
	.promo-code__btn {height: auto;padding: 16px;}
	.product .specification__item--list {max-width: none;}
	.product__container {flex-direction: column;margin-top: 20px;}
	.product__leftColumn {justify-content: center;margin-right: 0;margin: 0 auto;}
	.product__leftColumn .swiper-height-container {display: none;}
	.product__leftColumn--pagination {display: block;text-align: center;margin-bottom: 20px;}
	.product__leftColumn--pagination .swiper-pagination-bullet {margin: 0 !important;margin-right: 14px !important;width: 10px;height: 10px;opacity: 1;background: none;border: 1px solid #cbdb93;}
	.product__leftColumn--pagination .swiper-pagination-bullet:last-child {margin-right: 0 !important;}
	.product__leftColumn--pagination .swiper-pagination-bullet-active {background: #cbdb93;}
	.product__leftColumn .swiper-height-container {position: absolute;left: -200000px;}
	.product__rightColumn {max-width: none;}
	.product__rightColumn--vendor-code {margin-bottom: 4px;}
	.product__rightColumn--title {font-size: 22px;}
	.product__rightColumn--starsWrapper {margin-bottom: 10px;font-size: 25px;}
	.product__rightColumn--priceRow {justify-content: flex-start;margin-bottom: 0;flex-direction: column;align-items: flex-start;}
	.product__rightColumn--priceRow span {font-size: 25px;}
	.product__rightColumn--priceRow .product-card__old-price {font-size: 14px !important;margin: 0;}
	.product__rightColumn--priceWrapper {margin-bottom: 24px;}
	.product__rightColumn--price {align-items: center;}
	.product__rightColumn--price span {font-size: 26px;margin: 0;}
	.product__rightColumn--price a {display: none;}
	.product__rightColumn--favorite {font-size: 0;}
	.product__rightColumn .counter {display: none;}
	.product__rightColumn--buyWrapper {flex-direction: row;align-items: center;position: fixed;width: 100%;bottom: -10px;left: 0;z-index: 10;background: #fff;padding-top: 10px;padding-bottom: 10px;padding-right: 16px;padding-left: 16px;box-shadow: 1px -5px 13px rgba(0,0,0,.2);}
	.product__rightColumn--btnCart {max-width: 287px;margin-bottom: 0;}
	.product__rightColumn--btnFast {max-width: 287px;order: 1;}
	.product__rightColumn--sizeWrapper {margin-bottom: 0;}
	.product__rightColumn--flexWrapper {display: flex;align-items: center;justify-content: space-between;padding: 17px 0;border-top: 2px solid #f2f2f2;border-bottom: 2px solid #f2f2f2;margin-bottom: 20px;}
	.product__rightColumn--flexWrapper span {margin-bottom: 0;margin-right: 15px;}
	.product__rightColumn--height {margin-right: 30px;}
	.product__rightColumn--radius::after {top: 3px;}}
@media (max-width: 768px) {.product__rightColumn h1 {justify-content: left !important;font-size: 21px !important;}
	.product__rightColumn--btnCart {max-width: 139px;}}
.product-card__old-price {font-size: 16px !important;margin: 0;margin-left: 6px;color: #5c5c5c;}
@media (max-width: 767px) {.product-body .utp {display: flex;}
	.product-body .utp__container {margin-top: 0;padding: 0;}
	.product-body .utp__item:first-child svg {margin-left: 0;}
	.product__leftColumn .product-main__tablets {left: 15px;top: 15px;}}
.tag-categories {margin: 0 0 65px;}
.tag-categories span {margin-right: 5px;font-weight: 600;}
.tag-categories a {display: inline-block;padding: 5px 10px 5px 0;color: #000;font-weight: 400;}
.product__hint {color: #737070;text-align: center;position: relative;display: flex;align-items: center;padding: 10px 0px;margin: 10px 0;width: fit-content;width: 100%;cursor: pointer;background: #fff;justify-content: center;border: 1px solid #5d854c;text-decoration: underline;}
.product__hint p {position: relative;padding: 0;margin: 0;}
.product__hint p::after {content: "";position: absolute;left: -29px;top: 2px;width: 19px;height: 19px;background-image: url("/assets/img/icons/gift-icon.png");background-size: cover;}
.specification {margin-bottom: 5px;margin-top: 70px;}
.specification__header {display: flex;align-items: center;justify-content: flex-start;border-bottom: 1px solid rgba(192,150,42,.51);margin-bottom: 42px;}
.specification__header--btn {padding-bottom: 17px;margin-right: 30px;font-size: 16px;line-height: 19px;letter-spacing: .02em;color: rgba(58,63,57,.6);font-weight: 500;cursor: pointer;}
.specification__header--btn:last-child {margin-right: 0;}
.specification__header--btn.active {color: #000;position: relative;}
.specification__header--btn.active::after {content: "";position: absolute;width: 100%;height: 5px;background: #c484b8;left: 0;top: 31px;border-radius: 2px;}
.specification__description {color: #000;letter-spacing: .02em;font-size: 16px;line-height: 130%;}
.specification__hidden {display: none;}
.specification__active {display: block;min-height: auto;}
.specification .closet-info__key {font-size: 16px;line-height: 134%;color: #000;padding-right: 10px;}
.specification .closet-info__value {font-size: 16px;line-height: 134%;color: #000;padding-left: 8px;}
.specification .closet-info .dotted {flex-grow: 1;border-bottom: 2px dotted rgba(58,63,57,.6);}
.specification__item--title {margin-bottom: 15px;letter-spacing: .02em;font-weight: 500;font-size: 20px;line-height: 24px;color: #000;display: block;}
.specification__item--list {width: 100%;column-count: 2;margin-bottom: 15px;display: none;}
.specification__item--list li {display: flex;align-items: baseline;margin-bottom: 12px;}
.specification__item--list li:last-child {margin-bottom: 0;}
.specification__item--list2 {width: 100%;display: none;}
.specification__item--list2 li {display: flex;align-items: baseline;margin-bottom: 12px;}
.specification__item--list2 li:last-child {margin-bottom: 0;}
.specification__item--listcompare {max-width: 395px;width: 100%;margin-bottom: 15px;}
.specification__item--listcompare li {display: flex;align-items: baseline;margin-bottom: 12px;}
.specification__item--listcompare li:last-child {margin-bottom: 0;}
.specification__item--deliveryList {max-width: 749px;width: 100%;padding-left: 27px;}
.specification__item--deliveryList li {margin-bottom: 10px;color: #000;letter-spacing: .02em;font-size: 16px;line-height: 130%;position: relative;}
.specification__item--deliveryList li::after {content: ">>";position: absolute;color: #cbdb93;letter-spacing: .02em;font-size: 16px;line-height: 130%;left: -28px;top: 0;}
.specification__item--deliveryList li:last-child {margin-bottom: 0;}
.specification__item--paymentList {display: flex;flex-wrap: wrap;align-items: flex-end;max-width: 900px;justify-content: flex-start;}
.specification__item--paymentList li {display: flex;flex-direction: column;align-items: center;justify-content: center;max-width: 103px;width: 100%;margin-right: 50px;margin-bottom: 48px;}
.specification__item--paymentList li span {font-size: 13px;line-height: 134%;color: #000;}
.specification__item--paymentList li img {width: auto;margin-bottom: 11px;}
@media (max-width: 1099px) {.product .specification__item--list {display: block;}
	.product .specification__item--list2 {display: block;}}
@media (max-width: 530px) {.specification__header {margin-bottom: 32px;white-space: nowrap;overflow: auto;}
	.specification__header--btn {font-size: 14px;line-height: 17px;}
	.specification__item--title {font-size: 17px;line-height: 20px;}
	.specification__item--paymentList li {margin-right: 4px;margin-bottom: 26px;}}
@media (max-width: 650px) {.specification {margin-bottom: 94px;}}
@media (max-width: 352px) {.specification__item--paymentList {justify-content: space-between;}}
.similar-products {position: relative;max-width: 1251px;width: 100%;margin: 0 auto;margin-bottom: 140px;}
.similar-products .swiper-container {padding: 5px 10px 80px;}
.similar-products .swiper-slide {height: auto;}
.similar-products .product-card {margin: 0;width: auto;height: 100%;}
.similar-products__title {color: #000;font-weight: 500;font-size: 25px;line-height: 38px;letter-spacing: .02em;margin-bottom: 31px;}
.similar-products__next {width: 24px;height: 60px;border: 1px solid #d1d1d1;border-radius: 5px;background: #f1eae1;opacity: .7;top: 35%;transform: translateY(-50%);}
.similar-products__next::after {content: "";position: absolute;width: 8px;height: 12px;background-image: url("/assets/img/icons/mini-next.svg");background-repeat: no-repeat;background-size: cover;}
.similar-products__prev {width: 24px;height: 60px;border: 1px solid #d1d1d1;border-radius: 5px;background: #f1eae1;opacity: .7;top: 35%;transform: translateY(-50%);}
.similar-products__prev::after {content: "";position: absolute;width: 8px;height: 15px;background-image: url("/assets/img/icons/mini-prev.svg");background-repeat: no-repeat;background-size: cover;}
.similar-products .product-card__link {height: 26px;}
@media (min-width: 1100px) {.similar-products .product-card:hover::after {height: calc(100% - -73px);}}
.tag-categories {margin-bottom: 23px;}
.postcards-slider .product-card__btn {height: 28px !important;font-size: 16px !important;line-height: 180% !important;margin-top: 10px !important;}
@media (max-width: 1399px) {.similar-products {max-width: 1400px;}}
@media (max-width: 1100px) {.similar-products {max-width: 768px;}
	.similar-products__prev {left: 22px;}
	.similar-products__next {right: 22px;}}
@media (max-width: 768px) {.similar-products {margin-bottom: 176px;}
	.similar-products .swiper-container {padding-bottom: 2px !important;}
	.similar-products__container {padding-right: 0;}
	.similar-products__header {display: none;}
	.similar-products__prev {display: none;}
	.similar-products__next {display: none;}}
.related-products {position: relative;max-width: 1251px;width: 100%;margin: 0 auto;}
.related-products .swiper-container {margin-bottom: -50px;padding: 5px 10px 170px;}
.related-products .swiper-slide {height: auto;}
.related-products__header {display: flex;align-items: center;justify-content: flex-start;border-bottom: 1px solid rgba(192,150,42,.51);margin-bottom: 10px;}
.related-products__header--btn {padding-bottom: 14px;margin-right: 30px;font-size: 16px;line-height: 19px;letter-spacing: .02em;color: rgba(58,63,57,.6);font-weight: 500;cursor: pointer;}
.related-products__header--btn:last-child {margin-right: 0;}
.related-products__header--btn.active {color: #000;position: relative;}
.related-products__header--btn.active::after {content: "";position: absolute;width: 100%;height: 5px;background: #c484b8;left: 0;top: 31px;border-radius: 2px;}
.related-products .product-card {margin: 0;width: 135px;height: 100%;}
.related-products__title {color: #000;font-weight: 500;font-size: 32px;line-height: 38px;letter-spacing: .02em;margin-bottom: 31px;}
.related-products__next {width: 24px;height: 60px;border: 1px solid #d1d1d1;border-radius: 5px;background: #f1eae1;opacity: .7;top: 58%;transform: translateY(-50%);}
.related-products__next::after {content: "";position: absolute;width: 8px;height: 12px;background-image: url("/assets/img/icons/mini-next.svg");background-repeat: no-repeat;background-size: cover;}
.related-products__prev {width: 24px;height: 60px;border: 1px solid #d1d1d1;border-radius: 5px;background: #f1eae1;opacity: .7;top: 58%;transform: translateY(-50%);}
.related-products__prev::after {content: "";position: absolute;width: 8px;height: 15px;background-image: url("/assets/img/icons/mini-prev.svg");background-repeat: no-repeat;background-size: cover;}
.related-products__slider {display: none;}
.related-products__active {display: block;}
@media (max-width: 1399px) {.related-products {max-width: 1400px;}}
@media (max-width: 1100px) {.product__leftColumn--pagination {margin-top: 20px;}
	.related-products {max-width: 768px;}
	.related-products__prev {left: 22px;}
	.related-products__next {right: 22px;}}
@media (max-width: 768px) {.related-products .swiper-container {padding-bottom: 2px !important;margin-bottom: 70px;}
	.related-products__title {font-size: 22px;}
	.related-products__container {padding-right: 0;}
	.related-products__header {display: block;}
	.related-products__prev {display: none;}
	.related-products__next {display: none;}}
@media (max-width: 450px) {.related-products__header {display: flex;column-gap: 10px;flex-wrap: wrap;}
	.related-products__header--btn {padding: 0px 0 13px 0;margin: 0;font-size: 14px;}}
.postcard__elem {cursor: pointer;position: relative;}
.postcard__elem .postcard__tick {display: none;position: absolute;color: #5d854c;right: 5px;top: 5px;font-size: 2rem;}
.postcards-slider {padding: 6px 5px 35px 5px !important;}
.postcards-slider__next, .postcards-slider__prev {position: absolute;top: 37%;height: var(--swiper-navigation-size);height: 20px;z-index: 1;cursor: pointer;display: flex;align-items: center;justify-content: center;color: var(--swiper-navigation-color,var(--swiper-theme-color));width: 20px;transform: translateY(-50%);}
.postcards-slider__next {right: -5px;}
.postcards-slider__next::after {content: "";position: absolute;width: 8px;height: 15px;background-image: url("/assets/img/icons/mini-prev.svg");background-repeat: no-repeat;background-size: cover;transform: rotate(176deg);}
.postcards-slider__prev {left: -5px;}
.postcards-slider__prev::after {content: "";position: absolute;width: 8px;height: 15px;background-image: url("/assets/img/icons/mini-prev.svg");background-repeat: no-repeat;background-size: cover;}
.postcards-slider .product-card {margin: 0;width: auto;height: 100%;}
.postcards-slider .product-card__link {padding-right: 2px;padding-left: 2px;text-align: center;min-height: 38px;display: flex;align-items: center;}
.postcards-slider .product-card__prices {margin-top: 4px;}
.postcards-slider .product-card__old-price {display: none;}
.postcards-slider .product-card__price {font-size: 18px;margin: 0;}
.postcards-slider .product-card__name {font-size: 13px;line-height: 15px;min-height: 40px;height: auto;margin-top: 5px;}
.postcards-slider .product-card__wrap-prices {padding-right: 19px;padding-left: 14px;}
.postcards-slider .product-card__bottom {padding: 0;}
.postcards-slider .product-card__rating {display: none;}
.postcards-slider .product-card::after {height: calc(100% - -34px);opacity: 1;}
.postcards-slider .product-card__img {position: static;}
.postcards-slider .product-card__wrap-image {display: block;margin: 0 auto;margin-bottom: 2px;}
.postcards-slider .product-card__btn {height: 37px;font-size: 20px;line-height: 180%;}
.info {margin-top: 24px;}
.info .select {display: none;}
.info__title {font-weight: 500;font-size: 28px;line-height: 38px;letter-spacing: .02em;color: #000;margin-bottom: 40px;}
.info__container {display: flex;justify-content: space-between;}
.info__select--nav {display: none;}
.info__aside {max-width: 250px;width: 100%;}
.info__aside--nav li {height: 50px;background: #f2f2f2;margin-bottom: 2px;}
.info__aside--nav li:hover {background: #c484b8;}
.info__aside--nav li:hover a {color: #fff;}
.info__aside--nav li:first-child {border-radius: 12px 12px 0px 0px;}
.info__aside--nav li:last-child {border-radius: 0px 0px 12px 12px;margin-bottom: 0;}
.info__aside--nav li a {height: 100%;width: 100%;display: block;line-height: 50px;color: #000;font-size: 15px;letter-spacing: -.01em;text-decoration: none;padding-left: 20px;}
.info__aside--nav .active {background: #c484b8;position: relative;}
.info__aside--nav .active ::after {content: "";position: absolute;width: 8px;height: 12px;background-image: url("/assets/img/icons/arrow-white.png");background-repeat: no-repeat;background-size: cover;right: 18px;top: 50%;transform: translateY(-50%);}
.info__aside--nav .active a {color: #fff;}
.info__content {width: 77%;}
@media (max-width: 1600px) {.info__aside {max-width: 232px;}}
@media (max-width: 1279px) {.info .select {display: inline-block;position: relative;}
	.info .select::after {content: "";position: absolute;background-image: url("/assets/img/icons/arrow-gold.svg");width: 11px;height: 11px;right: 20px;background-repeat: no-repeat;top: 19px;background-size: contain;pointer-events: none;}
	.info__container {flex-direction: column;}
	.info__select--nav {display: block;margin-bottom: 30px;height: 45px;padding-left: 24px;border: none;box-shadow: 0px 1px 5px rgba(0,0,0,.15);border-radius: 0px 0px 3px 3px;border-bottom: 2px solid #cbdb93;font-weight: 500;font-size: 18px;line-height: 134%;letter-spacing: .03em;color: #000;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
	.info__aside {display: none;}
	.info__title {margin-left: 0;font-size: 26px;line-height: 31px;margin-bottom: 24px;}
	.info__content {max-width: none;width: 100%;}}
@media (max-width: 768px) {.info .select::after {right: 37px;}
	.info__select--nav {margin: 0 16px;margin-bottom: 20px;}
	.info__title {font-size: 22px;margin-bottom: 20px;padding: 0 16px;}}
.about {display: flex;flex-direction: column;margin-bottom: 110px;}
.about ul {padding-left: 20px;}
.about ul li {margin-bottom: 5px;position: relative;}
.about ul li::after {content: "—";position: absolute;left: -22px;top: -2px;font-weight: 400;font-size: 20px;color: #cbdb93;font-family: "Roboto";}
.about__slider {display: none;}
.about__item {display: flex;justify-content: space-between;margin-bottom: 27px;}
.about__item:last-child {margin-bottom: 0;}
.about__item--img {max-width: 434px;width: 100%;}
.about__item--text {max-width: 434px;width: 100%;display: flex;flex-direction: column;align-items: flex-start;}
.about__item--text span {color: #000;letter-spacing: -.01em;font-size: 16px;line-height: 130%;margin-bottom: 12px;}
.about__item--text p {color: #000;letter-spacing: -.01em;font-size: 16px;line-height: 130%;margin-bottom: 20px;}
.about__item--text p:last-child {margin-bottom: 0;}
.about__item--title {font-family: "Bebas Neue";font-size: 29px;line-height: 29px;letter-spacing: .05em;color: #c484b8;margin-bottom: 14px;}
.about__item--h2 {font-family: "Bebas Neue";font-size: 29px;line-height: 29px;letter-spacing: .05em;color: #c484b8;margin-bottom: 14px;}
.about__item--btn {border: 2px solid #c484b8;display: block;max-width: 260px;height: 52px;line-height: 52px;color: #c484b8;text-decoration: none;text-transform: uppercase;font-family: "Bebas Neue";letter-spacing: .05em;text-align: center;font-size: 24px;margin-top: 40px;width: 100%;}
.about__item--btnMobile {display: none;}
.about__bottom-item .about__item--text {order: -1;}
.our-team__container {position: relative;}
.our-team__slider--item {background: #fff8f2;border-radius: 3px 3px 0px 0px;}
.our-team__slider--item .slider-footer {border: 1px solid #cfcfcf;border-top: none;border-radius: 0px 0px 3px 3px;text-align: center;padding: 14px 0 10px 0;}
.our-team__slider--item .slider-footer__name {color: #c484b8;letter-spacing: -.01em;font-weight: 500;font-size: 18px;line-height: 130%;margin-bottom: 4px;}
.our-team__slider--item .slider-footer__prof {color: #000;letter-spacing: -.01em;font-size: 16px;line-height: 130%;}
.our-team__next {width: 24px;height: 60px;border: 1px solid #d1d1d1;border-radius: 5px;background: #f1eae1;opacity: 1;top: 50%;transform: translateY(-50%);right: -12px;}
.our-team__next svg {position: absolute;width: 8px;height: 12px;}
.our-team__prev {width: 24px;height: 60px;border: 1px solid #d1d1d1;border-radius: 5px;background: #f1eae1;opacity: 1;top: 50%;transform: translateY(-50%);left: -12px;}
.our-team__prev svg {position: absolute;width: 8px;height: 15px;}
.our-team__pagination {display: none;}
@media (max-width: 1600px) {.about__item {justify-content: center;}
	.about__item--img {max-width: 363px;}
	.about__item--text {max-width: 357px;margin-left: 25px;}
	.about__bottom-item .about__item--text {margin-left: 0;margin-right: 25px;}}
@media (max-width: 1279px) {.about__item {justify-content: flex-start;}
	.about__item--img {max-width: none;}
	.about__item--text {max-width: none;margin-left: 16px;}
	.about__item--btn {display: none;}
	.about__item--btnMobile {display: block;margin: 0 auto;margin-top: 0;}
	.about__bottom-item .about__item--text {margin-left: 0;margin-right: 16px;}}
@media (max-width: 768px) {.about {margin-bottom: 90px;padding: 0 16px;}
	.about__slider {display: flex;width: 100%;flex-direction: column;margin-bottom: 24px;}
	.about__item {margin-bottom: 19px;}
	.about__item--btnMobile {margin-top: 11px;max-width: 226px;}
	.about__item--img {display: none;}
	.about__item--text {margin: 0;}
	.about__item--text p {margin-bottom: 19px;}
	.about__pagination {text-align: center;display: block;}
	.about__pagination .swiper-pagination-bullet {border: 1px solid #cbdb93;width: 10px;height: 10px;background: none;opacity: 1;margin: 0 !important;margin-right: 14px !important;margin-top: 14px !important;}
	.about__pagination .swiper-pagination-bullet:last-child {margin-right: 0 !important;}
	.about__pagination .swiper-pagination-bullet-active {background: #cbdb93;}
	.our-team__pagination {text-align: center;display: block;}
	.our-team__pagination .swiper-pagination-bullet {border: 1px solid #cbdb93;width: 10px;height: 10px;background: none;opacity: 1;margin: 0 !important;margin-right: 14px !important;margin-top: 14px !important;}
	.our-team__pagination .swiper-pagination-bullet:last-child {margin-right: 0 !important;}
	.our-team__pagination .swiper-pagination-bullet-active {background: #cbdb93;}
	.our-team__container {padding-left: 16px;}
	.our-team__slider--item {width: 224px !important;}
	.our-team__next {display: none;}
	.our-team__prev {display: none;}}
.about-statistic {margin-top: 110px;height: 456px;background-image: url("/assets/img/about/background.jpg");background-repeat: no-repeat;background-size: cover;width: 100%;position: relative;margin-bottom: 110px;}
.about-statistic::after {content: "";position: absolute;width: 100%;height: 100%;background: rgba(248,248,248,.85);top: 0;}
.about-statistic__container {display: flex;flex-wrap: wrap;align-items: center;height: 100%;padding: 100px 16px;max-width: 1232px;margin: 0 auto;}
.about-statistic__item {position: relative;position: relative;z-index: 1;padding-left: 14px;display: flex;flex-direction: column;}
.about-statistic__item::after {content: "";position: absolute;width: 3px;height: 87px;border-radius: 2px;background: #c484b8;left: 0;top: 11px;}
.about-statistic__item--1 {margin-right: 388px;}
.about-statistic__item--3 {margin-left: 322px;margin-right: 371px;}
.about-statistic__item--title {font-weight: 600;font-size: 50px;line-height: 60px;letter-spacing: .02em;color: #000;text-shadow: 0px 2px 4px rgba(0,0,0,.25);}
.about-statistic__item--text {font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #000;max-width: 228px;width: 100%;text-transform: uppercase;}
@media (max-width: 1280px) {.about-statistic {margin-top: 110px;height: 365px;margin-bottom: 110px;}
	.about-statistic__container {padding: 55px 16px;max-width: 1060px;margin: 0 auto;}
	.about-statistic__item--1 {margin-right: 288px;}
	.about-statistic__item--3 {margin-left: 271px;margin-right: 273px;}}
@media (max-width: 1070px) {.about-statistic {margin-top: 100px;height: 219px;margin-bottom: 133px;}
	.about-statistic__item--title {line-height: 43px;font-size: 36px;}
	.about-statistic__item--text {font-size: 14px;line-height: 17px;max-width: 200px;}
	.about-statistic__item::after {top: 8px;height: 67px;}
	.about-statistic__item--1 {margin-right: 137px;margin-bottom: 26px;}
	.about-statistic__item--2 {margin-bottom: 26px;}
	.about-statistic__item--3 {margin-left: 157px;margin-right: 115px;}
	.about-statistic__container {padding: 21px 34px 25px 34px;justify-content: center;}}
@media (max-width: 800px) {.about-statistic__container {justify-content: flex-start;}}
@media (max-width: 767px) {.about-statistic {margin-top: 90px;margin-bottom: 44px;height: auto;}
	.about-statistic__container {padding-top: 24px;padding-bottom: 24px;}
	.about-statistic__container {flex-direction: column;}
	.about-statistic__item--title {line-height: 30px;font-size: 30px;}
	.about-statistic__item::after {top: 2px;height: 58px;}
	.about-statistic__item--1 {margin: 0;margin-bottom: 27px;width: 100%;order: 1;}
	.about-statistic__item--2 {margin: 0;margin-bottom: 27px;width: 100%;order: 3;}
	.about-statistic__item--3 {padding-left: 0;padding-right: 14px;margin: 0;margin-bottom: 27px;width: 100%;order: 2;text-align: end;}
	.about-statistic__item--3 .about-statistic__item--text {align-self: flex-end;}
	.about-statistic__item--3::after {left: auto;right: 0;}
	.about-statistic__item--4 {padding-left: 0;padding-right: 14px;margin: 0;width: 100%;order: 4;text-align: end;}
	.about-statistic__item--4 .about-statistic__item--text {align-self: flex-end;}
	.about-statistic__item--4::after {left: auto;right: 0;}}
.our-partners .swiper-slide, .our-partners .swiper-wrapper {display: flex;justify-content: center;}
.our-partners__title {font-weight: 500;font-size: 28px;line-height: 38px;letter-spacing: .02em;color: #000;text-align: center;margin-bottom: 40px;}
.our-partners__img {max-width: 164px;width: 100%;height: 88px;transition: all .2s;filter: grayscale(90%);cursor: pointer;background-repeat: no-repeat;}
.our-partners__img:hover {filter: grayscale(0);}
.our-partners__pagination {text-align: center;display: block;}
.our-partners__pagination .swiper-pagination-bullet {border: 1px solid #cbdb93;width: 16px;height: 16px;background: none;opacity: 1;margin: 0 !important;margin-right: 14px !important;margin-top: 29px !important;}
.our-partners__pagination .swiper-pagination-bullet:last-child {margin-right: 0 !important;}
.our-partners__pagination .swiper-pagination-bullet-active {background: #cbdb93;}
@media (max-width: 1600px) {.our-partners__img {max-width: 160px;height: 86px;}}
@media (max-width: 1280px) {.our-partners__title {font-size: 26px;line-height: 31px;margin-bottom: 24px;}
	.our-partners__img {max-width: 135px;height: 72px;background-position: center;background-size: cover;}
	.our-partners__pagination {text-align: center;display: block;}
	.our-partners__pagination .swiper-pagination-bullet {width: 10px;height: 10px;margin-top: 19px !important;}}
@media (max-width: 768px) {.our-partners__title {font-size: 22px;line-height: 26px;}
	.our-partners__pagination .swiper-pagination-bullet {margin-top: 13px !important;}}
.info__content .faq {margin-bottom: 90px;}
.info__content .faq__questions {max-width: none;}
.faq-form {max-width: 660px;width: 100%;}
.faq-form__title {font-size: 18px;line-height: 130%;letter-spacing: -.01em;color: #000;margin-bottom: 10px;}
.faq-form__subtitle {font-size: 16px;line-height: 130%;letter-spacing: -.01em;color: #5c5c5c;margin-bottom: 24px;}
.faq-form__wrapper {display: flex;justify-content: space-between;margin-bottom: 10px;}
.faq-form__wrapper--label {max-width: 318px;width: 100%;}
.faq-form__label {width: 100%;height: 110px;}
.faq-form__label textarea {width: 100%;height: 100%;padding: 14px 20px;color: #5c5c5c;font-size: 15px;line-height: 140%;resize: none;font-family: "SF Pro Display";}
.faq-form__label textarea.error {border-color: red;}
.faq-form__bottomWrapper {margin-top: 30px;display: flex;align-items: center;}
.faq-form__bottomWrapper .modal__policy {max-width: 367px;width: 100%;}
.faq-form__btn {max-width: 214px;width: 100%;height: 52px;line-height: 52px;border: 2px solid #5c5c5c;border-radius: 3px;font-family: "Bebas Neue";font-size: 24px;letter-spacing: .05em;color: #5c5c5c;margin-right: 30px;text-transform: uppercase;padding: 0;background: #fff;}
.faq-form__btn:hover {color: #cbdb93;border-color: #cbdb93;}
@media (max-width: 1280px) {.faq-form__btn {height: 45px;line-height: 45px;}}
@media (max-width: 768px) {.faq-form {padding-left: 16px;}}
@media (max-width: 767px) {.faq__questions .question {padding-left: 0;padding-right: 0;}
	.faq {padding: 0 16px;}
	.faq-form {padding: 0 16px;}
	.faq-form__wrapper {margin-bottom: 0;flex-direction: column;}
	.faq-form__wrapper--label {max-width: none;margin-bottom: 20px;}
	.faq-form__bottomWrapper {margin-top: 20px;flex-direction: column;}
	.faq-form__bottomWrapper .modal__policy {order: -1;text-align: center;}
	.faq-form__btn {margin-right: 0;margin-top: 24px;}}
@media (max-width: 600px) {.faq-form {padding: 0 16px;}
	.info__content .faq {padding: 0 16px;}}
.page-pay {position: relative;max-width: 1251px;width: 100%;margin: 0 auto;}
.page-pay__container {max-width: 680px;width: 100%;}
.page-pay__header {display: flex;align-items: center;justify-content: flex-start;border-bottom: 1px solid #cbdb93;margin-bottom: 42px;}
.page-pay__header--btn {padding-bottom: 14px;margin-right: 30px;font-size: 16px;line-height: 19px;letter-spacing: .02em;color: rgba(58,63,57,.6);font-weight: 500;cursor: pointer;}
.page-pay__header--btn:last-child {margin-right: 0;}
.page-pay__header--btn.active {color: #000;position: relative;}
.page-pay__header--btn.active::after {content: "";position: absolute;width: 100%;height: 5px;background: #c484b8;left: 0;top: 31px;border-radius: 2px;}
.page-pay__item {display: none;position: relative;}
.page-pay__item--title {font-family: "Bebas Neue";font-size: 29px;line-height: 29px;letter-spacing: .05em;color: #c484b8;margin-bottom: 14px;display: block;}
.page-pay__item--text {font-size: 16px;line-height: 130%;letter-spacing: -.01em;color: #000;}
.page-pay__item--list {margin: 14px 0;}
.page-pay__item--list li {font-size: 16px;line-height: 150%;letter-spacing: -.01em;color: #000;}
.page-pay__item--wrapper {display: flex;margin-top: 10px;margin-bottom: 30px;}
.page-pay__item--wrapper li {display: flex;flex-direction: column;align-items: center;margin-right: 40px;}
.page-pay__item--wrapper li img {width: 57px;height: 30px;margin-bottom: 4px;}
.page-pay__item--wrapper li span {font-size: 13px;line-height: 134%;color: #000;}
.page-pay__item--wrapper li:last-child {margin-right: 0;}
.page-pay__item--wrapper li:last-child img {width: 63px;height: 17px;height: 30px;object-fit: contain;}
.page-pay__active {display: block;}
.paytab_1::after {content: "";position: absolute;width: 130px;height: 130px;right: -32%;top: 0;background-image: url("/assets/img/icons/pay_card.svg");background-repeat: no-repeat;background-position: center;background-size: cover;}
.paytab_2::after {content: "";position: absolute;width: 130px;height: 130px;right: -32%;top: 0;background-image: url("/assets/img/icons/pay_cash.svg");background-repeat: no-repeat;background-position: center;background-size: cover;}
.paytab_3::after {content: "";position: absolute;width: 130px;height: 130px;right: -32%;top: 0;background-image: url("/assets/img/icons/pay_site.svg");background-repeat: no-repeat;background-size: cover;}
@media (max-width: 1600px) {.page-pay__container {max-width: 560px;}
	.paytab_1::after {width: 100px;height: 100px;}
	.paytab_2::after {width: 100px;height: 100px;font-size: 80px;line-height: 100px;}
	.paytab_3::after {width: 100px;height: 100px;}}
@media (max-width: 1280px) {.page-pay__item--title {font-size: 25px;line-height: 25px;}
	.paytab_1::after {right: -26%;}
	.paytab_2::after {right: -26%;}
	.paytab_3::after {right: -26%;}}
@media (max-width: 768px) {.page-pay__container {padding: 0 16px;}
	.page-pay__item::after {display: none;}
	.page-pay__item--title {position: relative;padding-left: 74px;max-width: 273px;}
	.page-pay__item--title1 {margin-bottom: 13px;}
	.page-pay__item--title1::after {content: "";position: absolute;width: 60px;height: 60px;left: 0;top: -15px;background-image: url("/assets/img/icons/card-circle-mini.png");background-repeat: no-repeat;background-position: center;border: 2px solid #5c5c5c;border-radius: 50%;}
	.page-pay__item--title2 {margin-bottom: 26px;}
	.page-pay__item--title2::after {content: "";position: absolute;width: 60px;height: 60px;left: 0;top: -15px;background-image: url("/assets/img/icons/pay_cash.svg");background-repeat: no-repeat;background-position: center;background-size: cover;}
	.page-pay__item--title3 {margin-bottom: 19px;}
	.page-pay__item--title3::after {content: "";position: absolute;width: 60px;height: 60px;left: 0;top: -9px;background-image: url("/assets/img/icons/okcircle.png");background-repeat: no-repeat;background-size: cover;}}
@media (max-width: 600px) {.page-pay {overflow-x: hidden;}
	.page-pay__header {display: block;white-space: nowrap;overflow: auto;width: 100%;margin-left: 16px;}
	.page-pay__header--btn {font-size: 14px;line-height: 17px;display: inline-block;}
	.page-pay__header--btn:last-child {margin-right: 30px;}
	.page-pay__item--wrapper li {margin-right: 29px;}
	.page-pay__item--wrapper li:last-child {margin-right: 0;}}
.page-garanties {position: relative;}
.page-garanties::after {content: "";position: absolute;width: 130px;height: 130px;right: 0;top: -76px;background-image: url("/assets/img/icons/guarantee.svg");background-repeat: no-repeat;background-position: center;background-size: cover;}
.page-garanties__container {max-width: 680px;}
.page-garanties__text {font-size: 16px;line-height: 130%;letter-spacing: -.01em;color: #000;margin-bottom: 14px;}
.page-garanties__text:last-child {margin-bottom: 0;}
@media (max-width: 1600px) {.page-garanties__container {max-width: 560px;}
	.page-garanties__text {margin-bottom: 24px;}
	.page-garanties__text:last-child {margin-bottom: 0;}
	.page-garanties::after {top: -76px;}}
@media (max-width: 1280px) {.page-garanties::after {top: -55px;width: 100px;height: 100px;}}
@media (max-width: 768px) {.page-garanties {padding: 0 16px;}
	.page-garanties__container {max-width: none;}
	.page-garanties__text {margin-bottom: 20px;}
	.page-garanties__text:last-child {margin-bottom: 0;}
	.page-garanties::after {display: none;}}
@media (max-width: 600px) {}
.page-delivery__hidden {display: none;}
.page-delivery__active {display: block;}
.page-delivery .deltab_1 {position: relative;}
.page-delivery .deltab_1::after {content: "";position: absolute;width: 130px;height: 130px;right: 0;top: 0;background-image: url("/assets/img/icons/cost_of_delivery.svg");background-repeat: no-repeat;background-position: center;}
.page-delivery .deltab_3 {position: relative;}
.page-delivery .deltab_3::after {content: "";position: absolute;width: 130px;height: 130px;right: 0;top: 0;background-image: url("/assets/img/icons/time_of_delivery.svg");background-repeat: no-repeat;background-position: center;border-radius: 50%;}
.page-delivery .deliverytab__title {font-weight: 500;font-size: 18px;line-height: 130%;letter-spacing: -.01em;color: #000;margin-bottom: 14px;display: block;padding-left: 33px;position: relative;}
.page-delivery .deliverytab__title::after {content: ">>";position: absolute;color: #cbdb93;left: 0;top: 0;font-weight: 500;font-size: 18px;line-height: 130%;letter-spacing: -.01em;}
.page-delivery .deltab_2 {display: flex;border: 2px solid #eaeaea;border-left: none;border-right: none;margin-top: 61px;}
.page-delivery__header {display: flex;align-items: center;justify-content: flex-start;border-bottom: 1px solid #cbdb93;margin-bottom: 42px;}
.page-delivery__header--btn {padding-bottom: 14px;margin-right: 30px;font-size: 16px;line-height: 19px;letter-spacing: .02em;color: rgba(58,63,57,.6);font-weight: 500;cursor: pointer;text-decoration: none;}
.page-delivery__header--btn:last-child {margin-right: 0;}
.page-delivery__header--btn.active {color: #000;position: relative;}
.page-delivery__header--btn.active::after {content: "";position: absolute;width: 100%;height: 5px;background: #c484b8;left: 0;top: 31px;border-radius: 2px;}
.page-delivery__title {font-family: "Bebas Neue";margin-bottom: 14px;letter-spacing: .05em;font-size: 29px;line-height: 29px;color: #c484b8;display: block;}
.page-delivery__text {font-size: 16px;line-height: 130%;letter-spacing: -.01em;color: #000;margin-bottom: 14px;}
.page-delivery__text:last-child {margin-bottom: 0;}
.page-delivery__container {max-width: 680px;}
.page-delivery__calcLeft {max-width: 389px;width: 100%;display: flex;flex-direction: column;border-right: 2px solid #e9e9e9;position: relative;}
.page-delivery__calcLeft::after {content: "";position: absolute;width: 0;height: 0;border-style: solid;border-width: 22.5px 0 26.5px 31px;border-color: transparent transparent transparent #e9e9e9;right: -31px;z-index: 1;top: -1px;}
.page-delivery__calcLeft::before {content: "";position: absolute;width: 0;height: 0;border-style: solid;border-width: 22.5px 0 26.5px 31px;border-color: transparent transparent transparent #fff;right: -28px;z-index: 2;top: -1px;}
.page-delivery__calcLeft--title {font-weight: 500;font-size: 18px;line-height: 130%;letter-spacing: -.01em;color: #000;margin-bottom: 30px;margin-top: 8px;}
.page-delivery__calcLeft--title span {font-weight: bold;font-size: 28px;line-height: 130%;letter-spacing: -.01em;margin-right: 10px;color: #cbdb93;}
.page-delivery__calcLeft--label {display: flex;flex-direction: column;max-width: 318px;width: 100%;margin-bottom: 29px;}
.page-delivery__calcLeft--label:last-child {margin-bottom: 0;}
.page-delivery__calcLeft--label span {font-size: 16px;line-height: 130%;letter-spacing: -.01em;color: #000;margin-bottom: 4px;position: relative;}
.page-delivery__calcLeft--label input, .page-delivery__calcLeft--label select {padding-left: 20px;padding-right: 14px;height: 48px;border: 1px solid #adadad;border-radius: 3px;font-size: 15px;line-height: 140%;color: #5c5c5c;}
.page-delivery__calcLeft--label input::-webkit-inner-spin-button, .page-delivery__calcLeft--label input ::-webkit-outer-spin-button {-webkit-appearance: none;}
.page-delivery__calcLeft--label select {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.page-delivery__calcLeft--label .area::after {content: "";position: absolute;background-image: url("/assets/img/icons/select-grey.png");width: 16px;height: 13px;background-repeat: no-repeat;right: 23px;top: 45px;pointer-events: none;cursor: pointer;}
.page-delivery__calcLeft--label .date::after {content: "";position: absolute;background-image: url("/assets/img/icons/calendar.png");width: 16px;height: 13px;background-repeat: no-repeat;right: 18px;top: 41px;pointer-events: none;cursor: pointer;}
.page-delivery__calcRight {width: 100%;padding-left: 71px;display: flex;flex-direction: column;}
.page-delivery__calcRight--wrapper {display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 21px;}
.page-delivery__calcRight--title {font-weight: 500;font-size: 18px;line-height: 130%;letter-spacing: -.01em;color: #000;margin-bottom: 30px;margin-top: 8px;}
.page-delivery__calcRight--title span {font-weight: bold;font-weight: 600;font-size: 28px;line-height: 130%;letter-spacing: -.01em;margin-right: 10px;color: #cbdb93;}
.page-delivery__calcRight--item {max-width: 138px;width: 100%;background: #f1f1f1;border-radius: 3px;padding: 9px 0;text-align: center;margin-bottom: 10px;cursor: pointer;display: inline-block;}
.page-delivery__calcRight--item:hover {background: #cbdb93;}
.page-delivery__calcRight--item:hover span, .page-delivery__calcRight--item:hover div {color: #fff;}
.page-delivery__calcRight--time {color: #5c5c5c;font-size: 13px;line-height: 140%;margin-bottom: 3px;}
.page-delivery__calcRight--cost {color: #5c5c5c;font-weight: 500;font-size: 15px;line-height: 140%;}
.page-delivery__calcRight .accurate, .page-delivery__calcRight .urgently {font-size: 16px;line-height: 140%;color: #000;padding-left: 34px;margin-bottom: 16px;position: relative;}
.page-delivery__calcRight .accurate::after, .page-delivery__calcRight .urgently::after {content: "";position: absolute;left: 0;top: 0;width: 24px;height: 24px;background-image: url("/assets/img/icons/check-normal.svg");background-size: cover;background-repeat: no-repeat;}
.page-delivery__calcRight .accurate span, .page-delivery__calcRight .urgently span {font-size: 14px;line-height: 140%;color: #000;}
.page-delivery__calcRight input {display: none;}
.page-delivery__calcRight input:checked + label::after {background-image: url("/assets/img/icons/check-select.svg");}
.page-delivery__calcRight .delivery-cost {font-weight: 500;font-size: 22px;line-height: 130%;letter-spacing: -.01em;color: #000;padding: 10px 0;}
.page-delivery__calcRight .delivery-cost span {color: #c484b8;}
@media (max-width: 1600px) {.page-delivery__container {max-width: 560px;}
	.page-delivery__calcLeft {max-width: 329px;}
	.page-delivery__calcLeft--label {max-width: 270px;}
	.page-delivery__calcRight {padding-left: 44px;}
	.page-delivery__calcRight--item {max-width: 114px;margin-bottom: 8px;}}
@media (max-width: 1280px) {.page-delivery__calcRight--wrapper {max-width: 358px;}}
@media (max-width: 1279px) {.page-delivery {overflow-x: hidden;}
	.page-delivery .deltab_3:after, .page-delivery .deltab_1:after {background-size: 73px;width: 100px;height: 100px;}
	.page-delivery__calcRight {padding-left: 35px;}
	.page-delivery__calcRight--wrapper {max-width: none;}
	.page-delivery__calcRight .accurate span {position: absolute;right: -1px;top: 2px;}
	.page-delivery__calcRight .urgently span {position: absolute;right: -12px;top: 2px;}
	.page-delivery__calcLeft {max-width: 306px;}
	.page-delivery__header {display: block;white-space: nowrap;overflow: auto;width: 100%;margin-left: 16px;}
	.page-delivery__header--btn {font-size: 14px;line-height: 17px;display: inline-block;}
	.page-delivery__header--btn:last-child {margin-right: 30px;}}
@media (max-width: 768px) {.deliverytab {padding: 0 16px;}
	.deltab_1 {padding: 0 16px;}
	.deltab_2 {padding: 0 16px;}
	.deltab_3 {padding: 0 16px;}
	.deltab_4 {padding: 0 16px;}
	.deltab_5 {padding: 0 16px;}
	.page-delivery .deltab_3:after, .page-delivery .deltab_1:after {display: none;}
	.page-delivery__title {font-size: 25px;line-height: 25px;padding-left: 75px;position: relative;margin-bottom: 29px;}
	.page-delivery__title::after {content: "";position: absolute;left: 0;background-image: url("/assets/img/icons/deliv-circle-min1.png");width: 60px;height: 60px;top: -20px;}
	.page-delivery__container {max-width: none;}
	.page-delivery__calcLeft {max-width: none;border: none;border-bottom: 2px solid #e9e9e9;padding-bottom: 20px;margin-bottom: 41px;}
	.page-delivery__calcLeft::after {top: auto;right: auto;bottom: -41px;left: 16px;transform: rotate(92deg);border-width: 34.5px 0 26.5px 22px;}
	.page-delivery__calcLeft::before {top: auto;right: auto;bottom: -39px;left: 17px;transform: rotate(92deg);border-width: 34.5px 0 26.5px 22px;}
	.page-delivery__calcLeft--title {font-size: 17px;line-height: 130%;margin-top: 0;margin-bottom: 19px;}
	.page-delivery__calcLeft--title span {font-size: 26px;line-height: 130%;margin-right: 8px;}
	.page-delivery__calcLeft--label {margin-bottom: 20px;max-width: 289px;}
	.page-delivery__calcRight {padding-left: 0;}
	.page-delivery__calcRight--title {font-size: 17px;line-height: 130%;margin-top: 0;margin-bottom: 19px;}
	.page-delivery__calcRight--title span {font-size: 26px;line-height: 130%;margin-right: 8px;}
	.page-delivery__calcRight--item {padding: 4px 0;max-width: 91px;}
	.page-delivery__calcRight--wrapper {max-width: 285px;}
	.page-delivery__calcRight .accurate span {position: static;}
	.page-delivery__calcRight .urgently span {position: static;}
	.page-delivery__calcRight .delivery-cost {font-size: 18px;border-top: 2px solid #eaeaea;border-bottom: 2px solid #eaeaea;}
	.deltab_2 {margin-top: 30px;border: none;border: none !important;flex-direction: column;}
	.deltab_3 .page-delivery__title::after {background-image: url("/assets/img/icons/delivery-mini.svg");}}
@media (max-width: 340px) {.page-delivery__calcRight--wrapper {max-width: none;}}
.page-reviews .ec-error {font-size: 12px;color: red;}
.page-reviews__hidden {display: none;}
.page-reviews__visible {display: block;}
.page-reviews__header {overflow: initial;white-space: nowrap;border-bottom: 1px solid #cbdb93;margin-bottom: 42px;}
.page-reviews__header--btn {padding-bottom: 14px;margin-right: 30px;font-size: 16px;line-height: 19px;letter-spacing: .02em;color: rgba(58,63,57,.6);font-weight: 500;cursor: pointer;}
.page-reviews__header--btn:last-child {margin-right: 0;}
.page-reviews__header--btn.active {color: #000;position: relative;}
.page-reviews__header--btn.active::after {content: "";position: absolute;width: 100%;height: 5px;background: #c484b8;left: 0;top: 31px;border-radius: 2px;}
.page-reviews__form {max-width: 598px;width: 100%;display: flex;flex-direction: column;margin-bottom: 70px;}
.page-reviews__form--btn {background: #fff;border: 2px solid #5c5c5c;border-radius: 3px;max-width: 214px;height: 52px;line-height: 52px;line-height: 134%;text-transform: uppercase;margin-right: 30px;font-family: "Bebas Neue";font-size: 24px;letter-spacing: .05em;color: #5c5c5c;width: 100%;}
.page-reviews__form--btn:hover {color: #cbdb93;border-color: #cbdb93;}
.page-reviews__form--title {font-size: 24px;line-height: 130%;letter-spacing: -.01em;color: #000;padding-left: 32px;position: relative;margin-bottom: 10px;display: block;}
.page-reviews__form--title::after {content: ">>";position: absolute;font-weight: bold;font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #cbdb93;left: 0;top: 5px;}
.page-reviews__form--subtitle {display: block;font-size: 16px;line-height: 130%;letter-spacing: -.01em;color: #5c5c5c;margin-bottom: 30px;}
.page-reviews__form--wrapper {display: flex;align-items: center;margin-bottom: 14px;position: relative;}
.page-reviews__form--wrapper .ec-error {position: absolute;bottom: -14px;}
.page-reviews__form--wrapper input {border: 1px solid #adadad;box-sizing: border-box;border-radius: 3px;max-width: 318px;width: 100%;height: 48px;font-size: 15px;line-height: 140%;color: #5c5c5c;padding: 0 20px;margin-right: 39px;}
.page-reviews__form--wrapper .reviews-rating {display: flex;}
.page-reviews__form--wrapper .reviews-rating span {font-size: 15px;line-height: 140%;color: #5c5c5c;margin-right: 7px;}
.page-reviews__form--wrapper .reviews-rating__stars svg {fill: #fff;stroke: #b79848;height: 20px;width: 24px;cursor: pointer;}
.page-reviews__form--wrapper .reviews-rating__stars svg:hover {fill: #daaf40;}
.page-reviews__form--wrapper .reviews-rating__stars .active, .page-reviews__form--wrapper .reviews-rating__stars .active2 {fill: #daaf40;}
.page-reviews__form textarea {width: 100%;height: 110px;padding: 13px 20px;font-size: 15px;line-height: 140%;color: #5c5c5c;resize: none;border: 1px solid #adadad;border-radius: 3px;margin-bottom: 16px;}
.page-reviews__form textarea + .ec-error {position: relative;top: -21px;}
.page-reviews__form .photo-loader {border: 1px solid #adadad;box-sizing: border-box;border-radius: 3px;height: 52px;line-height: 52px;padding-left: 56px;position: relative;margin-bottom: 21px;}
.page-reviews__form .photo-loader::after {content: "";position: absolute;width: 32px;height: 32px;left: 14px;top: 9px;background-image: url("/assets/img/icons/photoapparat.png");background-repeat: no-repeat;}
.page-reviews__form .photo-loader span {color: #5c5c5c;font-size: 15px;margin-right: 14px;}
.page-reviews__form .photo-loader label {border: none;background: none;text-decoration: underline;font-size: 14px;letter-spacing: .01em;color: #cbdb93;cursor: pointer;}
.page-reviews__form .photo-loader label input {display: none;}
.page-reviews__item {position: relative;padding-top: 30px;border-bottom: 1px solid rgba(92,92,92,.32);padding-bottom: 30px;}
.page-reviews__item--name {font-weight: 500;font-size: 18px;line-height: 130%;letter-spacing: -.01em;color: #000;margin-right: 21px;}
.page-reviews__item--date {position: relative;font-size: 13px;line-height: 16px;letter-spacing: .02em;color: rgba(58,63,57,.7);}
.page-reviews__item--date::after {content: "|";position: absolute;font-size: 13px;line-height: 16px;letter-spacing: .02em;color: rgba(58,63,57,.7);left: -13px;top: -1px;}
.page-reviews__item--stars {margin-top: 10px;margin-bottom: 14px;}
.page-reviews__item--stars svg {fill: #fff;stroke: #b79848;height: 20px;width: 24px;cursor: pointer;}
.page-reviews__item--stars .active {fill: #daaf40;}
.page-reviews__item--text {font-size: 16px;line-height: 130%;letter-spacing: -.01em;color: #000;max-width: 740px;width: 100%;margin-bottom: 14px;}
.page-reviews__item--img {max-width: 80px;width: 100%;height: 80px;margin-right: 14px;margin-bottom: 16px;display: inline-block;}
.page-reviews__item--img:last-child {margin-right: 0;}
.page-reviews__item--img img {height: 100%;width: auto;}
.page-reviews__item--likes {display: flex;align-items: flex-end;margin-bottom: 4px;}
.page-reviews__item--likes span {color: #3a3f39;letter-spacing: .02em;font-weight: 500;font-size: 14px;line-height: 17px;margin-right: 10px;}
.page-reviews__item--likes button {background: none;border: none;padding: 0;font-size: 14px;line-height: 134%;letter-spacing: .01em;text-decoration-line: underline;color: #c484b8;margin-right: 14px;}
.page-reviews__item--likes .diselike {margin-right: 0;color: red;}
.page-reviews__item--rating {color: #3a3f39;letter-spacing: .02em;font-weight: 500;font-size: 14px;line-height: 17px;}
.page-reviews__item--rating span {color: #cbdb93;}
.page-reviews .manager-answer {padding-left: 32px;margin-top: 30px;}
.page-reviews .manager-answer .page-reviews__item--name {position: relative;}
.page-reviews .manager-answer .page-reviews__item--name::after {content: ">>";position: absolute;font-weight: bold;font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #cbdb93;left: -29px;top: 2px;}
.page-reviews__itemsHeader {display: flex;align-items: center;justify-content: flex-start;border-bottom: 1px solid #cbdb93;padding-bottom: 11px;}
.page-reviews__itemsHeader--sort {letter-spacing: .02em;color: rgba(58,63,57,.7);font-size: 13px;line-height: 16px;margin-right: 22px;}
.page-reviews__itemsHeader--sortitem {letter-spacing: .01em;text-decoration-line: underline;font-size: 14px;line-height: 134%;font-family: "Roboto";margin-right: 37px;position: relative;color: #434343;}
.page-reviews__itemsHeader--sortitem:hover {color: #cbdb93;}
.page-reviews__itemsHeader--sortitem.active {color: #cbdb93;}
.page-reviews__itemsHeader--sortitem.active.asc::after {content: "";position: absolute;background-image: url("/assets/img/icons/arrow-gold.svg");width: 10px;height: 5px;right: -15px;background-repeat: no-repeat;top: 6px;background-size: contain;pointer-events: none;}
.page-reviews__itemsHeader--sortitem.active.desc::after {content: "";position: absolute;background-image: url("/assets/img/icons/arrow-gold.svg");width: 10px;height: 5px;right: -15px;background-repeat: no-repeat;top: 6px;background-size: contain;pointer-events: none;transform: rotate(180deg);}
@media (max-width: 1280px) {.page-reviews__form {margin-bottom: 67px;}
	.page-reviews__form .photo-loader {height: 45px;line-height: 45px;margin-bottom: 24px;}
	.page-reviews__form .photo-loader ::after {top: 5px;}
	.page-reviews__form textarea {height: 92px;}
	.page-reviews__form--wrapper input {height: 45px;}
	.page-reviews__form--title {font-size: 20px;margin-bottom: 14px;}
	.page-reviews__form--title::after {top: 3px;}
	.page-reviews__form--subtitle {margin-bottom: 20px;}}
@media (max-width: 768px) {.page-reviews {padding: 0 16px;}}
@media (max-width: 767px) {.page-reviews__form--btn {max-width: 289px;}
	.page-reviews__form--title {font-size: 18px;margin-bottom: 10px;}
	.page-reviews__form--subtitle {margin-bottom: 16px;}
	.page-reviews__form--wrapper {flex-direction: column;align-items: flex-start;margin-bottom: 22px;}
	.page-reviews__form--wrapper input {margin-right: 0;margin-bottom: 21px;}
	.page-reviews__form--wrapper .modal__policy {order: -1;margin-bottom: 20px;}
	.page-reviews__form .photo-loader {height: auto;line-height: 17px;display: flex;flex-direction: column;justify-content: center;padding-top: 17px;padding-bottom: 13px;margin-bottom: 20px;padding-left: 51px;}
	.page-reviews__item--name {font-size: 16px;}
	.page-reviews__item--stars {margin-top: 6px;margin-bottom: 10px;}
	.page-reviews__item--stars svg {width: 16px;height: 16px;}
	.page-reviews__item--img {height: 50px;max-width: 50px;margin-right: 10px;}
	.manager-answer .page-reviews__item--text {margin-top: 10px;}}
@media (max-width: 600px) {.page-reviews {padding: 0 16px;}
	.page-reviews__header {overflow: auto;height: 38px;}}
.user_file {border: 0;background: none;text-decoration: underline;font-size: 14px;letter-spacing: .01em;color: #cbdb93;cursor: pointer;}
.user_file:hover {text-decoration: none !important;}
.user_photo {width: .1px;height: .1px;opacity: 0;overflow: hidden;position: absolute;z-index: -1;}
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination > li {display: inline;}
.real-content ul.pagination > li {list-style-type: none;margin-left: 0;margin-bottom: 0;}
.pagination > li::before {display: none;}
.pagination > li > a, .pagination > li > span {position: relative;float: left;padding: 6px 12px;line-height: 1.42857;text-decoration: none;color: #c484b8;background-color: #fff;border: 1px solid #ddd;margin-left: -1px;}
.pagination > li:first-child > a, .pagination > li:first-child > span {margin-left: 0;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.pagination > li:last-child > a, .pagination > li:last-child > span {border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {z-index: 2;color: #cbdb93;background-color: #eee;border-color: #ddd;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {z-index: 1;color: #fff;background-color: #c484b8;border-color: #c484b8;cursor: default;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {color: #777;background-color: #fff;border-color: #ddd;cursor: not-allowed;}
.map {max-width: 1200px;width: 100%;margin: 0 auto;height: 400px;margin-top: 110px;}
.page-contacts {position: relative;}
.page-contacts::after {content: "";position: absolute;width: 130px;height: 130px;right: 0;top: -79px;background-image: url("/assets/img/icons/geo-contacts.svg");background-repeat: no-repeat;background-position: center;background-size: cover;}
.page-contacts__flexContainer {display: flex;align-items: flex-start;justify-content: flex-start;margin-bottom: 70px;}
.page-contacts__list {margin-right: 44px;}
.page-contacts__list:last-child {margin-right: 0;}
.page-contacts__list li {font-size: 16px;line-height: 134%;letter-spacing: -.01em;color: #5c5c5c;padding-left: 32px;position: relative;}
.page-contacts__list li::after {content: "";position: absolute;left: 0;top: 0;width: 22px;height: 20px;background-size: cover;background-repeat: no-repeat;}
.page-contacts__list--address {margin-bottom: 30px;}
.page-contacts__list--address::after {background-image: url("/assets/img/icons/geo.svg");}
.page-contacts__list--address::before {content: "";position: absolute;width: 68px;height: 1px;background: #cbdb93;bottom: -14px;}
.page-contacts__list--work-time {margin-bottom: 24px;}
.page-contacts__list--work-time::after {background-image: url("/assets/img/icons/time.svg");}
.page-contacts__list--telephones {margin-bottom: 26px;}
.page-contacts__list--telephones::after {background-image: url("/assets/img/icons/telephone.svg");}
.page-contacts__list--mail::after {background-image: url("/assets/img/icons/email.svg");}
.page-contacts__requisites {margin-bottom: 24px;}
.page-contacts__requisites--title {font-size: 20px;line-height: 130%;letter-spacing: -.01em;color: #5c5c5c;padding-left: 32px;position: relative;display: block;margin-bottom: 14px;}
.page-contacts__requisites--title::after {content: ">>";position: absolute;font-weight: bold;font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #cbdb93;left: 0;top: 2px;}
.page-contacts__requisites--text {font-size: 16px;line-height: 130%;letter-spacing: -.01em;color: #5c5c5c;max-width: 535px;width: 100%;}
.page-contacts__socials--title {font-size: 20px;line-height: 130%;letter-spacing: -.01em;color: #5c5c5c;padding-left: 32px;position: relative;display: block;margin-bottom: 14px;}
.page-contacts__socials--title::after {content: ">>";position: absolute;font-weight: bold;font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #cbdb93;left: 0;top: 2px;}
.page-contacts__socials--text {font-size: 16px;line-height: 130%;letter-spacing: -.01em;color: #5c5c5c;margin-bottom: 14px;max-width: 535px;width: 100%;}
.page-contacts__socials--wrapper ul {display: flex;}
.page-contacts__socials--wrapper ul li {width: 32px;height: 32px;margin-right: 14px;}
.page-contacts__socials--wrapper ul li:last-child {margin-right: 0;}
.page-contacts__socials--vk {background-image: url("/assets/img/socials/vk.svg");width: 100%;height: 100%;display: block;}
.page-contacts__socials--vk:hover {background-image: url("/assets/img/socials/vk-colored.svg");}
.page-contacts__socials--tg {background-image: url("/assets/img/socials/tg.svg");width: 100%;height: 100%;display: block;}
.page-contacts__socials--tg:hover {background-image: url("/assets/img/socials/tg-colored.svg");}
.page-contacts__socials--instagram {background-image: url("/assets/img/socials/instagram.svg");width: 100%;height: 100%;display: block;}
.page-contacts__socials--instagram:hover {background-image: url("/assets/img/socials/instagram-colored.svg");}
.page-contacts__socials--ok {background-image: url("/assets/img/socials/ok.svg");width: 100%;height: 100%;display: block;}
.page-contacts__socials--ok:hover {background-image: url("/assets/img/socials/ok-colored.svg");}
.page-contacts__socials--facebook {background-image: url("/assets/img/socials/facebook.svg");width: 100%;height: 100%;display: block;}
.page-contacts__socials--facebook:hover {background-image: url("/assets/img/socials/facebook-colored.svg");}
.page-contacts__socials--printrest {background-image: url("/assets/img/socials/pinterest.svg");width: 100%;height: 100%;display: block;}
.page-contacts__socials--printrest:hover {background-image: url("/assets/img/socials/pinterest-colored.svg");}
@media (max-width: 1600px) {.map {margin-top: 100px;}
	.info__title {max-width: 454px;}}
@media (max-width: 1280px) {.map {margin-top: 52px;}
	.info__title {max-width: none;}
	.page-contacts::after {display: none;}}
@media (max-width: 767px) {.page-contacts {padding: 0 16px;}
	.page-contacts__list {padding-bottom: 25px;border-bottom: 1px solid #cbdb93;}
	.page-contacts__list:first-child {margin-bottom: 24px;}
	.page-contacts__list--work-time {margin-bottom: 22px;}
	.page-contacts__list--telephones {margin-bottom: 22px;}
	.page-contacts__list--address {margin-bottom: 21px;}
	.page-contacts__list--address::before {display: none;}
	.page-contacts__flexContainer {margin-bottom: 41px;flex-direction: column;}
	.page-contacts__requisites {margin-bottom: 24px;}
	.page-contacts__requisites--title {margin-bottom: 10px;font-size: 18px;}
	.page-contacts__socials--title {margin-bottom: 10px;font-size: 18px;}
	.page-contacts__socials--text {margin-bottom: 14px;}}
@media (max-width: 600px) {.map {margin-top: 30px;}
	.page-contacts__list li {padding-left: 18px;}
	.page-contacts__list li::after {left: -6px;}}
.public-offer__title {margin-bottom: 10px;margin-top: 30px;}
.public-offer__title:first-child {margin-top: 0;}
.public-offer__text {margin-bottom: 10px;}
.product-main-tablet {color: #008000;font-size: 14px;font-weight: 600;}
.checkout .related-products-order .swiper-container {margin-bottom: 20px;}
.checkout__title {font-weight: 500;font-size: 28px;line-height: 38px;letter-spacing: .02em;color: #000;margin-bottom: 30px;padding: 0 calc(50% - 600px);margin-top: 24px;}
.checkout__container {display: flex;justify-content: space-between;margin-top: 30px;}
.checkout__rightColumn {max-width: 279px;width: 100%;}
.checkout .aside {width: 341px;box-shadow: 0px 2px 5px rgba(0,0,0,.15);border: 1px solid #ccc;background: #fbfbfb;padding: 24px 24px 14px 24px;display: flex;flex-direction: column;}
.checkout .aside .dotted {display: none;}
.checkout .aside__title {font-weight: 600;font-size: 20px;line-height: 24px;letter-spacing: .02em;color: #c484b8;margin-bottom: 26px;display: block;}
.checkout .aside__quantity {display: flex;align-items: center;justify-content: space-between;margin-bottom: 16px;}
.checkout .aside__quantity--title {font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #000;}
.checkout .aside__quantity--cost {font-size: 18px;line-height: 21px;letter-spacing: .02em;color: #000;}
.checkout .aside__discount {margin-bottom: 16px;display: flex;align-items: center;justify-content: space-between;}
.checkout .aside__discount--title {font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #000;}
.checkout .aside__discount--cost {font-size: 18px;line-height: 21px;letter-spacing: .02em;color: #000;}
.checkout .aside__delivery {width: 100%;margin-bottom: 16px;display: flex;align-items: center;justify-content: space-between;}
.checkout .aside__delivery--title {font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #000;}
.checkout .aside__delivery--cost {font-size: 18px;line-height: 21px;letter-spacing: .02em;color: #000;}
.checkout .aside__card {margin-bottom: 16px;display: flex;align-items: center;justify-content: space-between;}
.checkout .aside__card--title {font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #000;}
.checkout .aside__card--cost {font-size: 18px;line-height: 21px;letter-spacing: .02em;color: #000;}
.checkout .aside__bonus {display: flex;align-items: center;justify-content: space-between;flex-flow: wrap;}
.checkout .aside__bonus--title {font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #000;}
.checkout .aside__bonus--input {width: 100%;height: 40px;font-size: 15px;line-height: 140%;color: #5c5c5c;text-align: center;border: 1px solid #adadad;border-radius: 3px;padding: 0 9px;}
.checkout .aside__bonus--input.error {border: 1px solid brown;}
.checkout .aside__bonus .error {display: block;}
.checkout .aside__promo {display: flex;align-items: center;justify-content: space-between;flex-flow: wrap;margin-bottom: 30px;}
.checkout .aside__promo--title {font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #000;}
.checkout .aside__promo--input {width: 100%;height: 40px;font-size: 15px;line-height: 140%;color: #5c5c5c;text-align: center;border: 1px solid #adadad;border-radius: 3px;padding: 0 9px;}
.checkout .aside__promo--input.error {border: 1px solid brown;}
.checkout .aside__promo .error {display: block;}
.checkout .aside__total {display: flex;align-items: center;justify-content: space-between;margin-bottom: 14px;padding: 14px 0;border-top: 1px solid #cbdb93;border-bottom: 1px solid #cbdb93;}
.checkout .aside__total--title {font-weight: 500;font-size: 20px;line-height: 24px;letter-spacing: .02em;color: #000;}
.checkout .aside__total--rubls {font-size: 24px;line-height: 29px;letter-spacing: .02em;color: #000;font-weight: bold;}
.checkout .aside__checkout {margin-top: 24px;width: 100%;height: 52px;line-height: 52px;font-family: "Bebas Neue";font-size: 24px;letter-spacing: .05em;color: #fff;text-transform: uppercase;border: none;border-radius: 3px;background: #c484b8;}
.checkout .aside__checkout:hover {background: #cbdb93;}
.checkout .aside__checkout:disabled {background: #c1c1c1;cursor: default;}
.checkout .delivery-info-hidden {display: none !important;}
.checkout .check-information-hidden {display: none !important;}
.checkout .error-wrap {background-color: #fff0f0;border-color: #cc1818;display: none;border-radius: 4px;color: #2f2f2f;font-size: .875em;font-weight: 400;gap: 12px;padding: 10px;margin: 10px 0;flex-direction: column;}
.checkout .error-wrap.show {display: flex;}
.checkout .error-wrap .error-title {position: relative;padding-left: 25px;}
.checkout .error-wrap .error-title::after {content: "";position: absolute;z-index: 20000;left: -1px;top: -2px;width: 20px;height: 20px;background-image: url("/assets/img/attention.svg");background-size: cover;}
.checkout .error-wrap ul {margin-top: 10px;list-style: disc !important;}
.checkout .error-wrap ul li {position: relative;margin-bottom: 10px;padding-left: 28px;}
.checkout .error-wrap ul li::after {content: "";position: absolute;left: 7px;top: 6px;width: 6px;height: 6px;border-radius: 20px;background: brown;}
.container-postcard {margin: 30px 0;}
.blockcardsymbols {font-size: 14px;}
.block-deliverychecked {display: flex;}
.block-deliverychecked, .block-deliveryselected, .block-card, .block-datetime {min-width: 100%;}
.validation-text {display: none;color: brown;border: 0 !important;}
.additional:disabled {width: 100%;margin-left: 0px;border-radius: 3px;}
.order-wrapper {max-width: 894px;width: 100%;order: -1;}
.order-wrapper .order-info {box-shadow: 0px 2px 5px rgba(0,0,0,.15);background: #fbfbfb;border: 1px solid #ccc;border-radius: 3px;padding: 24px;}
.order-wrapper .order-info__header {display: flex;justify-content: space-between;margin-bottom: 24px;align-items: flex-end;}
.order-wrapper .order-info__header--title {font-weight: 600;font-size: 20px;line-height: 24px;letter-spacing: .02em;color: #c484b8;}
.order-wrapper .order-info__header--quanity {font-size: 13px;line-height: 16px;letter-spacing: .02em;color: rgba(58,63,57,.7);}
.order-wrapper .order-info__item {display: flex;align-items: center;padding-top: 14px;padding-bottom: 14px;border-bottom: 1px solid #ccc;}
.order-wrapper .order-info__item:first-child {padding-top: 0;}
.order-wrapper .order-info__item:last-child {padding-bottom: 0;border: none;}
.order-wrapper .order-info__item--block {width: 100%;display: flex;justify-content: space-between;align-items: center;}
.order-wrapper .order-info__item--text {display: flex;flex-direction: column;justify-content: space-between;}
.order-wrapper .order-info__item--count {display: flex;align-items: center;}
.order-wrapper .order-info__item--img {max-width: 90px;min-width: 90px;width: 100%;height: 90px;margin-right: 20px;}
.order-wrapper .order-info__item--name {margin-right: auto;font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #000;text-decoration: none;}
.order-wrapper .order-info__item--name:hover {color: #cbdb93;}
.order-wrapper .order-info__item--bucket {margin-right: 18px;}
.order-wrapper .order-info__item--remove {width: 18px;height: 22px;cursor: pointer;background-color: #fff;background-image: url("/assets/img/icons/remove.svg");background-repeat: no-repeat;background-size: cover;display: block;border: none;padding: 0;}
.order-wrapper .order-info__item .order-counter {display: flex;align-items: center;}
.order-wrapper .order-info__item .order-counter__minus {border: none;background: none;font-size: 30px;line-height: 134%;font-family: "Roboto";color: #5c5c5c;cursor: pointer;}
.order-wrapper .order-info__item .order-counter__minus:hover {color: #cbdb93;}
.order-wrapper .order-info__item .order-counter__pluse {font-family: "Roboto";color: #5c5c5c;font-size: 21px;border: none;background: none;cursor: pointer;}
.order-wrapper .order-info__item .order-counter__pluse:hover {color: #cbdb93;}
.order-wrapper .order-info__item .order-counter__value {border: none;width: 64px;text-align: center;padding: 0 5px;font-size: 14px;line-height: 134%;font-family: "Roboto";color: #5c5c5c;background: none;}
.order-wrapper .order-info__item .order-counter__value::-webkit-inner-spin-button {-webkit-appearance: none;}
.order-wrapper .order-info__item--cost {width: 72px;min-width: 72px;font-size: 18px;line-height: 19px;letter-spacing: .02em;color: #000;}
.order-form {padding: 24px;box-shadow: 0px 2px 5px rgba(0,0,0,.15);border-radius: 3px;background: #fbfbfb;border: 1px solid #ccc;margin-top: 30px;}
.order-form__field {width: 33.33333%;}
.order-form__row {margin-top: 30px;border-bottom: 1px solid #ccc;padding-bottom: 30px;}
.order-form__row:first-child {margin-top: 0;}
.order-form__row--title {font-weight: 600;font-size: 18px;line-height: 21px;letter-spacing: .02em;color: #c484b8;margin-bottom: 24px;}
.order-form__row--wrapper {display: flex;justify-content: space-between;flex-wrap: wrap;}
.order-form__row--wrapper input, .order-form__row--wrapper select {max-width: 272px;height: 48px;font-size: 15px;line-height: 140%;color: #5c5c5c;width: 100%;padding-left: 20px;border-radius: 3px;border: 1px solid #adadad;margin-bottom: 10px;}
.order-form__row--wrapper input:focus, .order-form__row--wrapper select:focus {border-color: #cbdb93;}
.order-form__row--wrapper select {-webkit-appearance: none;}
.order-form__row--wrapper textarea {resize: none;max-width: 559px;width: 100%;height: 110px;margin-top: 24px;padding: 14px 20px;border: 1px solid #adadad;border-radius: 3px;font-size: 15px;line-height: 140%;color: #5c5c5c;font-family: "SF Pro Display";}
.order-form__row--wrapper textarea:focus {border-color: #cbdb93;}
.order-form__row--wrapper .select-arrow {position: relative;max-width: 272px;width: 100%;}
.order-form__row--wrapper .select-arrow::after {content: "";position: absolute;background-image: url("/assets/img/icons/select-grey.png");width: 16px;height: 13px;background-repeat: no-repeat;right: 23px;top: 22px;pointer-events: none;cursor: pointer;}
.order-form__row--checkbox {margin-bottom: 31px;width: 100%;}
.order-form__row--checkbox label {padding-left: 34px;margin-right: 50px;font-family: "Roboto";position: relative;font-size: 14px;line-height: 134%;letter-spacing: -.01em;color: #000;cursor: pointer;}
.order-form__row--checkbox label:after {content: "";position: absolute;left: 0;top: -4px;width: 24px;height: 24px;background-image: url("/assets/img/icons/check-normal.svg");background-size: cover;background-repeat: no-repeat;}
.order-form__row--checkbox label:last-child {margin-right: 0;}
.order-form__row--checkbox input {display: none;}
.order-form__row--checkbox input:checked + label::after {background-image: url("/assets/img/icons/check-select.svg");}
.order-form__row--checkboxBottom {margin-bottom: 0;margin-top: 27px;}
.order-form__rowMini input[name='checkout_name'] {margin-right: 15px;}
.order-form__rowMini .date-arrow {max-width: 272px;position: relative;}
.order-form__rowMini .date-arrow::after {content: "";position: absolute;background-image: url("/assets/img/icons/calendar.png");width: 16px;height: 13px;background-repeat: no-repeat;right: 17px;top: 17px;pointer-events: none;cursor: pointer;}
.order-form__rowMini .delivery-date {border: 1px solid #adadad;border-radius: 3px;padding-left: 20px;width: 100%;height: 48px;max-width: none;margin-right: 0;}
.order-form__rowMini .delivery-date::-webkit-inner-spin-button, .order-form__rowMini .delivery-date ::-webkit-outer-spin-button {-webkit-appearance: none;}
.order-form__rowMini .order-form__row--wrapper {justify-content: flex-start;}
.payment_method {margin-top: 30px;}
.payment_method__wrapper {display: flex;flex-wrap: wrap;margin-left: 1px;}
.payment_method__item {max-width: 281px;width: 100%;border: 1px solid #adadad;margin: -1px 0 0 -1px;padding: 14px;padding-bottom: 25px;}
.payment_method__item::after {display: none;}
.payment_method__item_disabled {opacity: .5;background: #ddd;display: none;}
.payment_method label {padding-left: 34px;position: relative;font-size: 14px;line-height: 134%;letter-spacing: -.01em;color: #000;cursor: pointer;}
.payment_method label:after {content: "";position: absolute;left: 0;top: -4px;width: 24px;height: 24px;background-image: url("/assets/img/icons/check-normal.svg");background-size: cover;background-repeat: no-repeat;}
.payment_method input {display: none;}
.payment_method input:checked + label::after {background-image: url("/assets/img/icons/check-select.svg");}
.payment-img-wrapper {margin-top: 14px;padding-left: 32px;}
.payment-visa {width: 57px;height: 30px;}
.payment-master {width: 57px;height: 30px;}
.payment-mir {width: 63px;height: 17px;}
.payment-apple {width: 73px;height: 30px;}
.payment-google {width: 76px;height: 30px;}
.payment-sber {width: 107px;height: 30px;}
.payment-qiwi {width: 73px;height: 30px;}
.payment-yandex {width: 102px;height: 30px;}
.related-products .product-card {width: 100%;}
.related-products-order {height: 56px;overflow: hidden;max-width: none;}
.related-products-order .swiper-next {display: none;}
.related-products-order .swiper-prev {display: none;}
.related-products-order__trigger {display: inline-block;margin: 30px 0;font-family: "Roboto";font-weight: bold;font-size: 15px;line-height: 134%;letter-spacing: .02em;color: #5c5c5c;border-bottom: 1px dashed #cbdb93;padding-bottom: 2px;width: fit-content;position: relative;cursor: pointer;}
.related-products-order__trigger svg {position: absolute;width: 12px;height: 7px;right: -18px;top: 9px;transition: .2s;}
.related-products-order__active {height: auto;overflow: visible;}
.related-products-order__active .swiper-next {display: flex;}
.related-products-order__active .swiper-prev {display: flex;}
.related-products-order__active .related-products-order__trigger svg {transform: rotate(180deg);}
.related-products-order .swiper-next {right: -9px;}
.related-products-order .swiper-prev {left: -12px;}
.related-products-order .product-card__bottom {padding: 0;}
.related-products-order .product-card__rating {padding: 8px 19px 14px 14px;}
.related-products-order .product-card__wrap-prices {padding-right: 19px;padding-left: 14px;}
.related-products-order .product-card__link {padding-right: 19px;padding-left: 14px;height: 39px;}
.related-products-order .product-card__name {font-size: 16px;line-height: 19px;}
.related-products-order .product-card__price {font-size: 18px;}
.related-products-order .product-card::after {height: calc(100% - -52px);opacity: 1;}
.related-products-order .swiper-container {padding-bottom: 75px;padding-top: 5px;}
@media (min-width: 768px) {.checkout__container {padding: 0 16px;}}
@media (min-width: 1280px) {.checkout__container {padding: 0 calc(50% - 600px);margin-bottom: 77px;}
	.sticky {position: fixed;z-index: 1;}
	.stop {position: relative;z-index: 1;}}
@media (min-width: 1600px) {.checkout__container {padding: 0 calc(50% - 600px);margin-bottom: 72px;}}
@media (max-width: 1599px) {.checkout .order-form__rowMini .date-arrow {max-width: 223px !important;width: 100%;}
	.checkout .block-datetime #time-start {max-width: 223px;}
	.checkout .block-datetime #time-end {max-width: 223px;}
	.checkout__title {padding: 0 calc(50% - 600px);}
	.checkout .order-wrapper .order-info__item--img {margin-right: 24px;}
	.checkout .order-wrapper .order-info__item--bucket {margin-right: 18px;}
	.checkout .order-wrapper .order-info__item--counter {margin-right: 60px;}
	.checkout .aside {padding: 24px 14px 24px 14px;}
	.checkout__rightColumn {max-width: 234px;}
	.order-form__row--wrapper input, .order-form__row--wrapper select {max-width: 223px;}
	.order-form__row--wrapper .select-arrow {max-width: 229px;}
	.order-form__row--wrapper .select-arrow select {max-width: 229px;}
	.order-form__row--wrapper textarea {max-width: none;}
	.order-form__rowMini .order-form__row--wrapper input {max-width: 272px;}
	.payment_method__item .payment-img-wrapper .payment-visa {width: 30px;height: 18px;}
	.payment_method__item .payment-img-wrapper .payment-master {width: 40px;height: 22px;}
	.payment_method__item .payment-img-wrapper .payment-mir {width: 46px;height: 13px;}
	.payment_method__item .payment-img-wrapper .payment-apple {width: 57px;height: 21px;}
	.payment_method__item .payment-img-wrapper .payment-google {width: 57px;height: 21px;}
	.payment_method__item .payment-img-wrapper .payment-sber {width: 79px;height: 22px;}
	.payment_method__item .payment-img-wrapper .payment-qiwi {width: 58px;height: 22px;}
	.payment_method__item .payment-img-wrapper .payment-yandex {width: 82px;height: 22px;}}
@media (max-width: 1179px) {.checkout .order-form__rowMini .date-arrow {max-width: 272px !important;width: 100%;margin-right: 20px;margin-bottom: 20px;}
	.checkout .block-datetime {justify-content: flex-start !important;}
	.checkout .block-datetime #time-start {max-width: 272px;}
	.checkout .block-datetime #time-end {max-width: 272px;}
	.checkout__title {padding: 0 16px;}
	.checkout__container {flex-direction: column;}
	.checkout .order-form {margin-bottom: 30px;}
	.checkout .order-form__row--wrapper {justify-content: flex-start;align-items: flex-start;}
	.checkout .order-form__row--wrapper input, .checkout .order-form__row--wrapper select {max-width: 272px;margin-right: 20px;}
	.checkout .order-form__row--wrapper .select-arrow {max-width: 272px;margin-right: 20px;}
	.checkout .order-form__row--wrapper input[name='office'] {margin-top: 20px;}
	.checkout .order-form__row--wrapper textarea {max-width: 559px;}
	.checkout .order-form__row--wrapper .delivery-date {max-width: 318px;}
	.checkout .order-form__row--wrapper select[name='delivery'] {margin-bottom: 20px;}
	.checkout .order-form__row--title {font-size: 16px;line-height: 19px;margin-bottom: 14px;}
	.checkout .order-wrapper {max-width: none;}
	.checkout .order-wrapper .order-info__header--title {font-size: 18px;line-height: 21px;}
	.checkout .order-wrapper .order-info__item--img {width: 60px;max-width: 60px;min-width: 60px;height: 60px;margin-right: 14px;}
	.checkout .order-wrapper .order-info__item--bucket {margin-right: 18px;}
	.checkout .order-wrapper .order-info__item--counter {margin-right: 60px;}
	.checkout__rightColumn {max-width: none;height: auto;}
	.checkout .aside {max-width: none;height: auto;margin-bottom: 90px;}
	.checkout .aside__checkout {margin-top: 0;padding: 0;max-width: 206px;height: 45px;line-height: 45px;}
	.checkout .aside .modal__policy-wrapper {display: flex;align-items: center;justify-content: space-between;margin-top: 24px;}
	.checkout .aside .modal__policy-wrapper .modal__policy {max-width: 314px;}
	.checkout .aside .dotted {display: block;flex-grow: .9;border-bottom: 2px dotted rgba(58,63,57,.6);}
	.checkout .aside__quantity {align-items: flex-end;}
	.checkout .aside__quantity--title {line-height: 14px;}
	.checkout .aside__quantity--cost {line-height: 17px;}
	.checkout .aside__discount {align-items: flex-end;}
	.checkout .aside__discount--title {line-height: 14px;}
	.checkout .aside__discount--cost {line-height: 17px;}
	.checkout .aside__delivery {align-items: flex-end;}
	.checkout .aside__delivery--title {line-height: 14px;}
	.checkout .aside__delivery--cost {line-height: 17px;}
	.checkout .aside__card {align-items: flex-end;}
	.checkout .aside__card--title {line-height: 14px;}
	.checkout .aside__card--cost {line-height: 17px;}
	.checkout .aside__title {line-height: 21px;font-size: 18px;margin-bottom: 29px;}
	.checkout .aside__delivery {margin-bottom: 30px;}
	.checkout .aside__promo {justify-content: start;}
	.checkout .aside__promo--title {margin-right: 29px;}
	.order-form__rowContacts .order-form__field {max-width: 272px;width: 100%;margin-right: 20px;}
	.order-form__rowContacts .order-form__field:first-child {margin-right: 20px;margin-bottom: 20px;}}
@media (max-width: 1099px) {.checkout__container {padding: 0 calc(50% - 350px);}}
@media (max-width: 768px) {.payment_method__item {padding-bottom: 6px;max-width: 50%;}
	.payment_method__item .payment-img-wrapper {margin-top: 5px;}}
@media (max-width: 767px) {.checkout .order-form__rowMini .date-arrow {max-width: none !important;margin-right: 0;margin-bottom: 0;}
	.checkout .block-datetime #time-start {max-width: none;}
	.checkout .block-datetime #time-end {max-width: none;}
	.payment_method__wrapper {max-width: 500px;}
	.related-products-order {padding-left: 16px;margin-bottom: 31px;padding-right: 16px;height: 48px;}
	.related-products-order__trigger {margin: 24px 0 24px 0;}
	.related-products-order__active {height: auto;}
	.related-products-order__active .swiper-next {display: none;}
	.related-products-order__active .swiper-prev {display: none;}
	.checkout .order-wrapper .order-info {padding: 20px 16px;padding-bottom: 0;}
	.checkout .order-wrapper .order-info__header--title {font-size: 16px;}
	.checkout .order-wrapper .order-info__item {padding-bottom: 28px;justify-content: space-between;}
	.checkout .order-wrapper .order-info__item:last-child {padding-top: 20px;}
	.checkout .order-wrapper .order-info__item .order-counter {margin-right: 0;}
	.checkout .order-wrapper .order-info__item .order-counter__minus {font-size: 30px;}
	.checkout .order-wrapper .order-info__item .order-counter__pluse {font-size: 21px;}
	.checkout .order-wrapper .order-info__item .order-counter__value {font-size: 14px;}
	.checkout .order-wrapper .order-info__item--img {max-width: 50px;min-width: 50px;height: 50px;margin-right: 10px;}
	.checkout .order-wrapper .order-info__item--name {font-size: 14px;line-height: 17px;}
	.checkout .order-form__row--checkbox {margin-bottom: 26px;flex-direction: column;display: flex;}
	.checkout .order-form__row--checkbox label {margin-bottom: 25px;}
	.checkout .order-form__row--checkbox label:last-child {margin-bottom: 0;}
	.checkout .order-form__row--title {margin-bottom: 20px;}
	.checkout .order-form__row--wrapper {flex-direction: column;}
	.checkout .order-form__row--wrapper .dekivery-date {max-width: none;}
	.checkout .order-form__row--wrapper textarea {margin-top: 0;max-width: none;}
	.checkout .order-form__row--wrapper .select-arrow {max-width: none;margin-bottom: 20px;}
	.checkout .order-form__row--wrapper .date-arrow {max-width: none;margin-bottom: 20px;width: 100%;}
	.checkout .order-form__row--wrapper .date-arrow input {max-width: none;}
	.checkout .order-form__row--wrapper input, .checkout .order-form__row--wrapper select {max-width: none;margin: 0;margin-bottom: 14px;}
	.checkout .order-form__row--wrapper input:last-child, .checkout .order-form__row--wrapper select:last-child {margin-bottom: 0;}
	.checkout .order-form__row--wrapper input[name='name'] {margin-right: 0;}
	.checkout .order-form__row--wrapper input[name='email'] {margin-top: 0;}
	.checkout .order-form__row--wrapper input[name='office'] {margin-top: 0;}
	.container-postcard {margin: 30px 24px;}
	.order-form__rowContacts .order-form__field {max-width: none;width: 100%;}
	.order-form__rowContacts .order-form__field:first-child {margin-right: 0;margin-bottom: 14px;}
	.order-form__rowContacts .order-form__field {margin-bottom: 14px;}}
.block-deliverychecked {flex-direction: column;}
.cus-checkbox a {color: #000;text-decoration: none;}
@media (max-width: 575px) {.payment_method__item {max-width: 100%;display: flex;flex-direction: column;text-align: center;}
	.payment_method__item_disabled {display: none;}
	.payment_method label:after {top: 50%;}}
@media (max-width: 570px) {.checkout .order-wrapper .order-info__item--name {margin-right: auto;}
	.checkout .order-wrapper .order-info__item--bucket {margin-left: auto;margin-right: 15px;}
	.checkout .order-wrapper .order-info__item .order-counter {margin-right: 10px;margin-left: 30px;}
	.checkout .order-wrapper .order-info__item .order-counter__value {width: 27px;}
	.checkout .order-wrapper .order-info__item--cost {min-width: 56px;width: fit-content;}}
@media (max-width: 511px) {.checkout .order-wrapper .order-info__item--name {margin-right: 0;width: 67%;}
	.checkout .order-wrapper .order-info__item--bucket {margin-left: auto;margin-right: 0;}
	.checkout .order-wrapper .order-info__item .order-counter {margin-right: 0;margin-left: 30px;}
	.checkout .order-wrapper .order-info__item--cost {width: auto;font-size: 16px;}
	.checkout .related-products-order .product-card::after, .checkout .related-products-order .product-card {box-shadow: none;}
	.checkout .checkout__rightColumn {max-width: none;}
	.checkout .checkout .aside__checkout {max-width: none;}
	.checkout .checkout .aside .dotted {display: none;}
	.checkout .checkout .aside .modal__policy-wrapper {flex-direction: column;align-items: flex-start;text-align: left;}
	.checkout .checkout .aside .modal__policy-wrapper .modal__policy {margin-bottom: 24px;}}
@media (max-width: 500px) {.checkout .order-info__item {padding-bottom: 18px !important;}
	.checkout .order-info__item--img img {height: 100%;object-fit: cover;}
	.checkout .aside .modal__policy-wrapper {flex-direction: column;align-items: flex-start;}
	.checkout .aside .dotted {border-color: #fff;}
	.checkout .aside .aside__checkout {margin-top: 24px;max-width: none;}}
@media (max-width: 450px) {.checkout .order-wrapper .order-info__item .order-counter {margin-right: 0;height: 19px;}
	.checkout .order-wrapper .order-info__item .order-counter__pluse {padding-right: 0;line-height: 20px;}
	.checkout .order-wrapper .order-info__item .order-counter__minus {padding-left: 0;line-height: 20px;}
	.checkout .order-wrapper .order-info__item--cost {width: auto;}
	.checkout .order-wrapper .order-info__item--img {position: relative;top: 13px;}
	.order-form__field {width: 100%;}}
@media (max-width: 380px) {.checkout .order-wrapper .order-info__item {align-items: center;}
	.checkout .order-wrapper .order-info__item .order-counter {margin-left: 61px;}}
.attention-condition {font-size: 16px;margin-top: 10px;color: #000;opacity: .6;}
.aside__card {display: none !important;}
.aside__card-active {display: flex !important;}
@media (max-width: 1280px) {.checkout .aside {width: 236px;}}
@media (max-width: 1179px) {.checkout .aside {width: 100%;}
	.checkout .aside__total {position: fixed;bottom: 31px;left: 0;padding: 5px 36px;width: 100%;background: #fff;z-index: 10;}
	.checkout .aside__checkout {position: fixed;bottom: 0px;left: 0;padding: 2px 36px;width: 100%;width: 100%;z-index: 300;margin: 0 !important;max-width: none;}
	.aside .modal__policy-wrapper {margin-top: 0 !important;}}
.cus-checkbox label {line-height: 21px;}
.order-form__row--wrapper textarea {margin-top: 0;}
@media (max-width: 450px) {.order-wrapper .order-info__item--text {width: 179px;}
	.order-wrapper .order-info__item--text a {overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}}
.simple-box {display: flex;justify-content: center;align-items: center;}
.simple-box_container {width: 131px;height: 168px;text-align: center;}
.simple-box_container label {padding: 0 !important;font-size: 14px !important;position: relative;display: block;cursor: pointer;padding-bottom: 150px !important;}
.simple-box_checkbox {display: none;}
.simple-box_checkbox + label::after {content: "";position: absolute;width: 128px !important;height: 145px !important;bottom: 0 !important;left: 50% !important;transform: translateX(-50%) !important;border: 1px solid #adadad;border-radius: 3px;background-image: url("/assets/img/simple-box.jpg");background-position: center;background-size: cover;transition: all .3s ease;}
.simple-box_checkbox + label::before {content: "";position: absolute;top: 5px;left: 0;width: 10px;height: 4px;border: 1px solid transparent;border-left-color: #00a877;border-bottom-color: #00a877;transition: opacity .2s ease;transform: rotate(-45deg);opacity: 0;visibility: hidden;}
.simple-box_checkbox:checked + label::after {border-color: #28a745;}
.simple-box_checkbox:checked + label::before {opacity: 1;visibility: visible;top: 26px !important;left: 107px !important;z-index: 2;width: 10px;height: 4px;border-width: 2px;border-bottom-color: #517e04;border-left-color: #517e04;}
.error-page__container {padding-top: 50px;padding-bottom: 144px;display: flex;flex-direction: column;align-items: center;}
.error-page__title {color: #000;font-size: 25px;line-height: 25px;position: relative;margin-bottom: 15px;font-weight: bold;padding-bottom: 20px;}
.error-page__title::after {content: "";position: absolute;width: 100px;height: 2px;background: #cbdb93;left: 50%;transform: translateX(-50%);bottom: 0;}
.error-page__subtitle {font-size: 16px;line-height: 19px;letter-spacing: .04em;color: #5c5c5c;margin-bottom: 11px;text-align: center;}
.error-page__back-to-main {display: block;max-width: 254px;width: 100%;height: 52px;line-height: 52px;text-transform: uppercase;color: #fff;background: #c484b8;font-family: "Bebas Neue";font-size: 24px;letter-spacing: .05em;border-radius: 3px;margin-bottom: 14px;text-align: center;text-decoration: none;}
.error-page__back-to-main:hover {background: #cbdb93;}
.error-page__wrapper span {color: #5c5c5c;font-size: 16px;line-height: 19px;letter-spacing: .04em;margin-right: 10px;}
.error-page__wrapper a {font-weight: 500;font-size: 16px;line-height: 134%;color: #c484b8;}
.error-page__wrapper a:hover {color: #cbdb93;}
@media (max-width: 500px) {.error-page__container {padding-bottom: 50px;}}
.end-to-end-links {margin-top: 10px;}
.end-to-end-links a {font-size: 12px;line-height: 134%;letter-spacing: .01em;color: #cbdb93;cursor: pointer;}
.end-to-end-links a:hover {color: #cbdb93;}
.add {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 20px;margin-bottom: 20px;}
.add .btn-wrapper {border: 2px solid #eaeaea;border-radius: 3px;padding: 20px;width: 100%;margin-bottom: 20px;display: flex;flex-direction: column;}
.add .btn-wrapper .btn {cursor: pointer;order: 1;margin-top: 4px;max-width: 332px;width: 100%;height: 45px;font-family: "Bebas Neue";font-size: 24px;line-height: 45px;letter-spacing: .05em;color: #fff;text-transform: uppercase;border: none;background: #c484b8;border-radius: 3px;}
.add .btn-wrapper .btn:hover {background: #cbdb93;}
.add__leftColumn {width: 48%;border: 2px solid #eaeaea;border-radius: 3px;padding: 20px;}
.add__rightColumn {width: 48%;}
.add__rightColumn--wrapper {border: 2px solid #eaeaea;border-radius: 3px;padding: 20px;width: 100%;margin-bottom: 20px;}
.add__bottomColumn {width: 100%;border: 2px solid #eaeaea;border-radius: 3px;padding: 20px;margin-bottom: 20px;}
.add__title {font-size: 20px;font-weight: 700;line-height: 130%;letter-spacing: .02em;margin-bottom: 20px;position: relative;}
.add__title span {font-weight: bold;font-size: 28px;line-height: 130%;letter-spacing: -.01em;color: #cbdb93;margin-right: 10px;}
.add__title::after {content: "";position: absolute;height: 2px;width: 120px;background: #cbdb93;bottom: -9px;left: 0;}
.add .form-group {display: flex;flex-direction: column;max-width: 350px;width: 100%;margin-bottom: 25px;}
.add .form-group input {border-radius: 3px;border: 1px solid #adadad;font-family: Arial;font-size: 15px;line-height: 140%;color: #5c5c5c;height: 48px;padding: 0 20px !important;}
.add .form-group textarea {width: 100%;height: 140px;padding: 15px 20px;border-radius: 3px;border: 1px solid #adadad;font-family: Arial;font-size: 15px;line-height: 140%;color: #5c5c5c;resize: vertical;}
.add .form-group select {border-radius: 3px;border: 1px solid #adadad;font-family: Arial;font-size: 15px;line-height: 140%;color: #5c5c5c;height: 48px;padding: 0 20px !important;}
.add .form-group label {color: #000;letter-spacing: -.01em;font-size: 16px;line-height: 130%;margin-bottom: 4px;}
.add .form-group .select2-choice {height: 100%;min-height: 48px;background: none;}
.add .form-group .select2-container {border-radius: 3px;border: 1px solid #adadad;font-size: 15px;line-height: 140%;color: #5c5c5c;height: auto !important;min-height: 48px;background: none;}
.add .select2-arrow {display: none !important;}
.add .popover-help {max-width: none;}
.add .popover-help .toolbar {border-radius: 3px;border: 1px solid #adadad;border-bottom: none;}
.add .popover-help .editor {font-family: "SF Pro Display";color: #5c5c5c;font-size: 15px;line-height: 140%;border: 1px solid #adadad;height: 100px !important;border-radius: 0px 0px 3px 3px;overflow: hidden;}
.add .ticket-group {max-width: none;}
.add .ticket-group .droppable {border: 2px dashed #adadad !important;border-radius: 3px !important;color: #000;}
.add .ticket-group .droppable .note {margin-left: 20px !important;color: #5c5c5c !important;font-size: 15px;line-height: 28px;}
.add #ticket-files-container {order: -1;margin-top: 0 !important;margin-bottom: 4px;}
.add .ticket-form-files {display: flex;flex-direction: column;}
.add #ticket-files-select {font-family: "Roboto";font-size: 15px;line-height: 134%;letter-spacing: .02em;color: #5c5c5c;border-bottom: 1px dashed #cbdb93;text-decoration: none;}
.add .form-control.select2-container .select2-choices {border-radius: 3px;border: 1px solid #adadad !important;padding-left: 20px;position: relative;z-index: 2;}
.add .form-control.select2-container .select2-choices .select2-search-choice {background: none;border: 1px solid #c484b8;border-radius: 3px;font-size: 14px;font-family: "Bebas Neue";text-transform: uppercase;color: #c484b8;}
.add .form-control.select2-container .select2-choices .select2-search-choice-close {top: 3px;}
.add .select2-container-multi {height: auto !important;border: none !important;}
.add .checkbox-group {display: flex;flex-wrap: wrap;}
.add .checkbox-group .checkbox-field {width: auto;max-width: none;margin-right: 15px;}
.add .checkbox-group .checkbox-field label {padding-left: 34px;position: relative;color: #000;color: #000;font-size: 14px;line-height: 134%;letter-spacing: -.01em;font-family: "Roboto";min-width: 174px;cursor: pointer;}
.add .checkbox-group .checkbox-field label::after {content: "";position: absolute;left: 0;top: -3px;width: 24px;height: 24px;background-image: url("/assets/img/icons/check-normal.svg");background-size: cover;}
.add .checkbox-group .checkbox-field input {display: none;}
.add .checkbox-group .checkbox-field input:checked + label::after {background-image: url("/assets/img/icons/check-select.svg");}
.add .select2-container {background-color: #fff;background-image: linear-gradient(to bottom,#eee 1%,#fff 15%);}
.add .select2-container::after {content: "";position: absolute;top: 24px;right: 10px;width: 0;height: 0;border-width: 5px 5px 0 5px;border-style: solid;border-color: #000 transparent transparent transparent;z-index: -1;}
.add .select2-container .select2-choices {padding: 0 22px 0 0 !important;background: none !important;}
.add .select2-container .select2-chosen {display: flex !important;align-items: center;height: 46px;}
.composition-form {display: flex;}
.composition-row {display: flex;margin-bottom: 8px;}
.composition-row .composition-flower {width: auto;min-width: 120px;margin-right: 10px;}
.composition-row .composition-count {margin-left: 0;}
.composition-row .composition-remove {margin-right: 10px;}
.composition-flower {width: 100%;height: 26px;}
.composition-count {width: 80px;min-width: 80px;height: 26px;margin-left: 10px;}
.composition-add {width: 40px;min-width: 40px;margin-left: 10px;}
@media (max-width: 1280px) {.add {flex-direction: column;}
	.add__leftColumn {width: 100%;margin-bottom: 20px;}
	.add__rightColumn {width: 100%;}
	.add .quill-wrapper {min-width: 100% !important;}}
.crumbs {display: flex;margin-top: 20px;}
.crumbs__item {margin-left: 14px;margin-right: 14px;}
.crumbs__item:first-child {margin-left: 0;}
.crumbs__item:last-child {margin-right: 0;}
.crumbs__item a, .crumbs__item span {font-size: 12px;line-height: 14px;letter-spacing: .02em;color: #000;text-decoration: none;}
@media (max-width: 767px) {.crumbs {display: none;}}
.enter-form__title {padding-left: 70px;margin-bottom: 39px;font-weight: 500;font-size: 25px;line-height: 30px;letter-spacing: .02em;color: #000;position: relative;}
.enter-form__title::after {content: "";position: absolute;width: 60px;height: 60px;left: 0;background-size: cover;background-repeat: no-repeat;background-image: url("/assets/img/icons/enter.png");top: 50%;transform: translateY(-50%);}
.enter-form form {max-width: 610px;background: #f8f8f8;border-radius: 15px;margin: 0 auto;margin-top: 41px;margin-bottom: 188px;display: flex;flex-direction: column;padding: 75px 129px 60px 120px;position: relative;}
.enter-form .line-seperator {width: 490px;height: 2px;background: #eaeaea;position: absolute;bottom: 140px;left: 50%;transform: translateX(-50%);}
.enter-form__input {max-width: 360px;width: 100%;height: 48px;margin-bottom: 14px;padding: 0 20px;border: 1px solid #adadad;border-radius: 3px;font-size: 15px;line-height: 140%;color: #5c5c5c;}
.enter-form__input.error {border: 1px solid #ee1f1f;margin-bottom: 2px;}
.enter-form .block-math {width: 100%;max-width: 360px;display: flex;align-items: baseline;}
.enter-form .block-math label {width: 30%;}
.enter-form .block-math spam {width: 100%;}
.enter-form .block-math .math {width: 100%;height: 48px;padding: 0 20px;border: 1px solid #adadad;border-radius: 3px;font-size: 15px;line-height: 140%;color: #5c5c5c;margin-bottom: 14px;}
.enter-form .block-math .math.error {border: 1px solid #ee1f1f;margin-bottom: 2px;}
.enter-form .form__error_active {font-style: normal;font-weight: 500;font-size: 14px;line-height: 140%;color: #ee1f1f;}
.enter-form__captcha {max-width: 333px;width: 100%;margin-bottom: 20px;margin-top: 10px;}
.enter-form__row {display: flex;justify-content: space-between;align-items: center;margin-bottom: 60px;}
.enter-form__submit {background: #c484b8;color: #fff;border: none;border-radius: 3px;height: 52px;line-height: 52px;max-width: 150px;width: 100%;font-family: "Bebas Neue";font-size: 24px;letter-spacing: .05em;margin-right: 30px;text-transform: uppercase;padding: 0;}
.enter-form__submit.recovery-submit {max-width: none;margin-right: 0px;}
.enter-form__submit:hover {background: #cbdb93;}
.enter-form .password-recovery {font-family: "Roboto";text-decoration: none;font-size: 14px;line-height: 134%;letter-spacing: .01em;color: #cbdb93;}
.enter-form .password-recovery:hover {color: #cbdb93;}
.enter-form .registrationBtnLink {background: #fff;color: #c484b8;border: 2px solid #c484b8;border-radius: 3px;text-transform: uppercase;font-family: "Bebas Neue";font-size: 24px;letter-spacing: .05em;line-height: 52px;height: 52px;max-width: 330px;width: 100%;text-align: center;margin: 0 auto;padding: 0;text-decoration: none;}
.enter-form .registrationBtnLink:hover {color: #fff;background: #c484b8;}
@media (max-width: 1600px) {.enter-form form {padding: 34px 99px 30px 91px;max-width: 550px;}
	.enter-form form .line-seperator {bottom: 110px;}}
@media (max-width: 550px) {.enter-form {padding: 0;}
	.enter-form form {max-width: none;padding: 31px 16px 70px 16px;margin: 0;align-items: center;width: 100%;}
	.enter-form form .line-seperator {width: 90%;bottom: 150px;}
	.enter-form__row {width: 100%;justify-content: center;}
	.enter-form__title {font-size: 20px;line-height: 24px;padding-left: 48px;margin-bottom: 22px;}
	.enter-form__title::after {width: 40px;height: 40px;background-size: cover;}
	.enter-form__input {margin-bottom: 10px;}
	.enter-form__captcha {max-width: 287px;margin-top: 10px;margin-bottom: 20px;}
	.enter-form__submit {margin-right: 26px;height: 45px;line-height: 45px;}
	.enter-form .registrationBtnLink {height: 45px;line-height: 45px;margin: 0;max-width: 286px;}}
.registration-form__title {font-weight: 500;font-size: 32px;line-height: 38px;letter-spacing: .02em;color: #000;position: relative;margin: 0 auto;margin-bottom: 30px;}
.registration-form__title::after {content: "";position: absolute;width: 90px;height: 90px;left: 50%;background-size: cover;background-repeat: no-repeat;background-image: url("/assets/img/icons/registration.png");top: -106px;transform: translateX(-50%);}
.registration-form form {max-width: 900px;background: #f8f8f8;border-radius: 15px;margin: 0 auto;margin-top: 41px;margin-bottom: 188px;display: flex;flex-direction: column;padding: 153px 71px 50px 74px;position: relative;}
.registration-form__wrapper {max-width: 596px;display: flex;flex-wrap: wrap;justify-content: center;margin: 0 auto;flex-direction: column;width: 100%;align-items: center;}
.registration-form .block-math {width: 100%;max-width: 350px;display: flex;align-items: baseline;}
.registration-form .block-math label {width: 30%;}
.registration-form .block-math spam {width: 100%;}
.registration-form .block-math .math {width: 100%;height: 48px;padding: 0 20px;border: 1px solid #adadad;border-radius: 3px;font-size: 15px;line-height: 140%;color: #5c5c5c;}
.registration-form .block-math .math.error {border: 1px solid #ee1f1f;margin-bottom: 2px;}
.registration-form .form__error_active {font-style: normal;font-weight: 500;font-size: 14px;line-height: 140%;color: #ee1f1f;}
.registration-form__input {max-width: 350px;width: 100%;height: 48px;margin-bottom: 14px;padding: 0 20px;border: 1px solid #adadad;border-radius: 3px;font-size: 15px;line-height: 140%;color: #5c5c5c;}
.registration-form__input.error {border: 1px solid #ee1f1f;margin-bottom: 2px;}
.registration-form__captcha {margin: 0 auto;margin-bottom: 24px;}
.registration-form__checkboxes {display: flex;flex-direction: column;align-items: flex-start;margin: 35px auto;}
.registration-form__checkboxes--label {font-weight: 500;font-size: 13px;line-height: 130%;color: #000;position: relative;padding-left: 34px;cursor: pointer;}
.registration-form__checkboxes--label:first-of-type {margin-bottom: 30px;}
.registration-form__checkboxes--label::after {content: "";position: absolute;left: 0;top: -4px;width: 24px;height: 24px;background-image: url("/assets/img/icons/check-normal.svg");background-size: cover;background-repeat: no-repeat;}
.registration-form__checkboxes--input {display: none;}
.registration-form__checkboxes--input:checked + label::after {background-image: url("/assets/img/icons/check-select.svg");}
.registration-form .registrationBtn {background: #c484b8;color: #fff;border: none;border-radius: 3px;height: 52px;line-height: 52px;max-width: 250px;width: 100%;font-family: "Bebas Neue";font-size: 24px;letter-spacing: .05em;margin: 0 auto;text-transform: uppercase;padding: 0;}
.registration-form .registrationBtn:hover {background: #cbdb93;}
.registration-form .registrationBtn:before {content: "";width: 53%;height: 2px;background: #eaeaea;position: absolute;bottom: 115px;left: 50%;transform: translateX(-50%);}
@media (max-width: 1600px) {.registration-form form {padding: 34px 66px 32px 69px;max-width: 890px;margin-top: 20px;margin-bottom: 36px;}
	.registration-form form::after {bottom: 269px;}
	.registration-form__title {font-size: 25px;line-height: 30px;padding-left: 70px;margin-bottom: 39px;}
	.registration-form__title::after {width: 60px;height: 60px;background-size: cover;top: 50%;left: 0;transform: translateY(-50%);}
	.registration-form .registrationBtn:before {bottom: 100px;}}
@media (max-width: 1279px) {.registration-form form {max-width: 700px;padding: 50px 55px 35px 49px;}
	.registration-form form::after {bottom: 316px;width: 68%;}
	.registration-form__checkboxes {display: flex;flex-direction: column;align-items: center;margin-top: 51px;}
	.registration-form__checkboxes--label:first-of-type {margin-right: 0;margin-bottom: 21px;margin-left: -30px;}}
@media (max-width: 709px) {.registration-form {padding: 0;}
	.registration-form__checkboxes {align-items: flex-start;margin-top: 23px;margin-bottom: 24px;}
	.registration-form__checkboxes--label:first-of-type {margin-left: 0;}
	.registration-form form {max-width: none;padding: 31px 16px 70px 16px;margin: 0;align-items: center;}
	.registration-form form::after {display: none;}
	.registration-form__title {font-size: 20px;line-height: 24px;padding-left: 48px;margin-bottom: 22px;}
	.registration-form__title::after {width: 40px;height: 40px;background-size: cover;}
	.registration-form__input {margin-bottom: 10px;}
	.registration-form__captcha {max-width: 287px;margin: 0;margin-bottom: 24px;}
	.registration-form .registrationBtn {height: 45px;line-height: 45px;margin: 0;max-width: 286px;}
	.registration-form__wrapper {flex-direction: column;max-width: none;width: 100%;}
	.registration-form .registrationBtn:before {bottom: 125px;}}
@media (max-width: 550px) {.registration-form form {align-items: center;}
	.registration-form__wrapper {align-items: center;}
	.registration-form .registrationBtn:before {width: 65%;}}
@media (max-width: 351px) {.registration-form__checkboxes--label::after {top: 2px;}
	.registration-form .registrationBtn:before {width: 85%;}}
.personal-area {margin-top: 24px;margin-bottom: 70px;}
.personal-area__container {display: flex;flex-wrap: wrap;justify-content: center;}
.personal-area__item {max-width: calc(25% - 32px);width: 100%;display: flex;flex-direction: column;align-items: center;box-shadow: 0px 2px 4px rgba(0,0,0,.25);border-radius: 3px;background: #f8f8f8;padding: 40px 0;text-decoration: none;margin-right: 41px;margin-bottom: 41px;transition: .4s;}
.personal-area__item:hover {box-shadow: none;}
.personal-area__item:last-child {margin-right: 0;}
.personal-area__item--img {width: 48px;height: 48px;}
.personal-area__item--img svg {width: 46px;height: 46px;}
.personal-area__item--text {font-weight: 600;font-size: 17px;line-height: 20px;letter-spacing: .03em;color: #000;margin-top: 14px;}
.container-title-exit {display: flex;justify-content: space-between;align-items: center;}
.personal-area-title {margin-top: 24px;margin-bottom: 30px;font-weight: 500;font-size: 28px;line-height: 38px;letter-spacing: .02em;color: #000;}
.link-exit {color: #000;cursor: pointer;}
.link-exit:hover {text-decoration: none;}
.back-fromArea {display: none;}
@media (max-width: 1600px) {.personal-area__item {max-width: calc(25% - 32px);margin-right: 39px;}}
@media (max-width: 1279px) {.personal-area {margin-bottom: 65px;}
	.personal-area__item {max-width: 307px;margin-right: 24px;margin-bottom: 25px;}}
@media (max-width: 767px) {.back-fromArea {display: block;margin-bottom: 24px;text-decoration: none;font-size: 14px;line-height: 17px;letter-spacing: .02em;color: #5c5c5c;padding-left: 15px;position: relative;}
	.back-fromArea::after {content: "";width: 9px;position: absolute;left: 0;top: 3px;height: 10px;background-image: url("/assets/img/icons/arrow-gold.svg");background-size: contain;background-repeat: no-repeat;transform: rotate(90deg);}
	.personal-area-title {font-size: 22px;}}
@media (max-width: 700px) {.personal-area {margin-bottom: 46px;}
	.personal-area__container {justify-content: center;}
	.personal-area__item {max-width: 136px;margin-right: 16px;padding: 27px 0;margin-bottom: 16px;}
	.personal-area__item--text {font-size: 14px;line-height: 130%;}}
@media (max-width: 450px) {.personal-area__item:nth-child(2), .personal-area__item:nth-child(4) {margin-right: 0;}}
.promo-banner {max-width: 1066px;width: 100%;padding: 33px 50px;background-image: url("/assets/img/promo-back.png");background-size: cover;background-repeat: no-repeat;border-radius: 3px;display: flex;align-items: center;margin-bottom: 30px;}
.promo-banner__left {display: flex;margin-right: auto;}
.promo-banner__left--percents {font-family: "Bebas Neue";font-weight: bold;font-size: 116px;line-height: 100%;color: #c484b8;text-shadow: 0px 2px 2px rgba(0,0,0,.5);position: relative;margin-right: 30px;}
.promo-banner__left--percents::after {content: "";position: absolute;height: 86px;width: 2px;background: #5c5c5c;right: -14px;top: 11px;}
.promo-banner__left--name {font-family: "Bebas Neue";font-size: 80px;line-height: 80px;letter-spacing: .03em;color: #000;text-transform: uppercase;display: flex;flex-direction: column;align-items: center;}
.promo-banner__left--name span {font-family: "SF Pro Display";font-weight: 500;font-size: 17px;line-height: 20px;letter-spacing: .03em;color: #000;}
.promo-banner__right {display: flex;flex-direction: column;align-items: center;}
.promo-banner__right--promo {text-align: center;min-width: 230px;height: 50px;padding: 0 20px;line-height: 50px;border: 2px solid #fff;border-radius: 29px;background: #c484b8;font-weight: 500;font-size: 20px;letter-spacing: .03em;color: #fff;margin-bottom: 14px;}
.promo-banner__right--promoCopy {font-weight: 500;font-size: 16px;color: #cbdb93;border: none;background: none;text-decoration-line: underline;}
.promo-banner__right--promoCopy:hover {color: #cbdb93;}
.promo-banner-title {font-weight: 600;font-size: 20px;line-height: 24px;letter-spacing: .02em;color: #000;margin-bottom: 30px;display: block;}
.promo-banner-postscript {font-size: 16px;line-height: 145%;letter-spacing: .03em;color: #5c5c5c;margin-bottom: 112px;display: block;}
@media (max-width: 1279px) {.promo-banner {max-width: 699px;padding: 48px 24px 35px 24px;background-position-x: right;}
	.promo-banner__left {margin-right: auto;}
	.promo-banner__left--percents {font-size: 90px;margin-right: 21px;}
	.promo-banner__left--percents::after {height: 71px;right: -11px;top: 5px;}
	.promo-banner__left--name {font-size: 60px;line-height: 60px;}
	.promo-banner__left--name span {font-size: 13px;line-height: 16px;}
	.promo-banner__right--promo {height: auto;padding: 5px 20px;line-height: 1.5;font-size: 18px;margin-bottom: 7px;}
	.promo-banner__right--promo span {display: block;}}
@media (max-width: 670px) {.promo-banner {max-width: none;padding: 24px 14px 70px 14px;flex-direction: column;align-items: flex-start;background-image: url("/assets/img/promo-back-mob.png");background-position-y: bottom;}
	.promo-banner__left {flex-direction: column;margin: 0 auto 23px;}
	.promo-banner__left--percents {font-size: 82px;margin-right: 16px;}
	.promo-banner__left--percents::after {display: none;}
	.promo-banner__left--name {font-size: 55px;line-height: 55px;}
	.promo-banner__left--name span {font-size: 12px;line-height: 14px;}
	.promo-banner__right {margin: auto;}
	.promo-banner__right--promo {padding: 10px 16px;line-height: 1.4;font-size: 14px;}
	.promo-banner__right--promo span {display: inline;}
	.promo-banner-postscript {font-size: 15px;max-width: 288px;width: 100%;display: block;margin-bottom: 70px;}
	.promo-banner-title {font-size: 18px;line-height: 21px;margin-bottom: 24px;}}
.user-info__title {margin-top: 30px;margin-bottom: 30px;font-weight: 500;font-size: 32px;line-height: 38px;letter-spacing: .02em;color: #000;}
.user-info {display: flex;flex-direction: column;margin-bottom: 280px;}
.user-info__input {max-width: 430px;width: 100%;border-radius: 3px;border: 1px solid #adadad;height: 48px;line-height: 48;padding: 0 20px;font-size: 15px;color: #5c5c5c;margin-bottom: 14px;}
.user-info__input:last-of-type {margin-bottom: 24px;}
.user-info__btn {border: 2px solid #c484b8;background: #fff;border-radius: 3px;font-family: "Bebas Neue";font-size: 24px;letter-spacing: .05em;color: #c484b8;text-transform: uppercase;line-height: 52px;height: 52px;max-width: 260px;width: 100%;padding: 0;}
.user-info__btn:hover {color: #fff;background: #c484b8;}
.user-info__date {max-width: 190px;margin-right: 0 !important;}
.user-info__wrapper .date {position: absolute;background-image: url("/assets/img/icons/calendar.png");width: 16px;height: 13px;background-repeat: no-repeat;right: 26px;top: 17px;pointer-events: none;cursor: pointer;}
.user-info__wrapper--title {margin-bottom: 25px;font-weight: 500;font-size: 25px;line-height: 30px;letter-spacing: .02em;color: #000;max-width: 590px;}
.user-info__wrapper--item {margin-bottom: 14px;position: relative;max-width: 643px;display: flex;}
.user-info__wrapper input[type='text'] {margin-right: 20px;}
.user-info__wrapper input {margin-bottom: 0 !important;}
.user-info__wrapper input[type='date'] {max-width: 190px;}
.user-info__wrapper input[type='date']::-webkit-inner-spin-button, .user-info__wrapper input[type='date'] ::-webkit-outer-spin-button {-webkit-appearance: none;}
.user-info .blockmydata {max-width: 433px;position: relative;}
.user-info .blockmydata .date {position: absolute;background-image: url("/assets/img/icons/calendar.png");width: 16px;height: 13px;background-repeat: no-repeat;right: 26px;top: 17px;pointer-events: none;cursor: pointer;}
@media (max-width: 768px) {.user-info__title {font-size: 26px;line-height: 31px;margin-bottom: 20px;}
	.user-info {margin-bottom: 90px;}}
@media (max-width: 450px) {.user-info__title {font-size: 22px;line-height: 26px;}
	.user-info {margin-bottom: 70px;}
	.user-info__date {max-width: none;}
	.user-info__wrapper .date {right: 22px;top: 82px;}
	.user-info__wrapper--title {font-size: 18px;max-width: none;line-height: 22px;}
	.user-info__wrapper--item {flex-direction: column;border-bottom: 1px solid #cbdb93;margin-bottom: 0;padding-bottom: 7px;padding-top: 7px;}
	.user-info__wrapper--item:first-child {padding-top: 0;}
	.user-info__wrapper--item:last-child {padding-bottom: 14px;border: none;}
	.user-info__wrapper input {margin-bottom: 14px !important;}
	.user-info__wrapper input[type='date'] {margin-bottom: 0 !important;max-width: none;}
	.user-info__btn {height: 45px;line-height: 45px;max-width: 287px;margin: 0 auto;}
	.user-info__input {height: 45px;line-height: 45px;}
	.user-info .blockmydata .date {right: 22px;top: 16px;}}
.end-to-end-links {margin-top: 10px;}
.end-to-end-links a {font-size: 12px;line-height: 134%;letter-spacing: .01em;color: #cbdb93;cursor: pointer;}
.end-to-end-links a:hover {color: #cbdb93;}
.buy-history-title {margin-top: 24px;margin-bottom: 30px;font-weight: 500;font-size: 28px;line-height: 38px;letter-spacing: .02em;color: #000;}
.buy-history {width: 100%;box-shadow: 0px 2px 5px rgba(0,0,0,.15);border-radius: 3px;padding: 0 24px;margin: 0 0 20px;background: #fbfbfb;}
.buy-history__useritem {display: flex;justify-content: space-between;align-items: center;padding: 10px 0 10px;border-top: 1px solid #ccc;}
.buy-history__item {display: flex;justify-content: space-between;padding: 20px 0 17px;border-top: 1px solid #ccc;}
.buy-history__item:first-child {border-top: none;}
.buy-history__item--btn {border: none;background: none;color: #cbdb93;text-decoration-line: underline;font-family: "Roboto";font-size: 14px;line-height: 134%;letter-spacing: .01em;margin-left: auto;}
.buy-history__item--btn:hover {color: #cbdb93;}
.buy-history__item--btn svg {width: 32px;height: 32px;}
.buy-history__item--number {margin-right: 40px;text-decoration-line: underline;color: #000;font-weight: 500;font-size: 13px;line-height: 16px;letter-spacing: .02em;white-space: nowrap;}
.buy-history__item--usernumber {text-decoration-line: none;color: #000;font-weight: 500;font-size: 13px;line-height: 16px;letter-spacing: .02em;white-space: nowrap;min-width: 100px;}
.buy-history__item--crown {display: inline-block;width: 20px;height: 16px;margin-right: 3px;vertical-align: middle;}
.buy-history__item--date {margin-right: 40px;font-weight: 500;font-size: 13px;line-height: 16px;letter-spacing: .02em;color: #5c5c5c;}
.buy-history__item--username {font-weight: 500;font-size: 13px;line-height: 16px;letter-spacing: .02em;color: #5c5c5c;min-width: 200px;max-width: 200px;padding-right: 5px;}
.buy-history__item--username a {color: #c0962a;}
.buy-history__item--username a:hover {color: #9c781a;}
.buy-history__item--cost {margin-right: 40px;font-weight: 600;font-size: 13px;line-height: 16px;letter-spacing: .02em;color: #000;min-width: 54px;}
.buy-history__item--fullname {font-weight: 600;font-size: 13px;line-height: 16px;letter-spacing: .02em;color: #000;min-width: 180px;max-width: 180px;padding-right: 5px;}
.buy-history__item--userbonus {font-weight: 600;font-size: 13px;line-height: 16px;letter-spacing: .02em;color: #000;min-width: 55px;}
.buy-history__item--status {margin-right: auto;margin-left: auto;font-weight: 500;font-size: 13px;line-height: 16px;letter-spacing: .02em;color: #5c5c5c;min-width: 135px;}
.buy-history__item--status span {margin-left: 10px;color: #c484b8;letter-spacing: .02em;line-height: 16px;font-weight: 500;font-size: 13px;}
.client-order-nav {display: flex;align-items: center;flex-flow: wrap;margin-bottom: 20px;padding: 15px;background: #f5f5f5;}
.client-order-nav__controls {display: flex;}
.client-order-nav__input {max-width: 160px;height: 30px;margin-right: 16px;font-size: 15px;line-height: 140%;color: #5c5c5c;width: 100%;padding: 0 12px;border-radius: 3px;border: 1px solid #adadad;}
.client-order-nav__input:focus {border-color: #cbdb93;}
.client-order-nav__query {max-width: 220px;}
.client-order-sorts__item {display: inline-block;margin: 0 15px 10px 0;font-weight: normal;font-size: 14px;line-height: 134%;letter-spacing: .01em;text-decoration-line: underline;color: #cbdb93;cursor: pointer;}
.client-order-sorts__item:hover {color: #cbdb93;}
.client-order-info {display: inline-block;margin-left: auto;border-radius: 3px;background: #f5f5f5;}
.client-order-info__row {display: flex;width: 100%;margin-bottom: 10px;}
.client-order-info__row:last-child {margin-bottom: 0;}
.client-order-info__left {width: 50%;max-width: 160px;margin-bottom: 10px;padding: 0 10px;text-align: center;}
.client-order-info__right {width: 50%;max-width: 160px;margin-bottom: 10px;padding: 0 10px;text-align: center;}
.client-order-info__value {font-size: 28px;white-space: nowrap;}
.client-order-info__name {font-size: 13px;white-space: nowrap;}
.client-pagination {margin-top: 20px;margin-bottom: 100px;font-family: "Bebas Neue";text-align: center;}
.client-pagination_disabled {visibility: hidden;height: 0;overflow: hidden;}
.client-pagination__btn {display: inline-block;padding: 10px 20px;line-height: 1;font-size: 24px;letter-spacing: .05em;color: #fff;text-transform: uppercase;border: 0;border-radius: 3px;background: #c484b8;cursor: pointer;}
.client-pagination__btn:hover {background: #cbdb93;}
.client-pagination__btn_disabled {background: #ddd;cursor: default;}
.client-pagination__btn_disabled:hover {background: #ddd;}
.client-pagination__page {font-size: 24px;padding: 15px 20px;}
.modal-buyHistory__substrate {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;}
.modal-buyHistory__wrapper {background: #e5e5e5;max-width: 550px;width: 100%;margin: 30px auto;}
.modal-buyHistory__header {background: #fbfbfb;padding: 40px 40px 0 40px;display: flex;}
.modal-buyHistory__header--number {font-weight: 500;font-size: 18px;line-height: 130%;letter-spacing: -.01em;color: #000;}
.modal-buyHistory__header--status {font-style: normal;font-weight: 500;font-size: 13px;line-height: 23px;letter-spacing: .02em;color: #c484b8;}
.modal-buyHistory__header--date {margin-left: auto;font-size: 13px;line-height: 16px;letter-spacing: .02em;color: rgba(58,63,57,.7);}
.modal-buyHistory__body {background: #fbfbfb;padding: 40px 40px 14px 40px;}
.modal-buyHistory__body--item {display: flex;justify-content: space-between;padding: 20px 0;border-bottom: 1px solid #c4c4c4;}
.modal-buyHistory__body--item:first-child {padding-top: 0;}
.modal-buyHistory__body--name {font-size: 16px;line-height: 130%;letter-spacing: -.01em;text-decoration-line: underline;color: #c484b8;min-width: 213px;}
.modal-buyHistory__body--quantity {font-size: 16px;line-height: 130%;letter-spacing: -.01em;color: #5c5c5c;}
.modal-buyHistory__body--cost {font-size: 16px;line-height: 130%;letter-spacing: -.01em;color: #000;}
.modal-buyHistory__body--total {font-weight: 500;font-size: 20px;line-height: 24px;letter-spacing: .02em;color: #000;margin-top: 14px;text-align: right;}
.modal-buyHistory__body--total span {font-weight: bold;font-size: 24px;line-height: 29px;letter-spacing: .02em;color: #000;margin-left: 50px;}
.modal-buyHistory__footer {padding: 20px 38px;padding-bottom: 0;border-top: 12px solid transparent;background-image: linear-gradient(#e5e5e5,#e5e5e5),linear-gradient(to bottom right,transparent 50.5%,#e5e5e5 50.5%),linear-gradient(to bottom left,#fbfbfb 50.5%,#e5e5e5 50.5%),linear-gradient(to top right,transparent 50.5%,#e5e5e5 50.5%),linear-gradient(to top left,transparent 50.5%,#e5e5e5 50.5%);background-repeat: repeat,repeat-x,repeat-x,repeat-x,repeat-x;background-position: 0 0,10px 0,10px 0,10px 100%,10px 100%;background-size: auto auto,25px 25px,25px 25px,25px 25px,25px 25px;background-clip: padding-box,border-box,border-box,border-box,border-box;background-origin: padding-box,border-box,border-box,border-box,border-box;}
.modal-buyHistory__footer--item {padding-top: 20px;padding-bottom: 25px;border-bottom: 1px solid #c4c4c4;}
.modal-buyHistory__footer--item:first-child {padding-top: 0;}
.modal-buyHistory__footer--item:last-child {border: none;}
.modal-buyHistory__footer--item label {font-family: "Roboto";font-size: 14px;line-height: 134%;letter-spacing: -.01em;color: #5c5c5c;position: relative;padding-left: 34px;}
.modal-buyHistory__footer--item label::after {content: "";position: absolute;left: 0;top: -4px;width: 24px;height: 24px;background-image: url("/assets/img/icons/check-normal.svg");background-size: cover;background-repeat: no-repeat;}
.modal-buyHistory__footer--item input {display: none;}
.modal-buyHistory__footer--item input:checked + label::after {background-image: url("/assets/img/icons/check-select.svg");}
.modal-buyHistory__footer--list li {max-width: 283px;width: 100%;position: relative;padding-left: 37px;}
.modal-buyHistory__footer--list li::after {content: "";position: absolute;width: 24px;height: 24px;background-size: contain;background-repeat: no-repeat;left: 0;top: 0;}
.modal-buyHistory__footer--title {font-weight: 600;font-size: 16px;line-height: 19px;letter-spacing: .02em;color: #000;margin-bottom: 20px;}
.modal-buyHistory__footer--text {font-family: "Roboto";font-size: 16px;line-height: 134%;letter-spacing: -.01em;color: #5c5c5c;}
.modal-buyHistory__footer p {margin-bottom: 14px;}
.modal-buyHistory__footer--address {margin-bottom: 20px;}
.modal-buyHistory__footer--address::after {background-image: url("/assets/img/icons/geo.svg");}
.modal-buyHistory__footer--date {margin-bottom: 25px;}
.modal-buyHistory__footer--date::after {background-image: url("/assets/img/icons/calendar.svg");}
.modal-buyHistory__footer--delivery::after {background-image: url("/assets/img/icons/time.svg");}
.modal-buyHistory__footer--row {display: flex;align-items: center;}
.modal-buyHistory__footer--row img {max-width: 57px;margin-right: 10px;}
.modal-buyHistory__btnArea {background: #fff;padding-top: 14px;padding-bottom: 14px;box-shadow: 0 2px 6px rgba(0,0,0,.25);}
.modal-buyHistory__btnArea button {width: 260px;height: 52px;line-height: 52px;border: 2px solid #c484b8;background: none;border-radius: 3px;font-family: "Bebas Neue";color: #c484b8;font-size: 24px;letter-spacing: .05em;text-transform: uppercase;margin: 0 auto;padding: 0;display: block;}
.modal-buyHistory__btnArea button:hover {background: #c484b8;color: #fff;}
.modal-status {position: relative;}
.modal-status__name {cursor: pointer;user-select: none;}
.modal-status__name:after {content: "";display: inline-block;width: 6px;height: 6px;margin-left: 4px;border-right: 1px solid #5d854c;border-bottom: 1px solid #5d854c;transform: rotate(45deg);vertical-align: 3px;}
.modal-status__name_active:after {vertical-align: -1px;transform: rotate(-135deg);}
.modal-status__name_disabled {cursor: default;}
.modal-status__name_disabled:after {display: none;}
.modal-status__list {display: none;overflow: hidden;position: absolute;background: #fdfdfd;margin: 0 0 0 -10px;border: 1px solid #e5e5e5;border-radius: 4px;box-shadow: 0 4px 15px rgba(0,0,0,.1);z-index: 2;}
.modal-status__list_active {display: block;}
.modal-status__item {padding: 2px 10px;cursor: pointer;user-select: none;white-space: nowrap;}
.modal-status__item:hover {background: #5d854c;color: #fff;}
.modal-status__apply {display: none;overflow: hidden;position: absolute;background: #5d854c;padding: 0 10px;border: 1px solid #e5e5e5;border-radius: 4px;color: #fff;cursor: pointer;user-select: none;z-index: 1;}
.modal-status__apply_active {display: block;}
@media (max-width: 1600px) {.client-order-nav {flex-flow: row;}
	.client-order-nav__controls {display: block;}
	.client-order-nav__input {order: 1;margin: 0 16px 16px 0;width: 100%;max-width: 188px;}
	.client-order-nav__input:nth-child(4) {margin-bottom: 0;}
	.client-order-info {order: 2;}}
@media (max-width: 1280px) {.client-order-nav {flex-flow: row;}
	.client-order-nav__input {order: 1;margin: 0 16px 16px 0;width: 100%;max-width: 188px;}
	.client-order-nav__input:nth-child(3) {margin-bottom: 16px;}
	.client-order-nav__input:nth-child(4) {margin-bottom: 0;}
	.client-order-info {order: 2;}}
@media (max-width: 768px) {.buy-history-title {font-size: 22px;line-height: 26px;margin-bottom: 20px;}
	.buy-history {padding: 0;max-width: 288px;width: 100%;margin: 20px auto;}
	.buy-history__item, .buy-history__useritem {padding: 16px 16px 14px 16px;flex-wrap: wrap;}
	.buy-history__item--usernumber, .buy-history__useritem--usernumber, .buy-history__item--username, .buy-history__useritem--username {margin-bottom: 10px;}
	.buy-history__item--fullname, .buy-history__useritem--fullname {margin-bottom: 10px;min-width: 100%;max-width: 100%;}
	.buy-history__item--number, .buy-history__useritem--number {margin-right: 40px;order: 1;margin-bottom: 14px;}
	.buy-history__item--date, .buy-history__useritem--date {margin-right: auto;order: 3;}
	.buy-history__item--cost, .buy-history__useritem--cost {order: 4;margin-right: 0;min-width: auto;}
	.buy-history__item--status, .buy-history__useritem--status {order: 2;margin: 0;min-width: auto;}
	.buy-history__item--btn, .buy-history__useritem--btn {margin-left: auto;order: 5;padding: 0;font-size: 12px;}
	.client-order-nav {flex-flow: wrap;max-width: 288px;margin: 0 auto 20px;}
	.client-order-nav__input {order: 2;width: 100%;max-width: 258px;margin: 0 0 16px;}
	.client-order-nav__input:nth-child(3) {margin-bottom: 16px;}
	.client-order-nav__input:nth-child(4) {margin-bottom: 16px;}
	.client-order-info {order: 1;margin: 0;}
	.client-order-sorts {width: 100%;max-width: 288px;margin: 0 auto;}
	.client-pagination {margin-bottom: 70px;}
	.client-pagination__btn {font-size: 14px;}
	.client-pagination__page {font-size: 16px;}}
@media (max-width: 480px) {.modal-buyHistory__wrapper {min-height: 100%;margin: 0 auto;}
	.modal-buyHistory__header {padding-left: 16px;padding-right: 16px;}
	.modal-buyHistory__header--number {font-size: 16px;}
	.modal-buyHistory__header--status {line-height: 20px;}
	.modal-buyHistory__body {padding-left: 16px;padding-right: 16px;padding-top: 20px;}
	.modal-buyHistory__body--name {font-size: 14px;}
	.modal-buyHistory__body--quantity {font-size: 14px;}
	.modal-buyHistory__body--cost {font-size: 14px;}
	.modal-buyHistory__body--total {font-size: 18px;}
	.modal-buyHistory__body--total span {font-size: 18px;margin-left: 10px;}
	.modal-buyHistory__footer {padding-left: 16px;padding-right: 16px;}
	.modal-buyHistory__footer--title {margin-bottom: 13px;}
	.modal-buyHistory__footer--text {font-size: 15px;}
	.modal-buyHistory__footer--item {border: none;}
	.modal-buyHistory__btnArea {padding-top: 23px;padding-bottom: 30px;}
	.modal-buyHistory__btnArea button {width: 288px;height: 45px;line-height: 45px;}}
.client-products {overflow: auto;width: 100%;box-shadow: 0px 2px 5px rgba(0,0,0,.15);border-radius: 3px;padding: 0 10px;margin: 0 0 20px;background: #fbfbfb;}
.client-user {display: flex;justify-content: flex-start;padding: 13px 0 11px;color: #000;font-weight: 500;font-size: 13px;line-height: 16px;letter-spacing: .02em;white-space: nowrap;}
.client-product {display: flex;justify-content: flex-start;padding: 13px 0 11px;border-top: 1px solid #ccc;color: #000;font-weight: 500;font-size: 13px;line-height: 16px;letter-spacing: .02em;white-space: nowrap;}
.client-product:first-child {border-top: none;}
.client-product:hover {background: #f3f2f2;}
.client-product__id {width: 45px;min-width: 45px;}
.client-product__userid {min-width: 100px;}
.client-product__crown {min-width: 20px;}
.client-product__name {display: flex;width: 160px;min-width: 160px;margin-right: 10px;text-overflow: ellipsis;overflow: hidden;white-space: normal;}
.client-product__name a {margin-right: 5px;color: #cbdb93;text-decoration: none;font-family: "Roboto";font-size: 13px;line-height: 134%;letter-spacing: .01em;}
.client-product__name a:hover {color: #cbdb93;}
.client-product__username {min-width: 200px;padding-right: 5px;}
.client-product__fullname {min-width: 180px;padding-right: 5px;}
.client-product__userbonus {min-width: 55px;}
.client-product__edit {display: inline-block;width: 18px;min-width: 18px;height: 18px;background-image: url("/assets/img/icons/edit.png");background-size: cover;vertical-align: middle;margin: 0 0 0 auto;}
.client-product__new {display: none;width: 55px;min-width: 55px;}
.client-product__hit {display: none;width: 40px;min-width: 40px;}
.client-product__share {display: none;width: 50px;min-width: 50px;}
.client-product__free {display: none;width: 110px;min-width: 110px;}
.client-product__avail {display: none;width: 85px;min-width: 85px;}
.client-product__fav {display: none;width: 120px;min-width: 120px;}
.client-product__date {display: none;width: 90px;min-width: 90px;}
.client-product__price {width: 100px;}
.client-product__old-price {display: none;width: 100px;min-width: 100px;}
.client-product__btn {display: none;border: none;background: none;color: #cbdb93;text-decoration-line: underline;font-family: "Roboto";font-size: 14px;line-height: 134%;letter-spacing: .01em;margin-left: auto;}
.client-product__btn:hover {color: #cbdb93;}
@media (min-width: 768px) {.client-products {padding: 0 24px;}
	.client-product {justify-content: space-between;}
	.client-product__edit {display: none;}
	.client-product__date {display: block;}
	.client-product__price {min-width: 100px;}
	.client-product__old-price {display: block;}
	.client-product__btn {display: block;}}
@media (min-width: 1280px) {.client-product__new {display: block;}
	.client-product__hit {display: block;}
	.client-product__share {display: block;}
	.client-product__avail {display: block;}}
@media (min-width: 1600px) {.client-product__free {display: block;}
	.client-product__fav {display: block;}}
@media (max-width: 768px) {.client-user {flex-direction: column;padding: 16px 16px 14px 16px;}}
.compare-products {margin-bottom: 110px;}
.compare-products__title {font-weight: 500;font-size: 28px;line-height: 38px;letter-spacing: .02em;color: #000;margin-top: 24px;margin-bottom: 13px;display: block;}
.compare-products__header {display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #ccc;padding-bottom: 6px;width: 100%;margin-bottom: 10px;}
.compare-products__header--quantity {font-size: 13px;line-height: 16px;letter-spacing: .02em;color: rgba(58,63,57,.7);}
.compare-products__header--wrapper {display: flex;}
.compare-products__next {position: relative;width: 40px;height: 40px;border: 1px solid #d1d1d1;border-radius: 5px;background: #f5f0ea;margin-left: 6px;}
.compare-products__next::after {content: "";position: absolute;width: 8px;height: 15px;background-image: url("/assets/img/icons/mini-prev.svg");background-repeat: no-repeat;background-size: contain;transform: rotate(180deg);left: 14px;top: 10px;}
.compare-products__prev {position: relative;width: 40px;height: 40px;border: 1px solid #d1d1d1;border-radius: 5px;background: #f5f0ea;}
.compare-products__prev::after {content: "";position: absolute;width: 8px;height: 15px;background-image: url("/assets/img/icons/mini-prev.svg");background-repeat: no-repeat;background-size: contain;transform: rotate(0deg);left: 14px;top: 13px;}
.compare-products .compare-close {position: absolute;top: 11px;right: 11px;width: 18px;min-width: 18px;height: 18px;transform: rotate(45deg);cursor: pointer;z-index: 1;}
.compare-products .compare-close::after {content: "";position: absolute;top: 0;left: 10px;width: 18px;height: 2px;background: #5c5c5c;transform: rotate(90deg);transform-origin: left top;}
.compare-products .compare-close::before {content: "";position: absolute;top: 8px;left: 0;width: 18px;height: 2px;background: #5c5c5c;}
.compare-products .compare-close:hover::after {background: #cbdb93;}
.compare-products .compare-close:hover::before {background: #cbdb93;}
.compare-products .product-card {margin: 0 !important;border-right: 1px solid #ebeaea;height: auto !important;}
.compare-products .product-card__bottom {position: static;visibility: visible;}
.compare-products .product-card::after {box-shadow: none;}
.compare-products .product-card:hover .product-card__img {transform: scale(1);}
.compare-products .closet-info {padding-top: 24px;border-top: 1px solid #ebeaea;margin-top: 14px;}
.compare-products .closet-info__key {font-size: 16px;line-height: 134%;color: #000;}
.compare-products .closet-info__value {font-size: 16px;line-height: 134%;color: #000;}
.compare-products .closet-info .dotted {flex-grow: 1;border-bottom: 2px dotted rgba(58,63,57,.6);}
.nothing-to-compare, .nothing-to-compare__hidden {margin-top: 30px;}
.nothing-to-compare span, .nothing-to-compare__hidden span {font-size: 16px;line-height: 19px;letter-spacing: .04em;color: #000;margin-bottom: 24px;display: block;}
.nothing-to-compare a, .nothing-to-compare__hidden a {padding: 0;max-width: 240px;width: 100%;height: 52px;line-height: 52px;border: 2px solid #c484b8;background: none;color: #c484b8;display: block;text-transform: uppercase;font-family: "Bebas Neue";font-size: 24px;text-decoration: none;text-align: center;}
.nothing-to-compare a:hover, .nothing-to-compare__hidden a:hover {background: #c484b8;color: #fff;}
.nothing-to-compare__hidden {display: none;}
@media (max-width: 1279px) {.compare-products {margin-bottom: 90px;}
	.compare-products__title {font-size: 26px;line-height: 31px;margin-top: 30px;margin-bottom: 20px;}}
@media (max-width: 767px) {.nothing-to-compare {margin-top: 20px;}
	.nothing-to-compare a {height: 45px;line-height: 45px;}
	.compare-products {margin-bottom: 70px;}
	.compare-products .product-card {box-shadow: none;border: none;}
	.compare-products__prev {width: 32px;height: 32px;}
	.compare-products__prev::after {left: 10px;top: 9px;}
	.compare-products__next {width: 32px;height: 32px;}
	.compare-products__next::after {left: 12px;top: 6px;}
	.compare-products__title {font-size: 22px;line-height: 26px;margin-top: 24px;margin-bottom: 22px;}}
@media (max-width: 767px) {.compare-products .closet-info {padding-top: 37px;border-top: none;margin-top: 0;}
	.compare-products .closet-info li {margin-bottom: 10px;}
	.compare-products .closet-info__key {font-size: 13px;}
	.compare-products .closet-info__value {font-size: 13px;}
	.compare-products .closet-info .dotted {border-bottom: 2px dotted #fff;}}
.successful-clearance {display: flex;flex-direction: column;align-items: center;max-width: 341px;width: 100%;margin: 0 auto;margin-top: 194px;margin-bottom: 273px;}
.successful-clearance__title {font-weight: 500;font-size: 32px;line-height: 38px;letter-spacing: .02em;color: #000;margin-bottom: 24px;display: block;text-align: center;}
.successful-clearance__subtitle {margin-bottom: 30px;font-size: 16px;line-height: 130%;text-align: center;letter-spacing: -.01em;color: #000;display: block;}
.successful-clearance__link {text-decoration: none;border-radius: 3px;text-align: center;max-width: 251px;width: 100%;height: 52px;line-height: 52px;background: #c484b8;font-family: "Bebas Neue";font-size: 24px;letter-spacing: .05em;color: #fff;text-transform: uppercase;}
.successful-clearance__link:hover {background: #cbdb93;}
@media (max-width: 768px) {.successful-clearance {margin-top: 40px;margin-bottom: 60px;}
	.successful-clearance__title {font-size: 26px;margin-bottom: 20px;}
	.successful-clearance__subtitle {margin-bottom: 24px;}
	.successful-clearance__link {height: 45px;line-height: 45px;}}
.top-right.jGrowl {display: none !important;}
.modal-cart {}
.modal-cart .modal__title {font-size: 17px;}
.modal-cart .modal__close {z-index: 2;}
.modal-cart__absolute-img {position: absolute;right: 0;bottom: 0;opacity: .2;z-index: 1;}
.modal-cart__counts {display: flex;margin-left: auto;margin-right: 20px;}
.modal-cart__counts--minus {border: none;background: none;font-size: 18px;font-family: "SF Pro Display";}
.modal-cart__counts--minus:hover {color: #cbdb93;}
.modal-cart__counts--value {max-width: 20px;text-align: center;border: none;background: none;font-size: 16px;font-family: "SF Pro Display";-moz-appearance: textfield;}
.modal-cart__counts--value::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
.modal-cart__counts--value::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.modal-cart__counts--pluse {border: none;background: none;font-size: 15px;font-weight: 600;font-family: "SF Pro Display";}
.modal-cart__counts--pluse:hover {color: #cbdb93;}
.modal-cart .checkbox-field {padding-left: 40px;margin-top: 16px;}
.modal-cart .checkbox-field label {position: relative;color: #5c5c5c;font-size: 15px;padding-left: 34px;cursor: pointer;}
.modal-cart .checkbox-field label::after {content: "";position: absolute;left: 0;top: -4px;width: 24px;height: 24px;background-image: url("/assets/img/icons/check-normal.svg");background-size: cover;background-repeat: no-repeat;}
.modal-cart .checkbox-field input {display: none;}
.modal-cart .checkbox-field input:checked + label::after {background-image: url("/assets/img/icons/check-select.svg");}
.modal-cart .modal__window {max-width: 620px;top: 50%;transform: translateY(-50%);}
.modal-cart .modal-cart-block {z-index: 2;position: relative;padding: 16px;}
.modal-cart .modal-cart-block__positions {max-height: 288px;overflow: auto;}
.modal-cart .modal-cart-block__positions::-webkit-scrollbar {width: 5px;}
.modal-cart .modal-cart-block__positions::-webkit-scrollbar-track {background: #fffdfd;}
.modal-cart .modal-cart-block__positions::-webkit-scrollbar-track-piece {background-image: linear-gradient(to top,#f1f1f1 0%,#c0962a 50%,#f1f1f1 100%);border-radius: 20px;}
.modal-cart .modal-cart-block__positions::-webkit-scrollbar-thumb {background: #e4e4e4;border-radius: 20px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);}
.modal-cart .modal-cart-block__name {text-decoration: none;color: #000;}
.modal-cart .modal-cart-block__buttons {margin-top: 25px;display: flex;align-items: center;justify-content: center;}
.modal-cart .modal-cart-block__to-order {border: 2px solid #c484b8;border-radius: 3px;background: #c484b8;height: 45px;line-height: 42px;font-family: "Bebas Neue";color: #fff;font-size: 24px;letter-spacing: .05em;text-transform: uppercase;max-width: 212px;width: 100%;padding: 0px;text-decoration: none;text-align: center;}
.modal-cart .modal-cart-block__to-order:hover {background: #cbdb93;border-color: #cbdb93;}
.modal-cart .modal-cart-block__close {border: 2px solid #cbdb93;border-radius: 3px;background: #fff;height: 45px;line-height: 42px;font-family: "Bebas Neue";color: #cbdb93;font-size: 24px;letter-spacing: .05em;text-transform: uppercase;max-width: 212px;width: 100%;padding: 0px;margin-right: 15px;}
.modal-cart .modal-cart-block__close:hover {background: #cbdb93;color: #fff;}
.modal-cart .modal-cart-block__row {display: flex;align-items: center;color: #000;text-decoration: none;margin-bottom: 10px;border-bottom: 1px solid #dedede;position: relative;padding-bottom: 5px;}
.modal-cart .modal-cart-block__name:hover {color: #cbdb93;}
.modal-cart .modal-cart-block__image {min-width: 80px;height: 80px;margin-right: 10px;background-size: contain;background-position: center;background-repeat: no-repeat;}
.modal-cart .modal-cart-block__count {width: 100%;max-width: 50px;margin-left: 20px;margin-right: 20px;white-space: nowrap;letter-spacing: .02em;}
.modal-cart .modal-cart-block__price {width: 100%;max-width: 50px;white-space: nowrap;margin-right: 40px;font-weight: 600;}
.modal-cart .cart-closer {position: absolute;top: 34px;right: 8px;width: 18px;min-width: 10px;height: 10px;transform: rotate(45deg);cursor: pointer;border: none;background: none;}
.modal-cart .cart-closer::after {content: "";position: absolute;top: 2px;left: 8px;width: 14px;height: 2px;background: #5c5c5c;transform: rotate(90deg);transform-origin: left top;}
.modal-cart .cart-closer::before {content: "";position: absolute;top: 8px;left: 0;width: 14px;height: 2px;background: #5c5c5c;}
.modal-cart .cart-closer:hover::after {background: #cbdb93;}
.modal-cart .cart-closer:hover::before {background: #cbdb93;}
@media (max-width: 558px) {.modal-cart .cart-closer {top: 2px;}
	.modal-cart .checkbox-field {padding-left: 16px;}
	.modal-cart .modal-cart-block {padding: 16px 0;}
	.modal-cart .modal-cart-block__count {margin-right: 8px;}
	.modal-cart .modal-cart-block__price {margin-right: 16px;}
	.modal-cart .modal-cart-block__image {min-width: 70px;height: 70px;margin-right: 4px;margin-left: 16px;}
	.modal-cart .modal-cart-block__buttons {flex-direction: column;padding: 0 16px;}
	.modal-cart .modal-cart-block__close {margin-right: 0;margin-bottom: 15px;max-width: none;}
	.modal-cart .modal-cart-block__to-order {max-width: none;}}
@media (max-width: 618px) {.modal-cart__absolute-img {display: none;}}
@media (max-width: 500px) {.modal-cart__counts {margin-right: 10px;}
	.modal-cart .modal-cart-block__row {flex-wrap: wrap;}
	.modal-cart .modal-cart-block__price {text-align: right;}
	.modal-cart .modal-cart-block__image {margin-left: 16px;margin-right: 5px;}
	.modal-cart .modal-cart-block__count {max-width: 30px;margin-right: 16px;}
	.modal-cart .modal-cart-block__name {max-width: 143px;}}
@media (max-width: 430px) {.modal-cart .cart-closer {top: -5px;}
	.modal-cart__counts--pluse {font-size: 15px;font-weight: normal;}
	.modal-cart__counts--minus {font-size: 17px;}
	.modal-cart__counts--value {font-size: 14px;}
	.modal-cart .modal-cart-block {padding-top: 0;}
	.modal-cart .modal-cart-block__positions {max-height: none;}
	.modal-cart .modal-cart-block__name {max-width: 103px;font-size: 14px;}
	.modal-cart .modal-cart-block__count {font-size: 15px;}
	.modal-cart .modal-cart-block__price {font-size: 15px;}
	.modal-cart .modal-cart-block__image {min-width: 42px;height: 42px;}
	.modal-cart .modal-cart-block__row:first-child {margin-top: 12px;}}
.end-to-end-links {margin-top: 10px;}
.end-to-end-links a {font-size: 12px;line-height: 134%;letter-spacing: .01em;color: #cbdb93;cursor: pointer;}
.end-to-end-links a:hover {color: #cbdb93;}
.coupon-list {overflow: auto;width: 100%;margin: 20px 0 20px;box-shadow: 0 2px 5px rgba(0,0,0,.15);border-radius: 3px;background: #fbfbfb;}
.coupon-list__scroll {min-width: 768px;}
.coupon-list__item {display: flex;align-items: center;justify-content: space-between;padding: 16px 24px;font-weight: 500;font-size: 13px;line-height: 16px;letter-spacing: .02em;color: #5c5c5c;cursor: default;}
.coupon-list__item:hover {background: #ddd;}
.coupon-list__head {cursor: default;}
.coupon-list__head:hover {background: none;}
.coupon-list__name {width: 120px;margin-right: 10px;}
.coupon-list__discount {width: 60px;}
.coupon-list__count {width: 60px;}
.coupon-list__date-start {width: 90px;}
.coupon-list__date-end {width: 100px;}
.coupon-list__activated {width: 100px;}
.coupon-list__controls {display: flex;align-items: center;justify-content: space-between;width: 75px;}
.coupon-list__edit {width: 18px;min-width: 18px;height: 18px;background-image: url("/assets/img/icons/edit.png");background-size: cover;}
.coupon-list__delete {width: 18px;min-width: 18px;height: 18px;margin-left: 8px;background-image: url("/assets/img/icons/delete.svg");background-size: cover;}
.coupon-list__download {width: 18px;min-width: 18px;height: 18px;margin-left: 8px;background-image: url("/assets/img/icons/download.svg");background-size: cover;}
.coupon-create-btn {display: block;margin-top: 16px;padding: 10px 20px;line-height: 1;font-size: 18px;letter-spacing: .05em;color: #fff;text-transform: uppercase;border: 0;border-radius: 3px;background: #c484b8;cursor: pointer;}
.coupon-create-btn:hover {background: #cbdb93;}
.share-list {overflow: auto;width: 100%;margin: 20px 0 20px;box-shadow: 0 2px 5px rgba(0,0,0,.15);border-radius: 3px;background: #fbfbfb;}
.share-list__scroll {min-width: 768px;}
.share-list__item {display: flex;align-items: center;justify-content: space-between;padding: 16px 24px;font-weight: 500;font-size: 13px;line-height: 16px;letter-spacing: .02em;color: #5c5c5c;cursor: default;}
.share-list__item:hover {background: #ddd;}
.share-list__head {cursor: default;}
.share-list__head:hover {background: none;}
.share-list__name {width: 120px;margin-right: 10px;}
.share-list__discount {width: 60px;}
.share-list__date-start {width: 90px;}
.share-list__date-end {width: 100px;}
.share-list__active {width: 100px;}
.share-list__controls {display: flex;align-items: center;justify-content: space-between;width: 75px;}
.share-list__edit {width: 18px;min-width: 18px;height: 18px;background-image: url("/assets/img/icons/edit.png");background-size: cover;}
.share-list__delete {width: 18px;min-width: 18px;height: 18px;margin-left: 8px;background-image: url("/assets/img/icons/delete.svg");background-size: cover;}
.share-list__download {width: 18px;min-width: 18px;height: 18px;margin-left: 8px;background-image: url("/assets/img/icons/download.svg");background-size: cover;}
.extra-section {margin-bottom: 20px;}
.disable-flowers__label {margin: 10px 0;}
.disable-flowers__label-name {margin-bottom: 5px;}
.disable-flowers__inline {display: flex;align-items: center;margin-bottom: 10px;}
.disable-flowers__disable-name {margin-left: 10px;}
.disable-flowers__list {display: block;width: 100%;max-width: 220px;height: 38px;margin-right: 10px;padding: 0 18px;font-weight: normal;font-size: 15px;line-height: 130%;color: #000;border: 1px solid #adadad;border-radius: 3px;font-family: "SF Pro Display",sens-serif;}
.disable-flowers__btn {display: block;padding: 10px 20px;line-height: 1;font-size: 18px;letter-spacing: .05em;color: #fff;text-transform: uppercase;border: 0;border-radius: 3px;background: #c484b8;cursor: pointer;}
.disable-flowers__btn:hover {background: #cbdb93;}
@media (min-width: 768px) {.coupon-create-btn {display: inline-block;margin: 0 0 0 16px;}}
.product-reviews__btn {position: relative;text-align: center;text-align: center;display: block;width: 182px;margin: 0 auto;height: 52px;line-height: 52px;background-color: #cbdb93;font-family: "Bebas Neue";font-size: 24px;letter-spacing: .05em;text-transform: uppercase;border-radius: 3px;color: #fff;margin-top: 1px;cursor: pointer;text-decoration: none;z-index: 1;}
.product-reviews__btn:hover {background: #cbdb93;}
.product-reviews__container {margin-bottom: 108px;}
.product-reviews__title {font-weight: 500;font-size: 28px;line-height: 120%;color: #000;display: block;text-align: center;letter-spacing: .02em;}
.product-reviews__slider {padding: 40px 5px !important;width: 100%;}
.product-reviews__slider--pagination {display: none;}
.product-reviews__slider--next, .product-reviews__slider--prev {width: 40px;height: 40px;border: 1px solid #d1d1d1;border-radius: 5px;transform: matrix(0,-1,-1,0,0,0);background: #f5f0ea;top: 45%;}
.product-reviews__slider--prev {left: -16px;}
.product-reviews__slider--prev svg {position: absolute;width: 8px;height: 15px;transform: rotate(-90deg);}
.product-reviews__slider--next {right: -18px;}
.product-reviews__slider--next svg {position: absolute;width: 8px;height: 12px;transform: rotate(-90deg);}
.product-reviews__item {justify-content: center;}
.product-reviews__item.swiper-slide {height: auto;}
.product-reviews__item--header {display: flex;justify-content: space-between;align-items: center;}
.product-reviews__item--header .review-name {font-weight: 500;font-size: 18px;line-height: 130%;letter-spacing: -.01em;color: #000;text-decoration: none;cursor: default;}
.product-reviews__item--header .review-date {color: rgba(58,63,57,.7);letter-spacing: .02em;font-size: 13px;line-height: 16px;}
.product-reviews__item--rating {margin-top: 10px;margin-bottom: 14px;height: 24px;}
.product-reviews__item--rating svg {fill: #fff;stroke: #b79848;height: 20px;width: 24px;}
.product-reviews__item--rating .active {fill: #daaf40;}
.product-reviews__item--text {font-size: 16px;line-height: 132%;letter-spacing: -.01em;color: #000;margin-bottom: 14px;overflow: hidden;}
.product-reviews__item--photos {display: flex;justifi-content: flex-start;}
.product-reviews__item--photos img {width: 50px;height: 50px;margin-right: 14px;}
.product-reviews__item--photos img:last-child {margin-right: 0;}
.product-reviews__item--flex-container {height: 100%;width: 100%;display: flex;align-items: flex-end;}
.product-reviews__item--answer {margin: 0;padding: 0;background: none;border: none;text-decoration-line: underline;font-weight: 500;font-size: 16px;color: #cbdb93;line-height: 122%;letter-spacing: -.01em;cursor: pointer;}
.product-reviews__item--answer:hover {color: #cbdb93;}
.product-reviews__item--wrapper {background: #fff;box-shadow: 0px 2px 6px rgba(0,0,0,.25);border-radius: 3px;padding: 17px 24px 24px 23px;display: flex;flex-direction: column;width: 100%;height: 100%;}
@media (max-width: 1600px) {.product-reviews__item--wrapper {padding: 17px 15px 24px 15px;}
	.product-reviews__slider--next, .product-reviews__slider--prev {top: 44%;}}
@media (max-width: 1280px) {.product-reviews__btn {margin-top: -21px;height: 44px;line-height: 44px;}
	.product-reviews__item--wrapper {padding: 5px 32px 24px 18px;}
	.product-reviews__title {font-size: 28px;}}
@media (max-width: 768px) {.product-reviews__btn {margin-top: -21px;height: 44px;line-height: 44px;width: 100%;max-width: 290px;font-size: 24px;background: #c484b8;}
	.product-reviews__title {font-size: 22px;}
	.product-reviews__container {padding: 0;margin-bottom: 100px;}
	.product-reviews__slider {padding: 40px 16px !important;}
	.product-reviews__slider--next, .product-reviews__slider--prev {display: none;}
	.product-reviews__slider--pagination {display: block;text-align: center;margin-top: 11px;}
	.product-reviews__slider--pagination .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0;margin: 0 4px;margin-right: 14px;background: #fff;border: 1px solid #cbdb93;opacity: 1;}
	.product-reviews__slider--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #cbdb93;}
	.product-reviews__slider--pagination .swiper-pagination-bullet:last-child {margin-right: 0;}
	.product-reviews__item--wrapper {padding: 16px;}
	.product-reviews__item--flex-container button {font-size: 14px;}}
.content-index {padding-top: 20px;padding-bottom: 100px;}
.content-index__title {text-align: center;font-weight: 500;font-size: 28px;line-height: 38px;letter-spacing: .02em;color: #3a3f39;display: block;padding-left: 20px;margin-bottom: 30px;position: relative;}
.content-index p {margin: 0 0 15px;}
.content-index a {color: #cbdb93;}
.content-index a:hover {color: #cbdb93;}
.content-index ul, .content-index ol {padding-left: 20px;list-style: disc;margin: 0 0 15px;}
.content-index li {margin-bottom: 10px;}
@media (max-width: 1280px) {.content-index__title {font-size: 28px;}}
@media (max-width: 768px) {.content-index__title {font-size: 22px;line-height: 1.4;}}
.navigation__list--row {display: flex;align-items: center;justify-content: space-around;border-bottom: 1px solid #cbdb93;}
.navigation__list--row .navigation__link_other svg {margin-left: 0;}
.navigation__list--row .navigation__link_other span {padding-right: 0;border: none;}
.navigation__info {display: none;flex-direction: column;border-top: 1px solid #cbdb93;margin-top: -2px;}
.navigation__info a {display: block;position: relative;padding: 14px 16px 14px 50px;font-weight: 500;font-size: 14px;line-height: 17px;letter-spacing: .02em;color: #272c26;text-decoration: none;border-bottom: 1px solid #e2e2e2;}
.navigation__info--pay::after {content: "";position: absolute;left: 17px;top: 11px;width: 20px;height: 20px;background: url("/assets/img/icons/wallet.svg");background-size: cover;}
.navigation__info--delivery::after {content: "";position: absolute;left: 16px;top: 13px;width: 20px;height: 20px;background: url("/assets/img/icons/pin.svg");background-size: cover;}
.navigation__arrow {left: auto;right: 0;}
.navigation__arrow:before {transform: rotate(314deg);top: 19px;transition: .2s all;}
@media (max-width: 767px) {.navigation__info {display: flex;}}
.utp {margin-bottom: 30px;}
.enter-points {padding-bottom: 30px;}
.product-cards {margin-bottom: 40px;}
.reviews-index__container {margin-bottom: 40px;}
.index-gallery {padding-bottom: 40px;}
.faq {margin-bottom: 13px;}
.why-we {padding-bottom: 17px;}
.why-we__absolute-elem.elem4 {right: 71px;bottom: 155px;transform: rotate(-42deg);}
.content-index {padding-bottom: 11px;}
.quick_pick {margin-bottom: 40px;}
.product__container {margin-top: 20px;}
.specification {margin-bottom: 30px;margin-top: 30px;}
.specification__header {margin-bottom: 23px;}
.specification__item--paymentList li {margin-bottom: 0;}
.specification__item.spectab_4 br {display: none;}
.product-reviews__container {margin-bottom: 30px;}
.similar-products {z-index: 1;}
.similar-products .swiper-container {margin-bottom: -129px;}
.related-products {z-index: 2;}
.related-products .swiper-container {margin-bottom: -125px;}
.tag-categories {position: relative;z-index: 3;}
@media (max-width: 1599px) {.why-we {padding-bottom: 17px;padding-top: 30px;}
	.why-we__absolute-elem.elem4 {right: 71px;bottom: 81px;transform: rotate(0);}
	.content-index {padding-bottom: 0 !important;}}
@media (max-width: 1099px) {.enter-points {padding-top: 12px;}}
@media (max-width: 767px) {.related-products .swiper-container {margin-bottom: 0;}}
.bouquet-by-photo {display: flex;flex-direction: column;height: auto;width: 100%;margin-top: 10px;margin-bottom: 10px;position: relative;background: linear-gradient(180deg,#fff 0,rgba(255,255,255,0) 18.35%,rgba(255,255,255,0) 63.45%,#fff 100%),url("/assets/img/why-we/why-we-background.webp");}
.bouquet-by-photo__absolute-elem {position: absolute;}
.bouquet-by-photo .el1 {left: 0;top: 37px;}
.bouquet-by-photo .el2 {left: 0;bottom: -110px;}
.bouquet-by-photo .el3 {right: 0;top: 0;}
.bouquet-by-photo .el4 {right: 0;bottom: 50px;}
.bouquet-by-photo__title {text-align: center;position: relative;display: block;z-index: 1;margin-bottom: 15px;}
.bouquet-by-photo__title--text {text-align: center;font-weight: 500;display: block;position: relative;font-size: 32px;line-height: 38px;letter-spacing: .02em;color: #272c26;z-index: 1;background-color: #fff;max-width: 281px;margin: 0 auto;}
.bouquet-by-photo__title::after {content: "";position: absolute;width: 100%;height: 1px;background: #4a4949;transform: translateX(-50%);top: 50%;left: 50%;z-index: 0;}
.bouquet-by-photo__subtitle {font-size: 21px;line-height: 130%;text-align: center;color: #272c26;display: block;margin: 0 auto;max-width: 560px;}
.bouquet-by-photo__wrap {max-width: 555px;margin: 0 auto;}
.bouquet-by-photo__disclaimer {text-align: center;margin-top: 10px;font-size: 15px !important;}
.bouquet-by-photo__form {padding: 20px;}
.bouquet-by-photo__form input {padding: 9px 25px;margin: 10px 0;border: 1px solid #cbdb93;box-shadow: 0 0 15px 4px rgba(0,0,0,.06);border-radius: 3px;background: white;}
.bouquet-by-photo__form .comment {height: 130px;width: 100%;}
.bouquet-by-photo__form button {background: #4a4949;border: 0;max-width: 310px;width: 100%;margin: 0 auto;display: block;height: 52px;line-height: 52px;font-family: "Bebas Neue";letter-spacing: .05em;font-size: 24px;text-transform: uppercase;margin-top: 15px;border-radius: 3px;color: #fff;}
.bouquet-by-photo__contacts-wrap {display: flex;flex-direction: column;padding: 0 15%;}
.bouquet-by-photo__communication-types {display: inline-flex;margin-top: 10px;margin-bottom: 10px;}
.bouquet-by-photo__communication-types ul {flex-direction: row;display: flex;}
.bouquet-by-photo__communication-types input {margin-left: 15px;}
.bouquet-by-photo__communication-types label {margin-left: 15px;}
.qq-uploader {height: 200px;border: 4px dotted #cbdb93;padding: 55px;text-align: center;font-size: 24px;}
.qq-upload-button {margin-top: 20px;width: 230px !important;float: none !important;margin: 0 auto !important;background-color: #c484b8 !important;padding: 8px 13px !important;font-size: 18px !important;line-height: 130% !important;letter-spacing: .02em !important;color: #fff !important;border-radius: 3px;}
.qq-clear-button {margin-top: 20px;width: 140px !important;float: none !important;margin: 0 auto !important;background-color: transparent !important;padding: 5px 10px !important;font-size: 15px !important;line-height: 130% !important;letter-spacing: .02em !important;color: #000 !important;border: none !important;text-decoration: underline;}
.qq-uploader::before {content: "Перетащите фотографии в этой окно или";margin-bottom: 15px;font-size: 16px;line-height: 35px;}
.bouquet-by-photos-fixed-btn {position: fixed;display: block;bottom: 70px;padding: 35px 10px;color: #fff;font-weight: 500;text-align: center;background: #e09394;font-family: Bebas Neue;font-size: 20px;letter-spacing: .05em;border-radius: 60px;z-index: 12;cursor: pointer;left: 90px;width: 120px;height: 120px;}
.bouquet-by-photos-fixed-btn:hover {box-shadow: 1px 1px 20px 0px rgba(198,113,80,.75);font-size: 22px;}
@keyframes glowing {0% {background-color: #f59a9c;box-shadow: 0 0 10px #f59a9c;}
	50% {background-color: #ef6b6d;box-shadow: 0 0 30px #ef6b6d;}
	100% {background-color: #f59a9c;box-shadow: 0 0 10px #f59a9c;}}
.bouquet-by-photos-fixed-btn {animation: glowing 1200ms infinite;}
@media (max-width: 1440px) {.bouquet-by-photo__form .comment {height: 80px;}}
@media (max-width: 760px) {.el1, .el2, .el3, .el4 {display: none;}}
@media (max-width: 769px) {.bouquet-by-photos-fixed-btn {display: none;}}
@media (max-width: 500px) {.qq-uploader::before {display: none;}
	.qq-uploader {padding: 10px 10px 10px 10px;border: none;height: 50px;}
	.qq-clear-button {display: none !important;}
	.bouquet-by-photo__title--text {font-size: 22px;max-width: 188px;}
	.bouquet-by-photo__communication-types {display: flex;flex-direction: column;margin-bottom: 20px;}
	.bouquet-by-photo__communication-types ul {margin-left: 10%;}
	.bouquet-by-photo__communication-types p {text-align: center;margin-bottom: 13px;}}
@media (max-width: 1360px) {.bouquet-by-photos-fixed-btn {padding: 19px 10px;width: 60px;height: 60px;font-size: 12px;}
	.bouquet-by-photos-fixed-btn:hover {font-size: 12px;}}
@media (max-width: 300px) {.qq-uploader {padding: 26px;}}
.cookie-block {width: 100%;height: fit-content;min-height: 70px;position: fixed;bottom: 0;left: -99999px;z-index: 1;background-color: rgba(0,0,0,.7);color: #fff;padding: 15px 0;font-size: 16px;opacity: 0;display: flex;align-items: center;justify-content: center;text-align: center;}
.cookie-block a {color: #cbdb93;text-decoration: underline;}
.cookie-block .close {position: absolute;right: 20px;top: 10px;color: #fff;opacity: 1;font-weight: 500;background: none;border: none;font-size: 26px;}
@keyframes show {0% {opacity: 0;left: 0px;}
	50% {opacity: 0;left: 0px;}
	100% {opacity: 1;left: 0px;}}
@keyframes hide {0% {opacity: 1;}
	100% {opacity: 0;left: -99999px;}}
.widget {position: fixed;bottom: 20px;right: 15px;z-index: 10;}
.widget a {text-decoration: none;color: #000;}
.widget a:focus {color: #000;}
.widget a:active {color: #000;}
.widget .hidden {display: none;}
@media (max-width: 768px) {.widget {bottom: 91px;}}
.widget__elem {width: 50px;height: 50px;background: #c484b8;box-shadow: 0px 4px 55px rgba(133,133,133,.25);margin-top: 10px;border-radius: 50%;cursor: pointer;display: flex;align-items: center;justify-content: center;position: relative;z-index: 1;}
.widget__elem svg {transform: scale(.8);fill: #fff;stroke: #fff;}
.widget__elem svg.not-visible {display: none;}
.widget__elem .label {font-size: 14px;padding: 0 10px;height: 30px;width: 175px;display: none;box-sizing: border-box;align-items: center;justify-content: center;position: absolute;top: 10px;right: 50px;background: #fff;border-radius: 10px;box-shadow: 0px 4px 55px rgba(133,133,133,.15);}
.widget__elem .label .arrow {width: 13px;height: 13px;background: #fff;transform: matrix(.71,-.5,1.01,.71,0,0);position: absolute;top: 7px;right: -5px;}
.widget .schemaToogle {background: linear-gradient(180deg,#f00 0%,#dff20a 13.02%,#50d721 25%,#0af0ff 40.63%,#0a22fe 55.73%,#950eff 71.87%,#fa00ff 88.54%,#bf3232 100%);border: 1px solid #bf3266;}
.widget .vk {background: #597da3;}
.widget .wa {background: #43d854;}
.widget .tg {background: #2aabee;}
.widget__socials {height: 0px;overflow: hidden;visibility: hidden;}
.widget .schemaButtons {height: 0px;overflow: hidden;visibility: hidden;}
.widget .active {height: 100%;visibility: visible;overflow: unset;animation: widget-visible 1s ease-out forwards 1;}
.widget .active-btn {background: #b7bacb;border: none;animation: unset;}
.animation {animation: glowing 1200ms infinite;}
@keyframes widget-visible {0% {transform: scale(0);}
	30% {transform: scale(1.2);}
	63% {transform: scale(1);}
	100% {transform: scale(1);}}
@keyframes glowing {0% {background-color: #f00;box-shadow: 0 0 10px #dff20a;}
	50% {background-color: #50d721;box-shadow: 0 0 30px #0af0ff;}
	100% {background-color: #f00;box-shadow: 0 0 10px #dff20a;}}
.product-remastered .product__leftColumn {max-width: 690px;}
.product-remastered .gallery-wrapper {position: relative;}
.product-remastered .product__rightColumn {position: relative;}
.product-remastered__favorite {position: absolute;right: 0;width: 40px;height: 40px;border: 2px solid #757879;border-radius: 50%;}
.product-remastered__favorite--mob {display: none;}
.product-remastered__favorite:after {content: "";position: absolute;width: 18px;height: 18px;background-size: contain;background-image: url("/assets/img/icons/favorite33.svg");background-repeat: no-repeat;top: 12px;left: 50%;transform: translateX(-50%);}
.product-remastered__share {position: absolute;right: 48px;width: 40px;height: 40px;border: 2px solid #757879;border-radius: 50%;}
.product-remastered__share--mob {display: none;}
.product-remastered__share:after {content: "";position: absolute;width: 18px;height: 18px;background-size: contain;background-image: url("/assets/img/icons/share.svg");background-repeat: no-repeat;top: 9px;left: 50%;transform: translateX(-50%);cursor: pointer;}
.product-remastered__share .share-modal {display: none;width: 240px;height: 260px;box-shadow: 0 1px 15px 0 rgba(0,0,0,.25);background: #fff;z-index: 2000;position: absolute;top: 51px;left: -76px;padding: 10px;}
.product-remastered__share .share-modal .close-share {position: absolute;right: 4px;top: 4px;cursor: pointer;}
.product-remastered__share .share-modal .close-share img {width: 32px;height: 32px;}
.product-remastered__share .share-modal__title {font-size: 16px;font-weight: 800;margin-bottom: 20px;display: block;}
.product-remastered__share .share-modal li {display: flex;align-items: center;margin-bottom: 22px;}
.product-remastered__share .share-modal li img {width: 30px;height: 30px;object-fit: contain;margin-right: 15px;}
.product-remastered__share .share-modal li a, .product-remastered__share .share-modal li span {font-size: 16px;text-decoration: none;color: #000;cursor: pointer;}
.product-remastered__share .share-modal li:last-child {margin-bottom: 0;}
.product-remastered__share.share-active .share-modal {display: block;}
.product-remastered .mob-title {display: none;}
.product-remastered__title {margin-bottom: 5px;}
.product-remastered__vc {font-size: 13px;line-height: 16px;letter-spacing: .02em;color: rgba(58,63,57,.7);margin-bottom: 20px;}
.product-remastered .sizes-wrap {display: flex;align-items: center;margin-bottom: 20px;}
.product-remastered .sizes-wrap__title {margin-right: 20px;font-size: 16px;}
.product-remastered .sizes-wrap__height {position: relative;padding-left: 9px;margin-right: 26px;font-size: 12px;}
.product-remastered .sizes-wrap__height::after {content: "";position: absolute;width: 8px;height: 16px;background-image: url("/assets/img/icons/height.png");background-repeat: no-repeat;background-size: contain;left: -7px;top: 0px;}
.product-remastered .sizes-wrap__diametr {position: relative;padding-left: 9px;font-size: 12px;}
.product-remastered .sizes-wrap__diametr::after {content: "";position: absolute;width: 8px;height: 16px;background-size: contain;background-image: url("/assets/img/icons/height.png");background-repeat: no-repeat;left: -11px;transform: rotate(90deg);}
.product-remastered .product-option__bg {border-radius: 18px;border: 2px solid #bbbdba;}
.product-remastered .product-option__item {height: 34px;min-width: 34px;}
.product-remastered .product-option__input:checked ~ .product-option__bg {border: 2px solid #393d3f;background: #fff;}
.product-remastered .product-option__input:checked ~ .product-option__name {color: #272c26;}
.product-remastered .counter-new {margin-left: 0;}
.product-remastered__submit {max-width: 315px;width: 100%;margin: 0;border-radius: 3px;border: 0;background: #cbdb93;height: 50px;line-height: 50px;color: #fff;letter-spacing: .05em;font-size: 24px;font-family: "Bebas Neue";}
.product-remastered__submit:hover {background: #cbdb93;}
.product-remastered .counter-new__minus {height: 50px;border-right: none;color: #000;}
.product-remastered .counter-new__value {height: 50px;font-size: 18px;color: #000;}
.product-remastered .counter-new__pluse {height: 50px;border-left: none;color: #000;}
.product-remastered .product__rightColumn--starsWrapper {display: flex;flex-direction: column;align-items: flex-start;margin-bottom: 0;}
.product-remastered .product__rightColumn--stars {margin-right: 0;margin-bottom: 10px;}
.product-remastered .product__rightColumn--raitWrapper {display: flex;align-items: flex-start;justify-content: normal;}
.product-remastered__btnFast {max-width: 271px;width: 100%;margin: 0;border-radius: 3px;background: #fff;height: 21px;line-height: 21px;color: #4a4f53;letter-spacing: .05em;font-size: 23px;font-family: "Bebas Neue";text-align: center;text-decoration: underline;}
.product-remastered__setbonus {display: flex;align-items: center;background-color: #ffe5e5;max-width: fit-content;width: 100%;padding: 5px 12px;border-radius: 20px;margin-bottom: 13px;}
.product-remastered__setbonus p {margin: 0 10px;font-size: 16px;}
.product-remastered__setbonus img {width: 24px;height: 24px;}
.product-remastered .product__rightColumn--priceWrapper {margin-top: 13px;margin-bottom: 4px;}
.product-remastered .product__rightColumn--price span {margin-bottom: 0;}
.product-remastered .swiper-prev, .product-remastered .swiper-next {display: none;}
.product-remastered .product__leftColumn .swiper-height-container {padding: 0;padding-top: 10px;}
.product-remastered .mob-code {display: none;}
.product-remastered__raitmob {display: none !important;}
@media (max-width: 1150px) {.product-remastered .product__leftColumn {max-width: 540px;}}
@media (max-width: 1100px) {.product-remastered .product__leftColumn {max-width: 357px;}}
@media (max-width: 768px) {.product-remastered__raitmob {display: block !important;}
	.product-remastered__raitmob .product__rightColumn--starsWrapper {flex-direction: row;align-items: center;}
	.product-remastered__raitmob .product__rightColumn--assessments {margin-left: 10px;}
	.product-remastered__raitdesc {display: none !important;}
	.product-remastered .sizes-wrap {margin-top: 10px;margin-bottom: 10px;}
	.product-remastered .mob-title {margin: 0 auto;display: block;width: fit-content;margin-top: 10px;font-size: 21px;font-weight: 700;}
	.product-remastered .desc-title {display: none;}
	.product-remastered .product__leftColumn--pagination {display: none;}
	.product-remastered .product-remastered .counter-new {display: flex;margin-right: 10px;}
	.product-remastered .product__rightColumn--buyWrapper {flex-direction: row;position: fixed;bottom: 0;bottom: 0;left: 0;width: 100%;background: #fff;z-index: 5;margin: 0;padding: 5px;justify-content: space-between;box-shadow: 0 1px 15px 0 #000;}
	.product-remastered .spec-desc {display: block;}
	.product-remastered .spec-desc .container {padding: 0;}
	.product-remastered__setbonus {margin: 0 auto;margin-bottom: 13px;}
	.product-remastered__btnFast {width: 100%;margin: 0 auto;}
	.product-remastered .counter-new {display: flex;}
	.product-remastered .desc-code {display: none;}
	.product-remastered .mob-code {display: block;}
	.product-remastered .old_price_inline {display: block !important;position: absolute;left: 0;}}
@media (max-width: 530px) {.product-remastered__favorite {display: none;}
	.product-remastered__favorite--mob {display: block;z-index: 100;bottom: 24%;right: 7px;border-color: #fff;background-color: #fff;}
	.product-remastered__share {display: none;}
	.product-remastered__share--mob {display: block;z-index: 100;bottom: 24%;right: 53px;border-color: #fff;background-color: #fff;}
	.product-remastered__share .share-modal {top: 39px;left: -157px;}}
.blocked-window {position: fixed;top: 0;left: 0;width: 100vw;height: 100%;background: white;display: flex;display: flex;align-items: center;align-items: flex-end;justify-content: center;z-index: 9999999;}
.blocked-window__right {align-self: center;max-width: 850px;width: 100%;}
.blocked-window__right--logo {width: 188px;}
.blocked-window__right--text {font-size: 80px;color: #517522;margin-bottom: 40px;line-height: 94px;}
.blocked-window__right--socials {display: flex;column-gap: 12px;}
.blocked-window__right--socials .socials-link {background-color: rgba(81,117,34,.1);text-decoration: none;max-width: 167px;width: 100%;display: flex;justify-content: center;column-gap: 10px;padding: 20px 0;border-radius: 12px;}
.blocked-window__right--socials .socials-link img {width: 20px;height: 20px;}
.blocked-window__right--socials .socials-link span {font-size: 16px;color: #517522;}
@media (max-width: 1024px) {.blocked-window {padding: 0 16px;}
	.blocked-window__right {max-width: 485px;}
	.blocked-window__right--logo {width: 80px;}
	.blocked-window__right--text {font-size: 48px;line-height: 55px;}}
@media (max-width: 768px) {.blocked-window__right {max-width: 419px;}
	.blocked-window__right--logo {width: 70px;}
	.blocked-window__right--text {font-size: 32px;line-height: 39px;margin-bottom: 10px;}
	.blocked-window__right--socials .socials-link {max-width: 120px;padding: 13px 0;}
	.blocked-window__right--socials .socials-link span {font-size: 12px;}}
@media (max-width: 550px) {.blocked-window__left {width: 195px;}
	.blocked-window__right {max-width: 195px;}
	.blocked-window__right--text {font-size: 24px;line-height: 30px;}
	.blocked-window__right--socials {flex-direction: column;column-gap: 0;row-gap: 12px;}}
.filter-colors_малиновый {background-color: #e1284a;}
.filter-colors_розовый {background-color: #fc7d94;}
.filter-colors_белый {background: #fff;border: 1px solid #d3d3d3;}
.filter-colors_красный {background-color: #f82525;}
.filter-colors_желтый {background-color: #f8e325;}
.filter-colors_фиолетовый {background-color: #82428c;}
.checkbox-modal.error label {color: red;}
.main-input-hide {display: none;}
#mse2_sort {position: relative;}
.utp__container {margin-top: 75px;}
.swiper-pagination {position: unset;margin-top: 25px;}
.content-index {padding-bottom: 60px;}
.product__leftColumn img, .product-card__wrap-image img {filter: contrast(105%) brightness(105%) saturate(110%);image-rendering: -webkit-optimize-contrast;}
.client-product__date {margin-right: 12px;}
.client-product__name {width: 149px;min-width: 149px;margin-right: 0;}
.client-product__pub {min-width: 83px;margin-left: -33px;margin-right: 10px;}
.client-product__pubCol {width: 55px;min-width: 55px;margin-right: 13px;}
.product-card__link {height: 46px;overflow: hidden;}
@media (min-width: 1400px) {.product-cards .product-card, .catalog .product-card, .related-products .product-card, .similar-products .product-card {box-shadow: 1px 1px 8px 0 rgba(34,60,80,.2);}}
.catalog__mobileMenu--sort {display: none;}
.catalog__sort {opacity: 0;position: absolute;z-index: 3;right: 0;top: -20px;background-color: #fff;visibility: hidden;overflow-y: auto;margin-top: 0;box-shadow: 0 6px 12px 0 #a9a9a9;width: 49%;}
.catalog__sort-active {opacity: 1;visibility: visible;}
@media (max-width: 768px) {.catalog__sort-container {display: flex;flex-direction: column;position: relative;width: 100%;text-align: center;}
	.catalog__sort-type {width: 100%;display: block;padding: 10px 20px 10px 20px;border-bottom: 1px solid #ebeaea;text-decoration: none;color: #5c5c5c;background: #fff;}
	.catalog__filter--rows-short {max-height: 163px;}
	#mse2_sort {position: relative;}
	.catalog__mobileMenu--sort {display: block;max-width: none;margin-left: 0;background: url("/assets/img/icons/sort.png");background-repeat: no-repeat;background-position: 18px center;border: 2px solid #ebeaea;border-radius: 3px;font-weight: bold;font-size: 14px;letter-spacing: .03em;color: #5c5c5c;width: 100%;height: 45px;padding: 0;padding-left: 22px;}
	.catalog__mobileMenu--trigger {max-width: none;margin-left: 0;margin-right: 8px;}}
.flexWrapper-mob {display: none;}
.spec-mob {display: none;}
@media (max-width: 768px) {.product__rightColumn h1 {justify-content: center;font-size: 21px;}
	.specification__header--btn {padding-bottom: 20px;}
	.flexWrapper-mob {display: block;}
	.flexWrapper-desc {display: none;}
	.spec-desc {display: none;}
	.spec-mob {display: block;}}
.catalog__filter--tags ul {align-items: baseline;}
.catalog__filter--tags ul li {display: flex;align-items: center;}
@media (max-width: 768px) {.catalog__filter {margin-top: 0;}
	.catalog__filter--group:nth-child(2) {margin-top: 60px;}
	.extra-controls {justify-content: space-around;}}
.product-cards__title--text {font-weight: 500;font-size: 28px;line-height: 25px;letter-spacing: .02em;text-align: center;position: relative;z-index: 1;display: block;max-width: 330px;width: 100%;margin: 0 auto;background-color: #fff;}
.mainpage__title h1 {font-weight: 500;font-size: 22px;line-height: 38px;letter-spacing: .02em;text-align: center;position: relative;z-index: 1;display: block;text-wrap: nowrap;margin-top: 20px;}
.mainpage__title p {font-size: 22px;}
@media (max-width: 767px) {.crumbs {display: flex;}}
@font-face {font-family: swiper-icons;src: url("/assets/css/lib/data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight: 400;font-style: normal;}
:root {--swiper-theme-color: #007aff;}
.swiper-container {margin-left: auto;margin-right: auto;position: relative;overflow: hidden;list-style: none;padding: 0;z-index: 1;}
.swiper-container-vertical>.swiper-wrapper {flex-direction: column;}
.swiper-wrapper {position: relative;width: 100%;height: 100%;z-index: 1;display: flex;transition-property: transform;box-sizing: content-box;}
.swiper-container-android .swiper-slide, .swiper-wrapper {transform: translate3d(0px,0,0);}
.swiper-container-multirow>.swiper-wrapper {flex-wrap: wrap;}
.swiper-container-multirow-column>.swiper-wrapper {flex-wrap: wrap;flex-direction: column;}
.swiper-container-free-mode>.swiper-wrapper {transition-timing-function: ease-out;margin: 0 auto;}
.swiper-slide {flex-shrink: 0;width: 100%;height: 100%;position: relative;transition-property: transform;}
.swiper-slide-invisible-blank {visibility: hidden;}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {height: auto;}
.swiper-container-autoheight .swiper-wrapper {align-items: flex-start;transition-property: transform,height;}
.swiper-container-3d {perspective: 1200px;}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {transform-style: preserve-3d;}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {position: absolute;left: 0;top: 0;width: 100%;height: 100%;pointer-events: none;z-index: 10;}
.swiper-container-3d .swiper-slide-shadow-left {background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));}
.swiper-container-3d .swiper-slide-shadow-right {background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));}
.swiper-container-3d .swiper-slide-shadow-top {background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));}
.swiper-container-3d .swiper-slide-shadow-bottom {background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));}
.swiper-container-css-mode>.swiper-wrapper {overflow: auto;scrollbar-width: none;-ms-overflow-style: none;}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {display: none;}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {scroll-snap-align: start start;}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {scroll-snap-type: x mandatory;}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {scroll-snap-type: y mandatory;}
:root {--swiper-navigation-size: 44px;}
.swiper-button-next, .swiper-button-prev {position: absolute;top: 50%;height: var(--swiper-navigation-size);z-index: 10;cursor: pointer;display: flex;align-items: center;justify-content: center;color: var(--swiper-navigation-color,var(--swiper-theme-color));}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {opacity: .35;cursor: auto;pointer-events: none;}
.swiper-button-next:after, .swiper-button-prev:after {font-family: swiper-icons;font-size: var(--swiper-navigation-size);text-transform: none !important;text-transform: none;letter-spacing: 0;font-variant: initial;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {left: 10px;right: auto;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {content: "prev";}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {right: 10px;left: auto;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {content: "next";}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {--swiper-navigation-color: #fff;}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {--swiper-navigation-color: #000;}
.swiper-button-lock {display: none;}
.swiper-pagination {position: absolute;text-align: center;transition: .3s opacity;transform: translate3d(0,0,0);z-index: 1;}
.swiper-pagination.swiper-pagination-hidden {opacity: 0;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 10px;left: 0;width: 100%;}
.swiper-pagination-bullets-dynamic {overflow: hidden;font-size: 0;}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {transform: scale(.33);position: relative;}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {transform: scale(1);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {transform: scale(1);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {transform: scale(.66);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {transform: scale(.33);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {transform: scale(.66);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {transform: scale(.33);}
.swiper-pagination-bullet {width: 8px;height: 8px;display: inline-block;border-radius: 100%;background: #000;opacity: .2;}
button.swiper-pagination-bullet {border: none;margin: 0;padding: 0;box-shadow: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.swiper-pagination-clickable .swiper-pagination-bullet {cursor: pointer;}
.swiper-pagination-bullet-active {opacity: 1;background: var(--swiper-pagination-color,var(--swiper-theme-color));}
.swiper-container-vertical>.swiper-pagination-bullets {right: 10px;top: 50%;transform: translate3d(0px,-50%,0);}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 6px 0;display: block;}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {top: 50%;transform: translateY(-50%);width: 8px;}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {display: inline-block;transition: .2s transform,.2s top;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 4px;}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {left: 50%;transform: translateX(-50%);white-space: nowrap;}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {transition: .2s transform,.2s left;}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {transition: .2s transform,.2s right;}
.swiper-pagination-progressbar {background: rgba(0,0,0,.25);position: absolute;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: var(--swiper-pagination-color,var(--swiper-theme-color));position: absolute;left: 0;top: 0;width: 100%;height: 100%;transform: scale(0);transform-origin: left top;}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {transform-origin: right top;}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {width: 100%;height: 4px;left: 0;top: 0;}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {width: 4px;height: 100%;left: 0;top: 0;}
.swiper-pagination-white {--swiper-pagination-color: #fff;}
.swiper-pagination-black {--swiper-pagination-color: #000;}
.swiper-pagination-lock {display: none;}
.swiper-scrollbar {border-radius: 10px;position: relative;-ms-touch-action: none;background: rgba(0,0,0,.1);}
.swiper-container-horizontal>.swiper-scrollbar {position: absolute;left: 1%;bottom: 3px;z-index: 50;height: 5px;width: 98%;}
.swiper-container-vertical>.swiper-scrollbar {position: absolute;right: 3px;top: 1%;z-index: 50;width: 5px;height: 98%;}
.swiper-scrollbar-drag {height: 100%;width: 100%;position: relative;background: rgba(0,0,0,.5);border-radius: 10px;left: 0;top: 0;}
.swiper-scrollbar-cursor-drag {cursor: move;}
.swiper-scrollbar-lock {display: none;}
.swiper-zoom-container {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;text-align: center;}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {max-width: 100%;max-height: 100%;object-fit: contain;}
.swiper-slide-zoomed {cursor: move;}
.swiper-lazy-preloader {width: 42px;height: 42px;position: absolute;left: 50%;top: 50%;margin-left: -21px;margin-top: -21px;z-index: 10;transform-origin: 50%;animation: swiper-preloader-spin 1s infinite linear;box-sizing: border-box;border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius: 50%;border-top-color: transparent;}
.swiper-lazy-preloader-white {--swiper-preloader-color: #fff;}
.swiper-lazy-preloader-black {--swiper-preloader-color: #000;}
@keyframes swiper-preloader-spin {100% {transform: rotate(360deg);}}
.swiper-container .swiper-notification {position: absolute;left: 0;top: 0;pointer-events: none;opacity: 0;z-index: -1000;}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {transition-timing-function: ease-out;}
.swiper-container-fade .swiper-slide {pointer-events: none;transition-property: opacity;}
.swiper-container-fade .swiper-slide .swiper-slide {pointer-events: none;}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {pointer-events: auto;}
.swiper-container-cube {overflow: visible;}
.swiper-container-cube .swiper-slide {pointer-events: none;-webkit-backface-visibility: hidden;backface-visibility: hidden;z-index: 1;visibility: hidden;transform-origin: 0 0;width: 100%;height: 100%;}
.swiper-container-cube .swiper-slide .swiper-slide {pointer-events: none;}
.swiper-container-cube.swiper-container-rtl .swiper-slide {transform-origin: 100% 0;}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {pointer-events: auto;}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {pointer-events: auto;visibility: visible;}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {z-index: 0;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.swiper-container-cube .swiper-cube-shadow {position: absolute;left: 0;bottom: 0px;width: 100%;height: 100%;background: #000;opacity: .6;-webkit-filter: blur(50px);filter: blur(50px);z-index: 0;}
.swiper-container-flip {overflow: visible;}
.swiper-container-flip .swiper-slide {pointer-events: none;-webkit-backface-visibility: hidden;backface-visibility: hidden;z-index: 1;}
.swiper-container-flip .swiper-slide .swiper-slide {pointer-events: none;}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {pointer-events: auto;}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {z-index: 0;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
@charset "UTF-8";
.fancybox-enabled {overflow: hidden;}
.fancybox-enabled body {overflow: visible;height: 100%;}
.fancybox-is-hidden {position: absolute;top: -9999px;left: -9999px;visibility: hidden;}
.fancybox-container {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99993;-webkit-tap-highlight-color: transparent;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: translateZ(0);transform: translateZ(0);}
.fancybox-container~.fancybox-container {z-index: 99992;}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.fancybox-outer {overflow-y: auto;-webkit-overflow-scrolling: touch;}
.fancybox-bg {background: #1e1e1e;opacity: 0;transition-duration: inherit;transition-property: opacity;transition-timing-function: cubic-bezier(.47,0,.74,.71);}
.fancybox-is-open .fancybox-bg {opacity: .87;transition-timing-function: cubic-bezier(.22,.61,.36,1);}
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {position: absolute;direction: ltr;z-index: 99997;opacity: 0;visibility: hidden;transition: opacity .25s,visibility 0s linear .25s;box-sizing: border-box;}
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {opacity: 1;visibility: visible;transition: opacity .25s,visibility 0s;}
.fancybox-infobar {top: 0;left: 50%;margin-left: -79px;}
.fancybox-infobar__body {display: inline-block;width: 70px;line-height: 44px;font-size: 13px;font-family: Helvetica Neue,Helvetica,Arial,sans-serif;text-align: center;color: #ddd;background-color: rgba(30,30,30,.7);pointer-events: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-webkit-tap-highlight-color: transparent;-webkit-font-smoothing: subpixel-antialiased;}
.fancybox-toolbar {top: 0;right: 0;}
.fancybox-stage {overflow: hidden;direction: ltr;z-index: 99994;-webkit-transform: translateZ(0);}
.fancybox-slide {position: absolute;top: 0;left: 0;width: 100%;height: 100%;margin: 0;padding: 0;overflow: auto;outline: none;white-space: normal;box-sizing: border-box;text-align: center;z-index: 99994;-webkit-overflow-scrolling: touch;display: none;-webkit-backface-visibility: hidden;backface-visibility: hidden;transition-property: opacity,-webkit-transform;transition-property: transform,opacity;transition-property: transform,opacity,-webkit-transform;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.fancybox-slide:before {content: "";display: inline-block;vertical-align: middle;height: 100%;width: 0;}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {display: block;}
.fancybox-slide--image {overflow: visible;}
.fancybox-slide--image:before {display: none;}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {background: #000;}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {background: #e5e3df;}
.fancybox-slide--next {z-index: 99995;}
.fancybox-slide>div {display: inline-block;position: relative;padding: 24px;margin: 44px 0;border-width: 0;vertical-align: middle;text-align: left;background-color: #fff;overflow: auto;box-sizing: border-box;}
.fancybox-slide .fancybox-image-wrap {position: absolute;top: 0;left: 0;margin: 0;padding: 0;border: 0;z-index: 99995;background: transparent;cursor: default;overflow: visible;-webkit-transform-origin: top left;transform-origin: top left;background-size: 100% 100%;background-repeat: no-repeat;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.fancybox-can-zoomOut .fancybox-image-wrap {cursor: zoom-out;}
.fancybox-can-zoomIn .fancybox-image-wrap {cursor: zoom-in;}
.fancybox-can-drag .fancybox-image-wrap {cursor: -webkit-grab;cursor: grab;}
.fancybox-is-dragging .fancybox-image-wrap {cursor: -webkit-grabbing;cursor: grabbing;}
.fancybox-image, .fancybox-spaceball {position: absolute;top: 0;left: 0;width: 100%;height: 100%;margin: 0;padding: 0;border: 0;max-width: none;max-height: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.fancybox-spaceball {z-index: 1;}
.fancybox-slide--iframe .fancybox-content {padding: 0;width: 80%;height: 80%;max-width: calc(100% - 100px);max-height: calc(100% - 88px);overflow: visible;background: #fff;}
.fancybox-iframe {display: block;padding: 0;border: 0;height: 100%;}
.fancybox-error, .fancybox-iframe {margin: 0;width: 100%;background: #fff;}
.fancybox-error {padding: 40px;max-width: 380px;cursor: default;}
.fancybox-error p {margin: 0;padding: 0;color: #444;font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;}
.fancybox-close-small {position: absolute;top: 0;right: 0;width: 44px;height: 44px;padding: 0;margin: 0;border: 0;border-radius: 0;outline: none;background: transparent;z-index: 10;cursor: pointer;}
.fancybox-close-small:after {content: "×";position: absolute;top: 5px;right: 5px;width: 30px;height: 30px;font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color: #888;font-weight: 300;text-align: center;border-radius: 50%;border-width: 0;background: #fff;transition: background .25s;box-sizing: border-box;z-index: 2;}
.fancybox-close-small:focus:after {outline: 1px dotted #888;}
.fancybox-close-small:hover:after {color: #555;background: #eee;}
.fancybox-slide--iframe .fancybox-close-small {top: 0;right: -44px;}
.fancybox-slide--iframe .fancybox-close-small:after {background: transparent;font-size: 35px;color: #aaa;}
.fancybox-slide--iframe .fancybox-close-small:hover:after {color: #fff;}
.fancybox-caption-wrap {bottom: 0;left: 0;right: 0;padding: 60px 30px 0;background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events: none;}
.fancybox-caption {padding: 30px 0;border-top: 1px solid hsla(0,0%,100%,.4);font-size: 14px;font-family: Helvetica Neue,Helvetica,Arial,sans-serif;color: #fff;line-height: 20px;-webkit-text-size-adjust: none;}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {pointer-events: all;}
.fancybox-caption a {color: #fff;text-decoration: underline;}
.fancybox-button {display: inline-block;position: relative;margin: 0;padding: 0;border: 0;width: 44px;height: 44px;line-height: 44px;text-align: center;background: transparent;color: #ddd;border-radius: 0;cursor: pointer;vertical-align: top;outline: none;}
.fancybox-button[disabled] {cursor: default;pointer-events: none;}
.fancybox-button, .fancybox-infobar__body {background: rgba(30,30,30,.6);}
.fancybox-button:hover:not([disabled]) {color: #fff;background: rgba(0,0,0,.8);}
.fancybox-button:after, .fancybox-button:before {content: "";pointer-events: none;position: absolute;background-color: currentColor;color: currentColor;opacity: .9;box-sizing: border-box;display: inline-block;}
.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {opacity: .3;}
.fancybox-button--left:after, .fancybox-button--right:after {top: 18px;width: 6px;height: 6px;background: transparent;border-top: 2px solid currentColor;border-right: 2px solid currentColor;}
.fancybox-button--left:after {left: 20px;-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}
.fancybox-button--right:after {right: 20px;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.fancybox-button--left {border-bottom-left-radius: 5px;}
.fancybox-button--right {border-bottom-right-radius: 5px;}
.fancybox-button--close:after, .fancybox-button--close:before {content: "";display: inline-block;position: absolute;height: 2px;width: 16px;top: calc(50% - 1px);left: calc(50% - 8px);}
.fancybox-button--close:before {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.fancybox-button--close:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.fancybox-arrow {position: absolute;top: 50%;margin: -50px 0 0;height: 100px;width: 54px;padding: 0;border: 0;outline: none;background: none;cursor: pointer;z-index: 99995;opacity: 0;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;transition: opacity .25s;}
.fancybox-arrow:after {content: "";position: absolute;top: 28px;width: 44px;height: 44px;background-color: rgba(30,30,30,.8);background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=");background-repeat: no-repeat;background-position: 50%;background-size: 24px 24px;}
.fancybox-arrow--right {right: 0;}
.fancybox-arrow--left {left: 0;-webkit-transform: scaleX(-1);transform: scaleX(-1);}
.fancybox-arrow--left:after, .fancybox-arrow--right:after {left: 0;}
.fancybox-show-nav .fancybox-arrow {opacity: .6;}
.fancybox-show-nav .fancybox-arrow[disabled] {opacity: .3;}
.fancybox-slide>.fancybox-loading {border: 6px solid hsla(0,0%,39%,.4);border-top: 6px solid hsla(0,0%,100%,.6);border-radius: 100%;height: 50px;width: 50px;-webkit-animation: a .8s infinite linear;animation: a .8s infinite linear;background: transparent;position: absolute;top: 50%;left: 50%;margin-top: -25px;margin-left: -25px;z-index: 99999;}
@-webkit-keyframes a {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
@keyframes a {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.fancybox-animated {transition-timing-function: cubic-bezier(0,0,.25,1);}
.fancybox-fx-slide.fancybox-slide--previous {-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);opacity: 0;}
.fancybox-fx-slide.fancybox-slide--next {-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);opacity: 0;}
.fancybox-fx-slide.fancybox-slide--current {-webkit-transform: translateZ(0);transform: translateZ(0);opacity: 1;}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {opacity: 0;transition-timing-function: cubic-bezier(.19,1,.22,1);}
.fancybox-fx-fade.fancybox-slide--current {opacity: 1;}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {-webkit-transform: scale3d(1.5,1.5,1.5);transform: scale3d(1.5,1.5,1.5);opacity: 0;}
.fancybox-fx-zoom-in-out.fancybox-slide--next {-webkit-transform: scale3d(.5,.5,.5);transform: scale3d(.5,.5,.5);opacity: 0;}
.fancybox-fx-zoom-in-out.fancybox-slide--current {-webkit-transform: scaleX(1);transform: scaleX(1);opacity: 1;}
.fancybox-fx-rotate.fancybox-slide--previous {-webkit-transform: rotate(-1 turn);transform: rotate(-1 turn);opacity: 0;}
.fancybox-fx-rotate.fancybox-slide--next {-webkit-transform: rotate(1 turn);transform: rotate(1 turn);opacity: 0;}
.fancybox-fx-rotate.fancybox-slide--current {-webkit-transform: rotate(0deg);transform: rotate(0deg);opacity: 1;}
.fancybox-fx-circular.fancybox-slide--previous {-webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);transform: scale3d(0,0,0) translate3d(-100%,0,0);opacity: 0;}
.fancybox-fx-circular.fancybox-slide--next {-webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);transform: scale3d(0,0,0) translate3d(100%,0,0);opacity: 0;}
.fancybox-fx-circular.fancybox-slide--current {-webkit-transform: scaleX(1) translateZ(0);transform: scaleX(1) translateZ(0);opacity: 1;}
.fancybox-fx-tube.fancybox-slide--previous {-webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);}
.fancybox-fx-tube.fancybox-slide--next {-webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);transform: translate3d(100%,0,0) scale(.1) skew(10deg);}
.fancybox-fx-tube.fancybox-slide--current {-webkit-transform: translateZ(0) scale(1);transform: translateZ(0) scale(1);}
@media (max-width:800px) {.fancybox-infobar {left: 0;margin-left: 0;}
	.fancybox-button--left, .fancybox-button--right {display: none !important;}
	.fancybox-caption {padding: 20px 0;margin: 0;}}
.fancybox-button--fullscreen:before {width: 15px;height: 11px;left: calc(50% - 7px);top: calc(50% - 6px);border: 2px solid;background: none;}
.fancybox-button--pause:before, .fancybox-button--play:before {top: calc(50% - 6px);left: calc(50% - 4px);background: transparent;}
.fancybox-button--play:before {width: 0;height: 0;border-top: 6px inset transparent;border-bottom: 6px inset transparent;border-left: 10px solid;border-radius: 1px;}
.fancybox-button--pause:before {width: 7px;height: 11px;border-style: solid;border-width: 0 2px;}
.fancybox-button--thumbs, .fancybox-thumbs {display: none;}
@media (min-width:800px) {.fancybox-button--thumbs {display: inline-block;}
	.fancybox-button--thumbs span {font-size: 23px;}
	.fancybox-button--thumbs:before {width: 3px;height: 3px;top: calc(50% - 2px);left: calc(50% - 2px);box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;}
	.fancybox-thumbs {position: absolute;top: 0;right: 0;bottom: 0;left: auto;width: 220px;margin: 0;padding: 5px 5px 0 0;background: #fff;word-break: normal;-webkit-tap-highlight-color: transparent;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;box-sizing: border-box;z-index: 99995;}
	.fancybox-show-thumbs .fancybox-thumbs {display: block;}
	.fancybox-show-thumbs .fancybox-inner {right: 220px;}
	.fancybox-thumbs>ul {list-style: none;position: absolute;position: relative;width: 100%;height: 100%;margin: 0;padding: 0;overflow-x: hidden;overflow-y: auto;font-size: 0;}
	.fancybox-thumbs>ul>li {float: left;overflow: hidden;max-width: 50%;padding: 0;margin: 0;width: 105px;height: 75px;position: relative;cursor: pointer;outline: none;border: 5px solid transparent;border-top-width: 0;border-right-width: 0;-webkit-tap-highlight-color: transparent;-webkit-backface-visibility: hidden;backface-visibility: hidden;box-sizing: border-box;}
	li.fancybox-thumbs-loading {background: rgba(0,0,0,.1);}
	.fancybox-thumbs>ul>li>img {position: absolute;top: 0;left: 0;min-width: 100%;min-height: 100%;max-width: none;max-height: none;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
	.fancybox-thumbs>ul>li:before {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;border-radius: 2px;border: 4px solid #4ea7f9;z-index: 99991;opacity: 0;transition: all .2s cubic-bezier(.25,.46,.45,.94);}
	.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {opacity: 1;}}