/* General Styles */
body {
    box-sizing: border-box;
}

.w-slider-dot,
.w-slider-nav-invert>div {
    background-color: rgba(165, 145, 60, 0.2);
}

.w-slider-dot.w-active,
.w-slider-nav-invert>div.w-active {
    background-color: #A5913C;
}

pre:hover,
pre:focus {
    width: min-content;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    overflow-x: scroll;
}

::-webkit-scrollbar-track {
    background-color: #232323;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #A5913C;
}

.tab-gallery-row::-webkit-scrollbar-track,
.tab-gallery-row::-webkit-scrollbar-thumb {
    display: none;
}

/* Fonts */
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: circular;
    src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2') format('woff2');
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: circular;
    src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Bold.woff2') format('woff2');
}

/* Specific Styles */
.files {
    padding: 15px 20px;
    color: hsl(0, 0%, 40%);
    display: block;
    max-width: 600px;
    background: #212121 no-repeat 95% center;
    background-size: 31px;
    border-radius: 15px;
}

input[type="file"] {
    width: 600px;
    border: 1px solid #000;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.pip, .imageThumb {
    border-radius: 15px;
    width: 67px;
    height: 67px;
    display: inline-block;
    margin-right: 15px;
    margin-top: 15px;
}

.imageThumb {
    cursor: pointer;
}

.pip {
    position: relative;
}

.remove {
    display: block;
    color: white;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 10px;
    width: 30px;
    height: 30px;
    background: transparent url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/07bd206b-24a1-40e9-e17d-1a1d4998f200/public");
}

.map {
    width: 100%;
    height: 100%;
    filter: grayscale(100%) invert(90%);
}

.files2 {
    padding: 15px 20px;
    color: hsl(0, 0%, 40%);
    display: block;
    max-width: 600px;
    background: #212121;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/442cbf4e-4884-4189-b624-4c9ade179b00/public");
    background-position: 95%;
    background-size: 31px;
    background-repeat: no-repeat;
    border-radius: 15px;
}

input[type="file"] {
    width: 600px;
    border: 1px solid #000;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: o;
    right: 0;
    left: 0;
    z-index: -1;
}

.imageThumb2 {
    width: 67px;
    height: 67px;
    cursor: pointer;
    border-radius: 15px;
}

.pip2 {
    display: inline-block;
    border-radius: 15px;
    width: 67px;
    height: 67pxpx;
    position: relative;
    margin-right: 15px;
    margin-top: 15px;
}

.remove2 {
    display: block;
    border-radius: 15px;
    color: white;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 10px;
    width: 30px;
    height: 30px;
    background: transparent url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/07bd206b-24a1-40e9-e17d-1a1d4998f200/public");
}
.slider-3 .gallery-dots-img-art {
	display: block;
	width: 110px;
	height: 110px;
	max-width: 100%;
	margin: 0 10px 0 0;
	object-fit: cover;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.gallery-dots-img-art.active {
	border: 2px solid #fff;
}

.w-slide.active {
	display: block;
}

.w-slide.inactive {
	display: none;
}

.slider-4 .gallery-dots-img-art {
	width: 189px;
	height: 189px;
}

.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;
}

.w-form-formradioinput--inputType-custom,
.w-checkbox-input--inputType-custom {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #ccc;
}

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

.w-checkbox::before,
.w-checkbox::after {
	content: " ";
	display: table;
	grid-column: 1;
	grid-row: 1;
	clear: both;
}

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

@media all and (max-width: 576px) {
    .map {
        height: 260px;
    }
}

/* Media Queries */
html.w-mod-js:not(.w-mod-ix) {
    [data-w-id="1a5c7bfb-f492-c64d-46cc-ef6e99bcf9df"],
    [data-w-id="b93cdbb3-ce35-47d0-3447-27ced5744321"] {
        height: 0%;
        opacity: 0;
    }
    [data-w-id="4060b882-87a2-5d59-4951-50c6d0908af9"],
    [data-w-id="66ad4f7b-248a-2cbf-cf41-d3622bb32f42"] {
        opacity: 0;
        width: 0%;
    }
}

@media (max-width: 479px) {
    html.w-mod-js:not(.w-mod-ix) {
        [data-w-id="020fe5f8-e30f-1e60-0c75-488601dcc249"],
        [data-w-id="a483f89e-30e1-5120-5f2a-ad20adf5dae9"] {
            height: 0%;
            opacity: 0;
        }
        [data-w-id="cf6631d5-83f9-a68c-7c6c-9ceaee194d8b"],
        [data-w-id="d02a1cb1-3ea9-284d-76b4-0430ae33dc9f"] {
            width: 0%;
            opacity: 0;
        }
    }
}

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

.artist-link {
	cursor: pointer;
}

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

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

.link-block {
	display: flex;
	width: 211px;
	padding: 11px 25px 13px;
	border: 2px solid #a5913c;
	border-radius: 30px;
	background: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/8aba6b26-2d77-4823-b1d9-8ca1242a8d00/public") 79% / 30px no-repeat;
	font-family: Poppins, sans-serif;
	color: #a5913c;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
}

.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;
}

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

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

.blick-copy {
	top: 0;
	opacity: 0.32;
}

.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: auto;
	background: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/656d7378-04c3-446d-8f2c-1212ae11c000/public") no-repeat 50% / contain;
}

.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.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/e2337b7e-b0c1-499d-b50a-b9aac1071a00/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/ef1a1ae6-6681-4bbf-9893-181596b04600/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/04f10aa0-1bce-45ab-ea57-8fcd0231b400/public");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.artis-img.s {
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/cdb72460-d07e-43cc-b475-611856478300/public");
}

.artis-img.th {
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/bd7b9c86-cda3-4777-a0d5-f580cd663000/public");
}

.artis-img.fr {
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/6890c4c4-7066-411e-4956-e2d53577f800/public");
}

.triangle {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/b1ee3d20-54dd-4b02-c59b-8f6754d06900/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/37f5f809-8b76-4234-599e-585de4926400/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/f3da286a-c110-4cb3-c3da-b9f6efae1800/public");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.item_img.image2 {
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/f6a650dd-de51-43c3-9691-451a3cf23900/public");
}

.item_img.image3 {
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/687bc389-e9ff-4160-cfcf-73949f6a9e00/public");
}

.item_img.item4 {
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/90b5b2c8-2281-47da-f48d-b431f0719100/public");
}

.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/89dc965c-2a94-46e4-d0c0-82f54884b600/public");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: perspective(1000px);
	transform: perspective(1000px);
}

.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; */
	align-items: flex-start;

}

.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/6b789de7-a3f8-4250-8a84-0a89e3b9cc00/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/4083d9ca-b515-4c35-c88e-d3791f626200/public");
}

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

.link-3.loc {
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/95288230-4862-40fd-befb-4571adcaaf00/public");
}

.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;
}

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

.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/68ca2896-b779-49e8-1d07-2bc34046bf00/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/43de5c2e-01be-4b6b-62a4-7a11dfca2000/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/1d3758f8-fad0-4cd5-5c2b-fd0158057b00/public");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.btn-t-r {
	width: 31px;
	height: 28px;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/b2c5c170-c0ba-4f0a-f03b-6997f50b8b00/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/2677f4c7-a4de-46ab-dffc-abbc5d00ac00/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/735398a2-fdf2-4c3a-dde7-7120b2f33600/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/8e2a7a70-8a04-4a78-5c89-dfd6f283c800/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/0bcc6963-b4fa-4a09-3c27-3b1714a2e800/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/a4648aea-226c-4657-78d5-1926cd3ad100/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/d8b61565-099c-4730-0723-04d415612a00/public");
}

.intagram {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/badd4822-f0c4-4f28-413a-168d0d0f2a00/public");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.intagram:hover {
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/e63b402e-1c11-4806-b066-74dfce722d00/public");
}

.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/cd370a52-f3d9-4d78-536d-90a2a72ca500/public");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	text-decoration: none;
}

.gallery-cart.sec {
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/6ee10a15-a3e0-4437-42fe-cbea2ea89800/public");
}

.gallery-cart.th {
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/331551c1-b7a6-4ee3-68c4-6834c5506100/public");
}

.gallery-cart.fr {
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/6992dd69-8048-4e82-e5ee-cb222cef7e00/public");
}

.ins-icon {
	width: 46px;
	height: 46px;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/5fb32d3b-1930-4635-57f8-cb84ca880d00/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/07bd206b-24a1-40e9-e17d-1a1d4998f200/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/1210ccc2-e405-455a-770a-5723679ccb00/public");
	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;
	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 {
	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);
}

.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/b3e93331-bb85-4305-247a-bf2672f17a00/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/9096c579-0ac0-48ea-efc2-fef637fd5700/public");
	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);
}

.tab-gallery-rusina {
	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;
	
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/661eb98e-0605-4c0d-b94a-67a33d204e00/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/07bd206b-24a1-40e9-e17d-1a1d4998f200/public");
}

.slide-4 {
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/5815db31-ae26-4925-46b9-4d27b1f26d00/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/3d412455-2267-43b0-7acc-835863ae5a00/public");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.slide-7 {
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/a99e44f8-41b0-4e75-aae1-3f4692d4b800/public");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.slide-8 {
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/12031b62-b2bc-48ff-3065-3ac09f38b400/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/661eb98e-0605-4c0d-b94a-67a33d204e00/public");
	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;
}

.rusina-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;
}

.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;
}

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

.mask-7 {
	height: 500px;
}

.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;
}

.icon-3 {
	width: 40px;
	height: 40px;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/f7c9ad2a-8503-45de-58ed-38d8adfa3200/public");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	font-size: 0px;
}

.icon-4 {
	width: 40px;
	height: 40px;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/bc129637-1cc0-4e5e-d2a1-180c69af6900/public");
	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%;
	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;
}

.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/07bd206b-24a1-40e9-e17d-1a1d4998f200/public");
	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);
}

.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);
}

.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);
}

.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);
}

.img-row {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 2;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/99e8935b-5773-4fc3-c45d-f090edad1500/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/a20dd568-5bd2-41d3-713a-48f052763200/public");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.rb.w--redirected-checked {
	border-style: none;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/036b5c88-337e-44c0-37e8-7f3c2cd3c700/public");
}

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

.rb-2 {
	width: 60px;
	height: 60px;
	border-style: none;
	border-radius: 0%;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/a5e3a20d-0332-4ebc-2acb-0af01c0d9900/public");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.rb-2.w--redirected-checked {
	border-style: none;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/0a368e3b-f73c-4cc2-d41e-997337d27200/public");
}

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

.rb-3 {
	width: 60px;
	height: 60px;
	border-style: none;
	border-radius: 0%;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/a9756534-2566-4ff5-7a9e-839691bcca00/public");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.rb-3.w--redirected-checked {
	border-style: none;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/e9ee47d0-85c7-4b13-beab-c48f0a27cd00/public");
}

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

.rb-4 {
	width: 60px;
	height: 60px;
	border-style: none;
	border-radius: 0%;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/0515c6cf-3666-4e33-bd9a-0c7f3b993200/public");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.rb-4.w--redirected-checked {
	border-style: none;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/c8407d81-881c-48f8-42b9-7dbec6307800/public");
}

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

.rb-5 {
	width: 60px;
	height: 60px;
	border-style: none;
	border-radius: 0%;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/4c1ae979-a66a-4665-a43e-058a741ccc00/public");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.rb-5.w--redirected-checked {
	border-style: none;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/097f8f0c-5e67-4652-e3e9-5fad538f5700/public");
}

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

.rb-6 {
	width: 60px;
	height: 60px;
	border-style: none;
	border-radius: 0%;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/5da265bc-2f64-45e7-c248-b3da26350300/public");
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.rb-6.w--redirected-checked {
	border-style: none;
	background-image: url("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/21b031c1-da76-45e9-9105-83ccac060c00/public");
}

.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/89406b84-7287-4cd7-a056-0b40664d2000/public");
	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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/4f1ad5b8-ed25-48c8-6c18-c7ac2b8a6d00/public");
	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-5 {
	width: 100%;
	z-index: 25;
	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;
}

.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);
}

/* MOBILE */

@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;
	}
	
	.tab-gallery-rusina {
		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;
	}
	
	.tab-gallery-rusina {
		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%;
	}

	.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;
	}
	
	.tab-gallery-rusina {
		display: none;
	}

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

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

@media screen and (max-width: 991px) {
	.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.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;
	}

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

	.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;
	}

	.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/07bd206b-24a1-40e9-e17d-1a1d4998f200/public");
	}

	.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;
	}

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

	.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;
	}
	
	.tab-gallery-rusina {
		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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/07bd206b-24a1-40e9-e17d-1a1d4998f200/public");
	}

	.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/07bd206b-24a1-40e9-e17d-1a1d4998f200/public");
	}

	.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;
	}

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

	.slide-nv {
		display: none;
	}

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

	.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) {

	.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;
	}

	.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/07bd206b-24a1-40e9-e17d-1a1d4998f200/public");
	}

	.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;
	}
	
	.tab-gallery-rusina {
		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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/07bd206b-24a1-40e9-e17d-1a1d4998f200/public");
	}

	.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/07bd206b-24a1-40e9-e17d-1a1d4998f200/public");
	}

	.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) {

	.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.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/ed33b083-ccd1-465e-19f9-7d8fee0b5b00/public");
		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%;
	}

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

	.image-6 {
		
		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;
	}

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

	.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/07bd206b-24a1-40e9-e17d-1a1d4998f200/public");
	}

	.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;
	}
	
	.tab-gallery-rusina {
		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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/07bd206b-24a1-40e9-e17d-1a1d4998f200/public");
	}

	.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("https://imagedelivery.net/20kuDg5OQuGnKVoOpkEzug/07bd206b-24a1-40e9-e17d-1a1d4998f200/public");
	}

	.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 {
		height: 500px;
	}

	.right-arrow-9 {
		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;
}
