.manufacture-wrap {
	background: #202020;
}

.base-section {
	position: relative;
	margin-bottom: 20px;
}

.base-section--slide {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.base-section--text {
	background: rgba(0, 0, 0, 0.48);
	border-radius: var(--box-br);
	backdrop-filter: var(--box-blur);
	-webkit-backdrop-filter: var(--box-blur);
	position: absolute;
	padding: 24px 20px 28px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	line-height: 1.6;
	max-width: 800px;
	z-index: 1;
}

.bst-fist,
.bst-last {
	background: inherit;
	position: relative;
	padding: 80px 0;
	margin: 0 auto;
	top: auto;
	left: auto;
	transform: none;
}

.bg-gray {
	background: #f5f3f4;
	position: relative;
}

.manufacture-wrap h1 {
	font-size: 34px;
	font-weight: bold;
	margin: 30px 0 15px;
}

.base-section--text h2 {
	font-size: calc(20px + 14 * ((100vw - 320px) / (1600 - 320)));
	font-weight: bold;
	margin: 0 0 16px;
	text-align: center;
	color: #fff;
}

.bst-fist h2,
.bst-last h2 {
	color: var(--color-main);
}

.base-section--text p {
	font-size: calc(15px + 3 * ((100vw - 320px) / (1600 - 320)));
	color: #d6d6d6;
}

.bst-fist p,
.bst-last p {
	color: var(--color-main);
}

.base-section--text a {
	color: #1683de;
}

.base-section--text .text-link:hover {
	text-decoration: underline;
}

.base-section--text .btn {
	color: #fff;
	margin: 30px 20px;
	flex: 1 1 45%;
	line-height: 1.4;
}


/* END Пошив одежды на заказ */

/* Page Warranty */
.section-warranty {
	overflow: hidden;
}

.section-warranty--content {
	position: relative;
	padding: calc(36px + 44 * ((100vw - 320px) / (1600 - 320))) calc(14px + 2 * ((100vw - 320px) / (1600 - 320)));
	max-width: 960px;
	margin: 0 auto;
	column-gap: 32px;
	row-gap: 32px;
}

.section-warranty h2,
.section-warranty h3 {
	font-size: calc(20px + 6 * ((100vw - 320px) / (1600 - 320)));
	margin: 0 0 calc(16px + 6 * ((100vw - 320px) / (1600 - 320)));
}

.section-warranty p {
	margin: 0 0 10px;
	font-size: calc(14px + 2 * ((100vw - 320px) / (1600 - 320)));
	line-height: 1.6;
}

.section-warranty p:last-child {
	margin-bottom: 0;
}

.section-2 {
	background: #f6f6f6;
}

.section-4 {
	background: #f6f6f6;
}


.section-war--text {
	flex: 1 1 48%;
	min-width: 300px;
	max-width: 400px;
	margin: 0 auto;
	padding: 0 6px;
}

.section-war--img {
	border-radius: var(--box-br);
	flex: 1 1 48%;
	min-width: 300px;
	max-width: 400px;
	margin: 0 auto;
	overflow: hidden;
}

.section-war--text a:hover {
	color: #076fdd;
	text-decoration: underline;
}

.section-war--text b {
	font-weight: 500;
}

/* END Page Warranty */


/* Aferta page */
.oferta-page--wrap {
	align-items: flex-start;
	flex-wrap: nowrap;
	max-width: 1080px;
}

.oferta-title {
	flex: 0 0 310px;
	margin-right: 20px;
	position: sticky;
	top: 120px;
}

.oferta-title--list {
	background: #f7f7f7;
	border-radius: var(--box-br);
	padding: 12px 8px 32px;
	margin-bottom: 8px;
}

.i-oferta-title {
	position: relative;
	width: 200px;
	height: 200px;
	left: calc(50% - 100px);

}

.oferta-title--item {
	border-radius: 16px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 14px 12px;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 500;
	transition: .2s;
	cursor: pointer;
}

.oferta-title--item:hover,
.oferta-title--item.active {
	background: #edecec;
}

.oferta-title--item svg {
	position: relative;
	width: 16px;
	height: 16px;
	transition: transform 0.3s var(--box-trs) 0s;
}

.oferta-title--item:hover svg {
	-webkit-transform: translateX(4px);
	-ms-transform: translateX(4px);
	transform: translateX(4px);
}

.oferta-text-wrap {
	display: none;
}

.oferta-text-wrap.active {
	display: block;
}

.oferta-text-wrap {
	background: #f9f4ea;
	border-radius: var(--box-br);
	padding: calc(12px + 18 * ((100vw - 320px) / (1600 - 320)));
	flex: 1 1 auto;
	max-width: 800px;
	margin: 0 auto 60px;
	font-size: 16px;
	line-height: 1.6;
}

.oferta-text-wrap h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 32px;
}

.oferta-text-wrap h3 {
	padding-left: 6px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.4;
	margin: 30px 0 10px;

}

.oferta-text-wrap p {
	line-height: 1.4;
	margin: 0 0 14px;
	padding-left: 6px;

}

.oferta-text-wrap ul {
	list-style: disc;
	padding-left: 22px;
}

.oferta-text-wrap li {
	line-height: 1.4;
	margin: 0 0 14px;
	padding-left: 6px;
}

.oferta-text-wrap .doc-link {
	color: #2173f2;
}

.oferta-text-wrap .doc-link:hover {
	text-decoration: underline;
}

/* END Страница aферты */

/* Партнерская программа */
.partners-wrapper {
	padding: 20px 0 50px
}

.partners-wrapper h1 {
	margin-bottom: 60px;
}

.section-partners-way {
	background: #f7f7f7;
	padding: 60px 0;
	margin: 0 0 50px;
}

.partners-way-content {
	max-width: 1000px;
	margin: 0 auto;
}

.partners-way {
	align-items: center;
}

.partners {
	max-width: 50%;
	margin: 0 auto;
}

.partners-ban h2,
.partners h2 {
	font-size: 45px;
	margin: 125px 0 20px;
}

.partners-ban h3,
.partners h3 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.pb-title {
	font-size: 20px;
}

.partners-ban h4,
.partners h4 {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: bold;
}

.partners-ban .button,
.partners .button {
	background-color: rgba(250, 127, 51, 0.8);
	box-shadow: 0 2px 14px -6px #333;
	border-radius: 35px;
	padding: 20px 25px;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.8px;
}

.partners-ban .button:hover {
	background-color: #d76118;
}

.partners-ban .btn-small {
	background-color: transparent;
	border-radius: 25px 0;
	border: 2px solid #f8995c;
	text-align: center;
	transition: .4s;
	font-size: 12px;
	color: #f8995c;
	letter-spacing: 0.3px;
	padding: 18px 30px;
	margin-left: 15px;
}

.partners-ban .btn-small:hover {
	background-color: rgba(136, 136, 136, 0.5);
	color: #fff;
}

.partners-ban {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: 700px;
	overflow: hidden;
}

/* .banner-fixed {
	position: absolute;
	padding: 0 0 80%;
	width: 100%;
	min-height: auto;

} */

/* .banner-fixed img {
	position: relative;
	vertical-align: top;
	max-width: 100%;
} */

.partners-ban--text {
	position: absolute;
	max-width: 560px;
	left: 15vw;
	color: #eee;
}

.partners-ban--text h2 {
	display: block;
	margin: 0 0 50px;
	font-size: 2.6em;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	line-height: 1.2;
}

.partners-ban--text p {
	position: relative;
	padding-left: 45px;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 30px;
}

.partners-ban--text svg {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 50px;
	height: auto;
	fill: #7b8ce8;
}

.section-three .partners-ban--text svg {
	fill: #F1C21B;
}

.partners-block {
	padding: 60px 0 80px;
}

.partners-block-info {
	padding: 70px 0;
	justify-content: center;
}

.partners-box {
	padding: 0 3%;
	flex: 0 1 25%;
	text-align: center;
}

.partners-box p {
	font-size: 16px;
	line-height: 1.4;
	color: #333;
}

.partners-box .icon-odds,
.partners-box .icon-info {
	margin: 0 auto 15px;
	font-size: 100px;
	color: #f8995c;
}

.partners-box--titel {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
}

.partners-way-text {
	border-radius: 90px 0;
	padding: 0 3vw;
	z-index: 1;
}

.partners-visual-left {
	border-radius: 0 0 0 90px !important;
}

.partners-visual-list {
	border-radius: 0 0 90px 0 !important;
	;
}

.partners-way-text p {
	font-size: 16px;
	line-height: 1.6;
}

.partners-visual {
	flex: 0 0 50%;
	overflow: hidden;
	height: 280px;
	border-radius: 90px 0;
}

.partners-visual img {
	width: 100%;
	height: 100%;
	transition: 1.4s;
}

.partners-visual:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.button-way {
	display: inline-block;
	padding: 12px 25px;
	text-align: center;
	background: 0;
	border: 2px solid #f8995c;
	border-radius: 3px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.8px;
	color: #e97300;
	transition: .4s;
}

.button-way:hover {
	background: #f8995c;
	color: #fff;
	box-shadow: 0 2px 10px -5px #333;
}

.partners-page--sign {
	position: relative;
	margin: 0 0 100px;
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

/* END Партнерская программа */

/* Оплата и доставка */
.page-delivery {
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	column-gap: 12px;
}

.pd-block--side {
	position: relative;
	max-width: 500px;
	flex: 1;
}

.tb-btn.tb-btn--long {
	background: none;
	margin: 0 auto 36px;
	font-size: 18px;
}

.btn-heading {
	display: none;
	column-gap: 12px;
}

.tb-btn {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 8px;
	background: #dfeee8;
	border-radius: var(--box-br);
	padding: 6px 16px;
	flex: 1 1 50%;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 20px;
}

.tb-btn svg {
	position: relative;
	width: 32px;
	height: 32px;
	--strok: #22272F;
}

svg.tb-btn--arrow {
	width: 24px;
	height: 24px;
	transform: rotate(180deg);
}

.tb-delivery {
	background: #d7e8f2;
}

.tb-delivery svg.tb-btn--arrow {
	transform: rotate(0deg);
}

.pd-block {
	padding: 0 15px;
	font-size: 14px;
	line-height: 1.4;
}

.pd-block--text {
	background: #eef2f0;
	border-radius: var(--box-br);
	position: relative;
	padding: 8px 8px 20px;
	margin-bottom: 12px;
	line-height: 1.8;
	overflow: hidden;
	height: 100%;
	max-height: 99px;
	cursor: pointer;
	transition: .9s;
}

.pd-block--text.open {
	max-height: 999px;
}

.pd-block--header {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 12px;
	column-gap: 12px;
}

.pd-block--icon {
	background: #e5e7ea;
	border-radius: 16px;
	position: relative;
	padding: 8px;
	height: 84px;
	width: 84px;
	flex: 0 0 calc(66px + 14 * ((100vw - 320px) / (1600 - 320)));
	overflow: hidden;
}

.side-payment .pd-block--text {
	background: #edf3f7;
}

.pd-block--text h2 {
	font-size: 1.4em;
	margin: 30px 0 10px;
	text-align: center;
}

.pd-block--header h4 {
	font-size: calc(16px + 2 * ((100vw - 320px) / (1600 - 320)));
	text-align: left;
	margin: 10px 0 12px;
	line-height: calc(22px + 4 * ((100vw - 320px) / (1600 - 320)));
	max-width: 315px;
}

.pd-block--text p {
	padding: 0 calc(6px + 6 * ((100vw - 320px) / (1600 - 320)));
	font-size: 15px;
	color: #4d5c6d;
}

.pd-block--text b {
	font-size: 14px;
	color: var(--color-main);
}

.pd-block--text strong {
	color: var(--color-main);
}

.pd-block--text a {
	color: #306ea5;
}

.pd-block--text a:hover {
	color: #155fe0;
	text-decoration: underline;
}

.pd-block--card-list {
	position: relative;
	padding: 10px calc(6px + 6 * ((100vw - 320px) / (1600 - 320))) 15px;
	gap: 6px;
	justify-content: flex-start;
}

.pd-block--card-list img {
	background: #fff;
	border-radius: 6px;
	width: 60px;
}

.pd-block--link {
	display: block;
	padding: 10px calc(6px + 6 * ((100vw - 320px) / (1600 - 320))) 15px;
	font-size: 14px;
}


.pd-block--arrow {
	position: absolute;
	pointer-events: none;
	right: 8px;
	bottom: 8px;
	width: 32px;
	height: 18px;
	transition: .5s;
	--fill: #252c37;
}

.pd-block--text:hover .pd-block--arrow {
	transform: translateY(3px);
	transition: .2s;
}

.pd-block--text.open .pd-block--arrow {
	transform: scale(0.8) rotate(180deg);
}

.tab-btn--arrow {
	transform: rotate(-180deg);
}

/* Page How To Buy */
.page-howToBuy {
	flex-wrap: nowrap;
	align-items: flex-start;
	column-gap: 20px;
	justify-content: space-evenly;
}

.page-howToBuy--bg-image {
	position: sticky;
	top: 120px;
	flex: 0 0 30%;
}

.page-howToBuy--content {
	flex: 0 1 70%;
	max-width: 650px;
}

.page-howToBuy--section {
	background: #f6f6f6;
	border-radius: var(--box-br);
	margin-bottom: 20px;
	padding: 34px 16px;
}

.page-howToBuy--section h3 {
	margin-bottom: 15px;
	font-size: calc(20px + 2 * ((100vw - 320px) / (1600 - 320)));
}

.page-howToBuy--section p {
	font-size: 16px;
	font-weight: 300;
}

.page-howToBuy-image {
	border-radius: 12px;
	margin-top: 34px;
	overflow: hidden;
}

/* END Page How To Buy */

@media screen and (max-width: 829px) {

	.section-2 .section-war--text,
	.section-4 .section-war--text {
		order: 2;
	}
}

@media screen and (max-width: 680px) {
	.page-delivery {
		flex-wrap: wrap;
	}

	.tb-btn.tb-btn--long {
		background: none;
		border: 1px solid #dfdfdf;
		pointer-events: none;
		margin: 0 auto 36px;
		font-size: 17px;
	}


	.pd-block--side {
		flex: 1 1 auto;
	}

	.pd-block--side.side-delivery {
		position: relative;
		top: 0;
	}

	.btn-heading {
		display: flex;
	}

	.tb-btn.tb-btn--long {
		display: none;
	}

	.section-2 .section-war--text {
		order: 2;
	}

	.oferta-page--wrap {
		flex-wrap: wrap;
	}

	.oferta-text-wrap {
		flex: 0 0 100%;
	}

	.oferta-title {
		flex: 0 0 100%;
		position: relative;
		top: 0;
		margin: 115px 0 8px;
	}

	.i-oferta-title {
		position: absolute;
		width: 140px;
		height: 140px;
		left: calc(50% - 70px);
		top: -140px;
	}
}

@media screen and (max-width: 600px) {
	.page-howToBuy--bg-image {
		display: none;
	}

	.page-howToBuy--content {
		flex: 0 1 100%;
		max-width: auto;
	}
}