.main-title {
		font-size: clamp(32px, 7vw, 100px);
		margin: 40px 16px;
		text-align: center;
		line-height: clamp(32px, 7vw, 100px);
		font-weight: 500;
		padding: 0 16px;
	}

	.main-subtitle {
		font-weight: 500;
		font-size: clamp(18px, 3.5vw, 30px);
		line-height: clamp(18px, 3.5vw, 30px);
		margin-bottom: 14px;
		text-align: center;
		padding: 0 16px;
	}

	.main-text {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		padding: 0 16px;
	}

	.main-text + .main-text {
		margin-top: 15px;
	}

	.main-text a {
		display: inline;
		text-decoration: underline;

		&:hover {
			text-decoration: none;
		}
	}

	.main-list {
		max-width: 650px;
		margin: 0 auto;
		text-align: center;
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin-top: 14px;

	}

	.main-list li span {
		font-weight: 500;
	}

	.main-descr {
		margin: 60px 0;
	}

	.secondary-title {
		font-size: 50px;
		line-height: 50px;
		position: relative;
		display: flex;
		font-weight: 500;
		padding: 0 10px;
		margin: 20px 0;
	}

	.secondary-title span {
		background-color: #ffd966;
		font-size: 10px;
		text-transform: uppercase;
		padding: 4px;
		height: 20px;
		display: flex;
		line-height: 20px;
		align-items: center;
	}

	img {
		display: block;
		width: 100%;
		max-width: 100%;
		object-fit: cover;
	}

	.image-block {
		display: flex;
		margin: 20px 0;
	}

	.image-block._triple {
		display: flex;
		gap: 6px;
	}

	.image-block__item {
		position: relative;
		flex: 1;
	}

	.image-block__item img {
		height: 100%;
	}

	.image-block__item-padding {
		padding: 15%;
		height: 100%;
	}

	.image-block__title,
	.image-block__link,
	.image-block__button {
		position: absolute;
		width: max-content;
		bottom: 0;
	}

	.image-block__title {
		bottom: 16px;
		left: 16px;
		font-size: 16px;
		text-decoration: underline;
	}

	.image-block__title._white {
		color: #fff;
	}

	.image-block__link {
		bottom: 16px;
		left: 16px;
		transition: color .25s linear;
		padding-bottom: 3px;
		font-size: 16px;
	}

	.image-block__link::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background-color: currentColor;
		transition: transform .25s linear;
		transform-origin: right center;
		transform: scaleX(0);
	}

	.image-block__link:hover::after {
		transform-origin: left center;
		transform: scaleX(1);
	}

	.image-block__link._small {
		font-size: 12px;
		position: relative;
		inset: 0;
		display: block;
		margin: 14px auto;

	}

	.image-block__link._small::after {
		transform-origin: left center;
		transform: scaleX(1);
	}


	.image-block__link._small:hover:after {
		transform-origin: right center;
		transform: scaleX(0);
	}

	.image-block__link._reverse {
		color: #fff;
	}

	.image-block__link._reverse:hover {
		color: #000;
	}

	.image-block__button {
		font-weight: 500;
		cursor: pointer;
		border-style: solid;
		border-width: 1px;
		transition: background-color .25s linear, border-color .25s linear, color .25s linear;
		padding: 10px 20px;
		color: #000;
		background-color: #fff;
		bottom: 20px;
		right: 20px;
		border-color: #fff;
	}

	.image-block__button.to-left {
		right: auto;
		left: 20px;
	}

	.image-block__button:hover {
		background-color: #000;
		border-color: #000;
		color: #fff;
	}

	.descr-wrap {
		margin: 30px auto;
		max-width: 1200px;
	}

	.ma-0 {
		margin: 0 !important;
	}



	.com-popup {
		overflow: auto;
		background-color: #fff;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		max-width: 720px;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: all .25s ease-out;
		transition: all .25s ease-out;
		z-index: 100;
	}

	.com-popup.show {
		transform: translateX(0%);
	}

	.com-popup--header {
		font-size: 16px;
		font-weight: 500;
		border-bottom: 1px solid #d9d9d9;
		padding: 20px 16px;
	}

	.com-popup--content {
		display: flex;
		flex-direction: column;
		overflow-y: auto;
		gap: 13px;
		padding: 13px;
	}

	.product-card {
		display: flex;
		gap: 30px;
	}

	.product-card--img {
		min-width: 180px;
		width: 180px;
		height: 252px;
	}

	.product-card--info {
		flex: 1;
	}

	.product-card--title {
		font-size: 15px;
		font-weight: 500;
		line-height: 18px;
		margin-bottom: 2px;
	}

	.product-card--price {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 24px;
		line-height: 20px;
	}

	.product-card--variants-title {
		font-size: 12px;
		color: #434343;
		margin-bottom: 12px;
		line-height: 12px;
	}

	.product-card--variants {
		display: flex;
		gap: 10px;
		margin-bottom: 8px;
	}

	.product-card--variant {
		width: 30px;
		height: 30px;
		background-color: #fff;
		color: #434343;
		font-size: 12px;

		border: 1px solid #d9d9d9;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.25s ease-in-out;
		position: relative;
	}

	.product-card--variant:hover {
		border-color: #d1c4a9;
		background-color: #fff;
	}

	.product-card--variant._active {
		background-color: #1c1c1c;
		color: #fff;
	}

	.product-card--variant._warn::after {
		content: "";
		position: absolute;
		right: 2px;
		top: 2px;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background-color: red;
	}

	.product-card--warn {
		margin: 8px 0;
		font-size: 12px;
		color: #f24537;
		line-height: 12px;
	}

	.product-card--button._mobile {
		display: none;
	}


	.product-card--button[disabled] {
		color: #1c1c1c80;
		background: #d9d9d9;
		cursor: not-allowed;
	}
	.product-card--button.added {
		color: #000 !important;
		border: 1px solid #000 !important;
	}
	@media (width < 768px) {
		.image-block {
			flex-wrap: wrap;
			gap: 0 !important;
		}

		.image-block__item {
			flex: auto;
		}

		.main-video {
			padding-top: 125px;
		}

		.main-title {
			margin: 20px 16px;
		}

		.com-popup {
			max-width: unset;
			width: 100vw;
		}

		.product-card--img {
			width: 100%;
			max-width: 100%;
			min-width: unset;
			height: auto;
		}

		.product-card {
			display: grid;
			grid-template-columns: minmax(auto, 180px) 1fr;
			gap: 12px;
		}

		.product-card--button {
			display: none;
		}

		.product-card--button._mobile {
			display: block;
			grid-column: span 2 / span 2;
		}
	}