* {
	margin: 0;
	padding: 0;
	font-feature-settings: "lnum";
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-tap-highlight-color: transparent;
	border-radius: 0;
}
@-moz-document url-prefix() {
	* {
		scrollbar-width: thin;
		scrollbar-color: #E6BD89 #FFFFFF;
	}
}
html {
	font-size: calc(100vw / 1920 * 10);
}
body {
	font-family: 'Geologica';
	background-color: #FAF6F0;
	color: #23211E;
}

::-webkit-scrollbar {
	width: 0.6rem;
	background-color: #FFFFFF;
	border-radius: 0.5rem;
}
::-webkit-scrollbar-button {
	display: none;
}
::-webkit-scrollbar-thumb {
	background: linear-gradient(90deg, #E6BD89 0%, #F7D6AD 100%);
}

a {
	transition: color 0.2s, background-color 0.2s;
}

img,
svg {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

section {
	position: relative;
}

.container {
	width: 100%;
	padding: 0 8rem;
	box-sizing: border-box;
}

.h1 {
    font-weight: 500;
    font-size: 10rem;
    line-height: 105%;
    color: #23211E;
    letter-spacing: -0.04em;
}
.h2 {
	font-weight: 500;
	font-size: 4.8rem;
	line-height: 120%;
	letter-spacing: -0.03em;
}

.text {
	font-weight: 300;
    font-size: 2.2rem;
    line-height: 150%;
    letter-spacing: -0.01em;
}

.btn {
	display: inline-flex;
	justify-content: center;
	font-weight: 500;
	font-size: 2rem;
	line-height: 150%;
	background-color: #23211E;
	color: #FFFFFF;
	padding: 1.4rem 3rem 1.7rem;
	border-radius: 5rem;
	text-decoration: none;
}
.btn:hover {
	background-color: #AF5512;
	color: #FFFFFF;
}
.btn:active {
	background-color: #87410E;
	color: #FFFFFF;
}
.btn-small {
	letter-spacing: -0.01em;
    padding: 0.6rem 2rem 1rem;
	border-radius: 3rem;
}
.btn-white {
	background-color: #FFFFFF;
	color: #23211E;
}
.btn-form {
	letter-spacing: -0.01em;
    background-color: #E7DFD4;
    color: #000000B2;
    padding-top: 2.8rem;
    padding-bottom: 3.2rem;
	border: none;
    cursor: pointer;
}
.btn-form:hover {
	background-color: #AF5512;
	color: #FFFFFF;
}
.btn-form:active {
	background-color: #87410E;
	color: #FFFFFF;
}
.section-btns {
	position: absolute;
    top: 0;
    right: 0;
	display: flex;
	gap: 2rem;
}
.btns-tab .btn {
	background-color: #FFFFFF;
	color: #23211E;
}
.btns-tab .btn:hover {
	background-color: #FFFFFF;
	color: #AF5512;
}
.btns-tab .btn:active {
	background-color: #FFFFFF;
	color: #87410E;
}
.btns-tab .btn.active {
	background-color: #AF5512;
	color: #FFFFFF;
}


/*** CF7 ***/
.wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner {
	display: none;
}

.header-container {
	position: fixed;
    background-color: #FAF6F0;
    z-index: 30;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
    height: 9.8rem;
}
.logo {
	width: 13.9rem;
    height: 3.9rem;
}
.main-menu .menu {
	display: flex;
    align-items: center;
    gap: 3rem;
    list-style: none;
}
.main-menu .menu li {
	position: relative;
	width: fit-content;
}
.main-menu .menu a {
	display: flex;
	font-weight: 300;
    font-size: 2rem;
    line-height: 150%;
    color: #23211E;
    text-decoration: none;
	white-space: nowrap;
}
.main-menu .menu a svg {
	width: 2.4rem;
	height: 0.4rem;
}
.main-menu .menu .arrow a {
    align-items: center;
    gap: 0.8rem;
}
.main-menu .menu .arrow > a:after {
	content: "";
	width: 1rem;
	height: 0.5rem;
	background-image: url('../images/menu-arrow.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.main-menu .menu .sub-menu {
	display: flex;
    flex-direction: column;
    gap: 2rem;
    position: absolute;
    left: -2.5rem;
    list-style: none;
    background-color: #FFFFFF;
    border-radius: 2rem;
    padding: 2rem 2.5rem 2.5rem;
	margin-top: 1.5rem;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s, visibility ease 0.3s;
	z-index: 10;
}
.main-menu .menu .menu-item-has-children {
	padding: 1.5rem 0;
}
.main-menu .menu li:hover > a {
	color: #B95A13;
}
.main-menu .menu li.arrow:hover > a:after {
	background-image: url('../images/menu-arrow-hover.svg');
}
.main-menu .menu li > a svg circle {
	transition: fill 0.2s;
}
.main-menu .menu li:hover > a svg circle {
	fill: #B95A13;
}
/*
.main-menu .menu > li:hover > a {
	padding: 1.5rem 0;
}
*/
.main-menu .menu > li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s, visibility ease 0s;
}
.main-menu .current-menu-item > a {
	color: #B95A13;
}

.phone {
    font-weight: 500;
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #B95A13;
    text-decoration: none;
}

.cdek_auth-open {
	font-weight: 500;
	font-size: 2rem;
	line-height: 150%;
	color: #AF5512;
	text-decoration: none;
}
.cdek_auth-open:hover {
	color: #23211E;
}

.section-empty-150 {
	height: 15rem;
}
.section-empty-130 {
	height: 13rem;
}

.section-promo {
    display: flex;
    flex-direction: column;
    align-items: center;
	padding-top: 16.5rem;
}
.section-promo h1 {
	width: 94.7rem;
    text-align: center;
    margin-bottom: 4rem;
}
.section-promo .text {
	width: 47.2rem;
	text-align: center;
    margin-bottom: 5rem;
}
.section-promo .btn {
	margin-bottom: 8rem;
}
.section-promo img {
	width: 120rem;
    height: 69.6rem;
}

.section-platform .h2 {
	margin-bottom: 5rem;
}
.platform-items {
	display: flex;
	justify-content: space-between;
}
.platform-item {
	width: 41rem;
	height: 55rem;
	background-position: bottom 3.5rem left 4rem;
	background-size: 10rem;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 3.5rem 4rem;
	box-sizing: border-box;
	border-radius: 3rem;
}
.section-modules .platform-item {
	background-size: auto 10rem;
}
.platform-item-title {
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 130%;
	letter-spacing: -0.01em;
	margin-bottom: 1.5rem;
}
.platform-item-text {
	font-weight: 300;
	font-size: 2.2rem;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #000000B3;
}
.platform-items-wrapper {
	height: 55rem;
}
.platform-items-wrapper .platform-items {
	position: absolute;
	width: 100%;
	opacity: 1;
	transition: opacity 0.5s linear;
}
.platform-items-wrapper .platform-items.none {
	opacity: 0;
}




.section-advances {
	background-color: #23211E;
	padding: 8rem 14.5rem 10rem;
	border-radius: 8rem;
}
.section-advances .h2 {
	color: #FFFFFF;
	margin-bottom: 5.9rem;
    text-align: center;
}
.advances-items {
	display: flex;
    justify-content: space-between;
}
.advances-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.2rem;
}
.advances-item-number {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 500;
    font-size: 10rem;
    line-height: 105%;
    letter-spacing: -0.04em;
	color: transparent;
	background: linear-gradient(90deg, #E6BD89 0%, #F7D6AD 100%);
	background-clip: text;
}
.advances-item-number span {
	font-weight: 900;
	font-size: 3rem;
	line-height: 120%;
	letter-spacing: -0.01em;
}
.advances-item-text {
	display: flex;
    gap: 2rem;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #FFFFFF;
}

.section-solutions .h2 {
	margin-bottom: 5rem;
}
.section-solutions .section-btns {
	gap: 5rem;
}
.solutions-items-wrapper {
	margin-left: -8rem;
	margin-right: -8rem;
	padding-left: 8rem;
    padding-right: 8rem;
    overflow-x: auto;
}
.solutions-items-wrapper::-webkit-scrollbar  {
	display: none;
}
.solutions-items {
	/*display: flex;
	gap: 4rem;*/
	margin-right: -8rem;
}
.solutions-item {
	position: relative;
	width: 50rem !important;
	min-width: 50rem;
	height: 65rem;
	background-position: bottom left;
	background-size: auto 31.6rem;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 3.5rem 4rem;
	box-sizing: border-box;
	margin-right: 4rem;
	border-radius: 3rem;
	transition: background-color 0.2s linear;
}
.solutions-item-title {
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 130%;
	letter-spacing: -0.01em;
	margin-bottom: 1.5rem;
}
.solutions-item-text {
	font-weight: 300;
	font-size: 2.2rem;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #000000B3;
}
.solutions-item .btn {
	position: absolute;
	bottom: 3.5rem;
	left: 4rem;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.2s linear, opacity 0.2s linear;
}
.solutions-item:hover {
	background-color: #23211E;
}
.solutions-item:hover .solutions-item-title {
	color: transparent;
    background: linear-gradient(90deg, #E6BD89 0%, #F7D6AD 100%);
    background-clip: text;
}
.solutions-item:hover .solutions-item-text {
	color: #FFFFFF;
}
.solutions-item:hover .btn {
	visibility: visible;
	opacity: 1;
}

.solutions-slider-arrow {
	width: 2.5rem;
	height: 2.2rem;
}
.solutions-slider-arrow:hover svg path {
	fill: #AF5512;
}
.solutions-slider-arrow:active svg path {
	fill: #87410E;
}
.solutions-slider-arrow.slick-disabled svg path {
	fill: #A7A6A5;
}

.section-info {
	position: relative;
	display: flex;
    justify-content: space-between;
	min-height: 71.6rem;
	padding-top: 11.57rem;
	padding-bottom: 4.03rem;
}
.section-info.section-info-api {
	min-height: 73.8rem;
	padding-top: 8.95rem;
	padding-bottom: 10.85rem;
}
.section-info-bg {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 78.058rem;
    height: 73.825rem;
    transform: translate(-50%, -50%) rotate(-15deg);
}
.section-info.section-info-api .section-info-bg {
	width: 72.775rem;
	height: 79.061rem;
	transform: translate(-50%, -50%) rotate(-13.19deg);
}
.section-info.section-info-process {
	min-height: 68.7rem;
    padding-top: 5.2rem;
}
.section-info.section-info-process .section-info-bg {
	width: 95rem;
    height: 82.1rem;
    transform: translate(-50%, -50%);
}
.info-left {
	display: flex;
    flex-direction: column;
	align-items: flex-start;
    gap: 3.3rem;
	width: 31.4rem;
}
.info-right {
	display: flex;
    flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
    gap: 5rem;
	width: 34.9rem;
}
.info-right.info-list {
	width: 31.6rem;
}
.info-text {
	font-weight: 300;
	font-size: 2.2rem;
	line-height: 150%;
	letter-spacing: -0.01rem;
}
.info-list ul {
	display: flex;
    flex-direction: column;
    gap: 4rem;
	list-style: none;
}
.info-list li {
	position: relative;
	font-weight: 300;
    font-size: 2.2rem;
    line-height: 150%;
    letter-spacing: -0.01em;
}
.info-list li:before {
	content: "•";
    color: #B95A13;
    position: absolute;
    left: -2.978rem;
}

.section-prompt {
	position: relative;
	min-height: 120rem;
	display: flex;
    flex-direction: column;
    align-items: center;
	background-color: #23211E;
	text-align: center;
    padding-top: 8rem;
	box-sizing: border-box;
    border-radius: 8rem;
}
.prompt-title {
	font-weight: 500;
    font-size: 10rem;
    line-height: 105%;
    letter-spacing: -0.04em;
    color: transparent;
    background: linear-gradient(90deg, #E6BD89 0%, #F7D6AD 100%);
    background-clip: text;
	margin-bottom: 4rem;
}
.prompt-text {
	max-width: 74rem;
	font-weight: 300;
    font-size: 2.2rem;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
	margin-bottom: 5rem;
}
.prompt-image {
	position: absolute;
    bottom: 0;
	width: auto;
}

.section-faq .h2 {
	margin-bottom: 5rem;
}
.faq-items {
	display: flex;
    flex-direction: column;
    gap: 2rem;
}
.faq-item {
	padding: 2.8rem 4rem 3.1rem;
    background-color: #FFFFFF;
    border-radius: 3rem;
	transition: background-color 0.2s linear;
}
.faq-question {
	display: flex;
    align-items: center;
    justify-content: space-between;
	font-weight: 500;
    font-size: 2.6rem;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-decoration: none;
    color: #000000;
	transition: color 0.2s linear;
}
.faq-question svg {
	width: 2.2rem;
    height: 3.1rem;
	transition: transform 0.2s linear, fill 0.2s linear;
}
.faq-answer {
	max-width: 102.9rem;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 150%;
    letter-spacing: -0.01em;
    padding-top: 0;
    max-height: 0;
	opacity: 0;
    overflow: hidden;
	transition: max-height 0.2s linear, padding 0.2s linear, opacity 0.2s linear, color 0.2s linear;
}
.faq-item.open {
	background-color: #23211E;
}
.faq-item.open .faq-question {
	color: transparent;
	background: linear-gradient(90deg, #E6BD89 0%, #F7D6AD 100%);
	background-clip: text;
}
.faq-item.open .faq-question svg {
	transform: scaleY(-1);
}
.faq-item.open .faq-question svg path {
	fill: #FFFFFF;
}
.faq-item.open .faq-answer {
	max-height: 30rem;
	opacity: 1;
	padding-top: 1.5rem;
	color: #FFFFFF;
}

.section-form {
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.section-form:before {
	content: "";
    position: absolute;
    top: 17rem;
    left: -8rem;
    width: 21.5rem;
    height: 34rem;
    background-image: url('../images/form-image-before.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.section-form:after {
	content: "";
	position: absolute;
	top: -15rem;
	right: -8rem;
    width:16.8rem;
    height: 55rem;
	background-image: url('../images/form-image-after.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.form .h2 {
	margin-bottom: 1.5rem;
}
.form.section-form-small .h2 {
	margin-bottom: 5rem;
}
.form-text {
	font-weight: 300;
    font-size: 2.2rem;
    line-height: 150%;
    letter-spacing: -0.01em;
    margin-bottom: 5rem;
}
.form form {
	display: flex;
    flex-direction: column;
    gap: 2rem;
	width: 65rem;
}
.form-row {
	display: flex;
    gap: 2rem;
}
.form-field {
	position: relative;
	width: 100%;
}
.form-field-input label,
.form-field-select label {
	display: flex;
    flex-direction: column;
    gap: 0.2rem;
    background-color: #FFFFFF;
    padding: 1.7rem 2.5rem;
    border-radius: 2rem;
	transition: background-color 0.2s linear;
}
.form-field-select label {
	cursor: pointer;
}
.form-field label span {
	font-weight: 300;
    font-size: 1.6rem;
    line-height: 150%;
    letter-spacing: -0.01em;
	transition: background-color 0.2s linear, color 0.2s linear;
}
.form-field label input,
.form-field label select {
	width: 100%;
	font-weight: 300;
    font-size: 2rem;
    line-height: 150%;
    letter-spacing: -0.01em;
    border: none;
	color: #00000080;
	transition: background-color 0.2s linear, color 0.2s linear;
}
.form-field label input:focus-visible,
.form-field label select:focus-visible {
	border: none;
	outline: none;
}


.form-field-input label:hover,
.form-field-input label:hover input,
.form-field-input.invalid label:hover,
.form-field-input.invalid label:hover input,
.form-field-input.no-empty label,
.form-field-input.no-empty label input,
.form-field-select label:hover,
.form-field-select.open label,
.form-field-select.open.invalid label,
.form-field-select.selected label,
.form-field-select.invalid label:hover,
.form-field-select.invalid label {
	background-color: #23211E;
	color: #FFFFFF;
}
.form-field-input label:hover > span,
.form-field-input.invalid label:hover > span,
.form-field-input.no-empty label > span,
.form-field-select label:hover > span,
.form-field-select.open label > span,
.form-field-select.invalid label:hover > span {
	color: transparent;
	background: linear-gradient(90deg, #E6BD89 0%, #F7D6AD 100%);
	background-clip: text;
}
.form-field-select.selected label > span {
	color: #FFFFFF;
}
.form-field-select label:hover svg path,
.form-field-select.open label svg path,
.form-field-select.selected label svg path {
	fill: #FFFFFF;
}

/*
.form-field-input label:hover input,
.form-field-select label:hover select {
	background-color: #23211E;
	
}
*/

.form-field-check label {
	display: flex;
	font-weight: 300;
    font-size: 1.6rem;
    line-height: 150%;
    letter-spacing: -0.01em;
}
.form-field-check input {
	display: none;
}
.form-field-check input + span {
	display: inline-flex;
	justify-content: center;
    align-items: center;
	width: 2.5rem;
	min-width: 2.5rem;
	height: 2.5rem;
	background-color: #2E2B28;
	border-radius: 0.5rem;
	margin-right: 1.5rem;
	margin-top: 0.4rem;
	cursor: pointer;
}
.form-field-check.invalid input + span {
	background-color: #C6361C;
}
.form-field-check input + span svg {
	width: 1.5rem;
	height: 1.1rem;
	opacity: 0;
	transition: opacity 0.2s;
}
.form-field-check input:checked + span svg {
	opacity: 1;
}
.form-field-check a {
	color: #B95A13;
	text-decoration: none;
}

.form-field-invalid {
	position: absolute;
    bottom: -2rem;
    left: 0;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 150%;
    color: #C6361C;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.2s linear, opacity 0.2s linear;
}
.form-field-input.invalid .form-field-invalid,
.form-field-select.invalid .form-field-invalid,
.form-field-check.invalid .form-field-invalid {
	visibility: visible;
	opacity: 1;
}
.form-field-select.invalid label,
.form-field-input.invalid label,
.form-field-input.invalid label input {
	background-color: #FFFFFF;
	color: #23211E;
}
.form-field-input.invalid label > span {
	color: #23211E;
}
.form-field-select.invalid label:after,
.form-field-input.invalid label:after {
	content: "!";
	position: absolute;
	bottom: 2rem;
	right: 3.45rem;
	width: 2.5rem;
	height: 2.5rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 150%;
	color: #FFFFFF;
	background-color: #C6361C;
	text-align: center;
	border-radius: 50%;
}
.form-field-select.invalid label:after {
	right: 7rem;
}

.select-current {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-field-select .select-current span {
	font-weight: 300;
    font-size: 2rem;
    line-height: 150%;
}
.form-field-select.selected .select-current span {
	color: transparent;
	background: linear-gradient(90deg, #E6BD89 0%, #F7D6AD 100%);
	background-clip: text;
}
.select-current svg {
	width: 1.5rem;
    height: 0.8rem;
}
.select-list-wrapper {
    position: absolute;
    width: 100%;
    background-color: #23211E;
	padding: 0 2.5rem;
    box-sizing: border-box;
    margin-top: 0.5rem;
    border-radius: 2rem;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
	transition: max-height 0.2s linear, padding 0.2s linear;
}
.select-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-weight: 300;
    font-size: 2rem;
    line-height: 150%;
    max-height: 21.6rem;
	overflow-y: auto;
}
/*
.select-list::-webkit-scrollbar {
	width: 0.8rem;
	background-color: #FFFFFF;
}
.select-list::-webkit-scrollbar-button {
	display: none;
}
.select-list::-webkit-scrollbar-thumb {
	background: linear-gradient(90deg, #E6BD89 0%, #F7D6AD 100%);
}
*/
.select-list div {
	color: #FFFFFF;
	cursor: pointer;
}
.select-list div:hover {
	color: transparent;
	background: linear-gradient(90deg, #E6BD89 0%, #F7D6AD 100%);
	background-clip: text;
}
.select-list div:active {
	color: #87410E;
}

.form-field-select.open .select-list-wrapper {
	padding: 2.2rem 2.5rem;
	max-height: 26rem;
}

.form .btn {
	margin-bottom: 3rem;
}


.section-info.section-info-marketplaces {
    min-height: unset;
    padding-top: 12rem;
	padding-bottom: 0;
    margin-bottom: 15rem;
}
.section-info.section-info-marketplaces .section-info-bg {
	position: relative;
    top: unset;
    left: unset;
	width: 102.3rem;
	height: 110rem;
    transform: unset;
}
.section-info.section-info-marketplaces .info-left {
    width: 35.8rem;
    gap: 1.5rem;
    padding-top: 4.5rem;
}
.section-info.section-info-marketplaces .info-right {
	justify-content: flex-start;
	width: 27.9rem;
    padding-top: 46.2rem;
}
.section-info.section-info-marketplaces .info-left .info-text {
	margin-bottom: 3.5rem;
}

.section-advances.section-marketplaces .advances-items {
	gap: 8rem;
}
.advances-item-image {
	min-height: 9.77rem;
}
.advances-item-image img {
	object-fit: contain;
}

.section-delivery-schemes h2 {
	margin-bottom: 5rem;
}
.delivery-schemes-items {
	display: flex;
    justify-content: space-between;
}
.delivery-schemes-item-wrapper {
	position: relative;
    width: 56rem;
	height: 68.2rem;
}
.delivery-schemes-item {
	position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: 56rem;
    min-height: 68.2rem;
    max-height: 68.2rem;
    border-radius: 3rem;
    background-color: #FFFFFF;
    padding: 3rem 4rem 4rem;
    box-sizing: border-box;
	overflow: hidden;
	transition: max-height 1s linear;
	z-index: 10;
}
.delivery-schemes-item-top {
	
}
.delivery-schemes-item-title {
	font-weight: 500;
    font-size: 3.6rem;
    line-height: 140%;
    letter-spacing: -0.01em;
    margin-bottom: 4rem;
}
.delivery-schemes-item-info {
	margin-bottom: 2rem;
}
.delivery-schemes-item-info:nth-child(4) {
	margin-top: 5rem;
}
.delivery-schemes-item-info-title {
	font-weight: 500;
    font-size: 2.2rem;
    line-height: 120%;
    letter-spacing: -0.01em;
    margin-bottom: 0.5rem;
}
.delivery-schemes-item-info:nth-child(4) .delivery-schemes-item-info-title {
	margin-bottom: 1.2rem;
}
.delivery-schemes-item-info-text {
	font-weight: 300;
    font-size: 2.2rem;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #000000B2;
}
.delivery-schemes-item-info-text span {
	display: block;
    margin-top: 1.2rem;
}
.delivery-schemes-item-info-text li {
	position: relative;
	list-style: none;
	padding-left: 2.6rem;
	
}
.delivery-schemes-item-info-text li span {
	margin-top: 0;
	color: #A7A6A5;
}
.delivery-schemes-item-info-text li:before {
	content: "•";
    color: #B95A13;
    position: absolute;
    left: 0;
}
.delivery-schemes-item .details {
	display: flex;
    margin-top: 5rem;
    flex-direction: column;
    gap: 3rem;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 1s linear, opacity 1s linear;
}
.delivery-schemes-item .details .delivery-schemes-item-info-title {
	margin-bottom: 2rem;
}
.delivery-schemes-item .delivery-schemes-item-details {
	width: fit-content;
	font-weight: 500;
    font-size: 2.2rem;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #B95A13;
    text-decoration: none;
	opacity: 1;
}
.delivery-schemes-item .delivery-schemes-item-details.hide {
	opacity: 0;
}

.delivery-schemes-item.open {
	max-height: 150rem;
}
.delivery-schemes-item.open .details {
	display: flex;
	opacity: 1;
	max-height: 60rem;
}
.delivery-schemes-item.open .delivery-schemes-item-details span {
	display: none;
}
.delivery-schemes-item.open .delivery-schemes-item-details:after {
	content: "Скрыть подробности";
}


.section-calc {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.section-calc .h2 {
	text-align: center;
    margin-bottom: 2rem;
}
.section-calc .sub-h2 {
	font-weight: 300;
    font-size: 2.2rem;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-align: center;
    margin-bottom: 7rem;
}








.footer {
	height: 3rem;
	margin-bottom: 8rem;
}
.footer .footer-wrapper {
	display: flex;
    justify-content: space-between;
}
.footer .footer-left,
.footer .footer-right {
	display: flex;
    gap: 3rem;
}
.footer .footer-left div,
.footer .footer-left a,
.footer .footer-right a {
	font-weight: 300;
	font-size: 2rem;
	line-height: 150%;
	letter-spacing: -0.01em;
	text-decoration: none;
	color: #000000;
}
.footer .footer-left a:hover,
.footer .footer-right a:hover {
	color: #B95A13;
}


body.popup-open {
	position: fixed;
	width: 100%;
}
.popup {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FAF6F0;
    border-radius: 5rem;
    padding: 5rem 7rem 6rem;
    z-index: 1001;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.2s linear, opacity 0.2s linear;
}
.popup-close {
    position: absolute;
    top: 4rem;
    right: 4rem;
	display: block;
    width: 2rem;
    height: 2rem;
}
.popup-over,
.cdek_auth-over {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #23211E26;
    z-index: 1000;
	visibility: hidden;
	opacity: 0;
}
.popup.open,
.popup.open + .popup-over,
.cdek_auth-modal.open + .cdek_auth-over {
	visibility: visible;
	opacity: 1;
}


.cdek_auth-modal {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 5rem 7rem 6rem;
    border-radius: 5rem;
    background-color: #FAF6F0;
	z-index: 1001;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s linear, opacity 0.2s linear;
}
.cdek_auth-modal.open {
	visibility: visible;
    opacity: 1;
}
.cdek_auth-close {
	position: absolute;
    top: 4rem;
    right: 4rem;
	width: 2rem;
    height: 2rem;
	text-decoration: none;
}
.cdek_auth-modal .h2 {
	text-align: center;
	margin-bottom: 1.5rem;
}

.cdek_auth-tabs ul {
	list-style: none;
    display: flex;
    justify-content: center;
    gap: 2rem;
	margin-bottom: 5rem;
}
.cdek_auth-tabs ul li a {
	font-weight: 300;
    font-size: 2rem;
    line-height: 150%;
    text-decoration: none;
    color: #23211E;
}
.cdek_auth-tabs ul li.active a {
	color: #AF5512;
}

.cdek_auth-tabs > div {
	display: none;
}
.cdek_auth-tabs > div.active {
	display: flex;
}

.section-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 16.5rem;
	padding-bottom: 15rem;
}
.section-success .h1 {
	margin-bottom: 2rem;
}
.section-success .text {
	margin-bottom: 5rem;
}
.section-success .btn {
	margin-bottom: 8rem;
}
.section-success img {
    width: 120rem;
    height: 85.4rem;
}


.section-optimization .delivery-schemes-item-wrapper {
	height: 49.9rem;
}
.section-optimization .delivery-schemes-item {
    min-height: 49.9rem;
    max-height: 49.9rem;
}
.section-optimization .delivery-schemes-item.open {
    max-height: 150rem;
}
.section-optimization .delivery-schemes-item.open .delivery-schemes-item-details:after {
	content: "Скрыть особенности товаров";
}


.section-info-benefit {
	min-height: unset;
    padding-top: unset;
    padding-bottom: unset;
}
.section-info-benefit .info-left {
	width: 35.3rem;
    gap: 3rem;
}
.section-info-benefit .section-info-bg {
	position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 94rem;
    height: 80rem;
}
.section-info-benefit .info-right.info-list {
	width: 36.1rem;
}
