/*
Theme Name: amata
Text Domain: amata
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
	color: var(--neutral-100, #151515);
	font-family: 'Roboto Serif', serif;
	font-family: 'Ysabeau SC', sans-serif;
	font-family: 'Didact Gothic', sans-serif;
}
input,button,textarea {
	font-family: 'Didact Gothic', sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
	transition: all linear .25s;
}
div, a, img, button {
	outline: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
	margin: 0;
}
.fl, .d-flex {
	display: flex;
}
.fw {
	flex-wrap: wrap;
}
.sb {
	justify-content: space-between;
}
.aligncenter {
	align-content: center;
	align-items: center;
}
.header {
	padding: 10px 0;
}
.header nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}
.header .end a,
.header ul a,
.header-fixed a.log, .header .end a.log {
	display: block;
	text-transform: uppercase;
	padding: 6px 6px;
	text-transform: uppercase;
	color: var(--primary-main, #4C4E51);
	font-size: 16px;
	margin-left: 30px;
}
.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	transition: transform ease .25s;
	transform: translateY(-100%);
}
.header-fixed.active {
	transform: translateY(0%);
}
.header-fixed .home-link {
	max-width: 140px;
	display: block;
}
.header-fixed .home-link img {
	display: block;
}
header .home-link {
	max-width: 140px;
	display: block;
}
header .home-link img {
	display: block;
}
.home header .home-link img {
	display: none;
}
img {
	max-width: 100%;
}
.container {
	padding: 0 45px;
	max-width: 1440px;
	margin: 0 auto;
}
.flag a {
	padding-right: 36px !important;
	background: url(https://amata.diamonds/wp-content/uploads/2024/07/flag.svg) no-repeat calc(100% - 6px) center;
	background-size:22px auto;
}
#banner {
	padding: 0 0 50px;
	min-height: calc(100vh - 86px);
}
#banner .logo {
	display: block;
	max-width: 75%;
	margin-bottom: -150px;
	margin-right: auto;
	position: relative;
	z-index: 2;
}
#banner .d-flex {
	align-items: flex-end;
	justify-content: flex-end;
}
#banner .desc {
	max-width: 505px;
	padding-right: 70px;
	text-align: right;
}
#banner .section-title {
	margin: 0 0 24px;
}
#banner .section-title span {
	display: block;
	padding: 0;
	padding-right: 60px;
}
.uk #banner .section-title span {
	padding-right: 85px;
}
#banner .description {}
#banner .img {
	display: block;
	width: 100%;
	position: relative;
	max-width: 37%;
}
#banner .img img {
	width: 100%;
}
#banner .dm {
	position: absolute;
	width: 110px !important;
	left: -55px;
	bottom: 30px;
	z-index: 2;
}
#video {
	position: relative;
	height: 200vh;
}
.video {
	position: sticky;
	top: 0;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	--clip-Y: 50%;
	--clip: 10%;
	clip-path: circle(var(--clip) at 50% var(--clip-Y));
	margin: 0 auto;
	object-position: center bottom;
}
#block1 {
	padding: 100px 0;
}
#block1 img {
	display: block;
	max-width: 895px;
	margin: 0 auto;
}
#block1 .text {
	text-transform: uppercase;
	text-align: center;
	margin:0 auto;
	max-width: 845px;
	font-family: Ysabeau SC;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
}
#block1 .text strong {
	font-weight: 700;
}
#block1 .text p + p {
	margin:40px auto 0;
	max-width: 765px;
}
#block1 .text em {
/*	display: inline-block;*/
	padding-right: 35px;
	font-style:normal;
}
#block1 .text br {
	display: none;
}
.en #block1 .text em {
	background: url(https://amata.diamonds/wp-content/uploads/2024/07/flag.svg) no-repeat calc(100% - 1px) center;
	background-size: 27px auto;
}
.ua #block1 .text em {
	background: url(https://amata.diamonds/wp-content/uploads/2024/07/flag2.svg) no-repeat calc(100% - 3px) calc(50% + 2px);
	background-size: 27px auto;
}
body+div[is-visible] {
	display: none !important;
}
html>div[style] {
	display: none !important;
}
.relative {
	position: relative;
}
#block2 .btn {
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 2;
}
#block2 .d-flex {
	align-items: flex-end;
}
#block2 .col-left {
	width: 100%;
	max-width: 50%;
	padding-right: 25px;
	padding-bottom: 100px;
}
#block2 .img {
	max-width: calc(50% + 45px);
	width: calc(50% + 45px);
	margin-right: -45px;
	display: block;
}
.section-title {
	margin: 0 0 40px;
	font-family: Ysabeau SC;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}
.section-title span {
	display: block;
	padding-left: 50px;
}
#block2 .description {
	column-count: 2;
	column-gap: 20px;
	margin: 0 0 40px;
}
#block2 .description p {
	break-inside: avoid;
}
#block2 video {
	width: 100%;
	display: block;
}
.btn {
	display: inline-flex;
	padding: 6px 24px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	background: var(--primary-main, #4C4E51);
	cursor: pointer;
}
#block3 {
	background: var(--neutral-30, #EEF0F3);
	padding: 130px 0 260px;
}
#block3 .section-title {
	margin: 0;
}
#block3 p {
	margin: 0 0 40px;
}
#block3 p a {
	color: var(--neutral-100, #151515);
	font-family: Didact Gothic;
	font-size: 16px;
	line-height: 1.5;
	padding: 0;
	display: inline-block;
	background: url(images/arrow1.svg) no-repeat 16px bottom;
	vertical-align: top;
	margin-top: 10px;
	margin-top: 2px;
}
#block3 p span {
	background: url(images/img6.png) no-repeat calc(100% - 10px) center;
	background-size: auto 24px;
	padding: 8px 36px 8px 16px;
	display: inline-block;
}
#block4 {
	padding: 100px 0 60px;
}
#block4 .section-title .span1 {
	padding-left: 130px;
}
#block4 .section-title .span2 {
	padding-left: 260px;
}
#block4 .more {
	display: block;
	background: url(images/arrow2.svg) no-repeat left center;
	padding-left: calc(66.66% + 20px);
	background-size: 66.66% auto;
	color: var(--neutral-100, #151515);
	margin: 0 0 40px;
}
.uk #block4 .more {
	padding-left: calc(60.66% + 30px);
	background-size: 60.66% auto;
}
#block4 .info .d-flex {
	justify-content: flex-end;
	margin: 0 0 40px;
}
#block4 .info .d-flex:nth-child(even) {
	justify-content: flex-start;
}
#block4 .info .d-flex:nth-child(even) .img {
	order: 2;
}
#block4 .info .d-flex>div {
	width: 33.33%;
}
#block4 .info .text {
	background: var(--neutral-30, #EEF0F3);
	padding: 40px 40px;
	position: relative;
	z-index: 2;
	text-align: center;
}
#block4 .info .title {
	padding-left: 72px;
	text-transform: uppercase;
	font-family: Roboto Serif;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 48px;
	text-align: left;
}
#block4 .info .d-flex:first-child .title, #block4 .info .d-flex:nth-child(3) .title {
	background-size: auto 47px !important;
}
#block4 .info .title span {
	display: inline-block;
	margin-left: 19px;
	font-family: Ysabeau SC;
	font-size: 38px;
	font-weight: 400;
	font-style: normal;
}
#block4 .info img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 545px;
	transform: translateX(100%);
	min-height: 100%;
}
#block4 .description {
	margin: 0 0 60px;
	text-align: left;
}
#block5 .col-left {
	width: 100%;
	max-width: 685px;
	padding-right: 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
#block5 .section-title {
	margin: 0;
}
#block5 .section-title span {
	text-align: right;
}
.uk #block5 .section-title span {
	text-align: left;
	padding-left: 210px;
}
#block5 .img {
	width: 100%;
	max-width: calc(100% - 640px);
	margin-right: -45px;
}
#block5 .bottom p {
	display: block;
	cursor: pointer;
	color: var(--neutral-100, #151515);
	margin-bottom: -5px;
}
#block5 .img img {
	display: block;
	object-fit: cover;
}
#block5 .colors {
	max-width: 345px;
	position: relative;
	margin: 0 auto;
	height: 345px;
}
#block5 .colors video {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all linear .25s;
	opacity: 0;
}
#block5 .colors video.active, #block5 .colors video:first-child {
	opacity: 1;
}
.arrows {
	position: relative;
}
.arrows>p {
	display: flex;
	align-items: center;
	height: 52px;
	align-items: center;
	cursor: pointer;
}
#block5 .arrows {
	width: 100%;
	max-width: 345px;
	margin: 10px auto 0;
}
.arrows>img {
	max-width: 52px;
}
#block6 {
	padding: 100px 0;
}
#block6 .arrows {
	max-width: 435px;
	width: 100%;
}
#block6 .section-title {
	max-width: 510px;
	margin: 0 0 0;
}
.uk #block6 .section-title {
	max-width: 790px;
	width: 100%;
}
.uk #block6 .section-title span:nth-child(1) {
	text-align: right;
	width: 100%;
}
.uk #block6 .section-title span:nth-child(2) {
	text-align: left;
	padding-left: 160px;
	width: 100%;
}
#block6 .head {
	margin: 0 0 120px;
}
#block6 .section-title span {
	text-align: right;
	padding: 0;
}
.shapes {
	overflow: hidden;
	padding: 0 45px;
}
.shapes .slick-list {
	margin: 0 -45px;
	padding: 0 45px;
}
.shapes .img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 280px;
}
.shapes .img2 {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transform: translateX(-50%);
	margin-left: 50%;
}
.shapes img {
	display: block;
	transition: all ease .25s;
	max-width: 100%;
	max-height: 100%;
}
.shapes p {
	text-align: center;
	margin: 45px 0 0;
}
.shapes .slick-slide {
	width: 240px;
	margin-right: 60px;
}
.shapes .img:hover .img2 {
	opacity: 1;
}
.shapes .img:hover .img1 {
	opacity: 0;
}
#block7 {
	padding: 50px;
	height: 100vh;
	background: url(images/banner1.jpg) no-repeat center center;
	background-size: cover;
}
#block7 .section-title {
	color: #fff;
	max-width: 650px;
}
.uk #block7 .section-title {
	max-width: 680px;
}
#block7 .section-title span {
	text-align: right;
}
#block8 {
	padding: 160px 0;
	background: var(--neutral-30, #EEF0F3);
}
#block8 .section-title {
	margin: 0 0 65px;
	text-align: center;
}
.slider1 {
	max-width: 380px;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	text-align: center;
}
.slider1>div {
	cursor: pointer;
	opacity: 0.5;
	transition: all ease .25s;
}
.slider1>.active {
	opacity: 1;
}
.slider1 .slick-slide {
	padding: 0 10px;
}
.slider1 .img {
	height: 78px;
	justify-content: space-between;
	display: inline-flex;
	margin: 0 -10px;
	align-items: center;
	position: relative;
	padding-bottom: 15px;
}
.slider1 .img:after {
	content: ' ';
	display: block;
	width: calc(100% - 20px);
	left: 10px;
	bottom: 0;
	position: absolute;
	z-index: 2;
	height: 1px;
	background: #000;
	opacity: 0;
	transition: all ease .25s;
}
.slider1 .active .img:after {
	opacity: 1;
}
.slider1 .img img {
	margin: 0 10px;
	max-height: 100%;
	display: block;
	max-width: 217px;
}
.slider1 p {
	text-align: center;
	margin: 30px 0 0;
	font-size: 17px;
}
#block8 .arrows {
	max-width: 700px;
	margin: -137px auto 155px;
}
#block8 .arrows>p {
	height: 60px;
}
.slider2 {
	margin-top: 65px;
}
#block8 .title {
	text-transform: uppercase;
	font-family: Ysabeau SC;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
#block8 .title1 {
	margin: 0 0 50px;
}
#block8 .title2 {
	margin: 50px 0 0;
}
.slider2 .prices {
	display: flex;
	justify-content: space-between;
	margin: 0 -10px;
}
.slider2 .prices>div {
	text-align: center;
	width: 100%;
	font-size: 16px;
}
.slider2 .prices .p1 {
	font-size: 14px;
}
.slider2 .prices .img {
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 10px;
}
.slider2 .prices .img:after {
	content: ' ';
	display: block;
	position: absolute;
	top: calc(50% - 20px);
	height: 40px;
	width: 1px;
	right: 0;
	background: #151515;
}
.slider2 .prices>div:last-child .img:after {
	display: none;
}
.slider2 .prices .img img {
	display: block;
	margin: 0 auto;
}
#block9 {
	padding: 90px 0 110px;
}
#block9 .col-right {
	width: 100%;
	max-width: 58%;
	padding-left: 20px;
}
#block9 .col-left {
	width: 100%;
	max-width: 42%;
	position: relative;
}
#block9 .col-left img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: all ease .25s;
}
#block9 .col-left img.active {
	opacity: 1;
}
#block9 .menu>div {
	cursor: pointer;
	padding: 27px 0 40px;
	border-bottom: 1px solid #B7B7B7;
	transition: all ease .25s;
}
#block9 .menu>div:first-child {
	padding-top: 40px;
}
#block9 .title {
	display: flex;
	font-family: Roboto Serif;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #B7B7B7;
	transition: all ease .25s;
	flex-wrap: wrap;
}
#block9 .title span {
	display: block;
	margin-right: 20px;
	min-width: 27px;
	font-family: Ysabeau SC;
	font-size: 38px;
	font-weight: 400;
	font-style: normal;
	margin-top: -5px;
}
#block9 .title i {
	font-family: Ysabeau SC;
	margin-top: 0px;
	font-size: 38px;
	font-style: normal;
	display: block;
	margin-left: 7px;
}
#block9 .description {
	color: #B7B7B7;
	transition: all ease .25s;
}
#block9 .active .title, #block9 .active .description {
	color: var(--neutral-100, #151515);
}
#block9 .active {
	border-color: var(--neutral-100, #151515);
}
#block9 .bottom {
	max-width: calc(100% - 780px);
	justify-content: center;
}
#block9 .more {
	color: var(--neutral-100, #151515);
	font-family: Didact Gothic;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	text-transform: uppercase;
	background: url(images/arrow33.svg) no-repeat 16px bottom;
	background-size: calc(100% - 28px) 4px;
	margin-top: 40px;
}
#block9 .more span {
	padding: 8px 36px 8px 16px;
	display: inline-block;
	background: url(images/img6.png) no-repeat calc(100% - 10px) center;
	background-size: auto 24px;
}
#block9 .section-title {
	margin: 0;
}
#block9 .section-title span {
	padding-left: 0;
	text-align: right;
}
#block9 .section-title span+span {
	padding-left: 50px;
}
#block10 {}
#block10 .section-title {
	text-align: center;
	margin: 0 0 50px;
}
#block10 .sub1 {
	display: block;
	max-width: 78px;
	margin: 0 auto 50px;
}
#block10 .sub2 {
	text-align: center;
	margin: 0 0 100px;
}
#block10 .steps {
	background: var(--neutral-30, #EEF0F3);
	padding: 100px 40px 100px;
}
.steps .title {
	width: 100%;
	max-width: 33%;
	font-family: Ysabeau SC;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
}
.steps .title .number {
	font-family: Roboto Serif;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 20px;
	line-height: 1.2;
}
.steps .title span {
	display: inline-block;
	padding-left: 50px;
	white-space: nowrap;
}
.steps .title span+span {
	padding-left: 100px;
}
.steps .title i {
	font-family: Roboto Serif;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
}
.steps .description {
	width: 415px;
	min-width: 315px;
	padding-left: 25px;
}
.steps .description p {
	margin: 20px 0 0;
}
.steps .img {
	width: 100%;
	max-width: 436px;
}
.steps .img img {
	display: block;
	margin: 0 auto;
}
.steps>div {
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 0 105px;
}
.steps>div:last-child {
	margin: 0;
}
.steps .r1 .img {
	padding-bottom: 160px;
}
#block10 .bottom {
	text-align: center;
	background: var(--neutral-30, #EEF0F3);
	padding: 0 0 100px;
}
#block10 .bottom>div {
	max-width: 895px;
	margin: 0 auto;
}
#block10 .section-title {
	margin: 0 0 50px;
}
#block11 {
	padding: 100px 0 110px;
}
#block11 .img {
	margin-bottom: 25px;
}
#block11 .img img {
	display: block;
}
#block11 .col-left {
	width: 100%;
	max-width: 455px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 155px;
}
#block11 .col-right {
	width: 100%;
	max-width: calc(100% - 455px);
}
#block11 .p1 {
	text-align: right;
	text-transform: uppercase;
	color: var(--neutral-100, #151515);
	font-family: Ysabeau SC;
	font-size: 20px;
	font-weight: 700;
	line-height: 2.3;
}
#block11 .description p {
	margin: 20px 0 0;
}
#block11 .section-title {
	text-align: left;
	margin: 0 0 25px;
}
#block11 .section-title span {
	text-align: right;
	padding: 0;
}
.slider5 .img2 {
	display: flex;
	height: 52px;
	justify-content: center;
	align-items: center;
}
#block11 .arrows {
	justify-content: space-between;
	width: 100%;
	max-width: 435px;
	margin-top: -150px;
	margin-bottom: 100px;
}
#block12 {
	padding: 0 0 100px;
}
#block12 .title {
	display: block;
	color: var(--neutral-100, #151515);
	font-family: Ysabeau SC;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 55px;
}
.instagram {
	margin: 0 -10px;
}
.instagram>div {
	margin: 0 10px 20px;
	max-width: calc(25% - 20px);
	width: 100%;
}
.instagram img {
	display: block;
	width: 100%;
	height: 317px;
	object-fit: cover;
}
footer {
	padding: 40px 0 45px;
	background: var(--neutral-30, #EEF0F3);
}
footer .col-right {
	max-width: calc(50% - 13px);
	width: 100%;
}
footer .col-left {
	max-width: calc(50% - 13px);
	width: 100%;
}
footer .bottom {
	max-width: calc(50% - 13px);
	margin-top: -41px;
}
footer ul a {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 30px;
	color: var(--primary-main, #4C4E51);
}
footer ul li:last-child a {
	margin: 0;
}
footer .bottom {
	color: var(--primary-main, #4C4E51);
	font-size: 12px;
	padding-bottom: 2px;
	align-items: flex-end;
}
footer .bottom a {
	display: block;
	color: var(--primary-main, #4C4E51);
	font-size: 14px;
}
footer .links a {
	margin-left: 20px;
}
footer .links a:first-child {
	margin-left: 0;
}
footer .logo {
	display: block;
	margin-right: 25px;
}
footer .soc {
	display: block;
	margin-right: 10px;
	padding: 5px;
	margin-left: -5px;
}
footer .soc img {
	display: block;
	max-width: 16px;
	max-height: 16px;
}
footer .email {
	display: block;
	font-family: Ysabeau SC;
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	margin: 0 0 15px;
	color: var(--primary-main, #4C4E51);
	text-transform: uppercase;
}
footer .col-right>* {
	width: 50%;
	margin-top: 9px;
}
footer .phones {
	text-align: right;
}
footer .phones a {
	display: block;
	color: var(--primary-main, #4C4E51);
	font-weight: 700;
	font-family: 'Ysabeau SC', sans-serif;
}
footer .phones .url {
	line-height: 2;
	text-transform: uppercase;
}
.btn span {
	background: var(--Secondary, linear-gradient(116deg, #F3E1FF -13.64%, #D4CEFF 12.83%, #DDECF3 43.74%, #D8FFF2 84.2%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.open-menu {
	display: none;
}
@media screen and (min-width:767px) {
	#block9 .menu>div {
		background: none !important;
	}
}
.header .end {
	justify-content: flex-end;
}
.menup {
	display: none;
}
#banner2 > div {
	padding:50px 0;
	min-height: 700px;
	height: calc(100vh - 55px);
	position: relative;
}
#banner2 .container {
	height: 100%;
}
#banner2 .top {
	position: absolute;
	left: 45px;
	top:25px;
}
.bread {
	margin:0 0 35px;
	font-size: 12px;
	line-height: 1.33;
	color:#fff;
	text-transform: lowercase;
}
.bread img {
	display: block;
	margin:0 8px;
}
.bread a {
	color:#fff;
	display: block;
}
.bread span {
	display: block;
}
#banner2 .page-title {
	font-family: Ysabeau SC;
	font-size: 38px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 700;
	color:#fff;
}
#banner2 .content {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}
#banner2 .content p {
	text-align: center;
	text-transform: uppercase;
	font-family: Roboto Serif;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2;
	color:#fff;
}
#banner2 .content p span {
	display: inline-block;
	font-style:normal;
	font-family: Ysabeau SC;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 400;
}
#banner2 .content p .span1 {
	margin-left: 25px;
}
#banner2 .content p .span2 {
	margin-right: 45px;
}
#about {
	padding: 100px 0;
}
#about .col1, 
#about .col3 {
	width: 100%;
	max-width: calc((100% - 695px) / 2);
}
#about .col2 {
	width: 100%;
	max-width: 695px;
	padding: 0 20px;
}
#about img, #about video {
	display: block;
	width: 100%;
}
#elements .section-title .span2 {
	padding-left: 150px;
}
.elements:not(.slick-slider) {
	margin:0 -10px;
}
.elements:not(.slick-slider) > div {
	width: 100%;
	max-width: calc(25% - 20px);
	margin:0 10px;
}
.elements .title {
	text-transform: uppercase;
	margin:0 0 20px;
	font-family: Ysabeau SC;
	font-size: 20px;
	font-weight: 700;
}
.elements .desc {
	height: 160px;
}
.elements .image {
	overflow:hidden;
}
.elements .image img {
	transform:translateY(-100%);
	display: block;
	width: 100%;
}
#details {
	padding: 100px 0 50px;
}
#details .section-title {
	text-align: center;
	max-width: 890px;
	margin:0 auto 95px;
	font-weight: 400;
}
.details > div {
	margin-bottom: 50px;
}
.details > div:nth-child(even) .v {
	order:2;
}
.details .content {
	width: 100%;
	max-width: calc(50% - 10px);
}
.details .v {
	width: 100%;
	max-width: calc(50% - 10px);
	overflow:hidden;
}
.details video {
	display: block;
	width: 100%;
	height: 444px;
	object-fit: cover;
/*	transform:translateX(100%);*/
	transition:all ease .5s;
}
/*.details > div:nth-child(even) video {
	transform:translateX(-100%);
}
.details video.active {
	transform:translateX(0) !important;
}*/
.details .title {
	text-transform: uppercase;
	margin:0 0 20px;
	font-family: Ysabeau SC;
	font-size: 20px;
	font-weight: 700;
}
#button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 600px;
	height: calc(100vh - 55px);
	background: var(--neutral-30, #EEF0F3);
	text-align: center;
}
#button .section-title {
	margin:0;
}
#button .btn {
	margin:100px 0;
}
.acc-page .col-left {
	width: 100%;
	max-width: 50%;
	position: relative;
	display: flex;
	text-align: right;
	flex-wrap:wrap;
	padding:100px 125px 100px 0;
	justify-content: flex-end;
	min-height: calc(100vh - 55px);
	align-items: center;
	align-content: center;
}
.acc-page .col-right {
	width: 100%;
	max-width: 50%;
	padding-left: 30px;
}
.acc-page .col-left:after {
	content:' ';
	display: block;
	background: url(images/login.jpg) no-repeat right top;
	background-size: cover;
	height: 100%;
	width: 50vw;
	position: absolute;
	right: 0;
	top:0;
	z-index: 1;
}
.acc-page .col-left p {
	position: relative;
	z-index: 2;
	font-family: Roboto Serif;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.22;
	text-transform: uppercase;
}
.acc-page .col-left p span {
	font-style: normal;
	font-family: Ysabeau SC;
	font-size: 38px;
	font-weight: 400;
}
.acc-page .col-left .p2 {
	padding-right: 90px;
}
.acc-page .col-left p + p {
	margin-top: 70px;
}
.acc-page .content {
	max-width: 455px;
	margin:0 auto;
}
.acc-page h1 {
	text-align: center;
	margin:0 0 100px;
}
.lg {
	margin-top: 40px;
}
.lg > div {
	margin-left: 10px;
}
.lg svg {
	display: block;
}
.forg .sub {
	margin: 0 0 50px;
	font-size: 16px;
}
.acc-page form input:not([type="submit"]) {
	width: 100%;
	border:0;
	border-bottom: 1px solid #8D8D8D;
	padding: 0 0 20px;
	color: var(--primary-pressed, #111);
	font-family: Didact Gothic;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin:0 0 50px;
	transition:all ease .25s;\
	background: none !important;
}
.acc-page form input:not([type="submit"])::placeholder {
	color: var(--neutral-70, #8D8D8D);
}
.acc-page form input:not([type="submit"]):focus {
	border-color: var(--primary-pressed, #111);
}
.acc-page form button[type="submit"],
.acc-page form input[type="submit"] {
	padding: 8px 0;
	text-align: center;
	display: block;
	cursor:pointer;
	border:0;
	margin:0 auto;
	width: 175px;
	background: var(--neutral-30, #EEF0F3);
	color: var(--neutral-60, #B7B7B7);
	font-size: 16px;
	font-family: Didact Gothic;
font-weight: 400;
	line-height: normal;
}
.acc-page form button[type="submit"].active, .acc-page form input[type="submit"].active {
	background: var(--primary-main, #4C4E51);
	color:#ccc;
}
.acc-page form {
	position: relative;
}
.lost_password a {
	position: absolute;
	right: 0;
	bottom: 108px;
	text-transform: uppercase;
	color: var(--primary-pressed, #111);
	font-size: 16px;
}
* {
	outline:none !important;
}
.acc-page .ur_lost_reset_password input[type="submit"] {
	width: 250px;
	background: var(--primary-main, #4C4E51);
	color:#DDECF3;
}
.sg {
	margin:55px 0 40px;
}
.sg a {
	color: var(--neutral-100, #151515);
	display: flex;
	margin-left:18px;
	padding-right: 30px;
	background: url(images/img6.png) no-repeat right center;
	background-size: auto 24px;
	line-height: 24px;
	position: relative;
	overflow:hidden;
	padding-bottom: 3px;
	font-size: 16px;
	text-transform: uppercase;
}
.sg a:after {
	content:' ';
	display: block;
	position: absolute;
	width: 100%;
	right: 30px;
	bottom: 0;
	height: 4px;
	background: url(images/arrow3.svg) no-repeat right top;
}
.user-registration-error {
	margin:0 0 15px;
	color: var(--danger-main, #DF3600);
	font-size: 14px;
}
.user-registration-error a {
	color: var(--danger-main, #DF3600);
	text-decoration: underline;
}
.user-registration-error strong {
	display: inline-block;
	padding-right: 3px;
}
.type2.acc-page h1 {
	margin:0 0 35px;
}
.type2 .lg {
	margin:0 0 50px;
	justify-content: center;
}
.type2 .user-registration-error {
	margin:-45px 0 30px;
	display: block;
}
.ur-submit-message-node {
	margin:20px 0 0;
	text-align: center;
	color:green;
}
.acc-page .dop {
	color: var(--primary-focus, #757575);
	font-size: 16px;
	margin-top: 35px;
}
.acc-page .dop a {
	color: var(--primary-focus, #757575);
	text-decoration: underline;
}
#account {
	padding: 20px 0 60px;
}
#account .top > div {
	max-width: calc(50% - 10px);
	width: 100%;
}
#account .bread {
	color: var(--neutral-100, #151515);
	margin:0 0 20px;
}
#account .bread a {
	color: var(--neutral-100, #151515);
}
#account .middle {
	align-items: flex-end;
	padding:0 0 50px;
	margin:0 0 50px;
	border-bottom: 1px solid #000;
}
#account .middle > * {
	max-width: calc(50% - 10px);
}
#account .top .section-title {
	margin: 0;
}
#account .image {
	width: 100%;
	max-width: 210px;
	margin-right: 20px;
	padding:20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #000;
}
#account .image img {
	display: block;
	max-width: 140px;
	max-height: 140px;
}
#account .content {
	width: 100%;
	margin:-2px 0;
}
#account .content p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#account .content p + p {
	margin-top: 15px;
}
#account .content p span {
	font-family: Ysabeau SC;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	padding-left: 10px;
	line-height: 1;
}
.osteps {
	margin: 100px auto 0;
/*	max-width: 915px;*/
}
.osteps .col-left {
	width: 100%;
	max-width: 440px;
	position: relative;
}
.osteps .arrows {
	position: absolute;
	right: 0;
	top:7px;
	max-width: 270px;
	z-index: 2;
	gap:15px;
}
.osteps .arrows .prev img {
	height: 8px;
	object-fit: cover;
	object-position: left center;
}
.osteps .arrows .next img {
	height: 8px;
	object-fit: cover;
	object-position: right center;
}
.osteps .col-left .title2 {
	font-size: 36px;
	height: 70px;
	font-family: Ysabeau SC;
	font-weight: 700;
}
.osteps .col-left .desc2 {
	display: none;
}
.ovideo img,
.ovideo video {
	display: block;
	width: 100%;
}
.osteps .col-right {
	width: 100%;
	max-width: calc(100% - 440px);
	padding-left: 22px;
	padding-top: 77px;
}
.osteps .col-right:first-child:last-child {
	max-width: 100%;
	padding: 0;
}
.osteps .step {
	margin-bottom: 17px;
	color: var(--neutral-60, #B7B7B7);
}
.osteps .step.active > div {
	color: var(--neutral-100, #151515);
}
.osteps div.number {
	width: 100%;
	max-width: 52px;
	margin:0 16px 0 0;
	min-width: 52px;
	height: 52px;
	margin-top: -7px;
	position: relative;
}
.osteps div.number img {
	position: absolute;
	left: 0;
	top:0;
	z-index: 1;
	width: 100%;
}
.osteps div.number .img2 {
	opacity: 0;
}
.osteps div.number .img3 {
	opacity: 0;
}
.osteps .active > div.number .img1 {
	opacity: 0;
}
.osteps .active > div.number .img2 {
	opacity: 1;
}
.osteps .active.active2 > div.number .img2 {
	opacity: 0;
}
.osteps .active.active2 > div.number .img3 {
	opacity: 1;
}
.osteps .title {
	font-family: Ysabeau SC;
	font-size: 22px;
	font-weight: 700;
	margin:0 0 10px;
}
.osteps .step {
	position: relative;
	min-height: 85px;
}
#account-page .container .container {
	padding: 0;
}
#info1 {
	padding:20px 0 100px;
}
#info1 .bread {
	margin:0 0 40px;
	color: var(--neutral-100, #151515);
}
#info1 .bread a {
	color: var(--neutral-100, #151515);
}
#info1 .logo {
	max-width: 66%;
	margin-bottom: -60px;
}
#info1 .section-title {
	margin:0;
	text-align: right;
	line-height: 1.35;
}
#info1 .section-title span {
	padding-right: 140px;
}
#info1 .section-title span + span {
	padding-right: 80px;
	padding-left: 0;
}
#info1 .desc {
	max-width: 50%;
	padding-top: 160px;
}
#info1 .desc > div {
	max-width: calc(50% - 10px);
}
#info2 {
	padding: 0 0 145px;
}
#info2 img {
	max-width: 100px;
	display: block;
	margin:0 auto 50px;
}
#info2 .section-title {
	margin:0 auto;
	max-width: 665px;
	text-align: center;
	font-weight: 400;
}
#info3 {
	overflow: hidden;
}
#panels-container {
	height: 100vh;
	min-height: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	align-items: center;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0;
	overflow: hidden;
}
#panels-container .cpanel {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 800px;
	align-items: center;
	padding: 55px 45px 20px;
}
@media screen and (max-height:800px) {
	#panels-container .cpanel {
		min-height: 700px;
	}
	#panels-container {
		min-height: 700px;
	}
}
#panels-container .cpanel>div {
	height: 100%;
	width: 100%;
}
.ab1 .section-title {
	padding-right: 50px;
	background: url(https://amata.diamonds/wp-content/uploads/2024/07/flag.svg) no-repeat right center;
	background-size: 37px auto;
	margin:0 0 50px;
	display: inline-block;
}
.ab img {
	display: block;
}
.ab1 .left video,
.ab1 .left img {
	display: block;
	margin:0 auto 50px;
	max-width: 245px;
}
.ab1 .right {
	max-width: calc(100% - 455px);
	width: 100%;
}
.ab .right img {
	display: block;
	height: 100%;
	margin-left: auto;
	margin-right: 0;
	width: 100%;
	object-fit: cover;
}
.ab .left {
	max-width: 455px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.ab .right {
	max-width: calc(100% - 455px);
}
.ab .left .img {
	width: 100%;
}
.ab2 .left {
	max-width: 535px;
	padding-right: 90px;
}
.ab2 .left video,
.ab2 .left img {
	max-width: 100%;
	margin:0;
}
.ab2 .right {
	max-width: calc(100% - 535px);
	width: 100%;
}
.ab3 > div, .ab3 .right {
	max-width: calc(33.33% - 15px);
}
.ab3 .desc {
	min-height: 90px;
}
.ab3 .left1, .ab3 .left2 {
	display: flex;
	flex-direction: column;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.ab3 .img {
	height: 470px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	max-height: 50vh;
	width: 100%;
}
.ab3 .img1 {
	justify-content: flex-start;
}
.ab3 .img1 img {
	height: 100%;
	object-fit: cover;
}
.ab3 img {
	max-height: 100%;
}
.ab3 .img2 img {
	max-width: 265px;
}
.ab3 .right img {
	height: 100%;
    object-fit: cover;
    object-position: right center;
}
.ab4 .img {
	height: 470px;
	display: flex;
	align-items: flex-end;
	max-height: 50vh;
	width: 100%;
	justify-content: center;
}
.ab4 .right .desc {
	column-count: 2;
	margin-top: 30px;
	column-gap: 30px;
}
.ab4 .right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ab4 .right img {
	    max-height: calc(100% - 150px);
    width: 100%;
    object-fit: cover;
}
.ab video {
	max-width: 100%;
}
.ab4 .left {
	padding-right: 90px;
}
#team {
	padding: 50px 0 70px;
	background: #EEF0F3;
}
#team .section-title {
	margin:0 0 50px;
}
.team {
	margin-left: 45px;
}
.team .slick-slide {
	width: 300px;
	margin-right: 40px;
}
.team img {
	display: block;
	width: 100%;
	height: 340px;
	object-fit: cover;
	margin:0 0 20px;
}
.team .name {
	font-family: Ysabeau SC;
	font-size: 38px;
	text-transform: uppercase;
	line-height: 1.2;
	padding-left: 40px;
}
.team .name b {
	font-family: Roboto Serif;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	display: block;
	padding-left: 60px;
}
#team .bottom {
	margin-top: 85px;
}
#team .arrows {
	max-width: 435px;
	width: 100%;
}
#team .bottom .section-title {
	margin:0;
	max-width: calc(100% - 455px);
}
#faq {
	padding: 100px 0;
}
#faq .section-title {
	margin: 0 0 80px;
	text-align: center;
	font-weight: 400;
}
#faq .section-title span {
	font-family: Roboto Serif;
	font-size: 36px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2;
	display: inline-block;
	padding: 0;
	margin: 0 5px;
}
.faq > div {
	border-bottom: 1px solid #4C4E51;
}
.faq .head {
	padding: 20px 0;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}
.faq .head span {
	min-width: 52px;
	width: 52px;
	height: 52px;
	margin-left: 20px;
	background: url(images/plus.svg) no-repeat center center;
	background-size: cover;
	transition:all linear .25s;
}
.faq .head.active span {
	background: url(images/img6.png) no-repeat center center;
	background-size: cover;
}
.faq .body {
	display: none;
	margin-top: 7px;
	padding-bottom: 50px;
}
.faq {
	margin:0 auto;
	max-width: 895px;
}
#cform .left {
	display: flex;
	justify-content: flex-end;
	max-width: 50%;
}
#cform .left img {
	max-width: unset;
	max-height: calc(100vh - 55px);
}
#cform .right {
	text-align: right;
	width: 50%;
	padding-left: 40px;
}
#cform .right > div {
	max-width: 435px;
	margin-left: auto;
}
#cform .btn {
	width: 100%;
	max-width: 100%;
	text-align: center;
	justify-content: center;
}
#cform .section-title:first-child {
	padding-right: 100px;
	margin-bottom: 30px;
}
#cform p + p span {
	padding-right: 75px;
}
.get_started,
.request,
.modal-form {
	position: fixed;
	top:56px;
	height: calc(100vh - 56px);
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999999999;
	padding:55px 0;
	opacity: 0;
	visibility: hidden;
	transition:all linear .25s;
	overflow:auto;
}
.get_started.active,
.request.active,
.modal-form.active {
	opacity: 1;
	visibility: visible;
}
body.open {
	overflow: hidden;
	padding-right: 5px;
}
body.open .header-fixed {
	padding-right: 5px;
}
.get_started .close,
.request .close,
.modal-form .close {
	position: absolute;
	cursor: pointer;
	background: url(images/close2.svg) no-repeat center center;
	cursor: pointer;
	right: 0;
	top: 0;
	width: 24px;
	height: 24px;
}
.modal-form .t {
	max-width: 420px;
	width: 100%;
}
.modal-form .section-title:first-child {
	margin-bottom: 8px;
}
.modal-form p + p span {
	padding-right: 20px;
}
.modal-form p + p {
	text-align: right;
	padding-right: 62px;
	background: url(images/img6.png) no-repeat right bottom;
	background-size: 52px auto;
}
.modal-form .row > div {
	width: calc(50% - 30px);
}
.modal-form .t {
	margin-bottom: 115px;
}
.modal-form .email {
	margin:0 0 10px;
	display: block;
	font-family: Ysabeau SC;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 2.3;
	color: var(--neutral-100, #151515);
}
.modal-form .phones a {
	font-size: 20px;
	font-weight: 700;
	font-family: Ysabeau SC;
	color: var(--neutral-100, #151515);
}
.modal-form .col-right .section-title {
	margin:0 0 55px;
	font-size: 20px;
	max-width: 435px;
}
form .d-flex > p {
	display: flex;
	justify-content: space-between;
}
form .d-flex > p > * {
	display: block;
	max-width: calc(50% - 10px);
}
form input {
	width: 100%;
	display: block;
	border:0;
	padding:0 0 14px;;
	border-bottom: 1px solid #4C4E51;
	color: var(--primary-main, #4C4E51);
	font-size: 20px;
	margin:0 0 57px;
	font-weight: 400;
	border-radius: 0 !important;
}
form input::placeholder {
	font-size: 20px;
	color: var(--primary-main, #4C4E51);
	font-weight: 400;
}
form .wpcf7-checkbox input {
	display: none;
}
form .wpcf7-checkbox input + span {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
form .wpcf7-checkbox input + span:before {
	content:' ';
	display: block;
	min-width: 20px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border:1px solid #4C4E51;
}
form .wpcf7-checkbox input:checked + span:before {
	background: url(images/check.svg) no-repeat center;
	background-size: 17px auto;
}
.wpcf7-list-item {
	margin: 0;
}
form .wpcf7-not-valid-tip {
	margin:-45px 0 45px;;
	font-size: 12px;
}
form br {
	display: none;
}
form .btn {
	padding: 6px 10px;
	width: 260px;
	display: flex;
	margin:45px auto 0;
	justify-content: center;
}
::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 0px;
	height: 0px
}
::-webkit-scrollbar-track {
	background-color: var(--primary-main, #4C4E51)
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #DDECF3;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #DDECF3;
}
::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 5px;
	height: 0px
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	padding: 5px 10px;
	text-align: center;
	margin:20px 0 0;
}
#info3::-webkit-scrollbar,
#info3::-webkit-scrollbar-thumb,
#info3::-webkit-resizer {
	width: 0 !important;
	height: 0 !important;
}
input:-webkit-autofill {
  transition: all 5000s ease-in-out 0s;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
     box-shadow: 0 0 0 47px #fff inset !important;
}
.video .sound {
	position: absolute;
	cursor: pointer;
	width: 60px;
	height: 60px;
	bottom:45px;
	left: 45px;
	background: url(images/off.svg) no-repeat center center;
	background-size: cover;
	z-index: 2;
}
.video .sound.active {
	background: url(images/on.svg) no-repeat center center;
	background-size: cover;
}
.get_started {
	padding-top: 10px;
	padding-bottom: 45px;
}
.get_started .close {
	top:4px;
}
.progress {
	margin-right: 100px;
	font-family: Ysabeau SC;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.progress:before {
	content:' ';;
	display: block;
	top:50%;
	height: 1px;
	background: #C2C2C2;
	width: 100%;
	left: 0;
	position: absolute;
}
.progress p {
	padding:0 10px;
	position: relative;
	z-index: 2;
	background: #fff;
	transition: all linear .25s;
	opacity: 0;
}
.progress p:first-child {
	padding-left: 0;
}
.progress p:last-child {
	color: var(--neutral-60, #B7B7B7);
	opacity: 1 !important;
}
.progress p.active:after {
	content:' ';
	width: 34px;
	height: 100%;
	position: absolute;
	left: 100%;
	background: #fff url(images/img6.png) no-repeat left center;
	background-size: 24px auto;
	transition: all linear .25s;
}
.progress p.active {
	opacity: 1;
	color:var(--neutral-100, #151515);
}
.progress p.active2 {
	opacity: 1;
	padding-right: 10px;
	background: #fff;
}
.progress p.active2:after {
	opacity: 0;
}
.mstep .section-title {
	margin:0 0 25px;
}
.msteps {
	padding:20px 0 0px;
}
.msteps .images {
	margin:0 -45px;
}
.msteps .images > div {
	width: 50%;
	position: relative;
	height: calc(100vh - 350px);
	cursor:pointer;
}
.msteps .images p {
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
	text-transform: uppercase;
	border:2px solid transparent;
	z-index: 2;
	top:40px;
	background: #FFF;
	padding: 6px 48px;
	font-size: 16px;
	transition:all linear .25s;
}
.msteps .images.error p {
	border-color: red;
}
.msteps .images .active p {
	background: var(--primary-main, #4C4E51);
	color:#fff;
}
.msteps .images img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.msteps .buttons {
	justify-content: center;
	margin-top: 40px;
}
.msteps .buttons a {
	margin:0 10px;
}
.prevb {
	display: inline-flex;
	padding:6px 23px;
	color: var(--primary-main, #4C4E51);
	font-size: 16px;
	border: 1px solid var(--primary-main, #4C4E51);
	text-transform: uppercase;
}
.mstep {
	display: none;
}
.mstep1 {
	display: block;
}
.mstep .colors > div {
	margin:0 10px;
	text-align: center;
	width: 100%;
	cursor: pointer;
}
.mstep .colors {
	margin:0 -10px;
}
.mstep .colors p,
.mstep .types p,
.mstep .shapes p {
	margin:0 auto 40px;
	width: 160px;
	height: 36px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	border: 1px solid var(--primary-main, #4C4E51);
	background: #FFF;
	transition:all linear .25s;
	color: var(--primary-main, #4C4E51);
	font-size: 16px;
}
.mstep .colors.error p,
.mstep .types.error p,
.mstep .shapes.error p {
	border-color:red;
	border-width: 2px;
}
.mstep .colors div.active p,
.mstep .types div.active p,
.mstep .shapes div.active p {
	background: var(--primary-main, #4C4E51);
	color:#fff;
}
.mstep .colors .img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 260px;
}
@media screen and (max-width:1440px) {
	.mstep .colors .img {
		height: 17.4vw;
	}
}
.mstep .colors .img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	display: block;
}
.mstep .shapes {
	padding: 0;
	margin:0 -10px;
}
.mstep .shapes > div {
	width: 100%;
	max-width: calc(20% - 20px);
	cursor: pointer;
	margin:0 10px 50px;
}
.mstep .shapes .img {
	height: 215px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px;
	background: var(--neutral-30, #EEF0F3);
}
.mstep .shapes .img img {
	max-width: 100%;
	max-height: 100%;
}
.msteps .mstep4 .buttons {
	margin-top: -10px;
}
.mstep .shapes p {
	margin-bottom: 20px;
}
.mstep .sizes .col-left {
	width: 100%;
	max-width: 665px;
}
.mstep .sizes .col-right {
	width: 100%;
	max-width: calc(100% - 665px);
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 20px;
}
.mstep .types {
	padding: 0;
	justify-content: space-around;
}
.mstep .types > div {
	width: 100%;
	max-width: 435px;
	cursor: pointer;
	margin:0 10px 50px;
	padding: 27px;
	border:1px solid transparent;
}
.mstep .types > div.active {
	border-color:#151515;
}
.mstep .types .img {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mstep .types .img img {
	max-width: 100%;
	max-height: 100%;
}
.mstep .sz {
	background: var(--neutral-30, #EEF0F3);
}
.mstep .sz .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 505px;
	width: 100%;
}
.mstep .sz img {
	display: block;
	min-width: 33px;
}
.sz2 p {
	display: block;
	width: 122px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid var(--primary-main, #4C4E51);
	background: var(--primary-main, #4C4E51);
	margin:0 auto;
}
.sz2 p span {
	background: var(--Secondary, linear-gradient(116deg, #F3E1FF -13.64%, #D4CEFF 12.83%, #DDECF3 43.74%, #D8FFF2 84.2%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sz2 {
	margin:0 0 65px;
	width: 100%;
}
.mstep .sizes {
	margin:0 -10px;
	flex-wrap:wrap;
}
.mstep .sizes > div {
	width: 100%;
	max-width: calc(12.5% - 20px);
	margin:0 10px 20px;
	cursor: pointer;
}
.mstep .sizes p {
	display: flex;
	width: 100%;
	color: var(--primary-main, #4C4E51);
    font-size: 16px;
    align-items: center;
    justify-content: center;
    margin:0 0 10px;
    border: 1px solid var(--primary-main, #4C4E51);
    height: 36px;
    transition:all linear .25s;
}
.mstep .sizes.error p {
	border-color:red;
}
.mstep .sizes .active p {
	background: var(--primary-main, #4C4E51);
	color:#fff;
}
@media screen and (max-width:1350px) {
	.mstep .sizes p {
		font-size: 14px;
	}
}
.mstep .sizes .img {
	height: 75px;
	width: 75px;
	margin:0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mstep .arrows>img {
	margin:0 20px;
}
.mstep input:not([type="submit"]) {
	width: 100%;
	border:0;
	border-bottom: 1px solid #8D8D8D;
	padding: 0 0 20px;
	color: var(--primary-pressed, #111);
	font-family: Didact Gothic;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	border-radius: 0 !important;
	line-height: normal;
	margin:0 0 40px;
	transition:all ease .25s;
	background: none !important;
	display: block;
}
.mstep input:not([type="submit"]).error {
	border-color:red;
}
.mstep .d-flex > input {
	max-width: calc(50% - 10px);
}
.mstep .form {
	padding-top: 150px;
}
.mstep .form .section-title {
	text-align: center;
}
.mstep .form {
	max-width: 892px;
	margin:0 auto;
}
.mstep .info {
	margin-top: 60px;
}
.mstep .info a {
	text-transform: uppercase;
	font-family: Ysabeau SC;
	font-size: 20px;
	font-weight: 700;
	display: block;
	color: var(--neutral-100, #151515);
}
/*.mstep7 input,
.mstep8 input {
	max-width: 435px;
	margin:0 auto 10px !important;
}*/
.mstep.thanks {
	padding-top:50px;
}
.grecaptcha-badge {
transform:scale(0.01);
opacity:0.01;
}
#helpcrunch-container .hcw-widget-toggle__unreads {
	background: linear-gradient(to bottom,#AAD2E1,#07FEFC) !important;
}
/*.page-template-page-about header .home-link img {
	display: none;
}*/
.ur-message.user-registration-message#ur-submit-message-node {
	display: none;
}
#single {
	padding: 20px 0 100px;
	font-size: 16px;
}
#single .bread a, #single .bread {
	color:#000;
}
#single h3 {
	margin:30px 0 30px;
	font-size: 22px;
}
#single h3:first-child {
	margin-top:0;
}
#single h4 {
	margin:0 0 20px;
	font-size: 18px;
}
#single p {
	margin:0 0 20px;
}
#single *:last-child {
	margin-bottom: 0;
}
#single ul {
	padding-left: 25px;
	list-style:disc;
	margin:0 0 20px;
}

.header .lang li.current-lang,
header .lang li.current-lang {
	display: none;
}
#items {
	padding: 30px 0 1px;
}
#items h1 {
	margin:0 0 40px;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1.25;
	transition:all linear .15s;
	font-family: 'Ysabeau SC', sans-serif;
}
#items .fixed h1 {
	margin:0 0 15px;
}
#items .filter {
	margin:0 0 ;
}
#items {
	position: relative;
	padding-top: 210px;
}
.t-fixed {
	position: absolute;
	left: 0;
	top:30px;
	width: 100%;
	padding: 20px 0;
	background: #fff;
	z-index: 2;
}
.t-fixed.fixed {
	position: fixed;
	top:0;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#items .filter a {
	margin:0 20px 0 0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	cursor: pointer;
	padding-bottom: 8px;
	border-bottom: 1px solid transparent;
	transition:all linear .25s;
	color:var(--neutral-100, #151515);
}
#items .filter .all {
	margin-right: 40px;
}
#items .filter a.active {
	border-color:#151515;
}
.items {
	margin:0 0 35px;
}
.items .head {
	padding: 0 0 20px;
	border-bottom: 1px solid #000;
	margin:0 0 20px;
}
.items .head > p {
	font-size: 36px;
	line-height: 1.25;
	font-family: 'Roboto Serif', serif;
	font-style: italic;
	text-transform: uppercase;
}
.cls {
	justify-content: flex-end;
}
.cls > p {
	margin-left: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.cls span {
	display: none;	
}
.cls2 > p {
	text-transform: uppercase;
	font-size: 16px;
}
.cls b {
	display: block;
	min-width: 24px;
	height: 24px;
	border-radius: 100%;
	border:1px solid transparent;
}
.cls .active b {
	border:1px solid #000;
	padding: 3px;
}
.cls b:before {
	content:' ';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.cls .gold b:before {
	background: #FEEAA9;
}
.cls .wgold b:before {
	background: #EEF0F3;
}
.imts {
	margin:0 -10px;
}
.imts.slick-slider {
	margin:0;
}
.post {
	margin:0 10px 45px;
	width: 100%;
	max-width: calc(33.33% - 20px);
}
.slick-slide .post {
	margin:0;
	max-width: 100%;
}
.post .title {
	padding: 0 16px;
	text-transform: uppercase;
	height: 62px;
	display: flex;
	align-items: center;
}
.gallery > div {
	display: none;
}
.gallery > div.active {
	display: block;
}
.gallery .sl1 img {
	width: 100%;
	display: block;
	background: #F8F8F8;
}
.gallery .sl1 {
	margin:0 0 22px;
}
.gallery .sl2 {
	padding: 0 16px;
	justify-content: space-around;
}
.gallery .sl2 img {
	display: block;
	max-width: 48px;
	max-height: 24px;
}
.gallery .sl2 > div {
	margin:0 5px;
	cursor: pointer;
}
.gallery .sl2 > div > div {
	padding: 6px;
	border:1px solid transparent;	
}
.gallery .sl2 > div.active > div {
	border-color: #151515;	
}
.post .more {
	display: block;
	width: 100%;
	line-height: 36px;
	background: #DCF5F5;
	font-size: 16px;
	color:#4C4E51;
	text-transform: uppercase;
	text-align: center;
	margin-top: 22px;
}
.post .gallery .sl1 {
	max-height: 442px;
	overflow: hidden;
}
#dm {
	padding: 45px 0 80px;
}
#dm .bread {
	margin:0 0 40px;
	color: var(--neutral-100, #151515);
}
#dm .bread a {
	color: var(--neutral-100, #151515);
}
.gls {
	display: none;
}
.gls.gallery11 {
	display: block;
}
#dm .col1 {
	width: 100%;
	max-width: calc(50% - 10px);
	background: #FAFAFA;
	padding: 20px 20px 20px;
}
#dm .col2 {
	width: 100%;
	max-width: calc(50% - 10px);
}
#dm .col2 > * {
	width: 100%;
}
#dm .gl1 {
	margin: 0 0 20px;
}
#dm .gl1 video {
	display: block;
	max-width: 100%;
	margin:0 auto;
	max-height: 470px;
}
#dm .gl1 img {
	max-width: 100%;
	margin:0 auto;
	max-height: 470px;
}
#dm .slick-slide {
	position: relative;
}
#dm .v {
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
}
#dm .gl2 .slick-slide {
	cursor: pointer;
	margin:0 8px;
	border:1px solid #151515;
	height: auto;
	text-transform: uppercase;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}
#dm .gl2 .slick-list {
	margin:0 -8px;
}
#dm .gl2 {
	padding: 0 55px;
	max-width: 435px;
	margin:0 auto;
}
#dm .gl2 .slick-track {
	display: flex;
}
#dm .gl2 .slick-slide img {
	height: 58px;
	object-fit: cover;
}
#dm .gl2 .slick-arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border:0;
	top:calc(50% - 15px);
	text-indent: -9999px;
}
#dm .gl2 .slick-prev {
	background: url(images/prev4.svg) no-repeat center center;
	left: 0;
}
#dm .gl2 .slick-next {
	background: url(images/next4.svg) no-repeat center center;
	right: 0;
}
#dm h1 {
	margin:0 0 25px;
	font-size: 38px;
	line-height: 1.25;
	text-transform: uppercase;
	font-family: 'Ysabeau SC', sans-serif;	
}
#dm .info {
	margin:0 0 24px;
}
#dm .price {
	font-size: 36px;
	line-height: 1.2;
	font-family: 'Roboto Serif', serif;
	margin-right: 17px;	
}
.dms > p {
	margin-top: 3px;
	text-transform: uppercase;
	width: 100%;
	max-width: 115px;
	min-width: 115px;
	font-size: 16px;
	padding-right: 10px;
}
.dms .d-flex {
	width: 100%;
	margin:0 -10px;
}
.dms .d-flex > div {
	margin:0 10px;
	width: 100%;
	max-width: calc(25% - 20px - 28.5px);
	cursor: pointer;
	text-align: center;
}
.dms .img {
	display: block;
	margin:0 0 4px;
	height: 36px;
}
.dms .d-flex .active img {
	border-color:#151515;
}
.dms img {
	display: inline-block;
	margin:0 auto;
	padding: 6px;
	max-height: 100%;
	border:1px solid transparent;
}
.dms .d-flex p {
	font-size: 12px;
	line-height: 1.2;
}
.cts > p {
	text-transform: uppercase;
	width: 100%;
	max-width: 115px;
	min-width: 115px;
	padding-right: 15px;
	font-size: 16px;
	margin-top: 14px;
}
.cs {
	width: 100%;
	margin:0 -10px;
	gap:20px 0;
}
.cs > div {
	margin:0 10px;
	width: 100%;
	max-width: calc(25% - 20px);
	padding: 12px 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	border:1px solid #4C4E51;
	cursor: pointer;
}
.cs > div.active {
	background: #4C4E51;
	color:#fff;
}
.cs .img {
	display: flex;
	height: 25px;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin:0 0 4px;
}
.cs img {
	display: block;
}
.cs .img2 {
	display: none;
}
.cs .active .img1 {
	display: none;
}
.cs .active .img2 {
	display: block;
}
.cts {
	margin:20px 0 16px;
}
.cs + .more, .sz + .more {
	min-width: 95px;
	width: 95px;
	display: flex;
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border:1px solid #4C4E51;
	margin-left: 17px;
	cursor: pointer;
}
.cs + .more img, .sz + .more img {
	transition:all linear .25s;
}
.cs + .more.active img, .sz + .more.active img {
	transform: rotate(180deg);
}
.szs > p {
	text-transform: uppercase;
	width: 100%;
	max-width: 115px;
	min-width: 115px;
	padding-right: 15px;
	font-size: 16px;
	margin-top: 7px;
}
.sz {
	width: 100%;
	margin:0 -10px;
	gap:20px 0;
}
.sz > div {
	margin:0 10px;
	width: 100%;
	max-width: calc(25% - 20px);
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	border:1px solid #4C4E51;
	cursor: pointer;
}
.sz > div.active {
	background: #4C4E51;
	color:#fff;
}
.sz + .more {
	height: 36px;
}
#dm .prices {
	display: none !important;
}
.cs > div.hidden, .sz > div.hidden {
	display: none;
}
.col2 .d-flex {
	width: 100%;
}
#dm .info1 {
	margin:30px 0 40px;
	font-size: 16px;
}
#dm .info1 > p {
	width: 50%;
	padding-left: 29px;
	display: flex;
    align-items: center;
    line-height: 1.2;
    min-height: 24px;
}
#dm .info1 .p1 {
	background: url(images/b1.svg) no-repeat left center;
}
#dm .info1 .p2 {
	background: url(images/b2.svg) no-repeat left center;
}
#dm .request-btn {
	display: block;
	width: 100%;
	text-align: center;
	background: #DCF5F5;
	line-height: 36px;
	text-transform: uppercase;
	color:#4C4E51;
	font-size: 16px;
}
#dm .info2 {
	margin-top: 40px;
	column-count: 2;
	column-gap:20px;
}
#dm .info2 > * {
	break-inside: avoid;
	font-size: 16px;
}
#dm .info2 ul {
	list-style: disc;
	padding-left: 20px;
	margin:0;
}
#dm .info2 ul em {
	font-style:normal;
}
#dm .info2 > p {
	display: none;
}
#another {
	padding: 100px 0 0;
}
#another .section-title {
	margin:0 0 40px;
	text-align: center;
}
#another .arrows {
	margin:0 auto 40px;
	max-width: 435px;
}
.another .slick-list {
	margin:0 -12px;
}
.another .slick-slide {
	margin:0 12px;
}
.another a > p {
	display: block;
	padding: 0 15px 20px;
	font-size: 20px;
	color:var(--neutral-100, #151515);
	text-transform: uppercase;
}
.cls2 {
	align-items: center;
	margin-top: -5px;
}
a.slick-slide {
	transition:none;
}
.request {
	
}
.special_crafted_item-template-default .header-fixed {
	transform:none;
}
.request .mstepf {
	display: block;
}
.request .mstep .form {
	padding-top: 60px;
}
.iti {
	display: flex;
	width: 100%;
	margin:0 0 40px;
}
#phone, #phone2 {
	padding:0 0 20px 60px;
}
.iti__country-container {
	height: 28px;
}
.iti__selected-country-primary {
	padding: 0 !important;
}
.iti__search-input {
	padding: 9px 12px !important;
	margin:0 !important;
}
.iti__selected-country-primary {
	background: none !important;
}
.iti__arrow {
	width: 16px !important;
	height: 16px !important;
	background: url(images/downn.svg) no-repeat center !important;
	border: 0 !important;
	margin-left: 10px !important;
}
#special {
	padding: 100px 0;
}
#special .btn {
	width: 190px;
	padding: 6px 15px;
	justify-content: center;
}
#special .section-title {
	margin:0 0 40px;
}
#special .col1 {
	width: 100%;
	max-width: 42.22%;
}
#special .col2 {
	width: 100%;
	max-width: 55.55%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap:wrap;
}
#special .col2 > * {
	width: 100%;
}
#special .title2 {
	text-transform: uppercase;
	line-height: 1.28;
	margin:0 0 40px;
	font-size: 36px;
	font-family: 'Ysabeau SC', sans-serif;	
}
#special .l {
	color:#151515;
}
#special .l p {
	text-transform: uppercase;
	margin:37px 0 0;
	font-style: italic;
	font-size: 36px;
	font-family: 'Roboto Serif', serif;	
}
#special img {
	display: block;
	transition:all linear 1s;
}
#special .img {
	overflow:hidden;
}
#special .l:hover img {
	transform:scale(1.1);
}
#special .d-flex > a {
	margin:0 15px;
	width: 100%;
}
#special .l:hover p {
	text-decoration: underline;
}
#special .col2 .d-flex {
	margin:0 -15px;
}
video {
	max-width: 100%;
}
.header .lang {
    margin-left: 30px;
}
.header .lang p, .menup ul.lang p,
.header .lang a, .menup ul.lang a {
	display: block;
	padding:8px;
	cursor: pointer;
	margin:0;
	text-transform: uppercase;
	    color: var(--primary-main, #4C4E51);
    font-size: 16px;
}
.header .lang {
	position: relative;
}
.header .lang >:not(.current) {
	position: absolute;
	background: #fff;
	z-index: 3;
	top:calc(100% - 5px);
	opacity: 0;
	visibility: hidden;
	left: 0;
	transition:all linear .25s;
}
.header .lang:hover > :not(.current) {
	opacity: 1;
	visibility: visible;
}
.header .lang .current p, .menup ul.lang .current p,
.header .lang .current a, .menup ul.lang .current a {
	background: url(images/arrow7.svg) no-repeat center bottom;
}
.menup ul.lang a {
	margin-bottom: 12px;
	margin-top: 1px;
}