.vegas-overlay,
.vegas-slide,
.vegas-slide-inner,
.vegas-timer,
.vegas-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0
}
.vegas-wrapper {
    min-width: 350px;
}
.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px
}
.vegas-timer-progress {
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: width ease-out;
    transition: width ease-out
}
.vegas-timer-running .vegas-timer-progress {
    width: 100%
}
.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: center center no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}
.cover.vegas-container {
    position: static;
    z-index: -2
}
.cover.vegas-container>.vegas-overlay,
.cover.vegas-container>.vegas-slide,
.cover.vegas-container>.vegas-timer {
    position: fixed;
    z-index: -1
}
:root .cover.vegas-container>.vegas-overlay,
:root .cover.vegas-container>.vegas-slide,
_::full-page-media,
_:future {
    bottom: -76px
}
.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0
}
.vegas-transition-fade-in,
.vegas-transition-fade2-in {
    opacity: 1
}
.vegas-transition-fade2-out {
    opacity: 0
}
.vegas-transition-blur,
.vegas-transition-blur2 {
    opacity: 0;
    -webkit-filter: blur(32px);
    filter: blur(32px)
}
.vegas-transition-blur-in,
.vegas-transition-blur2-in {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}
.vegas-transition-blur2-out {
    opacity: 0
}
.vegas-transition-flash,
.vegas-transition-flash2 {
    opacity: 0;
    -webkit-filter: brightness(25);
    filter: brightness(25)
}
.vegas-transition-flash-in,
.vegas-transition-flash2-in {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1)
}
.vegas-transition-flash2-out {
    opacity: 0;
    -webkit-filter: brightness(25);
    filter: brightness(25)
}
.vegas-transition-negative,
.vegas-transition-negative2 {
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}
.vegas-transition-negative-in,
.vegas-transition-negative2-in {
    opacity: 1;
    -webkit-filter: invert(0);
    filter: invert(0)
}
.vegas-transition-negative2-out {
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}
.vegas-transition-burn,
.vegas-transition-burn2 {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%)
}
.vegas-transition-burn-in,
.vegas-transition-burn2-in {
    opacity: 1;
    -webkit-filter: contrast(100%) saturate(100%);
    filter: contrast(100%) saturate(100%)
}
.vegas-transition-burn2-out {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%)
}
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}
.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.vegas-transition-slideLeft2-out,
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.vegas-transition-slideRight2-out {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}
.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.vegas-transition-slideDown,
.vegas-transition-slideDown2,
.vegas-transition-slideUp2-out {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.vegas-transition-slideDown2-out {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}
.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.vegas-transition-zoomIn2-out,
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
}
.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.vegas-transition-zoomOut2-out {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    -webkit-transform: scale(2) rotate(35deg);
    transform: scale(2) rotate(35deg);
    opacity: 0
}
.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
}
.vegas-transition-swirlLeft2-out,
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    -webkit-transform: scale(2) rotate(-35deg);
    transform: scale(2) rotate(-35deg);
    opacity: 0
}
.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
}
.vegas-transition-swirlRight2-out {
    -webkit-transform: scale(2) rotate(35deg);
    transform: scale(2) rotate(35deg);
    opacity: 0
}
.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
    animation: kenburns ease-out
}
@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
    animation: kenburnsUp ease-out
}
@-webkit-keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
        transform: scale(1.5) translate(0, 10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
@keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
        transform: scale(1.5) translate(0, 10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
    animation: kenburnsDown ease-out
}
@-webkit-keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
        transform: scale(1.5) translate(0, -10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
@keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
        transform: scale(1.5) translate(0, -10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
    animation: kenburnsLeft ease-out
}
@-webkit-keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
        transform: scale(1.5) translate(10%, 0)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
@keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
        transform: scale(1.5) translate(10%, 0)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
    animation: kenburnsRight ease-out
}
@-webkit-keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
        transform: scale(1.5) translate(-10%, 0)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
@keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
        transform: scale(1.5) translate(-10%, 0)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
    animation: kenburnsUpLeft ease-out
}
@-webkit-keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
        transform: scale(1.5) translate(10%, 10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
@keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
        transform: scale(1.5) translate(10%, 10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
    animation: kenburnsUpRight ease-out
}
@-webkit-keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
        transform: scale(1.5) translate(-10%, 10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
@keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
        transform: scale(1.5) translate(-10%, 10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
    animation: kenburnsDownLeft ease-out
}
@-webkit-keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
        transform: scale(1.5) translate(10%, -10%)
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
@keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
        transform: scale(1.5) translate(10%, -10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
    animation: kenburnsDownRight ease-out
}
@-webkit-keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
        transform: scale(1.5) translate(-10%, -10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
@keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
        transform: scale(1.5) translate(-10%, -10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-moz-scrollbar {
    width: 10px;
	height: 10px;
}
::-webkit-scrollbar-button {
	width: 0;
	height: 0;
} 
::-moz-scrollbar-button {
	width: 0;
	height: 0;
}
::-webkit-scrollbar-track {
	background: transparent;
} 
::-moz-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(173, 173, 173, 0.35);
} 
::-moz-scrollbar-thumb {
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(173, 173, 173, 0.35);
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(224, 0, 86, 0.25);
} 
::-moz-scrollbar-thumb:hover {
	background: rgba(224, 0, 86, 0.25);
}
::-webkit-resizer {
	width: 4px;
	height: 5px;
} 
::-moz-resizer {
    width: 4px;
	height: 5px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
::-moz-scrollbar-corner {
  background: transparent;
}
body {
	min-width: 350px;
    font-family: Oswald;
    letter-spacing: 1px;
}
.line-top {
	top: 0;
	position: fixed;
    width: 100%;
	z-index: 99;
	background-image: none;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.line-top > div {
	padding: 15px 0 0 0;
	background-color: rgba(255, 255, 255, 0.5);
}
.social-block {
    display: inline-block;
}
.social {
    display: inline-block;
    margin-right: 5px;
    background-size: cover;
    background-repeat: no-repeat;
}
.social a {
	width: 30px;
    height: 30px;
	display: block;
}
.social.whatsapp {
    background-image: url(/img/social/Soc-WhatsApp.png);
}
.social.viber {
    background-image: url(/img/social/Soc-Viber.png);
}
.social.telegram {
    background-image: url(/img/social/Soc-Telegram.png);
}
.social.vk {
    background-image: url(/img/social/Soc-Vk.png);
}
.social.instagram {
    background-image: url(/img/social/Soc-Instagram.png);
}
.phone, .work-mode {
    display: inline-block;
    height: 35px;
    vertical-align: top;
    margin-right: 10px;
}
.phone a {
    color: #683c41;
    text-decoration: none;
    font-size: 15px;
    margin-top: 5px;
	margin-left: 5px;
    display: block;
}
.work-mode {
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 12px;
    color: #683c41;
}
.button {
    height: 35px;
    line-height: 32px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid rgba(193, 128, 185, 0.5);
    padding: 0px 25px;
	cursor: pointer;
    background-color: rgb(255 255 255 / 50%);
	box-shadow: 0px 0px 3px 0px rgba(232,89,113,0.5);
	color: #e00056!important;
    text-decoration: none!important;
    display: block;
    text-align: center;
}
a.button {
    padding: 0;
}
.button.card {
    float: right;
}
.button.favorites {
    display: inline-block;
    float: right;
    margin-left: 10px;
    background-image: url(/img/icon-favorites-pink.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 57%;
    width: 35px;
    height: 35px;
    padding: 0;
}
.line-menu {
    background-color: rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(193, 128, 185, 0.5);
    border-bottom: 1px solid rgba(193, 128, 185, 0.5);
    padding: 25px 0;
    margin: 15px 0 0 0;
}
.logo {
	width: 200px;
    height: 50px;
    display: inline-block;
    background-image: url(/img/logo.png);
    background-size: contain;
    background-repeat: no-repeat; 
}
.menu {
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
}
.menu > a, .menu > span {
    margin-right: 25px;
    color: #c78dbf;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.menu a:hover , .menu > span:hover {
    opacity: .7;
}
.caret {
    height: 8px;
}
.menu .podCat {
    display: none;
    position: absolute;
    width: 100%;
	padding: 10px;
	line-height: 25px;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid rgba(193, 128, 185, 0.5);
	border-top: 1px solid rgba(193, 128, 185, 0.5);
	overflow-x: scroll;
    max-height: calc(100vh - 170px);
}
.menu .podCat.cat {
    display: none;
    position: absolute;
    min-width: 200px;
	width: max-content;
    left: auto;
    right: auto;
    padding: 10px 25px;
    line-height: 30px;
    background: white;
    border: 1px solid rgba(193, 128, 185, 0.5);
    border-top: none;
    overflow-x: scroll;
    max-height: calc(100vh - 170px);
}
.menu .podCat .container {
    padding-top: 15px;
    padding-bottom: 15px;
	display: flex;
}
.typeCat {
    width: inherit;
	margin-right: 20px;
}
.typeCat > span {
    display: block;
    margin: -10px 0 10px 0;
    font-size: 17px;
    color: #c78dbf;
	border-bottom: 1px solid #c991c1;
    width: max-content;
    padding: 0 5px 5px 5px;
}
.menu .podCat a {
    color: #757575;
    display: block;
    text-decoration: none;
}
.menu .podCat a.active {
    border: 1px solid #e0bfdc;
    cursor: default;
	color: #c78dbf;
}
.hover:hover {
	opacity: .7;
	cursor: pointer;
}
.preim-block {
    width: 100%;
    height: 100%;
}
.preim-block > div {
	text-align: center;
	border: 1px solid rgb(230 55 122 / 35%);
    padding: 20px;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	width: fit-content;
}
.preim-block > div > div {
    padding: 25px 100px;
    background-color: rgb(255 255 255 / 75%);
}
h1 {
    font-size: 30px;
    font-family: 'Amatic SC';
    color: #cf8f91;
    margin: 0 0 30px 0;
}
h2 {
    color: #e6377a;
    font-size: 35px;
    font-family: 'Amatic SC';
    text-shadow: 3px 3px 3px rgb(229 45 115 / 30%);
    letter-spacing: 1.5px;
}
h3 {
    font-size: 23px;
    font-family: 'Amatic SC';
    text-transform: uppercase;
    color: #616161;
}
.button.preim {
    display: table;
    margin: 25px auto;
}
.mob-menu {
	background: rgb(244 176 202 / 30%);
	position: absolute;
	float: left;
	padding: 7px 10px;
	top: 12px;
	right: 20px;
	display: none;
}
.icon-bar {
    display: block;
    width: 18px;
    height: 3px;
    background: rgb(230 50 118);
    margin: 3px 0;
	opacity: .7;
}
.mob-card, .mob-favorites {
    background: rgb(244 176 202 / 30%);
    position: relative;
    float: left;
    padding: 5px 8px;
    width: 38px;
    height: 31px;
    margin-left: 10px;
}
.mob-card > div, .mob-favorites  > div {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
    width: 100%;
    height: 100%;
    opacity: .7;
}
.mob-card > div {
    background-image: url(/img/icon-card-pink.png);
}
.mob-favorites > div {
    background-image: url(/img/icon-favorites-pink.png);
	background-size: 95%;
}
.content {
    padding: 50px 15px;
    background: white;
    border-top: 1px solid rgba(193, 128, 185, 0.5);
    border-bottom: 1px solid rgba(193, 128, 185, 0.5);
}
.button-up {
    display: none;
    position: fixed;
    bottom: 32px;
    right: 100px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #ffffff;
    border: 7px solid rgb(68 103 232);
    z-index: 10;
	cursor: pointer;
}
.arrow-left, .arrow-right {
    position: absolute;
    top: 10px;
    left: 3px;
    transform: rotate(35deg);
}
.arrow-right {
    left: 10px;
    transform: rotate(-35deg);
}
.arrow-left:after, .arrow-right:after {
    content: "";
    background-color: #4467e8;
    width: 13px;
    height: 4px;
    float: right;
    border-radius: 5px 0px 0px 5px;
    transform-origin: center center;
    transform: rotate(-70deg);
}
.arrow-right:after {
    border-radius: 0px 5px 5px 0px;
    transform: rotate(70deg);
}
a.replain-link {
    position: fixed;
    bottom: 25px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 7px solid rgb(68 103 232);
    z-index: 10;
    cursor: pointer;
    padding: 0!important;
    margin: 0;
}
.replain-link__icon > svg {
	width: 27px;
    height: 29px;
}
.filter {
    margin: 0 0 15px 0;
    display: flex;
    height: 50px;
    line-height: 50px;
}
.zagCat {
    font-size: 30px;
    font-family: 'Amatic SC';
    color: #cf8f91;
    white-space: nowrap;
}
.butfil {
    width: 100%;
    text-align: right;
	margin-left: -5px;
}
.butfil > span {
    margin-left: 7px;
    opacity: .7;
    cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
}
.butfil svg {
	width: 12px;
}
.butfil a:hover {
    color: #e7a1c9;
}
.butfil a {
    color: #616161;
    text-decoration: none;
}
.butfil > span.active > a {
    color: #d34e9a;
    opacity: 1;
    font-weight: bold;
	pointer-events: none;
}
.product {
    margin: 15px 0;
}
.product > div {
    border: 1px solid #cf8f91;
    padding: 20px;
}
.photo {
    border: 4px solid rgb(255, 255, 255);
    border-radius: 4px;
	height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	cursor: pointer;
}
.photoX {
    border: 2px solid rgb(214, 214, 214);
    border-radius: 4px;
    box-shadow: 0px 0px 5px 1px #d6d6d6;
}
.photo img {
    width: 100%;
}
.slider {
    height: fit-content;
    margin-bottom: 15px;
}
.name {
    margin: 10px 0 5px 0;
    font-size: 15px;
    color: #cc8f91;
    height: 45px;
}
.art , .size {
    margin: 3px 0 5px 0;
}
span.rating {
    vertical-align: middle;
}
.star {
    display: inline-block;
    background: url(/img/star.png) no-repeat;
    background-size: cover;
    height: 12px;
    width: 12px;
    margin-right: 3px;
}
.starFull {
    background-position: 0px -13px;
}
.score {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}
.button.addCard {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    width: calc(100% - 44px);
}
.button.addFavorit {
    background-image: url(/img/icon-favorites-pink.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 57%;
    width: 35px;
    height: 35px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    padding: 0;
}
.button.addFavorit.active {
    background-image: url(/img/icon-favorites-pink-ok.png);
}
.pages {
    display: flex;
    margin: 0 -5px;
}
.pages span {
    width: 100%;
    text-align: center;
}
.pages a {
    line-height: 35px;
    font-size: 13px;
    color: #cf8f91;
	cursor: pointer;
    text-decoration: none;
	display: block;
}
.pages a.nohref {
    color: #cf8f91;
	cursor: default;
}
.pages a.active {
    font-weight: bold;
	cursor: default;
	color: #e4276f;
}
.pages a:hover {
    color: #e4276f;
}
.banner-image img {
    width: 100%;
	border-radius: 5px;
}
.podpiska .banner-image {
	background-image: url(/img/banner-1.jpg);
    background-image: url(/img/banner-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: bottom;
	padding: 40px;
}
.buketday > div {
    padding: 20px 40px;
}
.subscribed {
    display: flex;
	margin-top: 20px;
}
a.vk {
    margin-right: 10px;
}
.saler {
    color: #e6378d;
    font-size: 45px;
    font-family: 'Amatic SC';
	margin-left: 5px;
	margin-top: -10px;
}
.banner-image > span , .banner-image > .prod > span {
    font-size: 17px;
    color: #616161;
	margin-left: 5px;
}
span.old {
    text-decoration: line-through;
    margin: 0 5px;
	color: initial;
    font-weight: normal;
}
span.new {
    color: #e9378d;
	font-weight: bold;
}
.conty {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.buketday .prod , .buketday .photos {
    width: calc(100% - 200px);
	max-width: 250px;
    margin: 0 5px;
	display: block;
    float: left;
}
.buketday .button.addCard {
    max-width: 200px;
	min-width: 120px;
}
.buketday .photos {
    width: 180px;
    overflow: hidden;
	box-shadow: 0px 0px 5px 2px #d6d6d6;
}
.buketday .photo {
	background-size: contain;
    background-position: inherit;
	height: 180px;
    border-radius: 4px;
    border: 3px solid #fff;
}
.buketday .background {
	background: url(/img/banner-3.jpg);
	display: flex;
    overflow: hidden;
}
.buketday .saler , span.old , .banner-image > .prod > span {
	margin-left: 0;
}
.slogan {
    background: #ffffffd9;
    border-radius: 3px;
    margin-left: 3px;
    padding: 3px 10px 5px 10px;
    color: #e9378d;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 30px;
	letter-spacing: 1.5px;
}
.buketday .saler {
	font-size: 25px;
	margin-top: 0;
}
.buketday .price {
    margin: 9px 0;
}
.banners {
    margin: 10px 0;
    background: white;
    border-top: 1px solid rgba(193, 128, 185, 0.5);
    border-bottom: 1px solid rgba(193, 128, 185, 0.5);
    padding: 50px 15px;
}
.productFilter {
	margin-top: 20px;
}
.texter {
    background: white;
    margin-top: 10px;
    padding: 50px 15px;
    border-top: 1px solid rgba(193, 128, 185, 0.5);
    border-bottom: 1px solid rgba(193, 128, 185, 0.5);
}
.footer {
	border-top: 1px solid rgba(193, 128, 185, 0.5);
    background: #f5f5f5;
	margin-top: 10px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
	color: #757575;
    font-size: 13px;
}
.footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #bdbdbd;
}
.footer-menu {
    padding: 0 15px;
    margin-left: 5px;
}
.footer a {
    display: inline-block;
    padding: 8px 5px;
    color: #e6378d;
    text-decoration: none;
	font-size: 14px;
}
.footer-plat {
    padding: 10px 25px;
    display: flex;
}
.copyright {
    width: 50%;
    line-height: 30px;
}
.company {
    padding: 0 0 5px 0;
}
.logoplat {
    text-align: right;
    width: 50%;
}
.logoplat > img {
    width: 50px;
    margin: 5px 0;
}
.footer-text {
    padding: 0 25px;
    margin-top: 25px;
    line-height: 30px;
}
.footer-text a {
	padding: 0;
    font-size: 13px;
}
.t-cover {
    cursor: pointer;
    margin: 35px auto 10px;
    display: table;
}
.t-cover > svg {
    display: block;
    margin: -5px 0 0 0;
	width: 30px;
	height: 15px;
}
.liner {
    margin-bottom: 10px;
    background: white;
    border-top: 1px solid rgba(193, 128, 185, 0.5);
    border-bottom: 1px solid rgba(193, 128, 185, 0.5);
	text-align: center;
	padding: 20px 0;
}
.preim {
    display: inline-block;
    width: 33%;
}
.preim img {
    width: 50px;
	margin-right: 10px;
}
.hovertov {
    display: none;
}
.hovertov > div {
    background: rgb(255 255 255 / 75%);
    border-radius: 50%;
    width: 80px;
    height: 80px;
	padding: 20px;
    margin-top: calc(50% - 40px);
    margin-left: calc(50% - 40px);
}
.banner-image .hovertov > div {
    margin-top: calc(50% - 70px);
}
.hovertov > div > div {
    background: url(/img/icon-loop-pink.png);
    background-size: cover;
	width: 40px;
    height: 40px;
}
.photo:hover .hovertov {
	display: block;
}
.overs {
    padding: 0!important;
}
.overProduct {
    border: none!important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 75%);
    z-index: 100000;
    display: none;
	overflow: auto;
}
.block {
    width: 650px;
    margin: 25px auto;
    background: white;
    border: 1px solid #cf8f91;
	padding: 20px;
}
.exit {
    float: right;
    margin: -12px -12px 0 0;
    cursor: pointer;
	width: 20px;
    height: 20px;
}
.exit:before, .exit:after {
	content: ""; 
	position: absolute; 
	width: 20px; 
	height: 2px; 
	background: #e9378d;
	margin-top: 9px;
}
.exit:before {
	transform: rotate(45deg);
}
.exit:after {
	transform: rotate(-45deg);
}
.overProduct .left {
	display: inline-block;
    width: 300px;
}
.overProduct .right {
    float: right;
    width: calc(100% - 330px);
}
.overProduct .name {
    margin-top: 0;
	font-size: 21px;
    height: auto;
}
.size {
    margin-bottom: 3px;
}
.structure div {
    max-height: 210px;
    overflow-y: auto;
}
.structure span {
    display: block;
}
.structure span.zag {
    margin: 0px 0 5px 0;
    font-size: 15px;
    color: #cc8f91;
}
.slick-list {
    border: 2px solid rgb(214, 214, 214);
    border-radius: 4px;
    box-shadow: 0px 0px 5px 1px #d6d6d6;
}
.buketday > .background > .slick-list {
    border: none;
    box-shadow: none;
}
.buketday .banner-image .hovertov > div {
    margin-top: calc(50% - 40px);
}
a.galleryone {
    display: block;
    width: 296px;
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	border: 4px solid white;
}
.overProduct .price {
    color: #e9378d;
    font-weight: bold;
}
.fancybox-container {
    z-index: 1000000;
}
.overProduct .line {
    margin: 15px 0 0;
    background: white;
    border-top: 1px solid rgba(237, 105, 155, 0.5);
    border-bottom: 1px solid rgba(237, 105, 155, 0.5);
    text-align: center;
    padding: 15px 0;
}
.overProduct .button.addCard {
    margin-top: 15px;
}
.overProduct .description {
    margin-top: 15px;
}
.podcats {
    margin-top: 10px;
}
.podcats span {
    border: 1px solid #f6b3cd;
    margin: 5px 5px 0 0;
    display: inline-block;
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
}
.podcats a {
    color: #4CAF50;
    padding: 2px 7px;
    text-decoration: none;
    cursor: pointer;
    display: block;
}
.overProduct .line div {
    display: inline-block;
	margin: 0 15px;
}
.overProduct .line img {
    width: 30px;
	vertical-align: middle;
}
.subscribed a {
    max-width: 140px;
}
.buketday .slick-slide {
    height: inherit;
}
a.ya-chat-button.ya-chat-button_theme_light.ya-chat-button_mobile.ya-chat-button_collapsed_never.ya-chat-button_size_normal {
    top: 0px!important;
    left: 5px!important;
}
.ya-share2 {
    border-top: 1px solid rgba(237, 105, 155, 0.5);
    margin-top: 15px;
    padding-top: 15px;
}
.delishow{
	display: none;
}
.podCat.alister .row {
    display: flex;
    flex-wrap: wrap;
}
.podCat.alister a {
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid transparent;
}
.podCat.alister a:hover {
    border: 1px solid #e0bfdc;
}
.logoHref {
    margin: 0 0 -32px 12px;
    color: #d1a6c7;
    font-size: 17px;
}
a.logos {
    text-decoration: none;
}