body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

img, object, embed {
	vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

:root {
	--font-size-general: 16px;
	--line-height-general: 1.2;
	--default-font: 'Picon', sans-serif;
	--weight-font: 200;
	--color-main: var(--color-darkness);
	--color-darkness: #501e36;
	--color-white: #fff;
	--color-rose-dark: #9A6D83;
	--color-active: #fe2591;
	--color-second: #b07c95;
	--bg-white: #fff;
	--bg-main: #FFEAF6;
	--bg-active: #fe2591;
	--bg-rose-dark: #9A6D83;
	--bg-gradient-dark: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	--bg-gradient-active: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #fe2591 100%);
	--bg-gradient: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

@font-face {
	font-family: 'Picon';
	font-display: swap;
	src: url("../fonts/LCT-Picon-Condensed-Ultra-light.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
}

html {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: var(--font-size-general)/var(--line-height-general) var(--default-font);
	height: 100%;
	min-width: 320px;
	position: relative;
	color: var(--color-main);
	background: var(--bg-main);
}

body.open-menu .mobile-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

body.open-menu .mask {
	opacity: 1;
	visibility: visible;
}

a {
	color: #2600ff;
	text-decoration: none;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

* {
	box-sizing: border-box;
	outline: none;
}

*:before, *:after {
	box-sizing: border-box;
}

* ::-moz-selection {
	background: #2600ff;
	color: #fff;
}

* ::selection {
	background: #2600ff;
	color: #fff;
}

.svg-icon {
	display: inline-block;
	vertical-align: top;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: var(--color-darkness);
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: var(--color-darkness);
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: var(--color-darkness);
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: var(--color-darkness);
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input.placeholder, textarea.placeholder {
	color: var(--color-darkness) !important;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.container {
	width: 100%;
	padding: 0 30px;
}

@media screen and (max-width: 1160px) {
	.container {
		padding: 0 20px;
	}
}

@media screen and (max-width: 860px) {
	.container {
		padding: 0 10px;
	}
}

.section {
	padding: 50px 0;
}

@media screen and (max-width: 860px) {
	.section {
		padding: 20px 0 30px;
	}
}

.header {
	padding: 27px 0;
	flex-shrink: 0;
	flex-grow: 0;
	background-color: var(--bg-white);
}

.header .holder {
	display: flex;
	align-items: center;
	gap: 0 5px;
}

.logo {
	flex-shrink: 1;
	flex-grow: 1;
	margin: -18px 0;
}

.logo a {
	display: inline-block;
	vertical-align: top;
}

.header-panel {
	display: flex;
	align-items: center;
	font-weight: 200;
	font-size: 30px;
	gap: 0 30px;
}

@media screen and (max-width: 860px) {
	.header-panel {
		display: none;
	}
}

.link {
	color: var(--color-darkness);
}

.btn-join {
	padding: 15px 30px;
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.btn-join:hover::before {
		opacity: 0;
	}
}

.btn-join::before, .btn-join::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	transition: opacity .3s;
}

.btn-join::before {
	background: linear-gradient(90deg, #fe2591 0%, #ffacd9 100%);
	z-index: 2;
}

.btn-join::after {
	background: linear-gradient(90deg, #ffacd9 0%, #fe2591 100%);
	z-index: 1;
}

.btn-join span {
	position: relative;
	z-index: 2;
	color: var(--color-white);
}

.hamburger {
	background: none;
	border: none;
	display: none;
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 860px) {
	.hamburger {
		display: flex;
	}
}

.hamburger::before, .hamburger::after {
	content: "";
}

.hamburger::before, .hamburger::after,
.hamburger span {
	width: 100%;
	height: 4px;
	border-radius: 4px;
	background-color: var(--color-darkness);
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9;
	background-color: #fff;
	max-width: 324px;
	width: 100%;
	padding: 10px 20px;
	font-weight: 200;
	font-size: 30px;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(-100%, 0, 0);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	display: none;
	transition: opacity .3s, visibility .3s, transform .3s, box-shadow .3s;
}

@media screen and (max-width: 860px) {
	.mobile-menu {
		display: block;
	}
}

.mobile-menu .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.mobile-menu .content {
	display: flex;
	flex-direction: column;
	gap: 40px 0;
}

.mobile-menu .btn-join {
	padding: 15px;
}

.btn-close {
	color: #501E36;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 30px;
	display: flex;
}

.logotype {
	flex-shrink: 1;
	flex-grow: 1;
	max-width: 107px;
}

.logotype img {
	width: 100%;
	height: 100%;
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(40px);
	        backdrop-filter: blur(40px);
	background: rgba(154, 109, 131, 0.5);
	opacity: 0;
	visibility: hidden;
	display: none;
	transition: opacity .3s, visibility .3s;
}

@media screen and (max-width: 860px) {
	.mask {
		display: block;
	}
}

.main {
	flex-shrink: 1;
	flex-grow: 1;
}

.main-slider {
	display: none;
}

.main-slider.swiper-initialized {
	display: block;
}

.main-slider img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.main-slider .swiper-button-prev,
	.main-slider .swiper-button-next {
		display: none;
	}
}

.swiper-button-prev,
.swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 25px;
	background-color: var(--bg-rose-dark);
	width: 60px;
	height: 60px;
	color: var(--color-white);
	margin: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	transition: background-color .3s;
}

@media screen and (min-width: 1025px) {
	.swiper-button-prev:hover,
	.swiper-button-next:hover {
		background-color: #FE2591;
	}
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	display: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-button-prev .svg-icon,
.swiper-button-next .svg-icon {
	width: 1em;
	height: 1em;
}

.swiper-button-prev {
	left: 20px;
}

.swiper-button-next {
	right: 20px;
}

.swiper-horizontal > .swiper-pagination {
	bottom: 4px;
}

.swiper-pagination-bullet {
	background-color: var(--bg-white);
}

@media screen and (max-width: 768px) {
	.swiper-pagination-bullet {
		display: none;
	}
}

.swiper-pagination-bullet-active {
	background-color: var(--bg-active);
}

.headline {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.headline {
		margin-bottom: 10px;
	}
}

.headline .title {
	font-size: 60px;
	line-height: 1;
	font-weight: 200;
	color: var(--color-darkness);
	flex-shrink: 1;
	flex-grow: 1;
}

@media screen and (max-width: 768px) {
	.headline .title {
		font-size: 36px;
	}
}

.search-wrapper {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 520px;
	flex-grow: 0;
	flex-shrink: 0;
}

.search-wrapper.show .search .wrap {
	border-radius: 20px 20px 0 0;
}

.search-wrapper.show .autocomplete {
	transform: scale(1) translate3d(0, 0, 0) rotateX(0);
	opacity: 1;
	visibility: visible;
}

.search {
	width: 100%;
}

.search form {
	width: 100%;
}

.search .wrap {
	display: flex;
	border: 2px solid var(--color-rose-dark);
	border-radius: 20px;
	padding: 0 20px;
	gap: 0 10px;
	transition: border-radius .3s;
}

.search .input {
	width: 100%;
	height: 56px;
	font-family: var(--default-font);
	background: none;
	border: none;
	font-weight: 200;
	font-size: 24px;
	color: var(--color-darkness);
	padding: 16px 0;
}

.autocomplete {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-height: 36px;
	max-height: 250px;
	overflow-x: auto;
	width: 100%;
	border: 2px solid var(--color-rose-dark);
	border-top: none;
	background: var(--bg-main);
	border-radius: 0 0 20px 20px;
	transform: scale(0.98) translate3d(0, 15px, 0) rotateX(25deg);
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transition: transform .3s, opacity .3s, visibility .3s;
}

.result-link {
	padding: 6px 20px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 200;
	color: var(--color-darkness);
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.result-link:hover {
		color: var(--color-white);
		background: var(--bg-active);
	}
	.result-link:hover strong {
		color: var(--color-white);
	}
}

.result-link strong {
	color: var(--color-second);
	transition: color .3s;
}

.btn-search {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 20px;
	color: var(--color-darkness);
}

.grid-models {
	--flex-gap: 20px;
	--flex-items: 4;
	display: flex;
	flex-wrap: wrap;
	gap: var(--flex-gap);
}

@media screen and (max-width: 860px) {
	.grid-models {
		--flex-gap: 10px;
	}
}

.grid-models .th {
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
}

@media screen and (max-width: 1280px) {
	.grid-models .th {
		--flex-items: 3;
	}
}

@media screen and (max-width: 860px) {
	.grid-models .th {
		--flex-items: 2;
	}
}

@media screen and (max-width: 480px) {
	.grid-models .th {
		--flex-items: 1;
	}
}

.card {
	border-radius: 20px;
	display: block;
	height: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 147.778%;
}

@media screen and (min-width: 1025px) {
	.card:hover::after {
		transform: translate3d(0, 0, 0);
	}
	.card:hover .subtitle {
		color: var(--color-darkness);
	}
}

.card::before, .card::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 200px;
	z-index: 1;
	transform: translate3d(0, 0, 0);
	transition: transform .3s;
}

.card::before {
	background: var(--bg-gradient-dark);
}

.card:after {
	background: var(--bg-gradient-active);
	transform: translate3d(0, 100%, 0);
}

.card img {
	position: absolute;
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	right: 0;
	top: 0;
	width: 100%;
}

.card .content {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
	width: 100%;
	bottom: 0;
	text-align: center;
	color: var(--color-white);
	font-weight: 200;
	padding: 20px;
}

.card .title {
	font-size: 46px;
}

@media screen and (max-width: 1366px) {
	.card .title {
		font-size: 38px;
	}
}

@media screen and (max-width: 480px) {
	.card .title {
		font-size: 46px;
	}
}

.card .subtitle {
	color: var(--color-second);
	margin-top: 5px;
	font-size: 22px;
	transition: color .3s;
}

@media screen and (max-width: 1366px) {
	.card .subtitle {
		font-size: 20px;
	}
}

.spot-banner {
	position: relative;
	/*height: 550px;*/
	overflow: hidden;
}

/* .spot-banner.effect::before, .spot-banner.effect::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

.spot-banner.effect::before {
	background: url("../images/mask-image.png") no-repeat;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
}

.spot-banner.effect::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	left: 25px;
	background: url("../images/logo-image.svg") no-repeat;
	background-position: 100% 50%;
	background-size: contain;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.spot-banner.effect::after {
		background-position: 100% 100%;
	}
} */

.spot-banner a {
	position: relative;
	padding-bottom: 28.5715%;
	display: block;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.spot-banner a {
		padding-bottom: 125%;
	}
}

.spot-banner img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
	/*height: 550px;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	.spot-banner img {
		width: 100%;
	}
}

.pagination-list {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	font-size: 24px;
	gap: 0 20px;
}

@media screen and (max-width: 768px) {
	.pagination-list {
		display: none;
	}
}

.pagination-list .list {
	display: flex;
	gap: 6px;
}

@media screen and (max-width: 991px) {
	.pagination-list .item {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.pagination-list .item.active {
		display: block;
		margin: 0;
	}
}

.pagination-list .item.active span {
	border-radius: 20px;
	background-color: var(--bg-active);
	color: var(--color-white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	height: 60px;
	min-width: 60px;
}

.pagination-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	padding: 5px;
	height: 60px;
	min-width: 60px;
	background-color: var(--color-rose-dark);
	color: var(--color-white);
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.pagination-list a:hover {
		background-color: var(--bg-active);
		color: var(--color-white);
	}
}

.pagination-list .item.pager {
	display: flex;
	align-items: center;
}

.pagination-list .item.pager svg {
	font-size: 14px;
}

.pagination-list .item.pager a {
	min-width: 68px;
	padding: 15px 19px;
	display: flex;
	align-items: center;
	gap: 10px;
}

@media screen and (max-width: 479px) {
	.pagination-list .item.pager a {
		padding: 10px 15px;
	}
	.pagination-list .item.pager a span {
		display: none;
	}
}

.pagination-list .dots span {
	background: none;
	display: flex;
	color: var(--color-second);
	justify-content: center;
	align-items: center;
	min-width: 32px;
	height: 100%;
}

.loader {
	justify-content: center;
	margin-top: 20px;
	display: none;
}

@media screen and (max-width: 768px) {
	.loader {
		display: flex;
	}
}

.spinner {
	position: relative;
	width: 48px;
	height: 48px;
}

.dot {
	width: 11px;
	height: 5px;
	background-color: #9A6D83;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
	opacity: 0;
	animation: fade 1s linear infinite;
}

@keyframes fade {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

.dot1 {
	transform: rotate(0deg) translate(20px);
	animation-delay: 0s;
}

.dot2 {
	transform: rotate(45deg) translate(20px);
	animation-delay: 0.125s;
}

.dot3 {
	transform: rotate(90deg) translate(20px);
	animation-delay: 0.25s;
}

.dot4 {
	transform: rotate(135deg) translate(20px);
	animation-delay: 0.375s;
}

.dot5 {
	transform: rotate(180deg) translate(20px);
	animation-delay: 0.5s;
}

.dot6 {
	transform: rotate(225deg) translate(20px);
	animation-delay: 0.625s;
}

.dot7 {
	transform: rotate(270deg) translate(20px);
	animation-delay: 0.75s;
}

.dot8 {
	transform: rotate(315deg) translate(20px);
	animation-delay: 0.875s;
}

.models-columns {
	display: flex;
	gap: 30px;
}

@media screen and (max-width: 860px) {
	.models-columns {
		flex-direction: column;
	}
}

.models-columns .column {
	flex-shrink: 1;
	flex-grow: 1;
}

.models-columns .column.secondary {
	max-width: 810px;
	width: 50%;
}

@media screen and (max-width: 860px) {
	.models-columns .column.secondary {
		max-width: 100%;
		width: 100%;
	}
}

.profile {
	display: flex;
	flex-direction: column;
}

.profile .heading {
	margin-bottom: 40px;
}

.profile .title {
	font-weight: 200;
	font-size: 60px;
}

.profile .sub {
	font-size: 22px;
	color: var(--color-second);
}

.profile .desc {
	font-size: 22px;
	line-height: 1.5;
}

.button-profile {
	margin-top: 20px;
	padding: 5px 10px;
	min-height: 100px;
	font-weight: 200;
	line-height: 1;
	color: var(--color-white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
	.button-profile:hover::before {
		opacity: 0;
	}
}

.button-profile::before, .button-profile::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	transition: opacity .3s;
}

.button-profile::before {
	background: linear-gradient(90deg, #fe2591 0%, #ffacd9 100%);
	z-index: 2;
}

.button-profile::after {
	background: linear-gradient(90deg, #ffacd9 0%, #fe2591 100%);
	z-index: 1;
}

.button-profile em,
.button-profile span {
	position: relative;
	z-index: 2;
}

.button-profile em {
	font-size: 26px;
}

.button-profile span {
	font-size: 60px;
}

.profile-slider {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.profile-slider img {
	width: 100%;
	height: 100%;
}

.tags {
	margin-top: 50px;
	font-size: 30px;
	gap: 10px;
	display: inline-block;
	vertical-align: top;
}

.tags .list {
	display: inline;
	font-size: 0;
}

.tags .item {
	font-size: 24px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}

.tags a {
	color: var(--color-darkness);
	display: block;
	box-shadow: inset 0 0 0 2px var(--bg-rose-dark);
	border-radius: 20px;
	padding: 13px 28px;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 1025px) {
	.tags a:hover {
		color: var(--color-white);
	}
	.tags a:hover::before {
		display: block;
	}
}

.tags a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background: linear-gradient(90deg, #fe2591 0%, #ffacd9 100%);
}

.tags a em {
	position: relative;
}

.tags span {
	padding: 10px 0;
	display: inline-block;
	vertical-align: baseline;
}

.section-header {
	padding: .25rem 0;
	min-height: 220px;
	background: var(--bg-gradient);
	display: flex;
}

@media screen and (max-width: 860px) {
	.section-header {
		min-height: 160px;
	}
}

.section-header > * {
	min-height: 100%;
}

.section-logo {
	max-width: 234px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.section-logo a,
.section-logo img {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}

.section-instruction {
	text-align: center;
	font-size: 30px;
	font-weight: 200;
	line-height: 1.5;
	padding-bottom: 100px;
}

@media screen and (max-width: 860px) {
	.section-instruction {
		line-height: 1.4;
		padding-bottom: 50px;
	}
}

.section-instruction .heading {
	margin-bottom: 85px;
}

@media screen and (max-width: 860px) {
	.section-instruction .heading {
		margin-bottom: 50px;
	}
}

.section-instruction .title {
	font-weight: 200;
	font-size: 80px;
}

@media screen and (max-width: 860px) {
	.section-instruction .title {
		font-size: 50px;
	}
}

.section-instruction .title-secondary {
	font-weight: 200;
	font-size: 50px;
	color: var(--bg-active);
	margin-bottom: 15px;
}

@media screen and (max-width: 860px) {
	.section-instruction .title-secondary {
		font-size: 40px;
	}
}

.section-instruction .title-primary {
	font-weight: 200;
	font-size: 50px;
}

@media screen and (max-width: 860px) {
	.section-instruction .title-primary {
		font-size: 40px;
	}
}

.section-instruction a {
	color: var(--bg-active);
}

@media screen and (min-width: 1025px) {
	.section-instruction a:hover {
		text-decoration: underline;
	}
}

.section-instruction p {
	margin-bottom: 30px;
}

.section-instruction p:last-child {
	margin-bottom: 0;
}

.block-instruction p {
	margin: 0;
}

.block-instruction .row {
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
}

.block-instruction .row::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 2px;
	height: 32px;
	background: url('data:image/svg+xml,<svg width="2" height="32" viewBox="0 0 2 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1V31" stroke="%23B07C95" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="1 4"/></svg>');
	margin: -16px auto 0;
}

.block-instruction .row:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.block-instruction .row:last-child::after {
	display: none;
}

.videos-group {
	padding: 100px 0;
	display: flex;
	gap: 0 100px;
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 860px) {
	.videos-group {
		padding: 50px 0;
		gap: 20px 10px;
	}
}

@media screen and (max-width: 640px) {
	.videos-group {
		flex-direction: column;
	}
}

.videos-group .col {
	width: 50%;
}

@media screen and (max-width: 640px) {
	.videos-group .col {
		width: 100%;
	}
}

.videos-group .hold {
	border: 3px solid var(--bg-rose-dark);
	position: relative;
	padding-bottom: 176.5%;
	border-radius: 30px;
	overflow: hidden;
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
}

.videos-group video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

.video-title {
	color: var(--color-second);
	font-weight: 200;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer {
	flex-shrink: 0;
	flex-grow: 0;
	background-color: var(--bg-white);
	padding: 38px 0 44px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.footer {
		padding: 30px 0;
	}
}

.logo-footer {
	margin-bottom: 18px;
	display: flex;
	justify-content: center;
}

.logo-footer img {
	max-width: 144px;
}

.footer-list {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 24px;
	gap: 15px 50px;
}

.footer-list a {
	color: var(--color-darkness);
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.footer-list a:hover {
		color: var(--color-active);
	}
}

.copy {
	color: var(--color-rose-dark);
	font-size: 18px;
}
