.landing-page--name {
	position: relative;
	text-align: center;
	z-index: 1;
}

h1.lp-h1 {
	font-size: calc(28px + 26 * ((100vw - 320px) / (1600 - 320)));
	margin: calc(16px + 52 * ((100vw - 320px) / (1600 - 320))) 0 20px;
}

h2.lp-title,
h3.lp-title {
	font-size: 2rem;
	margin: 50px 0 30px;
	line-height: 1.4;
	text-align: center;
}

.lp-title--sign {
	position: relative;
	padding: 0 20px;
	margin: 0 auto calc(30px + 30 * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	font-size: calc(16px + 4 * ((100vw - 320px) / (1600 - 320)));
	font-weight: 500;
	color: var(--color-dop);
	line-height: 1.4;
}

.lp-page--content {
	padding: 0 clamp(12px, 2.5vw, 22px) 30px;
	min-width: 320px;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

.landing-section {
	position: relative;
}


.lp-image--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.lp-last-section {
	margin-bottom: 100px;
}

/*** Lp Top-slider ***/
.lp-slider--wrap {
	position: relative;
	padding: 0 2vw;
	max-width: 1200px;
	margin: 0 auto;
}

.lp-slider--wrap .splide__track {
	padding: 15px 0 0;
}

.lp-slider--slide {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.lp-slider--slide:hover {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}

.lp-slider--img {
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 15px;
}

.lp-slider--info {
	position: relative;
	padding: 0 3px;
	line-height: 1.6;
}

.lp-slider--name {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}

.lp-slider--info-data {
	font-size: 14px;
	color: #7c8793;
}

/*** END Lp Top-slider ***/

/******* Landing для Сари ******/

.lp-main-img--wrap {
	display: block;
	position: relative;
	max-height: 300px;
	margin: 35px auto 50px;
	overflow: hidden;
}

.lp-main-img {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f7f7;
	width: 100%;
	min-height: 100px;
}

.lp-sari--section {
	padding: 30px 0;
}

.lp-sari--art,
.lp-sari--video {
	background: #f7f7f7;
	padding: calc(36px + 24 * ((100vw - 320px) / (1600 - 320))) 0 calc(0px + 60 * ((100vw - 320px) / (1600 - 320)));
}

.lp-sari--blog,
.lp-sari--service {
	padding: calc(36px + 24 * ((100vw - 320px) / (1600 - 320))) 0 calc(0px + 60 * ((100vw - 320px) / (1600 - 320)));
}

.lp-sari--section-title {
	position: relative;
	padding: 0 1vw;
	margin: 0 0 calc(28px + 24 * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	font-size: calc(32px + 16 * ((100vw - 320px) / (1600 - 320)));
	font-weight: 500;
	line-height: 1.1;

}

.lp-sari--content {
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 calc(8px + 16 * ((100vw - 320px) / (1600 - 320)));
	overflow: hidden;
}

.lp-sari--block {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lp-sari--block-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
	overflow: hidden;
	border-radius: var(--box-br);
}

.lp-sari--block-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: var(--box-br);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
	cursor: pointer;
	max-height: 320px;
}

.lp-sari--block-video iframe {
	width: 100%;
	height: 420px;
}

.lp-sari--block-video .play {
	background: url("/icons/YouTube-Play.svg") center center/90% no-repeat;
	display: block;
	position: relative;
	height: 50px;
	width: 80px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.youtube .play:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

.lp-sari--block-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
	position: relative;
	padding: 0 3em;
}

.lp-sari--block-title {
	margin: 0 0 16px;
	font-size: calc(23px + 10 * ((100vw - 320px) / (1600 - 320)));
	font-weight: 500;
	line-height: 1.1;
}

.lp-sari--block-text {
	font-size: calc(16px + 2 * ((100vw - 320px) / (1600 - 320)));
	line-height: 1.4;
}

.lp-sari--block-list li {
	display: block;
	margin: 0 0 16px;
}

.lp-sari--btn {
	background: #131a22;
	border-radius: var(--btn-br);
	display: inline-block;
	margin: 30px 0 0;
	min-width: 240px;
	position: relative;
	padding: 15px 40px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.lp-sari--btn svg {
	position: absolute;
	width: 16px;
	height: 16px;
	--strok: #fff;
	right: 16px;
	top: calc(50% - 8px);
	-webkit-transition: -webkit-transform .2.5s var(--box-trs) 0s;
	transition: -webkit-transform .2.5s var(--box-trs) 0s;
	-o-transition: transform .2.5s var(--box-trs) 0s;
	transition: transform .2.5s var(--box-trs) 0s;
	transition: transform .2.5s var(--box-trs) 0s, -webkit-transform .2.5s var(--box-trs) 0s;
}

.lp-sari--btn:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

.lp-sari--btn:hover svg {
	-webkit-transform: translateX(4px);
	-ms-transform: translateX(4px);
	transform: translateX(4px);
}

/* END Landing Sari*/

/* Landings NEW */
.lp-image--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
}

.lp-image {
	border-radius: var(--box-br);
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 32%;
	flex: 0 1 32%;
	max-width: 360px;
	position: relative;
	margin-bottom: clamp(24px, 6vw, 46px);
	line-height: 0;
}

.lp-image--img {
	border-radius: var(--box-br);
	position: relative;
	overflow: hidden;
}

.lp-image--img img {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.lp-image:hover .lp-image--img img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.lp-image-info {
	border-radius: var(--box-br);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.lp-image-info:after {
	content: "";
	background: -o-linear-gradient(bottom,
			rgba(0, 0, 0, 1) -20%,
			rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear,
			left bottom, left top,
			color-stop(-20%, rgba(0, 0, 0, 1)),
			to(rgba(0, 0, 0, 0)));
	background: linear-gradient(0deg,
			rgba(0, 0, 0, 1) -20%,
			rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 0;
}

.lp-image:hover .lp-image-info:after {
	opacity: 0.4;
}

.lp-image--title {
	position: relative;
	padding: 15px;
	font-size: calc(20px + 15 * ((100vw - 320px) / (1600 - 320)));
	font-weight: 500;
	color: #fff;
	line-height: 1.1;
	transition: .5s;
	z-index: 1;
}

.lp-image:hover .lp-image--title {
	transform: scale(.7);
	transform-origin: bottom left;
}

.lp-image--text {
	display: none;
	position: relative;
	padding: 5px 6px;
	font-size: 1em;
	font-weight: normal;
	color: #bbb;
	z-index: 1;
}

.lp-image--btn {
	background: -webkit-gradient(linear, left top, right top, from(#0d0d0d), to(#0d55dd));
	background: -o-linear-gradient(left, #0d0d0d 0%, #0d55dd 100%);
	background: linear-gradient(90deg, #0d0d0d 0%, #0d55dd 100%);
	border-radius: var(--btn-br);
	width: calc(100% - calc(16px + 8 * ((100vw - 320px) / (1600 - 320))));
	margin: 10px auto;
	margin-bottom: -50px;
	position: relative;
	padding: 16px 22px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
}

.lp-image--btn svg {
	position: absolute;
	width: 16px;
	height: 16px;
	--strok: #fff;
	right: 12px;
	top: calc(50% - 8px);
	-webkit-transition: -webkit-transform .3s var(--box-trs) 0s;
	transition: -webkit-transform .3s var(--box-trs) 0s;
	-o-transition: transform .3s var(--box-trs) 0s;
	transition: transform .3s var(--box-trs) 0s;
	transition: transform .3s var(--box-trs) 0s, -webkit-transform .3s var(--box-trs) 0s;
}

.lp-image:hover .lp-image--btn {
	margin-bottom: 15px;
}

.lp-image--btn:hover {
	background: linear-gradient(90deg, #0d0d0d 0%, #6736d3 100%);
	background: -o-linear-gradient(left, #0d0d0d 0%, #6736d3 100%);
	background: -webkit-gradient(90deg, #0d0d0d 0%, #6736d3 100%);
}

.lp-image--btn:hover svg {
	-webkit-transform: translateX(4px);
	-ms-transform: translateX(4px);
	transform: translateX(4px);
}

/* END Landings NEW */

/* BLACK FRIDAY */
.lp-add-text {
	line-height: 1.5;
}

.lp-big-banner {
	border-radius: var(--box-br);
	margin: 105px auto 40px;
	max-width: 1160px;
	overflow: hidden;
	flex-wrap: nowrap;
}

.lp-big-banner img {
	max-width: 100%;
	text-align: center;
}

.lp-badge-l:before,
.lp-badge-r:before {
	content: "";
	background: url("/images/black-friday.png") no-repeat 100% 100% / contain;
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 10px;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	z-index: 10;
}

.lp-badge-l:before {
	left: 35px;
}

.lp-badge-r:before {
	right: 35px;
}

.f80.lp-color {
	color: #ff3038 !important;
}

/*** Секция - форма подписки ***/
.lp-subscript-form {
	background: url("/images/subscript-form-black.jpg") 0 0/100% no-repeat #eee;
	background-size: cover;
	position: relative;
	padding: 50px 0 70px;
	min-width: 960px;
	border-bottom: 2px solid #9e9697;
}

.lp-subscript-form:before {
	content: "";
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.lp-subscript-heading {
	font-size: 26px !important;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 15px !important;
	color: #fff;
}

.lp-subscript-descript {
	font-size: 16px;
	text-align: center;
	margin-bottom: 25px;
	color: #fff;
}

.landing-subscript-btn {
	background: #2ba59b;
	border-radius: 3px;
	margin-left: 6px;
	padding: 15px 30px;
	cursor: pointer;
	color: #eee;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.landing-subscript-btn:hover {
	background: #07bbac;
}

.landing-subscript-btn:active {
	background: #07bbac;
}

.landing-su-note {
	background: #f56767;
	border-radius: 3px;
	position: absolute;
	padding: 6px 15px 6px 6px;
	bottom: 10px;
	font-size: 13px;
	color: #fff;
	right: 10px;
}

.landing-su-note:before {
	content: "";
	border: inherit;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: 10px solid #f66767;
	position: absolute;
	top: 0px;
	left: -9px;
}

.landing-not-ok {
	background: #6fbb5d;
	right: -230px;
}

.landing-not-ok:before {
	border-right: 14px solid #6fbb5d;
}

/* END Секция - форма подписки */

/* Таймер обратного отсчета */
.eTimer {
	line-height: normal !important;
	padding: 15px 20px !important;
	margin: 50px 0 0 !important;
}

.eTimer .etTitle {
	margin-bottom: 20px !important;
	font-size: 20px !important;
	color: #eee;
}

.eTimer .etSep {
	padding: 5px !important;
}

.eTimer .etUnit .etNumber {
	border: 1px solid #2ba59b !important;
	margin: 2px !important;
	text-align: center;
	font-size: 50px !important;
	color: #fff !important;
	padding: 5px 15px !important;
	border-radius: 24px !important;
}

.eTimer .etUnit .etSign {
	text-align: center !important;
	font-size: 16px !important;
	color: #eee;
}

/*** END Таймер обратного отсчета ***/

/*** END BLACK FRIDAY ***/
.lp-second-name {
	position: relative;
	margin: 20px 0 40px;
	width: 100%;
	font-size: 18px;
	text-align: center;
}

.slider.block-up {
	max-height: 900px;
}

.lp-second-name a:hover {
	color: #333;
}

.lp-big-img,
.lp-badge-l,
.lp-badge-r {
	width: 450px;
	margin: 30px auto 0;
	display: block;
	position: relative;
}

.lp-cat-img {
	position: absolute !important;
}

.photo-1 {
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.photo-2 {
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}

.lp-block-info-1,
.lp-block-info-2,
.lp-block-info-3,
.lp-block-info-4 {
	background: #508fd1;
	border-radius: 0 35px;
	-webkit-box-shadow: 0 5px 20px -5px #507499;
	box-shadow: 0 5px 20px -5px #507499;
	padding: 15px 15px 30px;
	display: block;
	width: 220px;
	font-size: 15px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.lp-block-info-1 {
	left: 10vw;
	top: 60%;
}

.lp-block-info-2 {
	right: 10%;
	top: 60%;
}

.lp-block-info-3 {
	top: 20%;
	right: 10%;
}

.lp-block-info-4 {
	left: 10%;
	top: 60%;
}

.lp-block-info-1:hover,
.lp-block-info-2:hover,
.lp-block-info-3:hover,
.lp-block-info-4:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0 20px 25px -15px #507499;
	box-shadow: 0 20px 25px -15px #507499;
}

.block-text-name {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	line-height: 1;
}

.text-name-bold {
	font-size: 24px;
	font-weight: bold;
}

.block-text-name .f80 {
	font-size: 100px;
	font-weight: 400;
	color: #000;
	position: absolute;
	top: -20px;
	left: -100px;
	letter-spacing: 0;
	width: 90px;
	text-align: right;
}

.block-text-text {
	line-height: 1.4;
	color: #dceaf9;
}

/* Приглашаем Швею */
.lp-section.invite-lewoman {
	position: relative;
	top: -180px;
}

.lp-full-width-img {
	position: relative;
	margin-bottom: 90px;
}

.lp-full-width-img .fw-text {
	position: relative;
	top: 40%;
	width: 100%;
	text-align: center;
}

.lp-full-width-img .fw-text h1 {
	font-size: 32px;
	color: #eee;
	margin: 0 0 20px;
}

.lp-full-width-img .fw-text p {
	font-size: 22px;
	color: #eee;
}

.invite-needlewoman-text h2 {
	margin: 32px 0 12px;
	font-size: 28px;
}

.invite-needlewoman-text h3 {
	margin: 32px 0 12px;
	font-size: 22px;
}

.invite-needlewoman-text {
	max-width: 650px;
	min-width: 300px;
	margin: 40px auto 150px;
	font-size: 16px;
	line-height: 1.8;
}


@media (max-width: 760px) {
	.lp-image {
		flex: 0 1 48%;
		-ms-flex: 0 1 48%;
		-webkit-box-flex: 0;
	}

	.lp-image--title {
		line-height: 1.1;
	}

	/* Lp  Sary */
	.lp-sari--block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.lp-sari--block-img,
	.lp-sari--block-info {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin-bottom: 30px;
	}

	.lp-sari--block-info {
		padding: 0 12px;
	}

	.lp-sari--block-info.sari-bli-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (max-width: 461px) {
	.lp-big-banner {
		flex-wrap: wrap;
	}
}

@media (max-width: 461px) {
	.lp-image--btn {
		margin-bottom: -68px;
	}
}

@media (max-width: 374px) {
	.lp-image--btn {
		padding: 12px 52px 12px 15px;
		font-size: 13px;
	}
}