@font-face {
    font-weight: normal;
    font-family: "Mistral";
    font-style: normal;

    src: url("//viposidn.com/content/c7bRn4fKC30U9Aj/fonts/Mistral.eot");
    src: url("//viposidn.com/content/c7bRn4fKC30U9Aj/fonts/Mistral.eot?#iefix") format("embedded-opentype"),
    url("//viposidn.com/content/c7bRn4fKC30U9Aj/fonts/Mistral.woff2") format("woff2"),
    url("//viposidn.com/content/c7bRn4fKC30U9Aj/fonts/Mistral.woff") format("woff"),
    url("//viposidn.com/content/c7bRn4fKC30U9Aj/fonts/Mistral.ttf") format("truetype");
}

html {
	scroll-behavior: smooth;
}
body {
    font-size: 18px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
}
img {
    max-width: 100%;
}
* {
    box-sizing: border-box;
}
hr {
	border: none;
	border-top: 1px solid #A12000;
	margin: 0;
}
.form-text {
	display: flex;
	gap: 30px;
}
.form-text-text {
	display: flex;
	flex: 1 0 300px;
}
.ac_footer {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 50px 0;
	color: #A12000;
}
.ac_footer a {
	color: #A12000;
}
.ac_footer p {
	text-align: center;
}
img[height="1"], img[width="1"] {
	display: none !important;
}
.button__text:after {
	content: '*';
	display: inline-block;
	font-size: 75%;
	vertical-align: top;
}

.sec7 {
	overflow: hidden;
}

.stuck, .price {
	display: block;
	width: 100%;
	text-align: left;
	color: #A12000;
	font-size: 16px;
}
.mail {
	color: #A12000;
	text-decoration: none;
}
.back, .backFromAdress {
	width: 100%;
	text-align: right;
	font-size: 22px;
	color: #A12000;
	margin-bottom: 0;
}
.back:hover, .backFromAdress:hover {
	cursor: pointer;
}
.card-section {
	min-height: 402px;
}
.card-cont {
	display: flex;
	justify-content: center;
	padding: 20px;
	gap: 30px;
}

.card-cont-mob {
	display: none;
}
.card-cont-next {
	display: none;
	justify-content: center;
	padding: 20px;
	gap: 30px;
}
.card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 33%;
	min-height: 300px;
	background-color: white;
	padding: 0 25px 45px 25px;
	border-radius: 5px;
	box-shadow: 0 17px 43px 0 rgba(65, 58, 68, 0.17);
}
.card-mob {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	max-width: 320px;
	min-height: 300px;
	background-color: white;
	padding: 0 25px 45px 25px;
	border-radius: 5px;
	box-shadow: 0 17px 43px 0 rgba(65, 58, 68, 0.17);
}
.card-next,
.succ {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	gap: 10px;
	min-height: 300px;
	background-color: white;
	padding: 0 15px 45px 15px;
	border-radius: 5px;
}


.success {
	width: 80px;
	height: 80px;
}
.info {
	text-align: center;
	color: #A12000;
	font-size: 14px;
}
.form-next {
	padding: 0px 0 0 0;
	width: 100%;
	text-align: center;
}
.form-next.qr {
	max-width: 300px;
}
.form-next.adr {
	max-width: 330px;
}
.form-qr-div {
	display:flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	color: #A12000;
	font-size: 16px;
}
#pencil:hover {
	cursor: pointer;
}
.adr {
	display: none;
	padding: 10px 0 0 0;
}
.adr-hidden {
	display: none;
}

.form-qr-div label {
	display: flex;
}
.form-qr-div input {
	display: flex;
	width: 33px;
	text-align: right;
	border: none;
	outline: none;
	transition: all 0.3s;
	color: #A12000;
}

.form-x-div {
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	margin: 0 0 7px 0;
	font-size: 16px;
}
.form-x-div label {
	min-width: 65px;
	text-align: left;
	font-size: 16px;
}
.form-x-label {
	display: flex;
}
.form-x-input {
	background-color: rgba(252, 252, 252, .7);
	margin: 0 0 0 10px;
	height: 40px;
	text-align: center;
	display: flex;
	width: 100%;
	max-width: 200px;
	border: 1px solid #de118f;
	outline: none;
	transition: all 0.3s;
}
.form-radio-input {
	margin: 0 0 0 10px;
	height: 40px;
	text-align: center;
	display: flex;
	width: 220px;
	border: none;
	outline: none;
	transition: all 0.3s;
}
.form-radio-input-country {
	margin: 0 0 0 10px;
	width: 200px;
	display: flex;
	justify-content: space-between;
}

.form__input {
	background-color: rgb(252, 252, 252);
	width: 120px;
	height: 50px;
	text-align: center;
	padding: 10px;
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #de118f;
	outline: none;
	transition: all 0.3s;
}

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem);
}
.button-send {
    display: inline-block;
    width: 120px;
    height: 50px;
    padding: 10px 10px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #de118f;
 	border: 2px solid #de118f;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
}


.button-send:hover {
	border: 0px solid #de118f;
    background: rgba(222, 17, 143, 0.8);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.radio {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;

}
.form__price {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 0 30px 0;
}
.form__price-old {
    font-size: 17px;
    /* line-height: 21px; */
    vertical-align: middle;
}
.form__price-old-mob {
	display: flex;
	flex: 1 1 100%;
	justify-content: flex-end;
    font-size: 17px;
    /* line-height: 21px; */
    vertical-align: middle;
}

.form__price-new {
    margin-left: 20px;
    font-weight: 700;
    font-size: 48px;
    /* line-height: 21px; */
    vertical-align: middle;
}
.form__price-new-mob {
    margin-left: 20px;
    font-weight: 700;
    font-size: 28px;
    min-width:65px;
    text-align: right;
    margin: 0;
    vertical-align: middle;
}

.price-mob {
	display: flex;
	width: 100%;
	max-width: 227px;
	align-items: center;
	gap: 10px;
}
.red-circle {
	display: block;
	text-align: center;
	border-radius: 50%;
	background-color:#de118f;
	color: white;
	width: 30px;
	height: 30px;
}	
/* ------------------------------------------- */
.wrapper {
    overflow: hidden;
}

.dib-row {
    font-size: 0;
}

.clearfix:after {
    content: "";

    display: table;
    clear: both;
}

.prod-name {
    font-weight: 400;
    font-size: 80px;
    font-family: "Mistral";
    color: #de118f;
    text-transform: none;
}

.title {
    position: relative;

    margin-bottom: 30px;
    padding-bottom: 20px;

    font-weight: 700;
    font-size: 46px;
    line-height: 66px;
    text-align: center;
    color: #220000;
    text-transform: uppercase;
}

.title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 136px;
    height: 4px;

    background-color: #de118f;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.subtitle {
    margin-bottom: 54px;

    text-align: center;
    color: #220000;
}

.container,
.con-tainer {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

/* BUTTON */
.button {
    display: inline-block;
    width: 100%;
    max-width: 227px;
    padding: 20px 10px;

    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;

    background-color: #de118f;
    border: none;
    outline: none;
    cursor: pointer;

    -webkit-transition: all 0.5s;
            transition: all 0.5s;
}
.button-mob {
    display: inline-block;
    width: 100%;
    max-width: 227px;
    padding: 10px 10px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #de118f;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
}


.button:hover,
.button-mob:hover {
    background: rgba(222, 17, 143, 0.8);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.sec1 {
    padding-top: 170px;
    padding-bottom: 140px;

    text-align: center;

    background-image: url("/img/sec1__bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sec1__title {
    margin-top: 0;
    margin-bottom: 80px;

    font-weight: 700;
    font-size: 60px;
    line-height: 81px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.sec1__title span {
    font-size: 120px;
    color: #de118f;
}

.sec1__subtitle {
    width: 100%;
    max-width: 675px;
    margin: 0 auto 120px;

    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.button_more {
    margin-left: 27px;
    padding-top: 18px;
    padding-bottom: 18px;

    color: #de118f;

    background-color: #000000;
    border: 2px solid #de118f;
}

.button_more:hover {
    background: rgba(0, 0, 0, 0.5);
}

.sec2 {
    padding-top: 65px;
    padding-bottom: 90px;
}

.sec2 .dib-row {
    counter-reset: list1;
}

.sec2__item {
    position: relative;

    display: inline-block;
    width: 30%;
    margin-right: 3%;

    vertical-align: top;
}


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

.sec2__item-title {
    margin-bottom: 18px;

    font-weight: 700;
    font-size: 20px;
    color: #de118f;
    text-transform: uppercase;
}

.sec2__item p {
    margin-bottom: 0;

    font-size: 18px;
}

.sec2__item-img {
    position: relative;

    display: inline-block;
    width: 163px;
    height: 163px;
    margin-bottom: 20px;
    margin-left: -20px;
}

.sec2__item-img::before {
    content: counter(list1);
    position: absolute;

    width: 22px;
    height: 22px;

    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;

    background-color: #de118f;
    border-radius: 50%;

    counter-increment: list1;
}

.sec2__item:nth-child(1) .sec2__item-img::before {
    top: 25px;
    left: 115px;
}

.sec2__item:nth-child(2) .sec2__item-img::before {
    top: 110px;
    left: 20px;
}

.sec2__item:nth-child(3) .sec2__item-img::before {
    top: 10px;
    left: 45px;
}

.sec2__decor-1 {
    position: absolute;
    top: -20px;
    right: -114px;
}

.sec2__decor-2 {
    position: absolute;
    bottom: -180px;
    left: -240px;
    z-index: 2;
}

.sec3 {
    position: relative;

    padding-top: 100px;
    padding-bottom: 70px;

    background-color: #e3cdc0;
    /* background-image: url("/img/sec3__white-bg.png"); */
    background-repeat: no-repeat;
    background-position: center -180px;
}

.sec3__content {
    position: relative;

    width: 786px;
    margin-bottom: 25px;
    margin-left: auto;
    padding: 50px 25px 60px 255px;

    color: #220000;

    background-color: #ffffff;
}

.sec3__content-title {
    margin-bottom: 45px;

    font-size: 34px;
    line-height: 36px;
    color: #de118f;
    letter-spacing: -1px;
}

.sec3__list-title {
    margin-bottom: 20px;

    font-weight: 700;
    text-transform: uppercase;
}

.sec3__content-text {
    margin-bottom: 45px;
}

.sec3__list {
    margin: 0;
    padding: 0;

    list-style-type: none;
}

.sec3__list li {
    position: relative;

    margin-bottom: 20px;
    padding-left: 28px;
}

.sec3__list li:last-child {
    margin-bottom: 0;
}

.sec3__list li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;

    width: 20px;
    height: 21px;

    background-image: url("/img/sec3__check.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.sec3__woman {
    position: absolute;
    bottom: -143px;
    left: -325px;
    z-index: 2;
}

.sec3__decor-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.sec3__decor-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec3__decor-3 {
    position: absolute;
    top: 120px;
    right: 0;
}

.sec3__decor-4 {
    position: absolute;
    top: 20px;
    left: -300px;
}

.sec3__decor-5 {
    position: absolute;
    right: -140px;
    bottom: -60px;
}

.sec3__decor-6 {
    position: absolute;
    top: -26px;
    left: -235px;
    z-index: 1;
}

.components {
    position: relative;
    z-index: 3;
}
.slick-slack {
	z-index: 5;
}
.sec3__item {
    width: 100%;
    max-width: 254px;
    height: 100%;
    min-height: 517px;
    margin-right: 7px;
    padding: 25px 15px;
    font-size: 18px;
    text-align: center;

    background-color: rgba(255, 255, 255, 0.302);
    box-shadow: 0 5px 17px 0 rgba(108, 81, 64, 0.21);

    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}
.sec3__item:last-child {
    margin-right: 0;
}

.sec3__item_white {
    background-color: #ffffff;
}

.sec3__item-img {
    margin: 0 auto 15px;
    padding: 10px;

    border: 1px solid #de118f;
    border-radius: 50%;
}

.sec3__item-title {
    position: relative;

    padding-bottom: 5px;

    font-weight: 700;
    text-transform: uppercase;
}

.sec3__item-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 86px;
    height: 3px;

    background-color: #de118f;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

/*.slick-list {
    margin-right: -7px;
    overflow: visible;
}*/


.sec4 {
    padding-top: 120px;
    padding-bottom: 110px;
}

.sec4 .dib-row {
    counter-reset: list2;
}

.sec4__decor-1 {
    position: absolute;
    top: 0;
    left: -400px;
}

.sec4__decor-2 {
    position: absolute;
    top: 170px;
    right: 0;
    z-index: 3;
}

.sec4__item {
    position: relative;

    display: inline-block;
    width: 33%;

    font-size: 18px;
    vertical-align: top;
    text-align: center;
}

.sec4__image-wrap {
    position: relative;

    display: inline-block;
    padding: 20px;

    vertical-align: top;

    border: 1px solid #de118f;
    border-radius: 50%;
}

.sec4__image-wrap::before {
    content: counter(list2);
    position: absolute;
    top: 45px;
    left: 0;

    width: 41px;
    height: 41px;

    font-weight: 300;
    font-size: 23px;
    line-height: 41px;
    text-align: center;
    color: #ffffff;

    background-color: #de118f;
    border-radius: 50%;

    counter-increment: list2;
}

.sec4__item-img {
    position: relative;
    z-index: 2;

    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 12px 29px 0 rgba(0, 0, 0, 0.07);
}

.sec4__item-img_decor {
    position: absolute;
    top: -40px;
    left: 30px;
    z-index: 1;
}

.sec4__text {
    padding: 0 8px;
}

.sec4__text strong {
    color: #de118f;
}

.sec4 .button {
    display: block;
    margin: 30px auto 0;
}

.sec5 {
    padding-top: 120px;
    padding-bottom: 140px;

    background-image: url("/img/sec5__bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.sec5 .title {
    margin-bottom: 130px;

    color: #ffffff;
}

.sec5__item {
    position: relative;

    display: inline-block;
    width: 33%;
    padding: 240px 25px 0;

    font-weight: 700;
    font-size: 18px;
    vertical-align: top;
    text-align: center;
    color: #ffffff;
}

.sec5__item:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 180px;
    left: -52px;

    width: 68px;
    height: 22px;

    background: url("/img/arrow.png") no-repeat center center;
    background-size: cover;
}

.sec5__item:first-child {
    margin-right: 35px;
    margin-left: -40px;
}
.sec5__item:last-child {
    margin-right: -40px;
    margin-left: 35px;
}

.sec5__item p {
    margin: 0;
}

.sec5__img-wrap {
    position: relative;
}

.sec5__item-img {
    position: absolute;
    bottom: 0;
    left: 50%;

    max-width: initial;

    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.sec5__item:last-child .sec5__item-img {
    left: 30%;
}

.sec5__bg {
    position: absolute;
    top: 0;
    left: 50%;

    width: 376px;
    max-width: initial;

    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.sec5__decor-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.sec5__decor-2 {
    position: absolute;
    top: -100px;
    right: 0;
}

.sec6 {
    position: relative;
	overflow: hidden;
    padding: 100px 0;

    background-color: #e3cdc0;
}

.sec6__woman {
    position: absolute;
    top: 0;
    left: -440px;

    height: 100%;
}

.sec6 .title {
    font-size: 36px;
    line-height: 50px;
    text-transform: none;
}

.reviews {
    margin-bottom: 30px;
}

.reviews__item {
    margin-right: 13px;
    padding: 20px 10px;

    text-align: center;
    text-align: center;
    color: #220000;
    /* width: 325px; */
    font-style: italic;

    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 5px 17px 0 rgba(108, 81, 64, 0.18);
}

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

.reviews__item_mid {
    box-shadow: 0 20px 29px 0 rgba(108, 81, 64, 0.55);
}

.reviews__quote {
    margin-bottom: 15px;
}

.reviews__rating {
    width: 100px;
    height: 16px;
    margin: 0 auto;
    margin-bottom: 10px;

    background: url("/img/star.png") repeat-x center center;
}

.reviews__item p {
    margin: 0 0 15px;
}

.reviews__ava {
    margin: 0 auto 15px;
}

.reviews__name {
    color: #a1a1a1;
    font-style: normal;
}

.sec6__bottom-text {
    width: 100%;
    max-width: 834px;
    margin: 0 auto;

    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #de118f;
}

.sec6__decor-1 {
    position: absolute;
    right: 0;
    bottom: 0;

    width: auto;
}

.sec6__decor-2 {
    position: absolute;
    top: -270px;
    right: -420px;
}

.sec7 {
    padding: 100px 0;
	min-height: 760px;
    background-color: #f9f9fb;
    background-image: url("/img/sec7__decor1.png"), url("/img/sec7__decor2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 190px top, left bottom;
}

.form {
    width: 393px;
    margin-left: 50px;
    padding: 45px 60px 60px;
    background-color: rgb(223, 194, 179);
    border-radius: 5px;
    box-shadow: 0 17px 43px 0 rgba(65, 58, 68, 0.17);
}
.contSucc {
	display: none;
	width: 393px;
    margin-left: 50px;
    padding: 45px 60px 60px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 17px 43px 0 rgba(65, 58, 68, 0.17);
}

.form .button {
    max-width: 100%;
}

.form__title {
    margin-bottom: 20px;

    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
}


.form__inp {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 0 15px;

    font-size: 16px;
    line-height: 50px;
    color: #000000;

    background-color: #ffffff;
    border: none;
    outline: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select.form__inp {
    background-image: url("/img/select.png");
    background-repeat: no-repeat;
    background-position: 93% 50%;
}

.form__inp::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(0, 0, 0, 0.42);
}
.form__inp:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, 0.42);
}
.form__inp::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, 0.42);
}
.form__inp:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(0, 0, 0, 0.42);
}

.form__note {
    margin-bottom: 15px;

    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #de118f;
}

.form__line {
    position: relative;

    width: calc(100% + 120px);
    margin-top: 17px;
    margin-bottom: 30px;
    margin-left: -60px;
    padding: 15px 60px;

    text-align: center;

    background-color: rgba(255, 255, 255, 0.32);
}

.form__line::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;

    width: 0;
    height: 0;

    border: 0 solid transparent;
    border-top: 14px solid rgba(255, 255, 255, 0.32);
    border-right-width: 14px;
    border-left-width: 14px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.sec7 .title {
    z-index: 2;

    margin-bottom: 30px;
    padding-bottom: 0;
}

.sec7 .title::after {
    content: none;
}

.sec7__prod {
    position: absolute;
    right: -30px;
    bottom: -190px;

    max-width: 590px;
}

.sec7__cup {
    position: absolute;
    right: -290px;
    bottom: 0;
}

.hide-on-web {
    display: none!important;
}

@media only screen and (max-width: 1230px) {
	.ac_footer {
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 992px) {
	.ac_footer {
		padding: 15px;
		font-size: 11px;
		line-height: 1.2;
	}

    body {
        font-size: 16px;
    }

    .hide-on-wap {
        display: none!important;
    }

    .hide-on-web {
        display: block!important;
    }

    .container {
        max-width: 320px;
        padding: 0 10px;
    }

    .title {
        font-size: 25px;
        line-height: 28px;
    }

    .subtitle {
        font-size: 21px;
        line-height: 26px;
    }

    .button {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .sec1 {
        padding-top: 15px;
        padding-bottom: 60px;
    }

    .sec1 .button_more {
        margin-top: 15px;
    }

    .sec1__title {
        margin-bottom: 40px;

        font-size: 20px;
        line-height: 1.4;
    }

    .sec1__title span {
        display: block;

        font-size: 82px;
        line-height: 1;
    }

    .sec1__subtitle {
        margin-bottom: 40px;

        font-size: 20px;
        line-height: 24px;
    }

    .sec2__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;

        text-align: center;
    }

    .sec2__item:last-child {
        margin-bottom: 0;
    }

    .sec2__item-title {
        margin-bottom: 10px;

        font-size: 16px;
        line-height: 1;
    }
    .sec2__item p {
        margin: 0;
    }

    .sec2__item-img {
        width: 115px;
        height: 115px;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
    }

    .sec2__item-img::before {
        width: 16px;
        height: 16px;

        font-size: 11px;
        line-height: 16px;
    }

    .sec2__item:nth-child(1) .sec2__item-img::before {
        top: 20px;
        left: 82px;
    }

    .sec2__item:nth-child(2) .sec2__item-img::before {
        top: 75px;
        left: 15px;
    }

    .sec2__item:nth-child(3) .sec2__item-img::before {
        top: 10px;
        left: 35px;
    }

    .sec2__decor-1 {
        top: 350px;
        right: -20px;
    }

    .sec2__decor-2 {
        bottom: -160px;
        left: -30px;
        z-index: 2;

        width: 112px;
    }

    .sec3 {
        padding-top: 80px;

        background-image: url("/img/sec3__white-bg_mob.png");
        background-repeat: no-repeat;
        background-position: center -280px;
    }
    .sec3__decor-1 {
        left: -260px;
    }

    .sec3__decor-3 {
        margin-right: -240px;
    }

    .sec3 .subtitle {
        position: relative;

        margin-bottom: 495px;
    }

    .sec3__content {
        z-index: 5;

        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 15px 10px 30px;

        text-align: center;

        background-color: rgba(255, 255, 255, 0.86);
    }

    .sec3__content-title {
        margin-bottom: 20px;

        font-size: 26px;
        line-height: 27px;
        text-align: center;
    }

    .components {
        width: calc(100% + 20px);
        margin-bottom: 30px;
        margin-left: -10px;
        padding: 0;
    }

    .sec3__list-title {
        margin-bottom: 5px;
    }
    .sec3__list li {
        margin-bottom: 5px;
        padding-top: 20px;
        padding-left: 0;
    }

    .sec3__list li::before {
        top: 0;
        left: 50%;

        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .sec3__decor-2 {
        display: none;
    }

    .sec3__decor-5 {
        right: -80px;
        bottom: -90px;

        width: 163px;
    }

    .sec3__decor-4 {
        width: 116px;
    }
    .sec3__decor-6 {
        top: auto;
        bottom: -430px;
        left: -40px;

        width: 431px;
        max-width: initial;
    }

    .sec3__woman {
        /*! bottom: -300px; */
        bottom: -580px;
        left: -80px;

        width: 487px;
        max-width: initial;
    }

    .sec3__item {
        max-width: 320px;
        margin: 0;

        font-size: 16px;

        box-shadow: 0 5px 17px 0 rgba(108, 81, 64, 0.21);
    }
    .sec3__item p {
        margin: 10px 0 0;

        line-height: 18px;
    }

    .slick-list {
        box-sizing: content-box;
        margin: 0;
        padding-bottom: 30px;
        overflow: hidden;
    }

    .slick-dots {
        bottom: -45px;
    }

    .sec3__item-img {
        width: 136px;
    }

    .slick-dots li button {
    }

    .slick-dots li button::before {
        content: "";

        width: 14px;
        height: 14px;

        background-color: #ffffff;
        border-radius: 50%;
        opacity: 1;
    }

    .slider-prev,
    .slider-next {
        position: absolute;
        bottom: -44px;
        z-index: 2;

        width: 19px;
        height: 28px;
        padding: 0;

        font-size: 0;

        background-color: transparent;
        background-image: url("/img/slider-arrow.png");
        background-repeat: no-repeat;
        background-position: center center;
        border: none;
        outline: none;
    }

    .slider-prev {
        left: 50px;
    }

    .slider-next {
        right: 50px;

        background-image: url("/img/slider-arrow.png");
        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1);
    }

    .slider-prev:active,
    .slider-next:active,
    .slider-prev:hover,
    .slider-next:hover {
        background-image: url("/img/slider-arrow_active.png");
    }

    .slick-dots li.slick-active button::before {
        background-color: #de118f;
        opacity: 1;
    }

    .sec4 {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .sec4__decor-1 {
        top: 460px;
        left: -40px;

        width: 144px;
    }

    .sec4__item {
        width: 100%;
    }

    .sec4__image-wrap {
        position: relative;
        z-index: 2;

        width: 196px;
    }
    .sec4__image-wrap::before {
        top: 15px;
        left: -2px;
    }

    .sec4__item-img_decor {
        width: 274px;
    }

    .sec4__decor-2 {
        top: 100px;
    }

    .sec4 .button {
        margin-top: 0;
    }

    .sec5 {
        padding-top: 40px;
        padding-bottom: 60px;

        background-image: url("/img/sec5__bg-mob.jpg");
    }

    .sec5 .title {
        margin-bottom: 20px;
    }

    .sec5__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 210px 10px 0;

        font-size: 18px;
    }


    .sec5__item:first-child {
        margin-right: 0;
        margin-bottom: 60px;
        margin-left: 0;
    }

    .sec5__item:last-child {
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 235px;
    }

    .sec5__bg {
        width: 295px;
    }

    .sec5__decor-1 {
        top: 30px;
        left: 40px;

        width: 81px;
    }
    .sec5__decor-2 {
        top: 10px;

        width: 180px;
    }

    .sec5__item:not(:first-child)::after {
        top: 42px;
        left: 126px;

        width: 48px;

        background-size: contain;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }

    .sec5__item:first-child .sec5__item-img {
        width: 284px;
    }

    .sec5__item:nth-child(2) .sec5__item-img {
        width: 219px;
    }

    .sec5__item:nth-child(3) .sec5__item-img {
        width: 312px;
    }

    .sec5__item:nth-child(3)::after {
        top: 14px;
    }

    .sec6 {
        padding: 50px 0;
    }

    .sec6__decor-1 {
        right: -230px;
    }

    .sec6__decor-2 {
        top: -111px;
        right: -40px;

        width: 131px;
    }

    .sec6 .title {
        font-size: 26px;
        line-height: 28px;
    }

    .reviews {
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 0;
    }

    .reviews.slick-slider {
        margin-bottom: 70px;
    }

    .reviews__ava {
        width: 101px;
    }

    .reviews__item {
        max-width: 370px;
        margin-right: 0;
    }

    .reviews__item_mid {
        box-shadow: 0 5px 17px 0 rgba(108, 81, 64, 0.18);
    }

    .sec6__bottom-text {
        font-size: 16px;
        line-height: 22px;
    }

    .sec7 {
        background-position: -110px top, left bottom;
        background-size: auto 130px, auto;
    }

    .sec7__prod {
        position: relative;
        right: auto;
        bottom: auto;
        left: -40px;

        width: 311px;
    }

    .sec7__cup {
        top: 300px;
        right: -90px;
        bottom: auto;

        width: 210px;
    }
    .form,
    .contSucc {
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 40px 27px;
    }

    .form__title {
        font-size: 24px;
        line-height: 21px;
        text-align: center;
    }

    .form__line {
        width: calc(100% + 54px);
        margin-left: -27px;
        padding: 15px 27px;
    }

    .sec7 .prod-name {
        font-size: 55px;
    }
}
@media (max-width: 993px) {
	.sec3__item {
    	min-height: 350px;
	}
	.form-text {
		flex-wrap: wrap-reverse;
		gap: 15px;
	}
}

@media (max-width: 808px) {
	.card-cont {
		display: none;
	}
	.card-cont-mob {
		display: flex;
		justify-content: center;
		padding: 20px;
		gap: 30px;
	}
}
