.w-form-formradioinput--inputType-custom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	width: 12px;
	height: 12px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
	box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-width: 4px;
	border-top-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	border-right-color: #3898ec;
}

.w-checkbox {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
}

.w-checkbox::before {
	content: " ";
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
}

.w-checkbox::after {
	content: " ";
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
	clear: both;
}

.w-checkbox-input {
	float: left;
	margin-bottom: 0px;
	margin-left: -20px;
	margin-right: 0px;
	margin-top: 4px;
	line-height: normal;
}

.w-checkbox-input--inputType-custom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	width: 12px;
	height: 12px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color: #3898ec;
	border-top-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	border-right-color: #3898ec;
	background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow: 0px 0px 3px 1px #3898ec;
}

.body {
	background-color: transparent;
	background-image: linear-gradient(86deg, #101010 29%, #0b0b0b 78%);
	font-family: Montserrat, sans-serif;
	color: #edcd11;
}

.body.overflow {
	overflow: hidden;
}

.artist-link {
	cursor: pointer;
}


.navbar {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
	z-index: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1296px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 29px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 161px;
	height: 161px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
}

.link-block {
	width: 211px;
	padding: 11px 25px 13px;
	border: 2px solid #a5913c;
	border-radius: 30px;
	background-image: url("../images/bx_bxl-instagram-alt_1bx_bxl-instagram-alt.png");
	background-position: 79% 50%;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	font-family: Poppins, sans-serif;
	color: #a5913c;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
}

.section-f {
	height: 109vh;
	padding-top: 30px;
}

.blick {
	position: absolute;
	left: 0%;
	top: 15%;
	right: 0%;
	bottom: 0%;
	z-index: -1;
	width: 450px;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#777),
			to(#fff));
	background-image: linear-gradient(180deg, #777, #fff);
	opacity: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.blick-copy {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1;
	width: 450px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	opacity: 0.32;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}

.link_block {
	position: absolute;
	left: 53%;
	top: 3%;
	z-index: 10;
	width: 222px;
	height: 74px;
	border-style: solid solid none none;
	border-width: 2px;
	border-color: hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25) #494949;
	-webkit-transition: border-color 400ms ease;
	transition: border-color 400ms ease;
	font-family: Montserrat, sans-serif;
	color: #fff;
	cursor: pointer;
}

.link {
	position: absolute;
	left: auto;
	top: 83px;
	right: -19%;
	bottom: 0%;
	display: block;
	height: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.link_block-s {
	position: absolute;
	left: 68.264%;
	top: 23%;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 136px;
	height: 64px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-style: solid none none solid;
	border-width: 2px;
	border-color: hsla(0, 0%, 100%, 0.25);
	font-family: Montserrat, sans-serif;
	color: #fff;
	cursor: pointer;
}

.link-s {
	position: absolute;
	left: auto;
	top: -11%;
	right: -80px;
	bottom: auto;
	display: block;
	height: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.link_block-th {
	position: absolute;
	left: 58%;
	top: 42%;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 245px;
	height: 92px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-style: none solid solid none;
	border-width: 2px;
	border-color: hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25) #494949;
	font-family: Montserrat, sans-serif;
	color: #fff;
	cursor: pointer;
}

.link--th {
	position: absolute;
	left: auto;
	top: -35px;
	right: -19%;
	bottom: 0%;
	display: block;
	height: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.link_block-f {
	position: absolute;
	left: 22.361%;
	top: 13.194%;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 128px;
	height: 68px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-style: solid none none solid;
	border-width: 2px;
	border-color: hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25) #494949;
	font-family: Montserrat, sans-serif;
	color: #fff;
	cursor: pointer;
}

.link--f {
	position: absolute;
	left: -24%;
	top: auto;
	right: auto;
	bottom: -42%;
	display: block;
	height: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.link_block-fw {
	position: absolute;
	left: 27%;
	top: 38%;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 137px;
	height: 79px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-style: none none solid solid;
	border-width: 2px;
	border-color: hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25) #494949;
	font-family: Montserrat, sans-serif;
	color: #fff;
	cursor: pointer;
}

.link--fw {
	position: absolute;
	left: -44%;
	top: -33%;
	right: auto;
	bottom: auto;
	display: block;
	height: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.link_block-sx {
	position: absolute;
	left: 28.194%;
	top: 61%;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 161px;
	height: 110px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-style: none none solid solid;
	border-width: 2px;
	border-color: hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25) #494949;
	font-family: Montserrat, sans-serif;
	color: #fff;
	cursor: pointer;
}

.link--sx {
	position: absolute;
	left: -31%;
	top: -24%;
	right: auto;
	bottom: auto;
	display: block;
	height: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.fs-row {
	position: relative;
	width: 100%;
	height: 712px;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../images/1-2.png");
	background-position: 50% 0%;
	background-size: contain;
	background-repeat: no-repeat;
}

.swup {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 27%;
	z-index: 20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 134px;
	height: 134px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	background-color: hsla(0, 0%, 100%, 0.21);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}

.sw-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	background-color: hsla(0, 0%, 100%, 0.13);
}

.wp-bt {
	width: 32px;
	height: 46px;
	margin-top: 9px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	border-radius: 110px;
}

.div-block {
	width: 6px;
	height: 6px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 110px;
	background-color: #fff;
}

.container {
	max-width: 1440px;
}

.section-th {
	padding-bottom: 100px;
}

.s_th_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.img_box {
	position: relative;
	width: 100%;
	max-width: 532px;
}

.blick-h {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: -1;
	background-image: radial-gradient(circle closest-side at 50% 50%,
			hsla(0, 0%, 52%, 0.48),
			transparent);
}

.div-block-2 {
	width: 100%;
	max-width: 645px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.heading {
	margin-top: 0px;
	margin-bottom: 50px;
	color: #a5913c;
	font-size: 70px;
	line-height: 85px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}

.heading.fw {
	margin-bottom: 75px;
	text-align: center;
}

.heading.sx {
	color: #a5913c;
	text-align: center;
}

.heading.sw {
	text-align: center;
}

.heading.s {
	position: static;
	z-index: -1;
	margin-bottom: 0px;
	margin-left: -6%;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.heading.make {
	text-align: center;
}

.paragraph {
	margin-bottom: 50px;
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

.link-block-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 192px;
	height: 54px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-width: 1.5px;
	border-color: #fff;
	border-radius: 150px;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	font-family: Poppins, sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}

.link-block-2:hover {
	background-color: #a5913c;
}

.link-block-2.s {
	display: block;
	width: 205px;
	height: 44px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	border-style: solid;
	-webkit-transition: background-color 1500ms ease;
	transition: background-color 1500ms ease;
}

.link-block-2.s:hover {
	border-style: solid;
	border-color: transparent;
	background-color: #a5913c;
	color: #fff;
}

.link-block-2.s-no {
	display: block;
	width: 205px;
	height: 44px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	border-style: solid;
	opacity: 0.24;
	-webkit-transition: background-color 1500ms ease;
	transition: background-color 1500ms ease;
}

.link-block-2.s-no:hover {
	border-style: solid;
	border-color: transparent;
	background-color: #a5913c;
	color: #fff;
}

.text-block-2 {
	font-size: 16px;
	line-height: 24px;
}

.count_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cont_box {
	font-family: Montserrat, sans-serif;
	color: #a5913c;
	font-size: 70px;
	line-height: 85px;
	font-weight: 500;
	text-align: center;
}

.text-block-3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.section-fr {
	position: relative;
	display: none;
	height: 3000px;
	padding-top: 0px;
	background-color: #000;
}

.video_row {
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 100vh;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("../images/62001c356dc1845727200a66_video-bg.svg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.container-3 {
	max-width: 1200px;
	padding-top: 100px;
}

.artist-row {
	background-image: url("../images/8a4bdb12365270828eb2f0ed2ea1e3f1-2.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.row-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.artist-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 210px;
	max-width: 423px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

.artist-box.sec {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.artis-img {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-image: url("../images/unsplash_Nsze2HlxoZo.png");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.artis-img.s {
	background-image: url("../images/unsplash_Zz5LQe-ANST.png");
}

.artis-img.th {
	background-image: url("../images/unsplash_ym--mSBZ0ro.png");
	background-position: 50% 50%;
}

.artis-img.fr {
	background-image: url("../images/unsplash__7LbC5J-jw4.png");
}

.artis-img.fw {
	background-image: url("../images/unsplash_x0c6vTO5ibA.png");
}

.triangle {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../images/Polygon-14-1.svg");
	background-position: 0% 100%;
	background-size: auto 175px;
	background-repeat: no-repeat;
	opacity: 1;
}

.ab_content {
	max-width: 251px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ar_title {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}

.link-2 {
	display: block;
	width: 153px;
	margin-top: 10px;
	background-image: url("../images/Frame-239.svg");
	background-position: 90% 50%;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	font-family: Poppins, sans-serif;
	color: #a5913c;
	font-size: 18px;
	line-height: 27px;
	text-decoration: none;
}

.row-s {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.row-s.s {
	padding-top: 50px;
}

.section {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 2em;
	padding-bottom: 2em;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.content_box {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: rotate(36deg);
	-ms-transform: rotate(36deg);
	transform: rotate(36deg);
}

.content_box.item2 {
	-webkit-transform: rotate(69deg);
	-ms-transform: rotate(69deg);
	transform: rotate(69deg);
}

.content_box.item3 {
	-webkit-transform: rotate(106deg);
	-ms-transform: rotate(106deg);
	transform: rotate(106deg);
}

.content_box.item4 {
	-webkit-transform: rotate(144deg);
	-ms-transform: rotate(144deg);
	transform: rotate(144deg);
}

.item {
	position: absolute;
	left: auto;
	bottom: 19.3em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: rotate(-36deg);
	-ms-transform: rotate(-36deg);
	transform: rotate(-36deg);
}

.item.item2 {
	left: auto;
	bottom: 20.6em;
	-webkit-transform: rotate(-69deg);
	-ms-transform: rotate(-69deg);
	transform: rotate(-69deg);
}

.item.item3 {
	left: auto;
	bottom: 20.3em;
	-webkit-transform: rotate(-106deg);
	-ms-transform: rotate(-106deg);
	transform: rotate(-106deg);
}

.item.item4 {
	left: auto;
	bottom: 20.4em;
	-webkit-transform: rotate(-144deg);
	-ms-transform: rotate(-144deg);
	transform: rotate(-144deg);
}

.item_img {
	position: relative;
	width: 11em;
	height: 11em;
	background-image: url("../images/unsplash_B3JaMOFsydc.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.item_img.image2 {
	background-image: url("../images/unsplash_kZuIc5Jtmfc.png");
}

.item_img.image3 {
	background-image: url("../images/unsplash_LEjVES-wIIc.png");
}

.item_img.item4 {
	background-image: url("../images/unsplash_DWHzxQd_uOY.png");
}

.text_box {
	position: absolute;
	left: 14.1em;
	width: 11.8em;
	margin-left: 0em;
}

.list_wrap {
	position: absolute;
}

.div-block-5 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 60em;
	height: 60em;
	margin-left: -20%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("../images/Group-3-2.svg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: perspective(1000px);
	transform: perspective(1000px);
}

.container-6 {
	max-width: 1267px;
	padding-top: 90px;
}

.tab-link-tab-2 {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: transparent;
	color: #fff;
}

.tab-link-tab-2.w--current {
	background-color: transparent;
	color: #a5913c;
}

.tab-link-tab-3 {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: transparent;
	color: #fff;
}

.tab-link-tab-3.w--current {
	background-color: transparent;
	color: #a5913c;
}

.tab-link-tab-4 {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: transparent;
	color: #fff;
}

.tab-link-tab-4.w--current {
	background-color: transparent;
	color: #a5913c;
}

.tab-link-tab-5 {
	margin-left: 0px;
	padding: 0px;
	background-color: transparent;
	color: #fff;
}

.tab-link-tab-5.w--current {
	background-color: transparent;
	color: #a5913c;
}

.tab-link-tab-1 {
	margin-right: 0px;
	padding: 0px;
	background-color: transparent;
	color: #fff;
}

.tab-link-tab-1.w--current {
	margin-right: 0px;
	padding: 0px;
	background-color: transparent;
	color: #a5913c;
}

.tabs {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}

.tabs-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
	padding-bottom: 60px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.tab-text {
	text-transform: uppercase;
	background: transparent;
	padding: 0;
	padding: 8px 0;
}

@media (min-width: 480px) {
	.tab-text {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.tab-text {
		font-size: 16px;
	}
}

@media (min-width: 1024px) {
	.tab-text {
		font-size: 20px;
	}
}

.tab-text.active {
	color: #a5913c;
}

.image-6 {
	width: 30em;
	height: 30em;
	-webkit-transform: rotate(-66deg);
	-ms-transform: rotate(-66deg);
	transform: rotate(-66deg);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 100% 50%;
	object-position: 100% 50%;
}

.container-7 {
	max-width: 1267px;
	padding-top: 140px;
	padding-bottom: 140px;
}

.slider_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	padding-top: 104px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.img-box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.image-8 {
	display: block;
	width: 100%;
	max-width: 384px;
}

.div-block-7 {
	position: absolute;
	z-index: -1;
	width: 80%;
	height: 80%;
	border-radius: 100%;
	background-color: #fff;
	opacity: 0.32;
	-webkit-filter: blur(20px);
	filter: blur(20px);
}

.slider_box {
	position: relative;
	display: block;
	width: 728px;
	height: 640px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	border: 1px none #a5913c;
}

.slide_bg {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-map {
	position: static;
	height: 473px;
}

.section_cont {
	position: relative;
}

.cont_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1240px;
	margin-top: -70px;
	margin-right: auto;
	margin-left: auto;
	padding: 70px 90px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 25px;
	background-color: #0e0e0e;
}

.cont_text {
	width: 100%;
	max-width: 412px;
}

.text-block-13 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.text-block-14 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

.text-block-14.sec {
	padding-top: 10px;
}

.text-span {
	color: #8f8f8f;
	font-weight: 400;
}

.paragraph-3 {
	margin-bottom: 0px;
	padding-top: 14px;
	padding-bottom: 25px;
	border-bottom: 1px none #a5913c;
	color: #8f8f8f;
	font-size: 12px;
	line-height: 14px;
}

.cont-col {
	border-bottom: 1px solid #a5913c;
}

.cont-col.sec {
	padding-top: 25px;
	padding-bottom: 24px;
}

.cont-col.th {
	padding: 25px 0px;
	border-bottom-style: none;
}

.link-3 {
	display: block;
	margin-top: 9px;
	padding-left: 30px;
	background-image: url("../images/Group-1.svg");
	background-position: 0% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}

.link-3.soc {
	display: inline-block;
	background-image: url("../images/Frame-305.svg");
}

.link-3.soc-sec {
	display: block;
	background-image: none;
}

.link-3.loc {
	background-image: url("../images/Group-2_1.svg");
}

.soc_bx {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.soc_bx.sec {
	display: block;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.img_col {
	position: relative;
	width: 382px;
	height: 382px;
	border: 4px solid #a5913c;
	background-image: radial-gradient(circle farthest-corner at 50% 44%,
			rgba(255, 255, 255, 0.22) 11%,
			transparent 55%);
}

.image-12 {
	display: block;
	margin-top: -76px;
}

.container-8 {
	max-width: 1247px;
	padding-top: 140px;
}

.form_row {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.tab-link-tab-1-2 {
	padding: 0px 0px 10px;
	border-bottom: 1px solid transparent;
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.tab-link-tab-1-2.w--current {
	border-bottom-color: #a5913c;
	background-color: transparent;
	color: #a5913c;
	text-transform: uppercase;
}

.tab-link-tab-2-2 {
	margin-right: 0px;
	margin-left: 156px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid transparent;
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.tab-link-tab-2-2.w--current {
	margin-left: 156px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #a5913c;
	background-color: transparent;
	color: #a5913c;
	font-size: 16px;
	font-weight: 600;
}

.section-2 {
	padding-bottom: 50px;
}

.tabs-menu-2 {
	padding-bottom: 46px;
}

.form_row-s {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-block-2 {
	position: relative;
	width: 100%;
	max-width: 611px;
}

.form-2 {
	padding-top: 0px;
	padding-bottom: 60px;
	background-color: transparent;
}

.icon-icon {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: 0%;
	width: 20px;
	height: 15px;
	margin-top: 17px;
	margin-right: 20px;
	background-image: url("../images/Polygon-2.svg");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.dropdown-2 {
	z-index: 10;
	width: 297px;
	border-radius: 15px;
	background-color: #212121;
}

.dropdown-toggle-2 {
	width: 100%;
	padding-top: 13px;
	padding-bottom: 15px;
	font-family: Roboto, sans-serif;
	color: rgba(255, 255, 255, 0.4);
}

.dropdown-list-2 {
	margin-top: 5px;
	background-color: #212121;
}

.dropdown-list-2.w--open {
	position: absolute;
	z-index: 2000;
	overflow: auto;
	height: 180px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #212121;
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 18px;
}

.dropdown-link-4 {
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.dropdown-link-4:active {
	color: #fff;
}

.dropdown-link-4:focus {
	color: #fff;
	text-decoration: none;
}

.hide {
	display: none;
	background-color: transparent;
	opacity: 0;
}

.hide:active {
	color: #a5913c;
}

.row-fo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 25px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.radio-button-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 30px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Roboto, sans-serif;
	color: rgba(255, 255, 255, 0.4);
	font-size: 18px;
}

.radio-button {
	width: 20px;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255, 255, 255, 0.7);
	background-color: transparent;
	box-shadow: 1px 1px 3px -20px #000;
}

.radio-button.w--redirected-checked {
	border-width: 1px;
	border-color: #a5913c;
	background-color: #a5913c;
	box-shadow: inset 0 0 0 1px #000;
}

.radio-button-label {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.text-field {
	width: 100%;
	height: 49px;
	max-width: 400px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
	border: 1px solid transparent;
	border-radius: 15px;
	background-color: #212121;
	font-family: Roboto, sans-serif;
	color: #fff;
}

.text-field:focus {
	border-style: solid;
	border-color: #a5913c;
	color: #fff;
}

.text-field:focus-visible {
	border-style: solid;
	color: #fff;
}

.text-field[data-wf-focus-visible] {
	border-style: solid;
	color: #fff;
}

.text-field::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.text-field:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.text-field::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.text-field::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.inches {
	z-index: 9;
	display: block;
	width: 190px;
	height: 49px;
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 15px;
	background-color: #212121;
}

.row-fo-w {
	display: block;
	padding-bottom: 25px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-block-16 {
	margin-bottom: 23px;
	font-family: Roboto, sans-serif;
	color: #fff;
	font-weight: 400;
}

.drag-drop {
	position: relative;
	z-index: 2;
	border-radius: 15px;
	background-color: transparent;
	font-family: Roboto, sans-serif;
	color: rgba(255, 255, 255, 0.4);
}

.html-embed-2 {
	position: static;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
}

.textarea {
	height: 110px;
	margin-top: 21px;
	padding: 15px 10px 15px 20px;
	border: 1px solid transparent;
	border-radius: 15px;
	background-color: #212121;
	font-family: Roboto, sans-serif;
	color: #fff;
}

.textarea:focus {
	border-style: solid;
	border-color: #a5913c;
	color: #fff;
}

.pfone {
	display: inline-block;
	height: 49px;
	max-width: 297px;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
	border: 1px solid transparent;
	border-radius: 15px;
	background-color: #212121;
	font-family: Roboto, sans-serif;
	color: #fff;
}

.pfone:focus {
	border-style: solid;
	border-color: #a5913c;
	color: #fff;
}

.name {
	width: 100%;
	height: 49px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
	border: 1px solid transparent;
	border-radius: 15px;
	background-color: #212121;
	font-family: Roboto, sans-serif;
	color: #fff;
}

.name:focus {
	border-style: solid;
	border-color: #a5913c;
	color: #fff;
}

.mail {
	display: inline-block;
	height: 49px;
	max-width: 297px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
	border: 1px solid transparent;
	border-radius: 15px;
	background-color: #212121;
	font-family: Roboto, sans-serif;
	color: #fff;
}

.mail:focus {
	border-style: solid;
	border-color: #a5913c;
	color: #fff;
}

.mail:focus-visible {
	color: #fff;
}

.mail[data-wf-focus-visible] {
	color: #fff;
}

.check {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0px;
}

.checkbox {
	width: 25px;
	height: 25px;
	margin-left: 0px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-style: solid;
	border-color: hsla(0, 0%, 100%, 0.4);
	border-radius: 5px;
	background-color: #212121;
	box-shadow: 1px 1px 0 -20px #000;
}

.checkbox.w--redirected-checked {
	border-style: none;
	border-color: #212121;
	background-color: #212121;
	background-image: url("../images/Vector-809.svg");
	background-size: auto;
	box-shadow: none;
}

.checkbox.w--redirected-focus {
	box-shadow: none;
}

.checkbox-label {
	margin-left: 25px;
	font-family: Roboto, sans-serif;
	color: rgba(255, 255, 255, 0.4);
	line-height: 16px;
}

.f_image-box {
	position: relative;
	width: 460px;
	height: 610px;
	margin-right: auto;
	margin-left: auto;
}

.rotate_button {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	z-index: 200;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 35px;
	padding-left: 35px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.btn-t-l {
	width: 31px;
	height: 28px;
	background-image: url("../images/Vector-23.svg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.btn-t-r {
	width: 31px;
	height: 28px;
	background-image: url("../images/Vector-24.svg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.rigth-img {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: block;
	width: 418px;
	height: 717px;
	background-image: url("../images/image-284613.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.front-img {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	width: 418px;
	height: 717px;
	background-image: url("../images/d9u8eqlp43ar-1.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
}

.back-img {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: block;
	width: 418px;
	height: 717px;
	background-image: url("../images/image-284613-1.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.left-img {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: block;
	width: 418px;
	height: 717px;
	background-image: url("../images/image-284615.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.rotate_button-s {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	z-index: 200;
	display: none;
	padding-right: 35px;
	padding-left: 35px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.rotate_button-th {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	z-index: 200;
	display: none;
	padding-right: 35px;
	padding-left: 35px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.rotate_button-fr {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	z-index: 200;
	display: none;
	padding-right: 35px;
	padding-left: 35px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.f_image-box---inform {
	position: relative;
	display: none;
	width: 418px;
	height: 717px;
	margin-right: auto;
	margin-left: auto;
}

.submit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 192px;
	height: 54px;
	margin-top: 45px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-width: 1.5px;
	border-color: #fff;
	border-radius: 150px;
	background-color: transparent;
	-webkit-transition: background-color 250ms ease;
	transition: background-color 250ms ease;
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}

.submit:hover {
	background-color: #fff;
	color: #212121;
}

.f_container {
	position: relative;
	max-width: 1267px;
	padding-top: 80px;
}

.f_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.link-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fs-row-l {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 100px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.fs-row-l.sec {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.link-4 {
	display: block;
	-webkit-transition: color 300ms ease;
	transition: color 300ms ease;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.link-4:hover {
	color: #a5913c;
}

.link-4.sec {
	margin-top: 40px;
	margin-bottom: 40px;
}

.social-row {
	display: none;
}

.social-row.f {
	display: none;
}

.facebook {
	display: block;
	width: 30px;
	height: 30px;
	margin-bottom: 30px;
	background-image: url("../images/brandico_facebook.svg");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.facebook:hover {
	background-image: url("../images/brandico_facebook_1.svg");
}

.intagram {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../images/bx_bxl-instagram-alt.svg");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.intagram:hover {
	background-image: url("../images/bx_bxl-instagram-alt_1.svg");
}

.social-gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.text-block-20 {
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.gallery-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gallery-cart {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	height: 100px;
	margin-right: 1px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("../images/unsplash_kZuIc5Jtmfc-1_4unsplash_kZuIc5Jtmfc (1).png");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	text-decoration: none;
}

.gallery-cart.sec {
	background-image: url("../images/unsplash_MtYbmpmysBc_3unsplash_MtYbmpmysBc.png");
}

.gallery-cart.th {
	background-image: url("../images/unsplash_pYd6_Iw8TpM_1unsplash_pYd6_Iw8TpM.png");
}

.gallery-cart.fr {
	background-image: url("../images/unsplash_LEjVES-wIIc-1_4unsplash_LEjVES-wIIc (1).png");
}

.ins-icon {
	width: 46px;
	height: 46px;
	background-image: url("../images/bx_bxl-instagram-alt_1.svg");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
}

.text-block-21 {
	position: absolute;
	left: 0%;
	top: 58px;
	right: 0%;
	bottom: auto;
}

.div-block-14 {
	position: relative;
	margin-left: -3px;
}

.close-btn {
	position: absolute;
	left: auto;
	top: 40px;
	right: 40px;
	bottom: auto;
	z-index: 3000;
	width: 18px;
	height: 18px;
	background-image: url("../images/x.svg");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	cursor: pointer;
}

.close-btn:hover {
	background-color: rgba(165, 145, 60, 0.61);
}

.slede-art {
	height: auto;
	background-color: transparent;
}

.slide-nav-3 {
	display: none;
}

.right-arrow-4 {
	right: 22px;
}

.left-arrow-4 {
	left: 22px;
}

.mask-3 {
	overflow: hidden;
	width: 650px;
	height: 650px;
}

.line-top {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
	width: 101%;
	height: 3px;
	margin-top: -2px;
	margin-left: -1px;
	background-color: #a5913c;
}

.line-left {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: 0%;
	width: 3px;
	height: 100%;
	margin-top: 0px;
	margin-right: -1px;
	background-color: #a5913c;
}

.top-s {
	width: 102%;
	height: 3px;
	margin-top: -2px;
	margin-left: -2px;
	background-color: #a5913c;
}

.left-s {
	width: 3px;
	height: 100%;
	margin-left: -2px;
	background-color: #a5913c;
}

.bottom-r {
	width: 100%;
	height: 3px;
	margin-bottom: -2px;
	background-color: #a5913c;
}

.right-w {
	width: 3px;
	height: 102%;
	margin-right: -2px;
	margin-bottom: -2px;
	background-color: #a5913c;
}

.top-f {
	width: 100%;
	height: 3px;
	margin-top: -2px;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	background-color: #a5913c;
}

.left-f {
	width: 3px;
	height: 102%;
	margin-top: -2px;
	margin-left: -2px;
	background-color: #a5913c;
}

.bottom-fw {
	width: 100%;
	height: 3px;
	margin-bottom: -2px;
	margin-left: -2px;
	background-color: #a5913c;
}

.left-fw {
	width: 3px;
	height: 102%;
	margin-bottom: -2px;
	margin-left: -2px;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	background-color: #a5913c;
}

.bottom-sx {
	width: 102%;
	height: 3px;
	margin-bottom: -2px;
	background-color: #a5913c;
}

.left-sx {
	width: 3px;
	height: 100%;
	margin-left: -3px;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	background-color: #a5913c;
}

.top-f-s {
	display: none;
	width: 100%;
	height: 3px;
	margin-top: -2px;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	background-color: #a5913c;
}

.left-f-s {
	display: none;
	width: 3px;
	height: 102%;
	margin-top: -2px;
	margin-left: -2px;
	background-color: #a5913c;
}

.top-ss {
	display: none;
	width: 102%;
	height: 3px;
	margin-top: -2px;
	margin-left: -2px;
	background-color: #a5913c;
}

.left-ss {
	display: none;
	width: 3px;
	height: 100%;
	margin-left: -2px;
	background-color: #a5913c;
}

.mail-link {
	display: block;
	margin-top: 9px;
	padding-left: 30px;
	background-image: url("../images/Group.svg");
	background-position: 0% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}

.repost-slide {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	width: 587px;
	height: 733px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	-webkit-transform: translate(71px, -75px) rotate(90deg);
	-ms-transform: translate(71px, -75px) rotate(90deg);
	transform: translate(71px, -75px) rotate(90deg);
}

.mask-4 {
	overflow: visible;
	width: 214px;
	margin-right: auto;
	margin-left: 0px;
}

.item-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 627px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.row-line {
	width: 122px;
	height: 15px;
	background-image: url("../images/Group-8.svg");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.conten-bx {
	margin-left: 5px;
	padding: 20px 30px;
	border: 3px solid #a5913c;
}

.text-block-23 {
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.rating {
	height: 13px;
	margin-top: 10px;
	background-image: url("../images/Frame-329.png");
	background-position: 0% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.paragraph-6 {
	width: 100%;
	margin-top: 10px;
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

.date {
	font-family: Montserrat, sans-serif;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
}

.slide-3 {
	width: 320px;
}

.slide-nav-4 {
	left: 0%;
	right: 0%;
	bottom: auto;
	display: block;
	text-align: center;
}

.right-arrow-5 {
	display: none;
}

.left-arrow-5 {
	display: none;
}

.img-artist {
	position: relative;
	width: 197px;
	height: 186px;
	margin-right: 30px;
}

.tab-gallery-row {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 3000;
	display: none;
	padding: 0px 32px 32px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.77);
}

.tab-anastasia {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 600px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
}

.tab-gallery-jas {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1000;
	display: none;
	padding: 32px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.77);
}

.hande {
	width: 100%;
	height: 630px;
	background-image: url("../images/Frame-182.png");
	background-position: 50% 74%;
	background-size: 150%;
	background-repeat: no-repeat;
}

.range--row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 28px;
	padding: 15px 30px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 15px;
	background-color: #212121;
}

.html-embed-3 {
	width: 100%;
	height: 100%;
}

.close-row {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: block;
	cursor: pointer;
}

.tab-gallery-anastasia {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 100;
	display: none;
	padding: 32px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.77);
}

.background-video-2 {
	position: relative;
	z-index: 0;
	overflow: visible;
	width: 100vw;
	height: 100vh;
	margin-right: auto;
	margin-left: auto;
	opacity: 0.32;
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease;
}

.img-f-q {
	display: block;
	width: 100%;
	height: 257px;
	cursor: pointer;
	-o-object-fit: cover;
	object-fit: cover;
}

.row-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 672px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.f-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 24%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.link-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.f-col2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.f_col-t {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.f-col-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 24%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.img-s-q2 {
	display: block;
	width: 100%;
	height: 400px;
	cursor: pointer;
}

.img-s-q3 {
	display: block;
	height: 400px;
	cursor: pointer;
}

.img-s-q4 {
	display: block;
	height: 400px;
	cursor: pointer;
}

.img-f-q5 {
	height: 257px;
	cursor: pointer;
}

.img-f-q6 {
	display: block;
	height: 257px;
	cursor: pointer;
}

.img-s-q7 {
	display: block;
	height: 400px;
	cursor: pointer;
}

.link-box2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.link-box3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex: 0 49%;
	-ms-flex: 0 49%;
	flex: 0 49%;
}

.link-box4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex: 0 49%;
	-ms-flex: 0 49%;
	flex: 0 49%;
}

.link-box5 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.link-box6 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.link-box7 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.camera {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo-foter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 161px;
	height: 161px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
}

.success-message-2 {
	position: relative;
	height: 543px;
	padding-top: 20px;
	background-color: rgba(0, 0, 0, 0.52);
}

.succes-row {
	position: absolute;
	left: 25px;
	top: 25px;
	right: 25px;
	bottom: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	height: 90%;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-block-24 {
	max-width: 500px;
	color: #a5913c;
	font-size: 40px;
	line-height: 56px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.text-block-25 {
	margin-top: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.close-btn--socces {
	position: absolute;
	left: auto;
	top: 25px;
	right: 25px;
	bottom: auto;
	z-index: 10;
	width: 30px;
	height: 30px;
	background-image: url("../images/x_1.svg");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	cursor: pointer;
}

.close-btn--socces:hover {
	background-color: rgba(165, 145, 60, 0.61);
}

.close-btn--socces.w--current {
	background-image: url("../images/x.svg");
}

.slide-4 {
	background-image: url("../images/unsplash_kZuIc5Jtmfc_1.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.sildbg {
	position: absolute;
	left: 0%;
	top: 15%;
	right: 0%;
	bottom: 15%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.content {
	max-width: 420px;
	margin-right: auto;
	margin-left: auto;
}

.text-block-26 {
	font-family: Montserrat, sans-serif;
	color: #a5913c;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.paragraph-8 {
	margin-top: 25px;
	margin-bottom: 0px;
	color: #fff;
	font-weight: 500;
	text-align: center;
}

.slide-6 {
	background-image: url("../images/unsplash_DWHzxQd_uOY_1.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.slide-7 {
	background-image: url("../images/unsplash_LEjVES-wIIc_1.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.slide-8 {
	background-image: url("../images/unsplash_B3JaMOFsydc_1.png");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.flower {
	position: absolute;
	left: 0%;
	top: 15%;
	right: 0%;
	bottom: 15%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.notiface {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 2000;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.34);
}

.notiface-row {
	position: relative;
	padding: 30px 40px;
	background-color: #000;
}

.nonice {
	color: #d12222;
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	text-align: center;
}

.paragraph-9 {
	max-width: 720px;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #d0d0d0;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

.docement-notice {
	overflow: auto;
	height: 229px;
	max-width: 680px;
	margin-top: 45px;
	margin-right: auto;
	margin-left: auto;
}

.donload-btn {
	display: block;
	width: 192px;
	height: 43px;
	margin-top: 54px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	padding-bottom: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	border-radius: 25px;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
}

.donload-btn:hover {
	background-color: #a5913c;
}

.text-block-27 {
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}

.close-btn-ntc {
	position: absolute;
	left: auto;
	top: 20px;
	right: 20px;
	bottom: auto;
	z-index: 30;
	width: 40px;
	height: 40px;
	background-image: url("../images/x_1.svg");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	cursor: pointer;
}

.close-btn-ntc:hover {
	background-color: rgba(165, 145, 60, 0.61);
}

.ikova-row {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	cursor: pointer;
}

.jasmon-row {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	cursor: pointer;
}

.dropdown-list--2 {
	margin-top: 5px;
	background-color: #212121;
}

.dropdown-list--2.w--open {
	position: absolute;
	overflow: auto;
	height: 168px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #212121;
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 18px;
}

.artist-slide-row {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #000;
}

.artist-about {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 281px;
	margin-top: 40px;
	margin-right: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.ikova {
	position: relative;
	width: 191px;
	height: 183px;
	margin-right: auto;
	margin-left: auto;
}

.artist-about-text {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}

.artist-name {
	margin-bottom: 25px;
	color: #fff;
	text-transform: uppercase;
}

.slide-row-art {
	position: relative;
}

.slider {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
}

.slide-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	width: 450px;
	height: 130px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hack9-custom-dot {
	width: 130px;
	height: 110px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.hack9-custom-dot.active {
	width: 130px;
	height: 110px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-color: #fff;
}

.slide-nav-5 {
	display: none;
}

.h1 {
	color: #fff;
	font-size: 30px;
	line-height: 35px;
}

.body-3 {
	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(100%, #101010),
			to(#0b0b0b));
	background-image: linear-gradient(180deg, #101010 100%, #0b0b0b);
}

.slider-2 {
	width: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.mask-6 {
	height: 350px;
}

.slide-nav-6 {
	display: none;
}

.div-block-15 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.div-block-16 {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	background-color: #fff;
}

.div-block-16.fs-sliderdots_active {
	background-color: #494949;
	cursor: pointer;
}

.div-block-17 {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	background-color: #fff;
	cursor: pointer;
}

.slider-3 {
	width: 460px;
	height: 650px;
	background-color: transparent;
}

.left-arrow-7 {
	left: 0%;
	top: 0%;
	right: auto;
	bottom: auto;
	display: block;
	height: 500px;
}

.right-arrow-7 {
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	display: block;
	height: 500px;
}

.div-block-19 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 110px;
	height: 110px;
	background-color: #fff;
}

.div-block-20 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.left-arrow-8 {
	display: none;
}

.right-arrow-8 {
	display: none;
}

.slide-nav-7 {
	display: none;
}

.slide-nv {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	height: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	white-space: nowrap;
}

.slide-1 {
	background-image: url("../images/da27beb2da3d3df61530339f1e50a3e2-1.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.div-block-24 {
	display: none;
}

.mask-7 {
	height: 500px;
}

.ikova-dots-img {
	display: block;
	width: 189px;
	height: 189px;
	max-width: 100%;
	margin-bottom: 10px;
	margin-left: 0px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.slide-15 {
	background-image: url("../images/7945ba451cd5a9e676140c3b6336c7ea.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-16 {
	background-image: url("../images/IMG_1677-2-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-17 {
	background-image: url("../images/unsplash_m0EDPy_qA34_1.png");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-18 {
	background-image: url("../images/FullSizeRender-4-—-копия-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-19 {
	background-image: url("../images/img_0975-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-20 {
	background-image: url("../images/img_3820.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-21 {
	background-image: url("../images/IMG_1772.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-22 {
	background-image: url("../images/photo-dec-28-10-56-32-am.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-1-2 {
	background-image: url("../images/IMG_3025-2-—-копия-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide1-js {
	background-image: url("../images/46a178357881f451fe893fa41fc470fe.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide2-js {
	background-image: url("../images/6760af074317471f6f6e442c12893f1b-2-1.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide3-js {
	background-image: url("../images/IMG_2078-min.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide4-js {
	background-image: url("../images/0768095c02bca702f9302de84598e74d-min.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide5-js {
	background-image: url("../images/IMG_3238-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide6-js {
	background-image: url("../images/IMG_3741-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide7-js {
	background-image: url("../images/IMG_3822-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide8-js {
	background-image: url("../images/IMG_3401-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide9-js {
	background-image: url("../images/IMG_2046-min.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide10-js {
	background-image: url("../images/7BB9D337-4BD1-45EC-BAA3-630186A5674A-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.hide-age {
	display: none;
	background-color: transparent;
}

.hide-age:active {
	color: #a5913c;
}

.notiface-close {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	cursor: pointer;
}

.slide1-jl {
	background-image: url("../images/anastasia/IMG_4735.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide2-jl {
	background-image: url("../images/anastasia/IMG_4736.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide3-jl {
	background-image: url("../images/anastasia/IMG_4739.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide4-jl {
	background-image: url("../images/anastasia/IMG_4878.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide5-jl {
	background-image: url("../images/anastasia/IMG_5605.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide6-jl {
	background-image: url("../images/anastasia/IMG_5606.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide7-jl {
	background-image: url("../images/anastasia/IMG_5609.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide8-jl {
	background-image: url("../images/anastasia/IMG_5611.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide9-jl {
	background-image: url("../images/anastasia/IMG_5613.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide10-jl {
	background-image: url("../images/anastasia/IMG_5614.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide11-jl {
	background-image: url("../images/anastasia/IMG_5615.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide12-jl {
	background-image: url("../images/anastasia/IMG_5616.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.icon-3 {
	width: 40px;
	height: 40px;
	background-image: url("../images/Vector-17.svg");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	font-size: 0px;
}

.icon-4 {
	width: 40px;
	height: 40px;
	background-image: url("../images/Vector-16.svg");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	font-size: 0px;
}

.art-work-row {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 3000;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.77);
}

.art-box {
	position: relative;
	width: 100%;
	max-width: 910px;
	padding: 40px 75px 27px;
	background-color: #000;
}

.text-block-28 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.slide-nav-8 {
	display: none;
}

.slider-4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 600px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: transparent;
}

.mask-8 {
	width: 500px;
	height: 600px;
}

.left-arrow-9 {
	left: 0%;
	top: 0%;
	right: auto;
	bottom: auto;
	height: 600px;
}

.right-arrow-9 {
	left: auto;
	top: 0%;
	right: 259px;
	bottom: auto;
	height: 600px;
}

.slide-nav-art {
	position: static;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: block;
	overflow: auto;
	width: 210px;
	height: 600px;
	margin-top: 0px;
	margin-left: 10px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.slide-art-1 {
	background-image: url("../images/9725167B-C69B-47B2-BF1F-A1276F5D7645-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-2 {
	background-image: url("../images/IMG_1926-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-3 {
	background-image: url("../images/FullSizeRender-4-—-копия-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-4 {
	background-image: url("../images/img_2593-2-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-5 {
	background-image: url("../images/IMG_1124-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-6 {
	background-image: url("../images/img_3314-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-7 {
	background-image: url("../images/IMG_1010-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-8 {
	background-image: url("../images/IMG_2763-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-9 {
	background-image: url("../images/IMG_1767-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-10 {
	background-image: url("../images/IMG_2032-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-11 {
	background-image: url("../images/IMG_3238-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-12 {
	background-image: url("../images/img_3663-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-13 {
	background-image: url("../images/IMG_3821-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-14 {
	background-image: url("../images/IMG_2910-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-15 {
	background-image: url("../images/img_3820.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-16 {
	background-image: url("../images/58DADC1E-D82D-44FE-B9D8-C49A10BE591D-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.art-close-row {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	cursor: pointer;
}

.art-close-btn {
	position: absolute;
	left: auto;
	top: 40px;
	right: 40px;
	bottom: auto;
	width: 30px;
	height: 30px;
	background-image: url("../images/x.svg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.art-close-btn:hover {
	background-color: #a5913c;
}

.art-work-row-bg {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 3000;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.77);
}

.slide-art-1-bg {
	background-image: url("../images/photo-nov-24-9-43-25-pm-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-2-bg {
	background-image: url("../images/img_9577-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-3-bg {
	background-image: url("../images/img_7479-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-4-bg {
	background-image: url("../images/img_4827-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-5-bg {
	background-image: url("../images/img_5622-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-6-bg {
	background-image: url("../images/img_6791-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-7-bg {
	background-image: url("../images/img_4595-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-8-bg {
	background-image: url("../images/IMG_2048-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-9-bg {
	background-image: url("../images/IMG_2044-min.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-10-bg {
	background-image: url("../images/557cbe09-8216-4b5c-a946-fb89c0b20747-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-11-bg {
	background-image: url("../images/IMG_1379-min_1IMG_1379-min.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-12-bg {
	background-image: url("../images/rose1.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-13-bg {
	background-image: url("../images/IMG_3474-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-14-bg {
	background-image: url("../images/img_3111-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-15-bg {
	background-image: url("../images/IMG_1338-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-16-bg {
	background-image: url("../images/img_0970-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.art-work-row--cl {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 3000;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.77);
}

.slide-art-1-cl {
	background-image: url("../images/IMG_1723-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-2-cl {
	background-image: url("../images/IMG_3028-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-3-cl {
	background-image: url("../images/img_1573-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-4-cl {
	background-image: url("../images/IMG_2910-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-5-cl {
	background-image: url("../images/img_6206-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-6-cl {
	background-image: url("../images/IMG_0084-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-7-cl {
	background-image: url("../images/img_7553-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-8-cl {
	background-image: url("../images/img_6020-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-9-cl {
	background-image: url("../images/img_7589-—-копия-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-10-cl {
	background-image: url("../images/IMG_1818-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-11-cl {
	background-image: url("../images/img_0979-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-12-cl {
	background-image: url("../images/IMG_2032-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-13-cl {
	background-image: url("../images/img_0526.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-14-cl {
	background-image: url("../images/2036AF88-BE00-4CD3-B1C1-C5A5773359B1-—-копия-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-15-cl {
	background-image: url("../images/unsplash_KhU_EbpBqCk.png");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-16-cl {
	background-image: url("../images/unsplash_MtYbmpmysBc_2.png");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.art-work-row--fl {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 3000;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.77);
}

.slide-art-1-fl {
	background-image: url("../images/IMG_3586.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-2-fl {
	background-image: url("../images/img_8207-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-3-fl {
	background-image: url("../images/img_4339-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-4-fl {
	background-image: url("../images/IMG_4116-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-5-fl {
	background-image: url("../images/IMG_1098-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-6-fl {
	background-image: url("../images/IMG_1306-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-7-fl {
	background-image: url("../images/img_0526-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-8-fl {
	background-image: url("../images/IMG_1299-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-9-fl {
	background-image: url("../images/51856084-B078-4357-BCEA-AC3E272DAC1F-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-10-fl {
	background-image: url("../images/9201a057-3643-4283-8afa-74bd04028a21-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-11-fl {
	background-image: url("../images/img_3820.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-12-fl {
	background-image: url("../images/IMG_1872-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-13-fl {
	background-image: url("../images/IMG_1739-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-14-fl {
	background-image: url("../images/img_9027-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-15-fl {
	background-image: url("../images/unsplash_tHEXNI4L4S4_1.png");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-16-fl {
	background-image: url("../images/IMG_1772-—-копия-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.art-work-row--sm {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 3000;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.77);
}

.slide-art-1-sm {
	background-image: url("../images/IMG_3067-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-2-sm {
	background-image: url("../images/IMG_4119-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-3-sm {
	background-image: url("../images/IMG_3052-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-4-sm {
	background-image: url("../images/IMG_2805-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-5-sm {
	background-image: url("../images/IMG_2774-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-6-sm {
	background-image: url("../images/IMG_3042-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-7-sm {
	background-image: url("../images/IMG_2651-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-8-sm {
	background-image: url("../images/IMG_2347-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-9-sm {
	background-image: url("../images/img_0976-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-10-sm {
	background-image: url("../images/IMG_0880-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-11-sm {
	background-image: url("../images/IMG_0878-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-12-sm {
	background-image: url("../images/IMG_0646-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-13-sm {
	background-image: url("../images/IMG_0630-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-14-sm {
	background-image: url("../images/IMG_0635-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-15-sm {
	background-image: url("../images/IMG_3088-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-16-sm {
	background-image: url("../images/IMG_3238-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.img-row {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 2;
	background-image: url("../images/image-285-1-1.png");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.blc {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	background-image: radial-gradient(circle farthest-corner at 50% 50%,
			rgba(255, 255, 255, 0.37) 26%,
			transparent 57%);
}

.section-3 {
	padding-top: 140px;
}

.container-9 {
	max-width: 1000px;
}

.after-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-block-29 {
	color: rgba(255, 255, 255, 0.63);
	font-size: 16px;
	font-weight: 400;
}

.list {
	max-width: 395px;
}

.list-item {
	padding-bottom: 20px;
}

.list-item-2 {
	padding-bottom: 20px;
}

.list-item-3 {
	padding-bottom: 20px;
}

.list-item-4 {
	padding-bottom: 20px;
}

.list-box {
	padding: 50px 50px 30px;
	border: 3px solid #a5913c;
}

.list-copy {
	max-width: 395px;
	padding-left: 13px;
}

.text-block-30 {
	margin-bottom: 20px;
	color: #a5913c;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}

.radio-button-label-3 {
	display: none;
}

.rb {
	width: 60px;
	height: 60px;
	border-style: none;
	border-radius: 0%;
	background-image: url("../images/Polygon-21.svg");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.rb.w--redirected-checked {
	border-style: none;
	background-image: url("../images/Polygon-21_1.svg");
}

.rb.w--redirected-focus {
	box-shadow: none;
}

.rb-2 {
	width: 60px;
	height: 60px;
	border-style: none;
	border-radius: 0%;
	background-image: url("../images/Polygon-22.svg");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.rb-2.w--redirected-checked {
	border-style: none;
	background-image: url("../images/Polygon-22_1.svg");
}

.rb-2.w--redirected-focus {
	box-shadow: none;
}

.rb-3 {
	width: 60px;
	height: 60px;
	border-style: none;
	border-radius: 0%;
	background-image: url("../images/Polygon-25.svg");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.rb-3.w--redirected-checked {
	border-style: none;
	background-image: url("../images/Polygon-25_1.svg");
}

.rb-3.w--redirected-focus {
	box-shadow: none;
}

.rb-4 {
	width: 60px;
	height: 60px;
	border-style: none;
	border-radius: 0%;
	background-image: url("../images/Polygon-23.svg");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.rb-4.w--redirected-checked {
	border-style: none;
	background-image: url("../images/Polygon-23_1.svg");
}

.rb-4.w--redirected-focus {
	box-shadow: none;
}

.rb-5 {
	width: 60px;
	height: 60px;
	border-style: none;
	border-radius: 0%;
	background-image: url("../images/Polygon-26.svg");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.rb-5.w--redirected-checked {
	border-style: none;
	background-image: url("../images/Polygon-26_1.svg");
}

.rb-5.w--redirected-focus {
	box-shadow: none;
}

.rb-6 {
	width: 60px;
	height: 60px;
	border-style: none;
	border-radius: 0%;
	background-image: url("../images/Polygon-24.svg");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.rb-6.w--redirected-checked {
	border-style: none;
	background-image: url("../images/Polygon-24_1.svg");
}

.rb-6.w--redirected-focus {
	box-shadow: none;
}

.container-10 {
	max-width: 1260px;
}

.section-4 {
	height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #a5913c;
}

.row-to-wb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.log-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-block-31 {
	margin-left: 15px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
}

.link-site {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 25px;
	background-image: url("../images/arrow-right.svg");
	background-position: 100% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-decoration: none;
}

.top-btn {
	position: fixed;
	left: auto;
	top: auto;
	right: 60px;
	bottom: 8%;
	z-index: 5000;
	width: 50px;
	height: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	border-radius: 5px;
	background-image: url("../images/chevrons-up.svg");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.slide_row-bg {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1300;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.slide_row-col {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1300;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.38);
	opacity: 1;
}

.slide_row-fl {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1300;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.38);
	opacity: 1;
}

.slide_row-sp {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1300;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.38);
	opacity: 1;
}

.black-gray {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.color-text {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.flowers-text {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.small-simple-text {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.button {
	display: block;
	width: 129px;
	height: 44px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 1.5px;
	border-color: #fff;
	border-radius: 20px;
	background-color: transparent;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.button-bg {
	display: block;
	width: 129px;
	height: 44px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 1.5px;
	border-color: #fff;
	border-radius: 20px;
	background-color: transparent;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.button-fl {
	display: block;
	width: 129px;
	height: 44px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 1.5px;
	border-color: #fff;
	border-radius: 20px;
	background-color: transparent;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.link-5 {
	display: block;
	width: 129px;
	height: 44px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	border-radius: 20px;
	font-family: Poppins, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}

.link-6 {
	display: block;
	width: 129px;
	height: 44px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	border-radius: 20px;
	font-family: Poppins, sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}

.dropdown--pl {
	z-index: 10;
	width: 297px;
	border-radius: 15px;
	background-color: #212121;
}

.dropdown-3 {
	z-index: 10;
	width: 49%;
	border-radius: 15px;
	background-color: #212121;
}

.dropdown-4 {
	width: 49%;
	border-radius: 15px;
	background-color: #212121;
}

.dropdown-list--inch {
	margin-top: 5px;
	background-color: #212121;
}

.dropdown-list--inch.w--open {
	position: absolute;
	overflow: auto;
	height: auto;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #212121;
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 18px;
}

.dropdown-art {
	margin-top: 5px;
	background-color: #212121;
}

.dropdown-art.w--open {
	position: absolute;
	overflow: auto;
	height: auto;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #212121;
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 18px;
}

.slide-art-17 {
	background-image: url("../images/photo-nov-12-1-56-44-pm.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-18 {
	background-image: url("../images/Snapseed.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-19 {
	background-image: url("../images/photo-feb-25-8-24-26-pm.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-20 {
	background-image: url("../images/IMG_2044.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-21 {
	background-image: url("../images/IMG_9618.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-22 {
	background-image: url("../images/IMG_2032.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-23 {
	background-image: url("../images/IMG_3583.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-24 {
	background-image: url("../images/IMG_4413.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-25 {
	background-image: url("../images/IMG_1635.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-26 {
	background-image: url("../images/IMG_1717.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-27 {
	background-image: url("../images/IMG_4417.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-28 {
	background-image: url("../images/IMG_4406.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-29 {
	background-image: url("../images/IMG_4346-2.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-30 {
	background-image: url("../images/IMG_4101.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-31 {
	background-image: url("../images/IMG_3900-2.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-32 {
	background-image: url("../images/4f189d89-1585-4285-a3ce-015b5bd6a298.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-17-bg {
	background-image: url("../images/photo-nov-12-1-56-44-pm.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-18-bg {
	background-image: url("../images/Snapseed.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-19-bg {
	background-image: url("../images/photo-feb-25-8-24-26-pm.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-20-bg {
	background-image: url("../images/IMG_9618.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-21-bg {
	background-image: url("../images/img_8387.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-22-bg {
	background-image: url("../images/IMG_8335.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-23-bg {
	background-image: url("../images/img_9021.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-24-bg {
	background-image: url("../images/img_8021.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-25-bg {
	background-image: url("../images/img_5799.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-26-bg {
	background-image: url("../images/img_4584.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-27-bg {
	background-image: url("../images/img_1641.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-28-bg {
	background-image: url("../images/img_4346.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-29-bg {
	background-image: url("../images/img_3317.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-30-bg {
	background-image: url("../images/img_4202.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-31-bg {
	background-image: url("../images/IMG_2061.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-32-bg {
	background-image: url("../images/IMG_0817.PNG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-17-cl {
	background-image: url("../images/img_0979-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-18-cl {
	background-image: url("../images/IMG_1635.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-19-cl {
	background-image: url("../images/img_8207-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-20-cl {
	background-image: url("../images/img_9027-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-21-cl {
	background-image: url("../images/FullSizeRender-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-22-cl {
	background-image: url("../images/unsplash_KhU_EbpBqCk.png");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-23-cl {
	background-image: url("../images/IMG_3583.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-24-cl {
	background-image: url("../images/img_6207-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-25-cl {
	background-image: url("../images/img_7589-—-копия-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-26-cl {
	background-image: url("../images/9201a057-3643-4283-8afa-74bd04028a21-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-27-cl {
	background-image: url("../images/IMG_4346-2.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-28-cl {
	background-image: url("../images/img_4720-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-29-cl {
	background-image: url("../images/IMG_3844.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-30-cl {
	background-image: url("../images/IMG_4413.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-31-cl {
	background-image: url("../images/img_7553-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-art-32-cl {
	background-image: url("../images/img_3663-min.JPG");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.ikova-dots-img-art {
	display: block;
	width: 110px;
	height: 110px;
	max-width: 100%;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.thank-row {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-block-32 {
	font-family: Montserrat, sans-serif;
	color: #a5913c;
	font-size: 50px;
	line-height: 70px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 4px;
	text-transform: uppercase;
	white-space: normal;
}

.thank-box {
	max-width: 510px;
}

.text-block-33 {
	margin-top: 20px;
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.success-message-exist {
	position: relative;
	height: 543px;
	padding-top: 20px;
	background-color: rgba(0, 0, 0, 0.52);
}

@media screen and (min-width: 1280px) {
	.section-f {
		height: 92vh;
	}

	.link_block {
		top: 4%;
	}

	.link_block-s {
		top: 25%;
	}

	.link_block-th {
		left: 58%;
		top: 45%;
	}

	.link_block-fw {
		top: 37%;
	}

	.link_block-sx {
		top: 61%;
	}

	.fs-row {
		height: 659px;
	}

	.swup {
		bottom: 16%;
	}

	.s_th_row {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.div-block-2 {
		width: 100%;
		max-width: 645px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}

	.ab_content {
		max-width: 420px;
	}

	.container-7 {
		overflow: hidden;
	}

	.slider_row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.img-box {
		width: 100%;
		max-width: 384px;
	}

	.div-block-7 {
		width: 100%;
		height: 80%;
	}

	.slider_box {
		padding-right: 174px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.form-2 {
		padding-top: 0px;
	}

	.radio-button {
		border-color: rgba(255, 255, 255, 0.7);
	}

	.repost-slide {
		margin-top: -46px;
	}

	.item-row {
		width: 600px;
	}

	.slide-nav-4 {
		left: 0%;
		top: 2%;
		right: 0%;
		bottom: auto;
	}

	.tab-gallery-row {
		display: none;
	}

	.tab-gallery-jas {
		display: none;
	}

	.hande {
		height: 630px;
		background-position: 50% 69%;
		background-size: 150%;
	}

	.tab-gallery-anastasia {
		display: none;
	}

	.link-box6 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.art-work-row--sm {
		display: none;
	}

	.top-btn {
		bottom: 34px;
	}

	.slide_row-bg {
		display: none;
	}

	.slide_row-col {
		display: none;
	}

	.slide_row-fl {
		display: none;
	}

	.slide_row-sp {
		display: none;
	}
}

@media screen and (min-width: 1440px) {
	.section-f {
		height: 113vh;
	}

	.link_block {
		top: 5%;
	}

	.link_block-s {
		top: 28%;
	}

	.link_block-th {
		top: 48%;
	}

	.link_block-f {
		left: 26%;
		top: 15%;
	}

	.link_block-fw {
		left: 32%;
		top: 39%;
	}

	.link_block-sx {
		left: 32%;
		top: 64%;
	}

	.fs-row {
		height: 736px;
	}

	.container {
		padding-top: 56px;
	}

	.s_th_row {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.div-block-2 {
		width: 100%;
		max-width: 645px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}

	.section {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.slider_row {
		padding-right: 25px;
	}

	.img-box {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.div-block-7 {
		width: 80%;
		height: 63%;
	}

	.form-2 {
		padding-top: 0px;
	}

	.repost-slide {
		margin-top: 0px;
	}

	.item-row {
		width: 700px;
	}

	.slide-nav-4 {
		top: -4%;
	}

	.tab-gallery-row {
		display: none;
	}

	.tab-anastasia {
		height: auto;
	}

	.tab-gallery-jas {
		display: none;
	}

	.hande {
		height: 718px;
		background-position: 50% 100%;
	}

	.tab-gallery-anastasia {
		display: none;
	}

	.link-box3 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 49%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.link-box4 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 49%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.top-btn {
		left: auto;
		top: auto;
		right: 20px;
		bottom: 100px;
	}
}

@media screen and (min-width: 1920px) {
	.logo {
		background-image: none;
	}

	.section-f {
		height: 94vh;
	}

	.link_block {
		left: 40.3vw;
		top: 4%;
	}

	.link_block-s {
		left: 71%;
		top: 21%;
	}

	.link_block-th {
		left: 62%;
		top: 41%;
	}

	.link_block-f {
		left: 24%;
		top: 12%;
	}

	.link_block-fw {
		left: 30%;
		top: 38%;
	}

	.link_block-sx {
		left: 31%;
		top: 63%;
	}

	.fs-row {
		height: 812px;
		background-position: 50% 50%;
		background-size: contain;
	}

	.section-th {
		padding-top: 69px;
	}

	.s_th_row {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.blick-h {
		background-image: radial-gradient(circle closest-side at 50% 50%,
				hsla(0, 0%, 52%, 0.48),
				transparent);
	}

	.div-block-2 {
		width: 100%;
		max-width: 645px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}

	.heading {
		text-align: left;
	}

	.heading.s {
		position: relative;
		left: auto;
		top: 0%;
		right: 16%;
		bottom: 0%;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.cont_box {
		color: #a5913c;
	}

	.section {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.div-block-5 {
		margin-left: 0%;
	}

	.container-7 {
		overflow: visible;
	}

	.slider_row {
		height: 900px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.img-box {
		height: 552px;
	}

	.slider_box {
		position: relative;
		width: 728px;
		height: 505px;
		padding-right: 0px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.form-2 {
		padding-top: 0px;
	}

	.div-block-14 {
		width: 100%;
		max-width: 1400px;
		margin-right: auto;
		margin-left: auto;
	}

	.repost-slide {
		position: absolute;
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: 0%;
		width: 505px;
		margin-top: 0px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-transform: translate(91px, -90px) rotate(90deg);
		-ms-transform: translate(91px, -90px) rotate(90deg);
		transform: translate(91px, -90px) rotate(90deg);
	}

	.slide-3 {
		width: 272px;
	}

	.slide-nav-4 {
		top: -4%;
		z-index: 300;
	}

	.tab-gallery-row {
		display: none;
	}

	.tab-gallery-jas {
		display: none;
	}

	.tab-gallery-anastasia {
		display: none;
	}

	.logo-foter {
		background-image: none;
	}

	.top-btn {
		bottom: 100px;
	}
}

@media screen and (max-width: 991px) {
	.body {
		overflow: visible;
	}

	.logo {
		width: 120px;
		height: 120px;
	}

	.logo.w--current {
		width: 100px;
		height: 100px;
	}

	.link-block {
		margin-right: 10px;
	}

	.section-f {
		height: auto;
		padding-top: 153px;
	}

	.link_block {
		left: 54%;
	}

	.link {
		color: rgba(255, 255, 255, 0.4);
	}

	.link_block-s {
		top: 25.5vw;
	}

	.link-s {
		color: rgba(255, 255, 255, 0.4);
	}

	.link_block-th {
		left: 67%;
		top: 44.6vw;
		width: 170px;
		height: 80px;
		border-top-style: none;
		border-top-color: #494949;
		border-bottom-style: solid;
	}

	.link--th {
		left: auto;
		top: -29%;
		right: -25%;
		bottom: auto;
		color: rgba(255, 255, 255, 0.4);
	}

	.link_block-f {
		left: 11%;
	}

	.link--f {
		color: rgba(255, 255, 255, 0.4);
	}

	.link_block-fw {
		left: 15%;
		top: 33%;
	}

	.link--fw {
		color: rgba(255, 255, 255, 0.4);
	}

	.link_block-sx {
		left: 15%;
		top: 58%;
		width: 130px;
		height: 80px;
	}

	.link--sx {
		left: -38%;
		top: -38%;
		color: rgba(255, 255, 255, 0.4);
	}

	.fs-row {
		background-size: contain;
	}

	.swup {
		bottom: 0%;
	}

	.container {
		padding-top: 48px;
	}

	.s_th_row {
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.img_box {
		max-width: 532px;
		margin-top: 40px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.heading {
		font-size: 60px;
		line-height: 70px;
		text-align: center;
	}

	.heading.sx {
		margin-bottom: 30px;
	}

	.heading.make {
		margin-bottom: 30px;
		font-size: 55px;
		line-height: 65px;
	}

	.link-block-2 {
		margin-right: auto;
		margin-left: auto;
	}

	.link-block-2.s {
		margin-right: auto;
		margin-left: auto;
	}

	.link-block-2.s-no {
		margin-right: auto;
		margin-left: auto;
	}

	.count_row {
		padding-right: 10px;
		padding-left: 10px;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.video_row {
		width: 100vw;
		background-size: cover;
	}

	.artist-row {
		height: auto;
		background-size: auto;
	}

	.artist-box {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.artis-img {
		opacity: 0.58;
	}

	.ab_content {
		max-width: 337px;
	}

	.ar_title {
		text-align: center;
	}

	.link-2 {
		width: auto;
		text-align: center;
	}

	.row-s {
		padding-right: 30px;
		padding-left: 30px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.section {
		padding-top: 7.9em;
		padding-bottom: 4.1em;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.content_box {
		-webkit-transform: rotate(36deg);
		-ms-transform: rotate(36deg);
		transform: rotate(36deg);
	}

	.item {
		bottom: 13.2em;
	}

	.item.item2 {
		bottom: 13.4em;
	}

	.item.item3 {
		bottom: 13.1em;
	}

	.item.item4 {
		bottom: 13.6em;
	}

	.item_img {
		width: 8em;
		height: 8em;
	}

	.text_box {
		width: 11em;
		margin-left: -2.9em;
	}

	.div-block-5 {
		width: 40em;
		height: 40em;
		margin-left: -47%;
		background-position: 64% 50%;
		background-size: cover;
	}

	.container-6 {
		padding-top: 90px;
	}

	.gallery {
		padding-right: 30px;
		padding-left: 30px;
	}

	.tab-link-tab-2 {
		margin-right: 15px;
		margin-left: 0px;
		font-size: 16px;
		line-height: 20px;
	}

	.tab-link-tab-3 {
		margin-right: 15px;
		margin-left: 0px;
		font-size: 16px;
		line-height: 20px;
	}

	.tab-link-tab-4 {
		margin-right: 15px;
		margin-left: 0px;
		font-size: 16px;
		line-height: 20px;
	}

	.tab-link-tab-5 {
		margin-left: 0px;
		font-size: 16px;
		line-height: 20px;
	}

	.tab-link-tab-1 {
		margin-right: 15px;
		font-size: 16px;
		line-height: 20px;
	}

	.tab-link-tab-1.w--current {
		margin-right: 15px;
	}

	.tabs-menu {
		padding-right: 0px;
		padding-bottom: 40px;
		padding-left: 0px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.image-6 {
		width: 20em;
		height: 20em;
		margin-left: -15px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 0% 50%;
		object-position: 0% 50%;
	}

	.container-7 {
		padding-top: 100px;
	}

	.slider_row {
		padding-top: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.img-box {
		max-width: 384px;
		margin-top: 94px;
		margin-right: auto;
		margin-left: auto;
	}

	.slider_box {
		height: 690px;
		margin-bottom: 16px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.cont_row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		max-width: 90%;
		padding-right: 20px;
		padding-left: 22px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.cont_text {
		max-width: 375px;
	}

	.img_col {
		width: 250px;
		height: 205px;
	}

	.container-8 {
		padding-right: 10px;
		padding-left: 10px;
	}

	.tabs-menu-2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 35px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.form_row-s {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.form-2 {
		padding-top: 0px;
	}

	.dropdown-2 {
		width: 49%;
	}

	.row-fo {
		margin-top: 0px;
	}

	.row-fo.bot {
		margin-top: 25px;
	}

	.text-block-16 {
		margin-bottom: 25px;
	}

	.pfone {
		width: 49%;
		max-width: none;
	}

	.mail {
		width: 49%;
		max-width: none;
		margin-left: 11px;
	}

	.f_image-box {
		display: none;
		margin-right: auto;
		margin-left: auto;
	}

	.rotate_button {
		margin-bottom: 36px;
	}

	.f_image-box---inform {
		display: none;
		margin-right: auto;
		margin-left: auto;
	}

	.submit {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.f_row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.link-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 40px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.fs-row-l {
		margin-top: 14px;
		margin-right: 0px;
		margin-bottom: 14px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.fs-row-l.sec {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.link-4 {
		margin-right: 40px;
	}

	.link-4.sec {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.link-4.ls {
		margin-right: 0px;
	}

	.link-4.last {
		margin-right: 0px;
	}

	.social-row {
		display: none;
	}

	.social-row.f {
		display: none;
		padding-top: 40px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.facebook {
		margin-right: 40px;
		margin-bottom: 0px;
	}

	.social-gallery {
		margin-top: 50px;
	}

	.text-block-20 {
		margin-top: 40px;
		margin-bottom: 20px;
		text-align: center;
	}

	.gallery-cart {
		width: 150px;
		height: 150px;
	}

	.div-block-14 {
		width: 50%;
		margin-left: 0px;
	}

	.close-btn {
		top: 30px;
		right: 30px;
		background-image: url("../images/x.svg");
	}

	.slede-art {
		width: 68%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.right-arrow-4 {
		left: auto;
		top: 0%;
		right: 0%;
		bottom: 0%;
	}

	.left-arrow-4 {
		left: 0%;
		top: 0%;
		right: auto;
		bottom: 0%;
	}

	.mask-3 {
		width: 100%;
		height: 555px;
	}

	.mask-4 {
		margin-left: auto;
	}

	.slide-3 {
		width: 292px;
	}

	.slide-nav-4 {
		text-align: center;
	}

	.img-artist {
		margin-right: 0px;
	}

	.tab-gallery-row {
		position: fixed;
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: 0%;
		z-index: 3000;
		display: none;
		overflow: auto;
		padding: 20px 0px 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.tab-anastasia {
		height: 100%;
	}

	.tab-gallery-jas {
		position: fixed;
		z-index: 3000;
		display: none;
		overflow: auto;
		height: auto;
		padding: 20px 0px 0px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.hande {
		height: 700px;
		background-position: 50% 100%;
		background-size: 145%;
	}

	.range--row {
		margin-top: 25px;
	}

	.close-row {
		display: block;
	}

	.tab-gallery-anastasia {
		position: -webkit-sticky;
		position: sticky;
		top: auto;
		z-index: 3000;
		display: none;
		padding: 0px;
	}

	.background-video-2 {
		width: 100vw;
		height: 100vh;
	}

	.counter {
		font-size: 50px;
	}

	.img-f-q {
		width: 250px;
		height: 207px;
		margin-bottom: 5px;
	}

	.row-grid {
		height: auto;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.f-col {
		width: 24%;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.link-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.f-col2 {
		width: 50%;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.f-col-3 {
		width: 24%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.img-s-q2 {
		width: 250px;
		height: 260px;
		margin-bottom: 0px;
	}

	.img-s-q3 {
		height: 260px;
		margin-bottom: 0px;
	}

	.img-s-q4 {
		height: 260px;
		margin-bottom: 0px;
	}

	.img-f-q5 {
		display: block;
		width: auto;
		height: 207px;
	}

	.img-f-q6 {
		height: 207px;
		margin-bottom: 0px;
	}

	.img-s-q7 {
		width: 250px;
		height: 260px;
		margin-bottom: 0px;
	}

	.link-box2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.link-box3 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 49%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.link-box4 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 49%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.link-box5 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.link-box6 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.link-box7 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.camera {
		height: 100vh;
	}

	.logo-foter {
		width: 130px;
		height: 130px;
	}

	.logo-foter.w--current {
		width: 100px;
		height: 100px;
	}

	.close-btn--socces {
		top: 30px;
		right: 30px;
		background-image: url("../images/x.svg");
	}

	.slide-4 {
		background-size: contain;
	}

	.sildbg {
		position: static;
		height: 100%;
		padding-bottom: 75px;
	}

	.content {
		max-width: 331px;
	}

	.paragraph-8 {
		margin-top: 10px;
		font-size: 12px;
		line-height: 18px;
	}

	.flower {
		position: static;
		height: 100%;
		padding-bottom: 75px;
	}

	.close-btn-ntc {
		top: 30px;
		right: 30px;
		background-image: url("../images/x.svg");
	}

	.artist-slide-row {
		width: 83%;
		height: auto;
		padding: 0px 0px 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.artist-about {
		max-width: 628px;
		margin-top: 35px;
		margin-right: auto;
		margin-left: auto;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.ikova {
		margin-right: auto;
		margin-left: auto;
	}

	.artist-about-text {
		max-width: 628px;
	}

	.artist-name {
		color: #fff;
	}

	.slider-3 {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}

	.slide-nav-7 {
		bottom: -41px;
		display: block;
		font-size: 10px;
		line-height: 15px;
	}

	.slide-nv {
		display: none;
	}

	.mask-7 {
		width: 100%;
		height: 700px;
	}

	.ikova-dots-img {
		width: 110px;
		height: 110px;
		margin-right: 10px;
		margin-left: 0px;
	}

	.art-work-row {
		display: none;
		overflow: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.slider-4 {
		display: block;
		width: 630px;
		height: 890px;
	}

	.mask-8 {
		width: 630px;
		height: 700px;
	}

	.left-arrow-9 {
		height: 700px;
	}

	.right-arrow-9 {
		left: auto;
		top: 0%;
		right: 0%;
		bottom: auto;
		height: 700px;
	}

	.slide-nav-art {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 130px;
		margin-left: 0px;
		padding-top: 10px;
	}

	.art-work-row-bg {
		display: none;
		overflow: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.art-work-row--cl {
		display: none;
		overflow: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.art-work-row--fl {
		display: none;
		overflow: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.art-work-row--sm {
		display: none;
		overflow: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.after-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.list {
		padding-left: 0px;
		text-align: center;
		list-style-type: none;
	}

	.link-site {
		margin-right: 0px;
	}

	.top-btn {
		position: fixed;
		left: auto;
		top: auto;
		right: 19px;
		bottom: 10%;
	}

	.slide_row-bg {
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		opacity: 1;
	}

	.slide_row-col {
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		opacity: 1;
	}

	.slide_row-fl {
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		opacity: 1;
	}

	.slide_row-sp {
		display: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		opacity: 1;
	}

	.black-gray {
		color: #fff;
	}

	.color-text {
		color: #fff;
	}

	.flowers-text {
		color: #fff;
	}

	.small-simple-text {
		color: #fff;
	}

	.dropdown--pl {
		width: 49%;
	}

	.ikova-dots-img-art {
		width: 110px;
		height: 110px;
		margin-right: 10px;
		margin-left: 0px;
	}
}

@media screen and (max-width: 767px) {
	.body {
		overflow: visible;
	}

	.navbar {
		padding-right: 10px;
		padding-left: 10px;
	}

	.link-block {
		margin-right: 0px;
	}

	.section-f {
		height: 150vh;
	}

	.link_block {
		width: 157px;
		height: 50px;
	}

	.link {
		top: 66px;
		right: -29%;
		font-size: 14px;
		line-height: 17px;
	}

	.link_block-s {
		left: 61.5vw;
		top: 40vw;
		width: 96px;
		height: 45px;
		line-height: 17px;
	}

	.link-s {
		font-size: 14px;
	}

	.link_block-th {
		left: 60%;
		top: 60.9vw;
		width: 125px;
		height: 60px;
	}

	.link--th {
		right: -30%;
		bottom: -32%;
	}

	.link_block-f {
		left: 12vw;
		width: 100px;
		height: 50px;
	}

	.link--f {
		bottom: -56%;
		font-size: 14px;
		line-height: 17px;
	}

	.link_block-fw {
		left: 20%;
		width: 97px;
		height: 60px;
	}

	.link--fw {
		top: -48%;
		font-size: 14px;
		line-height: 17px;
	}

	.link_block-sx {
		width: 144px;
		height: 100px;
	}

	.fs-row {
		height: 587px;
	}

	.swup {
		bottom: -33%;
	}

	.s_th_row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.img_box {
		width: 100%;
	}

	.div-block-2 {
		padding-top: 56px;
	}

	.heading {
		text-align: center;
	}

	.heading.s {
		margin-left: 48px;
	}

	.paragraph {
		text-align: center;
	}

	.link-block-2 {
		margin-right: auto;
		margin-left: auto;
	}

	.link-block-2.s {
		width: 150px;
		height: auto;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.link-block-2.s-no {
		width: 150px;
		height: auto;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.text-block-2 {
		font-size: 12px;
		line-height: 18px;
	}

	.text-block-3 {
		font-size: 15px;
		line-height: 20px;
	}

	.video_row {
		width: 100vw;
		height: 100vh;
	}

	.container-3 {
		padding-top: 100px;
	}

	.artist-row {
		background-size: 50%;
	}

	.artis-img {
		width: 100%;
		height: 100%;
		background-size: contain;
	}

	.artis-img.s {
		width: 100%;
	}

	.artis-img.th {
		width: 100%;
	}

	.artis-img.fr {
		width: 100%;
		height: 100%;
	}

	.artis-img.fw {
		width: 100%;
		height: 100%;
	}

	.triangle {
		background-position: 0% 100%;
		background-size: auto 96%;
	}

	.ab_content {
		max-width: 309px;
	}

	.link-2 {
		background-position: 100% 50%;
	}

	.section {
		padding-top: 5.5em;
	}

	.item {
		bottom: 9.5em;
	}

	.item.item2 {
		bottom: 10em;
	}

	.item.item3 {
		bottom: 9.9em;
	}

	.item.item4 {
		bottom: 9.9em;
	}

	.item_img {
		width: 6em;
		height: 6em;
	}

	.text_box {
		width: 9.6em;
		margin-left: -6.6em;
	}

	.div-block-5 {
		width: 30em;
		height: 30em;
	}

	.gallery {
		padding-right: 20px;
		padding-left: 20px;
	}

	.tab-link-tab-2 {
		margin-right: 0px;
		margin-left: 0px;
		padding-top: 15px;
		font-size: 16px;
		line-height: 19px;
	}

	.tab-link-tab-3 {
		margin-right: 0px;
		margin-left: 0px;
		padding-top: 15px;
		font-size: 16px;
		line-height: 19px;
	}

	.tab-link-tab-4 {
		margin-right: 0px;
		margin-left: 0px;
		padding-top: 15px;
		font-size: 16px;
		line-height: 19px;
	}

	.tab-link-tab-5 {
		margin-left: 0px;
		padding-top: 15px;
		font-size: 16px;
		line-height: 19px;
	}

	.tab-link-tab-1 {
		margin-right: 0px;
		padding-top: 15px;
		font-size: 16px;
		line-height: 19px;
	}

	.tab-link-tab-1.w--current {
		margin-right: 0px;
		padding-top: 15px;
	}

	.tabs-menu {
		padding-right: 0px;
		padding-bottom: 40px;
		padding-left: 0px;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.image-6 {
		width: 15em;
		height: 15em;
		margin-left: 22px;
	}

	.container-7 {
		padding-top: 100px;
	}

	.img-box {
		max-width: 359px;
		margin-top: 108px;
	}

	.image-8 {
		max-width: 247px;
	}

	.div-block-7 {
		width: 100%;
	}

	.slider_box {
		overflow: hidden;
		width: 99%;
		height: 921px;
	}

	.slide_bg {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.section-map {
		height: 350px;
	}

	.cont_row {
		display: block;
		max-width: 96%;
	}

	.cont_text {
		max-width: none;
		margin-right: auto;
		margin-left: auto;
	}

	.img_col {
		margin-top: 73px;
		margin-right: auto;
		margin-left: auto;
	}

	.dropdown-2 {
		z-index: 10;
		width: 49%;
		margin-right: 0px;
		margin-left: 0px;
	}

	.dropdown-toggle-2 {
		z-index: 0;
	}

	.dropdown-toggle-2.w--open {
		z-index: 0;
	}

	.dropdown-list-2.w--open {
		height: 164px;
	}

	.row-fo {
		margin-top: 0px;
		margin-bottom: 14px;
		padding-bottom: 10px;
	}

	.radio-button {
		border-color: #fff;
	}

	.radio-button-label {
		color: #fff;
	}

	.text-field {
		max-width: 345px;
		margin-right: 10px;
	}

	.inches {
		z-index: 0;
	}

	.row-fo-w {
		padding-bottom: 10px;
	}

	.text-block-16 {
		margin-bottom: 10px;
	}

	.text-block-16.tone {
		margin-bottom: 10px;
	}

	.pfone {
		width: 48%;
		max-width: 283px;
		margin-top: 10px;
	}

	.mail {
		width: 48%;
		margin-top: 10px;
		margin-left: 18px;
	}

	.rotate_button {
		z-index: 30;
	}

	.submit {
		margin-right: auto;
		margin-left: auto;
	}

	.fs-row-l {
		margin-right: 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.fs-row-l.sec {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.link-4 {
		margin-right: 0px;
		text-align: center;
	}

	.link-4.sec {
		margin-top: 31px;
		margin-right: 0px;
		margin-bottom: 31px;
	}

	.gallery-cart {
		width: 100px;
		height: 100px;
	}

	.close-btn {
		top: 63px;
		right: 47px;
		z-index: 3000;
		width: 30px;
		height: 30px;
		background-image: url("../images/x.svg");
	}

	.slede-art {
		width: 91%;
	}

	.mask-3 {
		overflow: hidden;
		width: 100%;
		height: 539px;
		margin-right: auto;
		margin-left: auto;
	}

	.repost-slide {
		width: 95%;
		height: 482px;
		-webkit-transform: translate(10px, -1px) rotate(90deg);
		-ms-transform: translate(10px, -1px) rotate(90deg);
		transform: translate(10px, -1px) rotate(90deg);
	}

	.mask-4 {
		margin-right: auto;
		margin-left: auto;
	}

	.item-row {
		width: 450px;
	}

	.row-line {
		width: 120px;
		margin-right: 0px;
	}

	.conten-bx {
		padding: 15px;
	}

	.slide-3 {
		width: 366px;
	}

	.slide-nav-4 {
		top: -40px;
	}

	.img-artist {
		width: 150px;
		height: 150px;
	}

	.tab-gallery-row {
		position: fixed;
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: 0%;
		display: none;
		padding: 0px;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.tab-anastasia {
		z-index: 0;
		height: 100%;
	}

	.tab-gallery-jas {
		position: fixed;
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: 0%;
		display: none;
		padding: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.hande {
		height: 496px;
		margin-top: 20px;
		background-size: cover;
	}

	.range--row {
		margin-top: 10px;
		margin-bottom: 26px;
	}

	.tab-gallery-anastasia {
		display: none;
		padding: 0px;
	}

	.background-video-2 {
		width: 100vw;
		height: 100vh;
	}

	.counter {
		font-size: 40px;
		line-height: 50px;
	}

	.img-f-q {
		height: 180px;
		margin-bottom: 0px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.f-col {
		width: 33%;
	}

	.f-col2 {
		width: 65.7%;
	}

	.f-col-3 {
		width: 100%;
		padding-top: 10px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.img-s-q2 {
		height: 340px;
		margin-bottom: 0px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.img-s-q3 {
		height: 340px;
		margin-bottom: 0px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.img-s-q4 {
		height: 340px;
		margin-bottom: 10px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.img-f-q5 {
		width: auto;
		height: 180px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.img-f-q6 {
		height: 180px;
		margin-bottom: 0px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.img-s-q7 {
		width: auto;
		height: 180px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.link-box3 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.link-box5 {
		width: 67%;
	}

	.link-box7 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 32%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.camera {
		height: 100vh;
	}

	.close-btn--socces {
		z-index: 3000;
		background-image: url("../images/x.svg");
	}

	.slide-4 {
		width: 100%;
		height: 100%;
	}

	.sildbg {
		position: static;
		height: 100%;
		padding-bottom: 70px;
	}

	.content {
		max-width: 272px;
		padding-bottom: 0px;
	}

	.paragraph-8 {
		font-size: 10px;
		line-height: 16px;
	}

	.slide-6 {
		width: 100%;
		height: 100%;
	}

	.slide-7 {
		width: 100%;
		height: 100%;
	}

	.slide-8 {
		width: 100%;
		height: 100%;
	}

	.flower {
		position: static;
		height: 100%;
		padding-bottom: 70px;
	}

	.close-btn-ntc {
		z-index: 3000;
		background-image: url("../images/x.svg");
	}

	.ikova-row {
		z-index: 0;
	}

	.jasmon-row {
		z-index: 0;
	}

	.dropdown-list--2.w--open {
		z-index: 3000;
	}

	.artist-slide-row {
		width: 82%;
		margin-right: auto;
		margin-left: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		background-color: #000;
	}

	.artist-about {
		max-width: none;
		margin-top: 40px;
		margin-right: 0px;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-webkit-flex: 0 50%;
		-ms-flex: 0 50%;
		flex: 0 50%;
	}

	.ikova {
		width: 89px;
		height: 89px;
	}

	.artist-name {
		margin-bottom: 6px;
		color: #fff;
		font-size: 13px;
		line-height: 15px;
	}

	.mask-7 {
		height: 570px;
	}

	.art-work-row {
		display: none;
	}

	.art-box {
		padding-right: 20px;
		padding-left: 20px;
	}

	.slide-nav-8 {
		position: static;
		display: none;
	}

	.slider-4 {
		width: 100%;
		height: 780px;
	}

	.mask-8 {
		width: 100%;
		height: 620px;
	}

	.slide-nav-art {
		height: 140px;
	}

	.art-close-btn {
		top: 35px;
		right: 35px;
	}

	.art-work-row-bg {
		display: none;
	}

	.art-work-row--cl {
		display: none;
	}

	.art-work-row--fl {
		display: none;
	}

	.art-work-row--sm {
		display: none;
	}

	.text-block-30 {
		text-align: left;
	}

	.rb.w--redirected-checked {
		border-radius: 0%;
	}

	.rb.w--redirected-focus {
		box-shadow: none;
	}

	.rb-2.w--redirected-checked {
		border-style: none;
		border-radius: 0%;
	}

	.rb-2.w--redirected-focus {
		box-shadow: none;
	}

	.rb-3.w--redirected-checked {
		border-style: none;
		border-radius: 0%;
	}

	.rb-3.w--redirected-focus {
		box-shadow: none;
	}

	.rb-4.w--redirected-checked {
		border-radius: 0%;
	}

	.rb-4.w--redirected-focus {
		box-shadow: none;
	}

	.rb-5.w--redirected-checked {
		border-radius: 0%;
	}

	.rb-5.w--redirected-focus {
		box-shadow: none;
	}

	.rb-6.w--redirected-focus {
		box-shadow: none;
	}

	.top-btn {
		left: auto;
		top: auto;
		right: 20px;
		bottom: 8%;
	}

	.slide_row-bg {
		display: none;
	}

	.slide_row-col {
		display: none;
	}

	.slide_row-fl {
		display: none;
	}

	.slide_row-sp {
		display: none;
	}

	.black-gray {
		font-size: 14px;
		line-height: 16px;
	}

	.color-text {
		font-size: 14px;
		line-height: 16px;
	}

	.flowers-text {
		font-size: 14px;
		line-height: 16px;
	}

	.small-simple-text {
		font-size: 14px;
		line-height: 16px;
	}

	.dropdown--pl {
		z-index: 10;
		width: 49%;
		margin-right: 0px;
		margin-left: 0px;
	}

	.dropdown-list--inch.w--open {
		z-index: 3000;
	}

	.dropdown-art.w--open {
		z-index: 3000;
	}
}

@media screen and (max-width: 479px) {
	.body {
		overflow: visible;
	}

	.logo {
		width: 120px;
		height: 120px;
	}

	.link-block {
		width: 155px;
		height: 36px;
		margin-right: 0px;
		padding: 4px 15px 5px;
		background-size: 24px 24px;
		font-size: 15px;
		line-height: 24px;
	}

	.section-f {
		height: 100vh;
	}

	.blick {
		top: 0%;
		width: 320px;
	}

	.blick-copy {
		width: 320px;
	}

	.link_block {
		width: 74px;
		height: 29px;
	}

	.link {
		top: 39px;
		right: -48%;
		height: auto;
		font-size: 12px;
		line-height: 16px;
	}

	.link_block-s {
		left: 73.4vw;
		top: 24%;
		width: 33px;
		height: 42px;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		border-style: none solid solid none;
	}

	.link-s {
		top: -51%;
		right: -28px;
		font-size: 12px;
		line-height: 16px;
	}

	.link_block-th {
		left: 65%;
		top: 75.3vw;
		width: 65px;
		height: 35px;
	}

	.link--th {
		top: -48%;
		right: -43%;
		bottom: auto;
		font-size: 12px;
		line-height: 16px;
	}

	.link_block-f {
		left: 9.6vw;
		width: 24px;
		height: 31px;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		border-top-style: none;
		border-bottom-style: solid;
	}

	.link--f {
		left: -54%;
		top: -67%;
		right: auto;
		bottom: auto;
		height: 0px;
		font-size: 12px;
		line-height: 16px;
	}

	.link_block-fw {
		width: 34px;
		height: 36px;
	}

	.link--fw {
		left: -111%;
		font-size: 12px;
		line-height: 16px;
	}

	.link_block-sx {
		width: 56px;
		height: 43px;
	}

	.link--sx {
		left: -63%;
		font-size: 12px;
		line-height: 16px;
	}

	.fs-row {
		height: 100%;
	}

	.swup {
		bottom: 0%;
		width: 100px;
		height: 100px;
	}

	.wp-bt {
		width: 22px;
		height: 36px;
	}

	.text-block {
		font-size: 8px;
		line-height: 10px;
	}

	.s_th_row {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.img_box {
		width: 100%;
		margin-top: 130px;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.heading {
		position: absolute;
		left: 0%;
		top: 5%;
		right: 0%;
		bottom: auto;
		font-size: 25px;
		line-height: 30px;
	}

	.heading.fw {
		position: static;
	}

	.heading.sx {
		position: static;
	}

	.heading.sw {
		position: static;
	}

	.heading.s {
		position: static;
		display: block;
		margin-right: -37px;
		margin-left: -60px;
	}

	.heading.make {
		position: static;
		margin-bottom: 35px;
		font-size: 35px;
	}

	.paragraph {
		font-size: 14px;
		line-height: 18px;
	}

	.link-block-2 {
		height: auto;
		padding: 10px;
	}

	.link-block-2.s {
		width: 115px;
		margin-top: 10px;
	}

	.link-block-2.s-no {
		width: 115px;
		margin-top: 10px;
	}

	.text-block-2 {
		font-size: 9px;
		line-height: 12px;
	}

	.count_row {
		padding-top: 44px;
	}

	.text-block-3 {
		font-size: 10px;
		line-height: 12px;
	}

	.section-fr {
		height: 300vh;
		padding-top: 60px;
	}

	.video_row {
		overflow: hidden;
		width: 100vw;
		height: 100%;
		background-image: url("../images/61fffca73bd15a30537c08fe_video-mob.svg");
		background-position: 50% 50%;
		background-size: cover;
	}

	.container-3 {
		padding-top: 69px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.artist-box {
		text-align: center;
	}

	.artis-img {
		width: 100%;
		height: 100%;
	}

	.artis-img.s {
		width: 115px;
		height: 115px;
	}

	.artis-img.th {
		width: 115px;
		height: 115px;
	}

	.artis-img.fr {
		width: 115px;
		height: 115px;
	}

	.artis-img.fw {
		width: 115px;
		height: 115px;
	}

	.ar_title {
		font-size: 12px;
		line-height: 14px;
	}

	.link-2 {
		margin-bottom: 13px;
		background-position: 100% 50%;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}

	.row-s {
		margin-top: 26px;
		padding-right: 0px;
		padding-left: 0px;
	}

	.section {
		overflow: hidden;
		padding-top: 1.3em;
		padding-bottom: 1.5em;
	}

	.content_box {
		-webkit-transform: rotate(33deg);
		-ms-transform: rotate(33deg);
		transform: rotate(33deg);
	}

	.item {
		bottom: 10.5em;
		-webkit-transform: rotate(-33deg);
		-ms-transform: rotate(-33deg);
		transform: rotate(-33deg);
	}

	.item.item2 {
		bottom: 10.5em;
	}

	.item.item3 {
		bottom: 10.3em;
	}

	.item.item4 {
		bottom: 10.4em;
	}

	.item_img {
		width: 70px;
		height: 70px;
	}

	.text_box {
		left: 22em;
		margin-left: -16.5em;
	}

	.div-block-5 {
		width: 30em;
		height: 30em;
		margin-left: -65%;
	}

	.container-6 {
		padding-top: 47px;
	}

	.gallery {
		padding-right: 15px;
		padding-left: 15px;
	}

	.tab-link-tab-2 {
		margin-right: 0px;
		margin-left: 0px;
		padding-top: 14px;
	}

	.tab-link-tab-3 {
		margin-right: 0px;
		margin-left: 0px;
		padding-top: 14px;
	}

	.tab-link-tab-4 {
		margin-right: 0px;
		margin-left: 0px;
		padding-top: 14px;
	}

	.tab-link-tab-5 {
		margin-right: 0px;
		margin-left: 0px;
	}

	.tab-link-tab-1 {
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-top: 14px;
	}

	.tab-link-tab-1.w--current {
		margin-right: 0px;
		padding-top: 14px;
	}

	.tabs-menu {
		padding: 0px 10px 32px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.tab-text {
		font-size: 12px;
		line-height: 14px;
	}

	.image-6 {
		overflow: visible;
		width: 15em;
		height: 15em;
		margin-left: 56px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.container-7 {
		padding-top: 98px;
		padding-bottom: 43px;
	}

	.slider_row {
		padding-top: 0px;
	}

	.img-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		max-width: 350px;
		margin-top: 17px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.image-8 {
		max-width: 214px;
	}

	.div-block-7 {
		width: 100%;
	}

	.slider_box {
		display: block;
		width: 99%;
		height: 1047px;
		margin-bottom: 19px;
		border-style: none;
	}

	.slide_bg {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		height: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.section-map {
		height: 275px;
	}

	.cont_row {
		max-width: 100%;
		margin-right: 10px;
		margin-left: 10px;
		padding: 40px 10px;
	}

	.soc_bx {
		display: block;
	}

	.img_col {
		width: 230px;
		height: 230px;
	}

	.image-12 {
		margin-top: -54px;
	}

	.container-8 {
		padding-top: 97px;
	}

	.form_row {
		padding-right: 0px;
		padding-left: 0px;
	}

	.tab-link-tab-2-2 {
		margin-left: 63px;
	}

	.tab-link-tab-2-2.w--current {
		margin-left: 63px;
	}

	.section-2 {
		padding-bottom: 20px;
	}

	.tabs-menu-2 {
		padding-bottom: 35px;
	}

	.form-2 {
		padding-top: 0px;
		padding-bottom: 24px;
	}

	.icon-icon {
		margin-right: 9px;
	}

	.dropdown-2 {
		z-index: 10;
		width: 49%;
	}

	.dropdown-toggle-2 {
		z-index: 10;
	}

	.dropdown-list-2.w--open {
		position: absolute;
		z-index: 3000;
	}

	.row-fo {
		margin-top: 10px;
		margin-bottom: 0px;
		padding-bottom: 15px;
	}

	.radio-button {
		border-color: #fff;
	}

	.radio-button-label {
		color: #fff;
		font-size: 12px;
	}

	.text-field {
		width: 62%;
		max-width: 100%;
		margin-right: 0px;
	}

	.inches {
		z-index: 3;
		width: 36%;
		margin-left: 0px;
	}

	.row-fo-w {
		padding-bottom: 0px;
	}

	.pfone {
		display: block;
		width: 100%;
		max-width: none;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.name {
		margin-bottom: 15px;
	}

	.mail {
		width: 100%;
		max-width: none;
		margin-top: 0px;
		margin-left: 0px;
	}

	.check {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		max-width: none;
		margin-right: 0px;
		margin-left: 0px;
		padding-top: 10px;
		padding-left: 0px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.checkbox {
		width: 25px;
		height: 25px;
		margin-left: 0px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.f_image-box {
		display: none;
		width: 276px;
		height: 416px;
	}

	.rigth-img {
		width: 276px;
		height: 416px;
	}

	.front-img {
		width: 276px;
		height: 416px;
	}

	.back-img {
		width: 276px;
		height: 416px;
	}

	.left-img {
		width: 276px;
		height: 415px;
	}

	.text-block-18 {
		font-size: 15px;
	}

	.text-block-19 {
		font-size: 15px;
	}

	.f_image-box---inform {
		display: none;
		width: 276px;
		height: 416px;
		margin-right: auto;
		margin-bottom: 24px;
	}

	.submit {
		height: auto;
		padding: 10px;
	}

	.link-row {
		padding-right: 5px;
		padding-left: 5px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.fs-row-l {
		max-width: 49%;
		margin-right: 0px;
	}

	.fs-row-l.sec {
		max-width: 49%;
	}

	.link-4.sec {
		white-space: pre-wrap;
	}

	.text-block-20 {
		margin-top: 0px;
	}

	.gallery-cart.fr {
		display: none;
	}

	.text-block-21 {
		position: relative;
		top: 0px;
		margin-bottom: 0px;
		font-size: 11px;
	}

	.div-block-14 {
		overflow: hidden;
		width: auto;
	}

	.close-btn {
		top: 64px;
		right: 20px;
		width: 30px;
		height: 30px;
		background-image: url("../images/x.svg");
	}

	.slede-art {
		overflow: hidden;
		width: 100%;
		opacity: 1;
	}

	.right-arrow-4 {
		left: auto;
		top: 5%;
		right: 0%;
		bottom: auto;
		display: none;
		height: 400px;
	}

	.left-arrow-4 {
		left: 0%;
		top: 5%;
		right: auto;
		bottom: auto;
		display: none;
		height: 400px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.mask-3 {
		width: 95%;
		height: 70vh;
	}

	.line-top {
		width: 104%;
	}

	.line-left {
		margin-right: -2px;
	}

	.top-s {
		display: none;
	}

	.left-s {
		display: none;
	}

	.top-f {
		display: none;
	}

	.left-f {
		display: none;
		height: 107%;
		margin-top: -3px;
		margin-left: -1px;
	}

	.bottom-fw {
		width: 103%;
	}

	.bottom-sx {
		width: 105%;
	}

	.top-f-s {
		display: block;
		width: 106%;
		margin-top: 0px;
		margin-bottom: -2px;
	}

	.left-f-s {
		display: block;
		height: 100%;
		margin-top: 0px;
		margin-left: -1px;
	}

	.top-ss {
		display: block;
		width: 107%;
		margin-top: 0px;
		margin-bottom: -2px;
		margin-left: 0px;
	}

	.left-ss {
		display: block;
		height: 100%;
		margin-right: -2px;
		margin-left: 0px;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.repost-slide {
		position: static;
		width: auto;
		height: 82%;
		max-height: 490px;
		margin-right: auto;
		margin-left: auto;
		-webkit-transform: translate(-4%, 103px) rotate(90deg);
		-ms-transform: translate(-4%, 103px) rotate(90deg);
		transform: translate(-4%, 103px) rotate(90deg);
	}

	.mask-4 {
		margin-left: auto;
	}

	.item-row {
		width: 330px;
	}

	.row-line {
		width: 43px;
	}

	.conten-bx {
		width: 261px;
		padding: 15px;
	}

	.text-block-23 {
		font-size: 14px;
		line-height: 17px;
	}

	.paragraph-6 {
		font-size: 12px;
		line-height: 16px;
	}

	.date {
		font-size: 12px;
		line-height: 16px;
	}

	.slide-3 {
		width: 327px;
	}

	.slide-nav-4 {
		left: 0%;
		top: 5%;
		right: 0%;
		bottom: auto;
	}

	.image-14 {
		width: 65px;
		height: 70px;
	}

	.image-15 {
		width: 65px;
		height: 70px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.image-16 {
		width: 65px;
		height: 70px;
	}

	.img-artist {
		width: 115px;
		height: 115px;
	}

	.tab-gallery-row {
		position: fixed;
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: 0%;
		display: none;
		padding: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.tab-anastasia {
		height: 100vh;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.tab-gallery-jas {
		position: fixed;
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: 0%;
		display: none;
		padding: 0px;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.hande {
		background-position: 50% 100%;
		background-size: 150%;
	}

	.range--row {
		margin-top: 11px;
		margin-bottom: 15px;
		padding: 10px 15px;
	}

	.tab-gallery-anastasia {
		position: fixed;
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: 0%;
		display: none;
		padding: 0px;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.background-video-2 {
		width: 100%;
		height: 100%;
	}

	.counter {
		font-size: 20px;
		line-height: 22px;
	}

	.img-f-q {
		width: 100%;
		height: 100px;
		max-width: 120%;
		margin-bottom: 0px;
	}

	.f-col {
		width: 30.5%;
	}

	.link-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.f-col2 {
		width: 68%;
	}

	.f-col-3 {
		padding-top: 5px;
	}

	.img-s-q2 {
		width: 100%;
		height: 160px;
		max-width: 120%;
		margin-bottom: 0px;
	}

	.img-s-q3 {
		height: 160px;
		margin-bottom: 5px;
	}

	.img-s-q4 {
		height: 160px;
		margin-bottom: 0px;
	}

	.img-f-q5 {
		width: 100%;
		height: 100px;
		max-width: 400px;
	}

	.img-f-q6 {
		height: 100px;
		margin-bottom: 0px;
	}

	.img-s-q7 {
		height: 100px;
		margin-bottom: 0px;
	}

	.link-box2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.link-box3 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.link-box4 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.link-box5 {
		width: 67%;
	}

	.link-box6 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.link-box7 {
		max-width: 32%;
	}

	.camera {
		position: -webkit-sticky;
		position: sticky;
		top: 60px;
		height: 80vh;
	}

	.logo-foter {
		width: 120px;
		height: 120px;
	}

	.success-message-2 {
		height: 444px;
	}

	.succes-row {
		left: 10px;
		top: 10px;
		right: 10px;
		bottom: 10px;
	}

	.text-block-24 {
		font-size: 29px;
		line-height: 43px;
	}

	.text-block-25 {
		font-size: 14px;
	}

	.close-btn--socces {
		background-image: url("../images/x.svg");
	}

	.slide-4 {
		width: 100%;
		height: 100%;
		margin-right: auto;
		margin-left: auto;
		background-position: 50% 0%;
		background-size: 296px 354px;
	}

	.sildbg {
		height: 100%;
		padding-bottom: 15px;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.content {
		max-width: 270px;
		margin-top: 0px;
	}

	.text-block-26 {
		font-size: 16px;
		line-height: 19px;
	}

	.paragraph-8 {
		font-size: 10px;
		line-height: 14px;
	}

	.slide-6 {
		width: 100%;
		height: 100%;
		margin-right: 0px;
		margin-left: 0px;
		background-position: 50% 0%;
		background-size: 296px 354px;
	}

	.slide-7 {
		width: 100%;
		height: 100%;
		margin-right: 0px;
		margin-left: 0px;
		background-position: 50% 0%;
		background-size: 296px 354px;
	}

	.slide-8 {
		width: 100%;
		height: 100%;
		margin-right: 0px;
		margin-left: 0px;
		background-position: 50% 0%;
		background-size: 296px 354px;
	}

	.flower {
		padding-bottom: 15px;
	}

	.notiface {
		display: none;
		padding-top: 0px;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		background-color: #000;
	}

	.notiface-row {
		padding: 92px 10px 34px;
	}

	.nonice {
		font-size: 25px;
		line-height: 35px;
	}

	.close-btn-ntc {
		top: 15px;
		right: 9px;
		background-image: url("../images/x.svg");
	}

	.dropdown-list--2 {
		overflow: auto;
		height: 164px;
	}

	.artist-slide-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		padding: 15px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.artist-about {
		margin-top: 40px;
		margin-right: auto;
		margin-left: auto;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.ikova {
		width: 115px;
		height: 115px;
		margin-right: auto;
		margin-left: auto;
	}

	.artist-about-text {
		display: block;
		max-width: 330px;
		font-size: 9px;
	}

	.artist-name {
		margin-bottom: 2px;
	}

	.slide-row-art {
		position: static;
		margin-top: 0px;
	}

	.mask-7 {
		height: 500px;
	}

	.art-work-row {
		display: none;
	}

	.text-block-28 {
		font-size: 15px;
	}

	.slide-nav-8 {
		display: none;
	}

	.slider-4 {
		height: 650px;
	}

	.mask-8 {
		height: 500px;
	}

	.left-arrow-9 {
		display: none;
		height: 500px;
	}

	.right-arrow-9 {
		display: none;
		height: 500px;
	}

	.art-work-row-bg {
		display: none;
	}

	.art-work-row--cl {
		display: none;
	}

	.art-work-row--fl {
		display: none;
	}

	.art-work-row--sm {
		display: none;
	}

	.section-3 {
		padding-top: 80px;
	}

	.container-9 {
		max-width: 95%;
	}

	.list-box {
		padding: 20px 10px 0px 23px;
	}

	.list-copy {
		padding-left: 16px;
	}

	.text-block-30 {
		margin-bottom: 26px;
		text-align: center;
	}

	.rb {
		width: 40px;
		height: 40px;
	}

	.rb-2 {
		width: 40px;
		height: 40px;
	}

	.rb-3 {
		width: 40px;
		height: 40px;
	}

	.rb-4 {
		width: 40px;
		height: 40px;
	}

	.rb-5 {
		width: 40px;
		height: 40px;
	}

	.rb-6 {
		width: 40px;
		height: 40px;
	}

	.section-4 {
		height: auto;
		padding-bottom: 25px;
	}

	.row-to-wb {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.log-box {
		margin-bottom: 15px;
	}

	.top-btn {
		right: 10px;
		bottom: 5%;
	}

	.slide_row-bg {
		display: none;
		background-color: rgba(0, 0, 0, 0.76);
		opacity: 1;
	}

	.slide_row-col {
		display: none;
		background-color: rgba(0, 0, 0, 0.76);
		opacity: 1;
	}

	.slide_row-fl {
		display: none;
		background-color: rgba(0, 0, 0, 0.76);
		opacity: 1;
	}

	.slide_row-sp {
		display: none;
		background-color: rgba(0, 0, 0, 0.76);
		opacity: 1;
	}

	.black-gray {
		color: #fff;
		font-size: 12px;
		line-height: 14px;
	}

	.color-text {
		color: #fff;
		font-size: 12px;
		line-height: 14px;
	}

	.flowers-text {
		color: #fff;
		font-size: 12px;
		line-height: 14px;
	}

	.small-simple-text {
		color: #fff;
		font-size: 12px;
		line-height: 14px;
	}

	.dropdown--pl {
		z-index: 0;
		width: 49%;
	}

	.dropdown-3 {
		z-index: 15;
		width: 49%;
		border-radius: 15px;
		background-color: #212121;
	}

	.dropdown-4 {
		z-index: 6;
		width: 49%;
		border-radius: 15px;
		background-color: #212121;
	}

	.dropdown-list--inch {
		overflow: auto;
		height: 164px;
	}

	.dropdown-list--inch.w--open {
		height: auto;
	}

	.dropdown-art {
		overflow: auto;
		height: auto;
	}

	.dropdown-art.w--open {
		height: auto;
	}

	.text-block-32 {
		font-size: 25px;
		line-height: 35px;
	}

	.text-block-33 {
		max-width: 150px;
		margin-right: auto;
		margin-left: auto;
		font-size: 14px;
		line-height: 19px;
	}

	.success-message-exist {
		height: 444px;
	}
}

.tab {
	gap: 5px;
	display: none;
}

@media (min-width: 1024px) {
	.tab {
		gap: 10px;
	}
}

.tab.active {
	display: flex;
	flex-wrap: wrap;
	animation: tab 1s forwards;
}

.col {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	flex: none;
}

@media (min-width: 1024px) {
	.col {
		gap: 10px;
	}
}

.col button {
	padding: 0;
}

.col button img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.col:first-child {
	width: 29%;
}

@media (min-width: 480px) {
	.col:first-child {
		width: 33%;
	}
}

@media (min-width: 768px) {
	.col:first-child {
		width: 23.6%;
	}
}

.col:first-child button:first-child {
	width: 100%;
	height: 100px;
}

@media (min-width: 480px) {
	.col:first-child button:first-child {
		height: 180px;
	}
}

@media (min-width: 768px) {
	.col:first-child button:first-child {
		height: 207px;
	}
}

@media (min-width: 1024px) {
	.col:first-child button:first-child {
		height: 257px;
	}
}

.col:first-child button:nth-child(2) {
	width: 100%;
	height: 160px;
}

@media (min-width: 480px) {
	.col:first-child button:nth-child(2) {
		height: 340px;
	}
}

@media (min-width: 768px) {
	.col:first-child button:nth-child(2) {
		height: 260px;
	}
}

@media (min-width: 1024px) {
	.col:first-child button:nth-child(2) {
		height: 400px;
	}
}

.col:nth-child(2) {
	width: calc(71% - 5px);
}

@media (min-width: 480px) {
	.col:nth-child(2) {
		width: calc(67% - 5px);
	}
}

@media (min-width: 768px) {
	.col:nth-child(2) {
		width: calc(52.8% - 10px);
	}
}

@media (min-width: 1024px) {
	.col:nth-child(2) {
		width: calc(52.8% - 20px);
	}
}

.col:nth-child(2) button:first-child,
.col:nth-child(2) button:nth-child(2) {
	width: calc(50% - 2.5px);
	height: 160px;
}

@media (min-width: 480px) {

	.col:nth-child(2) button:first-child,
	.col:nth-child(2) button:nth-child(2) {
		height: 340px;
	}
}

@media (min-width: 768px) {

	.col:nth-child(2) button:first-child,
	.col:nth-child(2) button:nth-child(2) {
		height: 260px;
	}
}

@media (min-width: 1024px) {

	.col:nth-child(2) button:first-child,
	.col:nth-child(2) button:nth-child(2) {
		width: calc(50% - 5px);
		height: 400px;
	}
}

.col:nth-child(2) button:nth-child(3) {
	width: 100%;
	height: 100px;
}

@media (min-width: 480px) {
	.col:nth-child(2) button:nth-child(3) {
		height: 180px;
	}
}

@media (min-width: 768px) {
	.col:nth-child(2) button:nth-child(3) {
		height: 207px;
	}
}

@media (min-width: 1024px) {
	.col:nth-child(2) button:nth-child(3) {
		height: 257px;
	}
}

.col:nth-child(3) {
	width: 100%;
}

@media (min-width: 768px) {
	.col:nth-child(3) {
		width: 23.6%;
	}
}

.col:nth-child(3) button:first-child {
	width: calc(68% - 2.5px);
	height: 100px;
}

@media (min-width: 480px) {
	.col:nth-child(3) button:first-child {
		height: 180px;
	}
}

@media (min-width: 768px) {
	.col:nth-child(3) button:first-child {
		width: 100%;
		height: 207px;
	}
}

@media (min-width: 1024px) {
	.col:nth-child(3) button:first-child {
		height: 257px;
	}
}

.col:nth-child(3) button:nth-child(2) {
	width: calc(32% - 2.5px);
	height: 100px;
}

@media (min-width: 480px) {
	.col:nth-child(3) button:nth-child(2) {
		height: 180px;
	}
}

@media (min-width: 768px) {
	.col:nth-child(3) button:nth-child(2) {
		height: 260px;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.col:nth-child(3) button:nth-child(2) {
		height: 400px;
	}
}

@keyframes tab {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 24;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.overlay.active {
	opacity: 1;
	display: block;
}

.popup-gallery {
	max-width: 920px;
	width: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 25;
	display: none;
}

.popup-gallery.active {
	display: block;
}

.swiper-flex-wrap {
	overflow: hidden;
}

@media (min-width: 1024px) {
	.swiper-flex-wrap {
		display: flex;
		justify-content: center;
	}
}

.slider1 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.slider1 {
		width: 500px;
		margin: 0 15px 0 0;
	}
}

.slider1 .swiper-slide {
	height: 50vh;
}

@media (min-width: 1024px) {
	.slider1 .swiper-slide {
		width: 500px;
		height: 600px;
	}
}

.slider1 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider1 .swiper-button-next:after,
.slider1 .swiper-button-prev:after {
	color: white;
}

.slider3 .swiper-button-next:after,
.slider3 .swiper-button-prev:after {
	color: white;
}

.js-popup-gallery-artists {
	overflow-y: auto;
	max-height: 100vh;
}

.slider2 {
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.swiper-flex-wrap2 {
	display: flex;
	flex-direction: column;
	width: 100%;
}

@media (min-width: 1024px) {
	.swiper-flex-wrap2 {
		width: 460px;
	}
}

.slider3 {
	width: 100%;
}

@media (min-width: 1024px) {
	.slider3 {
		width: 460px;
	}
}


.slider3 .swiper-slide {
	width: 100%;
	height: 500px;
}

.slider3 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider4 {
	display: none;
	width: 100%;
	margin-top: 5px;
}

@media (min-width: 1024px) {
	.slider4 {
		display: block;
	}
}

.slider4 .swiper-slide {
	width: 111.25px;
	height: 111.25px;
}

.artist-slide-row2 {
	width: fit-content;
}

.slider4 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 1024px) {
	.slider2 {
		width: 190px;
		height: 600px;
	}
}

.slider2 .swiper-slide {
	width: 110px;
	height: 110px;
	cursor: pointer;
}

@media (min-width: 1024px) {
	.slider2 .swiper-slide {
		width: 190px;
		height: 190px;
	}
}

.slider2 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}