

/* Start:/beautycode//css/style.css?177546616820861*/
.beauty-page {
    overflow: hidden;
    font-size: 20px;
}
.beauty-section {
    position: relative;
    z-index: 5;
    background-color: #ffffff;
}
.beauty-video-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.beauty-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
}
.beauty-purple {
    color: #592C82;
}
a.beauty-purple:hover {
    color: #592C82;
}
.beauty-extra {
    font-weight: 800;
}
.beauty-bold {
    font-weight: 700;
}
.beauty-main-title {
    font-size: 45px;
    line-height: 1.3;
}
.beauty-title {
    font-size: 41px;
    line-height: 1.4;
}
.beauty-subtitle {
    font-size: 22px;
}
.beauty-block {
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: rgba(255, 255, 255, 0.61);
    backdrop-filter: blur(2px);
    padding: 32px 40px;
    position: relative;
}
.beauty-button {
    display: inline-flex;
    height: 48px;
    align-items: center;
    font-size: 21px;
    padding: 0 10px;
    transition: 0.3s;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;    
    border: 1px solid #592C82;
    text-align: center;
    justify-content: center;
    background: #592C82;
}
.beauty-button:hover {
    color: #FFF;
    background: #C1A2DC;
    border-color: #C1A2DC;
}
.beauty-button_secondary {
    color: #FFF; 
    background: transparent;
    border-color: #ffffff;
    width: 100%;
}
.beauty-label {
    color: #FFF;
    background: #C1A2DC;
    border-color: #C1A2DC;
    display: inline-flex;
    height: 48px;
    align-items: center;
    font-size: 21px;
    padding: 0 10px;
    font-weight: 800;
    text-transform: uppercase; 
    text-align: center;
    justify-content: center;
}
.beauty-hero {
    min-height: 760px;
    padding: 136px 0 120px;
}
.beauty-hero::after {
    position: absolute;
    z-index: 1;
    height: 344px;
    background-color: #F8F8F8;
    top: 0;
    left: 0;
    right: 0;
    content: '';
}
.beauty-hero__tile {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
}
.beauty-hero__tile-item {
    display: flex;
    flex-direction: column;
}
.beauty-hero__tile-image:not(:first-child) {
    margin-top: 16px;
}
.beauty-hero__tile-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.beauty-hero__tile-item_1 {
    width: calc(50% - 229px);
    min-width: calc(50% - 229px);
    padding: 44px 0 120px;
}
.beauty-hero__tile-item_1 .beauty-hero__tile-image {
    height: 100%;
}
.beauty-hero__tile-item_2 {
    padding: 0 16px;
    width: 458px;
    min-width: 458px;
    display: flex;
}
.beauty-hero__tile-item_3 {
    justify-content: flex-end;
}
.beauty-hero__tile-item_3 .beauty-hero__tile-image {
    width: 360px;
}
.beauty-hero__title {
    margin-top: 16px;
}
.beauty-hero__title img {
    display: block;
}
.beauty-hero__title-line {
    display: block;
}
.beauty-hero__title-line:first-child {
    text-align: right;
}
.beauty-hero__content {
    position: relative;
    z-index: 10;
}
.beauty-hero__block {
    max-width: 464px;
    margin-left: 40px;
}
.beauty-hero__text {
    margin-top: 24px;
    font-size: 22px; 
    line-height: 1.3;
}
.beauty-hero__bottom {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 32px;
    transform: translateY(50%);
}
.beauty-hero__image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.beauty-hero__image img{
    transform: rotate(90deg);
    display: block;
    animation: anim-arrow 2s infinite ease-in-out;
}
@keyframes anim-arrow {
    0% {
        transform: translate3d(0, -50%, 0) rotate(90deg);
    }
    50% {
        transform: translate3d(0, 50%, 0) rotate(90deg);
    }
    100% {
        transform: translate3d(0, -50%, 0) rotate(90deg);
    }
}
.beauty-systems {
    position: relative;
    z-index: 6;
    padding-bottom: 40px;
}
.beauty-systems__top {
    display: flex;
    align-items: flex-end;
}
.beauty-systems__top-image {
    width: 422px;
    min-width: 422px;
    margin-left: -211px;
    margin-right: 25px;
    margin-top: -20px;
}
.beauty-systems__title {
    color: #FFF;
    font-size: 55px;
    line-height: 1.09;
    max-width: 400px;
    padding: 16px 0;
}
.beauty-group {
    display: flex;
}
.beauty-group__image {
    width: 50%;
    min-width: 50%;
}
.beauty-group__image img {
    display: block;
}
.beauty-group__content {
    width: 50%;
    min-width: 50%;
}
.beauty-group__content .beauty-block {
    position: relative;
    z-index: 5;
}
.beauty-systems .beauty-group__image {   
    margin-top: 30px; 
    display: flex;
    justify-content: flex-end;
}
.beauty-systems .beauty-group__scale-image {
    width: 697px;
    min-width: 697px;
}
.beauty-block__text {
    margin-top: 20px;
    line-height: 1.3;
}
.beauty-block__deliver {
    width: 100px;
    height: 3px;
    background: #592C82;
    margin-top: 15px;
    margin-bottom: 15px;
}
.beauty-block__button {
    margin-top: 20px;
}
.beauty-systems .beauty-block {
    max-width: 549px;  
    margin-left: -40px;
}
.beauty-systems .beauty-group .beauty-button:hover {
    color: #FFF;
    background: #FD3646;
    border-color: #FD3646;
}
.beauty-group__tile {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    flex-wrap: wrap;
}
.beauty-group__tile-item {
    padding: 8px;
}
.beauty-group__scale-image {
    overflow: hidden;
}
.beauty-group__scale-image img {
    transition: 0.5s;
}
.beauty-group__scale-image:hover img {
    transform: scale(1.05);
}
.beauty-care {
    padding-top: 60px;
}
.beauty-goods .catalog-item:hover {
    border: 1px solid #fff;
}
.beauty-care .beauty-group {
	flex-direction: row-reverse;
    align-items: center;
}
.beauty-care .beauty-group__tile {
    width: 682px;
    min-width: 682px;
    margin-top: -80px;
    margin-bottom: -120px;
}
.beauty-care .beauty-group__tile-item_1 {
    width: 100%;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.beauty-care .beauty-group__tile-item_2 {
    width: 286px;
    min-width: 286px;
    padding-top: 46px;
    margin-left: -60px;
}
.beauty-care .beauty-group__tile-item_3 {
    width: 314px;
    min-width: 314px;
}
.beauty-care .beauty-block {
	border: 1px solid #E5DDEB;
    background: rgba(229, 221, 235, 0.40);
    width: 640px;
    min-width: 640px;
}
.beauty-care beauty-label {
	display: flex;
    justify-content: flex-start;
    padding-top: 98px;
    padding-bottom: 54px;
}
.beauty-care .beauty-group .beauty-button:hover {
	color: #FFF;
	background: #449A1C;
	border-color: #449A1C;
}
.beauty-skin {
    padding: 0px 0 44px;
    z-index: 4;
}
.beauty-skin::after {
	position: absolute;
	z-index: 1;
	height: 481px;
	background-color: #F8F8F8;
	top: 135px;
	left: 0;
	right: 0;
	content: '';
}
.beauty-skin .beauty-group {
	position: relative;
    z-index: 3;
}
.beauty-skin .beauty-group__image {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.beauty-skin .beauty-group__tile {
    width: 732px;
    min-width: 732px;
}
.beauty-skin .beauty-group__tile-item_1 {
    width: 100%;
    min-width: 100%;
}
.beauty-skin .beauty-group__tile-item_2 {
    width: 502px;
    min-width: 502px;
    margin-left: auto;
}
.beauty-skin .beauty-group__tile-item_3 {
    width: 268px;
    min-width: 268px;
    position: absolute;
    bottom: 16px;
    left: 100%;
    margin-left: 8px;
}
.beauty-skin .beauty-block {
    max-width: 549px;
    margin-left: -40px;
}
.beauty-skin beauty-label {
    padding-top: 40px;  
}
.beauty-skin .beauty-group .beauty-button:hover {
	color: #FFF;
	background: #FC4678;
	border-color: #FC4678;
}
.beauty-skin__button {
    text-align: center;
    margin-top: 40px;
}
.beauty-code {
    padding: 92px 0 90px;
    background: url("/beautycode//css/img/beauty-bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.beauty-code__content {
    position: relative;
    z-index: 4;
    margin-left: -60px;
    margin-right: -40px;
}
/* .beauty-code::after {
	position: absolute;
	z-index: 1;
	height: 660px;
	background: url("/beautycode//css/img/beauty-bg.png");
    background-size: cover;
    background-position: 50% 50%;
	top: 0;
	left: 0;
	right: 0;
	content: '';
} */
.beauty-code .beauty-block {
    max-width: 496px;
    position: relative;
    padding-bottom: 52px;
    z-index: 5;
}
.beauty-code__bottom {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 128px;
	left: 32px;
	transform: translateY(50%);
}
.beauty-code__group {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    flex-wrap: wrap;
    margin-top: -40px;
}
.beauty-code__item {
    padding-left: 8px;
    padding-right: 8px;
}
.beauty-step__title {
    font-size: 24px;
}
.beauty-step__image {
    position: relative;
}
.beauty-step__image img {
    display: block;
}
.beauty-step__layout {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(193, 162, 220, 0.59);
    transition: 0.3s;
    padding: 24px;
    display: flex;
    align-items: center;
    opacity: 0;
}
.beauty-step__button {
    width: 100%;
}
.beauty-step__note {
    margin-top: 16px;
    font-size: 15px;
}
.beauty-step__image:hover .beauty-step__layout {
    opacity: 1;
}

.beauty-code__item_1 {
    width: 68%;
    min-width: 68%;
}
.beauty-code__item_2 {
    width: 32%;
    min-width: 32%;
}
.beauty-code__item_3 {
    width: 100%;
    min-width: 100%;
}
.beauty-code__item_1 .beauty-step {
    display: flex;
    align-items: flex-end;
}
.beauty-code__item_1 .beauty-step__content {
    flex-grow: 1;
    min-width: 0;
    padding-right: 16px;
}
.beauty-code__item_1 .beauty-step__image {
    width: 425px;
    min-width: 425px;
    position: relative;
    z-index: 6;
}
.beauty-code__item_2 .beauty-step__title {
	padding: 20px 0 12px 12px;
}
.beauty-code__item_3 .beauty-step {
    display: flex;
    padding-left: 254px;
    align-items: flex-end;
    padding-top: 24px;
    flex-direction: row-reverse;
    margin-top: -120px;
}
.beauty-code__item_3 .beauty-step__content {
    flex-grow: 1;
    min-width: 0;
    padding-left: 16px;
}
.beauty-code__item_3  .beauty-step__image {
    width: 407px;
    min-width: 407px;
}
.beauty-video__link {
    display: block;
    position: relative;
    height: 654px;
}
.beauty-video__link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.beauty-video__link:hover svg path {
    fill: #592C82;
}
.beauty-video__icon {
    display: block;
    width: 82px;
    height: 84px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 3;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.beauty-video video {
    width: 100%;
    height: 100%;
    object-fit: revert;
    object-position: 50% 0%;
    display: none;
}
.beauty-video__link.active img {
    display: none;
}
.beauty-video__link.active span {
    display: none;
}
.beauty-video__link.active video {
    display: block;
}
@media screen and (max-width: 1400px) {
    .beauty-code__content {
        margin-left: -15px;
        margin-right: -15px;
    }
    .beauty-code__bottom {
        right: 170px;
    }
}
@media screen and (max-width: 1200px) {
    .beauty-systems__top-image {
        margin-left: 0;
    }
    .beauty-systems .beauty-group__image {
        margin-left: -15px;
    }
    .beauty-systems .beauty-group__scale-image {
        width: 100%;
        min-width: 100%;
    }
    .beauty-hero__tile-item_2 {
        padding: 0 8px;
        width: 50%;
        min-width: 50%;
    }
    .beauty-hero__tile-item_1,
    .beauty-hero__tile-item_3 {
        width: 25%;
        min-width: 25%;
    }
    .beauty-hero__tile-image:not(:first-child) {
        margin-top: 8px;
    }
    .beauty-hero__tile {
        padding-top: 0;
    }
    .beauty-care .beauty-group__content {
        padding-top: 5px;
        padding-bottom: 60px;
    }
    .beauty-care .beauty-group__tile {
        width: auto;
        min-width: 0;
        margin-top: -60px;
        margin-bottom: 0;
    }
    .beauty-care .beauty-group {
        align-items: flex-start;
    }
    .beauty-care .beauty-block {
        margin-right: -32px;
        width: auto;
        min-width: 0;
    }
    .beauty-care .beauty-group__tile-item_2 {
        width: 40%;
        min-width: 40%;
        padding-top: 8px;
        margin-left: 0;
        order: 2;
    }
    .beauty-care .beauty-group__tile-item_3 {
        width: 60%;
        min-width: 60%;
        order: 1;
        display: flex;
        justify-content: flex-end;
    }
    .beauty-care .beauty-group__tile-item_3 img {
        width: 150%;
        min-width: 150%;
    }
    .beauty-care .beauty-group__tile-item_1 {
        padding-right: 8px;
    }
    .beauty-skin {
        padding: 0;
    }
    .beauty-skin .beauty-group__tile {
        width: auto;
        min-width: 0;
    }
    .beauty-skin .beauty-group__tile-item_2 {
        width: 60%;
        min-width: 60%;
        order: 2;
    }
    .beauty-skin .beauty-group__tile-item_2 img {
        width: 200%;
        min-width: 200%;
    }
    .beauty-skin .beauty-group__tile-item_3 {
        width: 40%;
        min-width: 40%;
        position: static;
        bottom: 0;
        left: 0;
        margin-left: 0;
    }
    .beauty-code__item_1 {
        width: 50%;
        min-width: 50%;
    }
    .beauty-code__item_1 .beauty-step {
        display: block;
    }
    .beauty-code__item_1 .beauty-step__image {
        width: 100%;
        min-width: 0;
    }
    .beauty-code__content {
        margin-left: 0;
        margin-right: 0;
    }
    .beauty-code__group {
        margin-top: 40px;
    }
    .beauty-code__item_2 {
        width: 50%;
        min-width: 50%;
    }
    .beauty-code__item_1 .beauty-step {
        margin-top: -128px;
    }
    .beauty-step__title {
        padding: 20px 0 12px 12px;
    }
    .beauty-code .beauty-block {
        max-width: 50%;
        margin-left: auto;
    }
    .beauty-code__item_3 .beauty-step {
        padding-left: 0;
        padding-top: 24px;
        margin-top: -120px;
    }
    .beauty-code__item_3 .beauty-step__image {
        width: 50%;
        min-width: 50%;
    }
    .beauty-code {
        padding: 60px 0;
    }
    .beauty-hero__tile-item_2 .beauty-hero__tile-image {
        height: 50%;
    }
    .beauty-code__bottom {
        right: 24px;
    }
    .beauty-video__link.active {
        height: auto;
    }
    .beauty-video__link.active video {
        display: block;
        object-fit: revert;
        object-position: 0% 50%;
    }
    .beauty-skin .beauty-block {
        margin-top: 65px;
    }
}
/* 1200 */
@media screen and (max-width: 991px) {
    .beauty-hero__tile {
        position: static;
    }
    .beauty-hero {
        min-height: 0;
        padding-top: 0;
        padding-bottom: 60px;
    }
    .beauty-hero__tile-item_1 {
        display: none;
    }
    .beauty-hero__content {
       padding: 40px 0;
       background: url('/beautycode//css/img/beauty-image1.png');
       background-size: cover;
       background-position: 50% 100%;
       padding-bottom: 60px;
    }
    .beauty-hero__block {
        max-width: none;
        margin-left: 0;
    }
    .beauty-hero__tile-item_2 {
        padding-left: 0;
    }
    .beauty-hero__tile-item_3 {
        width: 50%;
        min-width: 50%;
    }
    .beauty-systems__top-image {
        width: 50%;
        min-width: 50%;
    }
    .beauty-group {
        display: block;
    }
    .beauty-group__image {
        width: 100%;
        min-width: 100%;
    }
    .beauty-group__content {
        width: 100%;
        min-width: 100%;
    }
    .beauty-systems .beauty-group__image {
        margin-left: 0;
    }
    .beauty-systems .beauty-block {
        margin-left: 0;
        margin-top: 8px;
        max-width: none;
    }
    .beauty-systems {
        padding-bottom: 60px;
    }
    .beauty-care {
        padding: 30px 0;
    }
    .beauty-care .beauty-group__tile-item_1 {
        padding-left: 4px;
        padding-right: 4px;
    }
    .beauty-care .beauty-group__tile {
        width: auto;
        min-width: 0;
        margin-top: 0;
        margin-left: -4px;
        margin-right: -4px;
    }
    .beauty-group__tile-item {
        padding: 4px;
    }
    .beauty-group__tile-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .beauty-care .beauty-group__tile-item_2,
    .beauty-care .beauty-group__tile-item_3 {
        width: 50%;
        min-width: 50%;
        padding-top: 4px;
    }
    .beauty-care .beauty-group__tile-item_3 img {
        width: 100%;
        min-width: 100%;
    }
    .beauty-care .beauty-group__content {
        padding-top: 8px;
        padding-bottom: 0;
    }
    .beauty-care .beauty-block {
        margin-right: 0;
        width: auto;
        min-width: 0;
    }
    .beauty-skin .beauty-group__tile-item_3 {
        width: 50%;
        min-width: 50%;
    }
    .beauty-skin .beauty-group__tile-item_2 {
        width: 50%;
        min-width: 50%;
    }
    .beauty-skin .beauty-group__tile-item_2 img {
        width: 100%;
        min-width: 100%;
    }
    .beauty-skin .beauty-group__content {
        padding-top: 8px;
    }
    .beauty-skin .beauty-block {
        max-width: none;
        margin-left: 0;
        border: 1px solid #E5DDEB;
        background: rgba(229, 221, 235, 0.40);
        margin-top: 0px;
    }
    .beauty-code .beauty-block {
        max-width: none;
        margin-left: 0;
    }
    .beauty-code__item {
        padding-top: 60px;
    }
    .beauty-code__item_1,
    .beauty-code__item_2 {
        width: 100%;
        min-width: 100%;
    }
    .beauty-code__item_1 .beauty-step {
        margin-top: 0;
    }
    .beauty-code__group {
        margin-top: 0;
    }
    .beauty-step__layout {
        position: static;
        opacity: 1;
        padding: 16px;
    }
    .beauty-step__title {
        padding-top: 0;
    }
    .beauty-code__item_2 .beauty-step__title {
        padding-top: 0;
    }
    .beauty-code__item_3 .beauty-step {
        padding-left: 0;
        padding-top: 0;
        margin-top: 0;
        display: block;
    }
    .beauty-code__item_3 .beauty-step__content {
        padding-left: 0;
    }
    .beauty-code__item_3 .beauty-step__image {
        width: 100%;
        min-width: 100%;
    }
    .beauty-group__scale-image {
        height: 100%;
    }

    .beauty-goods {
        padding-bottom: 0px;
    }

    .beauty-goods .goods {
        padding: 30px 20px 0px;
    }
}
/* 991 */

@media screen and (max-width: 767px) {
    .beauty-hero {
        padding-bottom: 24px;
    }
    .beauty-hero__tile-item_3 .beauty-hero__tile-image {
        width: 100%;
        height: 100%;
    }
    .beauty-hero__tile {
        padding-bottom: 0;
    }
    .beauty-hero__title {
        margin-top: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .beauty-hero__title img {
        margin: 0 auto;
    }
    .beauty-systems__title {
        padding: 0;
    }
    .beauty-systems {
        padding-top: 60px;
    }
    .beauty-block {
        padding: 24px 16px;
    }
    .beauty-hero__bottom {
        right: 16px;
        left: 16px;
    }
    .beauty-button,
    .beauty-label {
        height: 40px;
        font-size: 16px;
        width: 100%;
    }
    .beauty-skin__button {
        text-align: center;
        margin-top: 16px;
        padding: 0 16px;
    }
    .beauty-skin {
        padding-bottom: 24px;
    }
    .beauty-code__bottom {
        right: 16px;
        left: 16px;
    }
    .beauty-video__link {
        height: 360px;
    }

    .beauty-goods {
        padding-bottom: 0px;
    }

    .beauty-goods .goods {
        padding: 30px 20px 0px;
    }
}
/* 767 */

@media screen and (max-width: 575px) {
    .beauty-page {
        font-size: 16px;
    }
    .beauty-main-title {
        font-size: 30px;
    }
    .beauty-title {
        font-size: 28px;
    }
    .beauty-hero__text {
        margin-top: 16px;
        font-size: 18px;
    }
    .beauty-systems__title {
        font-size: 40px;
    }
    .beauty-subtitle {
        font-size: 18px;
    }
    .beauty-block__deliver {
        height: 4px;
    }
    .beauty-step__title {
        font-size: 20px;
    }
    .beauty-button_secondary {
        font-size: 14px;
    }
    .beauty-goods .goods {
        padding: 30px 20px 0px;
    }
    .beauty-care {
        padding: 0px 0;
    }
}
/* 578 */

/* End */


/* Start:/local/templates/main/layout/bx-styles/wish-list-nalichie.css?17754661712751*/
.wish-list-nalichie-dialog {
  position: absolute;
  max-width: 400px;
  width: 400px;
  height: 245px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
.wish-list-nalichie-close {
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -15px;
  color: #272727;
  background-color: #eaeaea;
  border-radius: 50%;
  font-weight: 400;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 25px;
  opacity: 1
}
.wish-list-nalichie-content {
  text-align: left;
  padding: 30px 30px 38px 16px
}
.wish-list-nalichie--send .wish-list-nalichie-content {
  padding-top: 90px
}
.wish-list-nalichie-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}
.wish-list-nalichie-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700
}
.wish-list-nalichie-sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff
}
.wish-list-nalichie-wrapper {
  width: 400px;
  height: 245px;
  font-family: WixMadeforDisplay,Arial,sans-serif;
  box-sizing: border-box;
  position: relative;
  background-color: #f9f9fa;
  background-image: url(/local/templates/main/layout/bx-styles/../img/backgrounds/wish-list-nalichie.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  line-height: 1.4;
  box-shadow: 1px 1px 20px 2px rgba(1,2,2,.1),0 0 0 0 #fff
}
.wish-list-nalichie-wrapper form {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.wish-list-nalichie-wrapper input[type=email],
.wish-list-nalichie-wrapper input[type=text] {
  font-size: 16px;
  background-color: #fff;
  color: #282828;
  display: block;
  width: 260px;
  height: 45px;
  font-weight: 400;
  text-align: left;
  padding-left: 29px;
  outline: 0;
  border-radius: 0;
  box-shadow: -1px 1px 20px 2px rgba(1,2,2,.1)
}
.wish-list-nalichie-wrapper input.has-error {
  border: 1px solid red
}
.wish-list-nalichie-wrapper button[type=submit] {
  display: block;
  width: 140px;
  height: 45px;
  background: #592c82;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  border-radius: 0;
  box-shadow: -1px 1px 20px 2px rgba(1,2,2,.1);
  cursor: pointer;
  outline: 0;
  border: none;
  text-decoration: none;
  transition: .3s;
  padding: 0
}
.wish-list-nalichie-wrapper button[type=submit]:hover {
  color: #fff;
  background: #aa7dd6
}
@media (max-width:768px) {
  .wish-list-nalichie-dialog {
    width: 80%;
    max-width: 80%
  }
  .wish-list-nalichie-wrapper {
    width: 100%
  }
  .wish-list-nalichie-wrapper input[type=email],
  .wish-list-nalichie-wrapper input[type=text] {
    width: calc(100% - 100px)
  }
  .wish-list-nalichie-wrapper button[type=submit] {
    width: 110px
  }
}
/* End */
/* /beautycode//css/style.css?177546616820861 */
/* /local/templates/main/layout/bx-styles/wish-list-nalichie.css?17754661712751 */
