*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
body {
	overflow-x: hidden;
	overflow-y: hidden;
}
.logo {
	width: 12vw;
	height: 5vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1vh;
	margin-bottom: 1vh;
	background-image: url('../img/logo.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.constructor_block {
	width: 100vw;
}
.steps {
	display: flex;
	padding-left: 25vw;
	padding-right: 25vw;
	justify-content: space-around;
	align-items: center;
	width: inherit;
	height: 3em;
	border-top: 0.2vh solid #44426b;
	border-bottom: 0.2vh solid #44426b;
	font-family: CirceRounded;
	font-size: 1.35em;
	font-weight: bold;
	color: #44426b;
	position: relative;
	z-index: 1;
}
.step {
	display: block;
	list-style: none;
	text-align: center;
	width: 8em;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.step div {
	display: block;
	width: 1.5em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -1.5em;
	margin-top: 0.2em;
	height: 1.5em;
	background-color: #fff;
	border: 0.25vh solid #44426b;
	border-radius: 100%;
	transition: 0.2s background;
	position: relative;
	z-index: 1;
}
#step_selected {
	background-color: #44426b;
}
.bottom_menu {
	width: 38em;
	height: 3.6em;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.menu_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12em;
	height: 2.2em;
	background-color: #44426b;
	border-radius: 2em;
	color: #fff;
	font-family: CirceRounded;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	z-index: 3;
}
.constr-wrap {
	display: block;
}
.constr-field {
	position: relative;
	display: flex;
	width: 85vw;
	height: 62vh;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	font-family: CirceRounded;
	z-index: 4;
}
.img-up-options {
	display: flex;
	width: 10vw;
	height: 100%;
	flex-flow: column wrap;
	align-items: flex-end;
	padding-top: 2em; 
	background-color: #44426b;
}
.img-up-options li {
	position: relative;
	list-style: none;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 1em 0 1em 0;
	font-size: 1em;
	color: #fff;
	cursor: pointer;
}
.img-up-options li:hover {
	border-right: 0.3em solid #fff;
	padding-left: 0.3em;
}
.opt-icon {
	display: flex;
	width: 2.4em;
	height: 2.4em;
	margin-left: 0.5em;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
#for-ph{
	cursor: pointer;
	width: inherit;
}
.opt-tip {
	display: none;
	width: 12em;
	text-align: center;
	font-size: 0.8em;
	color: #44426b;
	padding: 0.2em;
	background-color: #fff;
	box-shadow: 0.1em 0.1em 0.5em #44426b;
	border-left: none;
	border-radius: 1em;
	position: absolute;
	top: 0;
	right: -12.3em;
	z-index: 20;
}
.img-up-options li:hover > .opt-tip {
	display: flex;
}
.magnets-list {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	width: 74vw;
	height: 100%;
	background-color: #f3f3f7;
	overflow-y: scroll;
	padding: 3em 2em 2em 2em; 
}
.pre-up-bg {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 90%;
	height: 98%;
	border: 0.15em dashed silver;
	border-radius: 2em;
	background-image: url('../img/pre-up-bg.png');
	background-size: 80%;
	background-position: top;
	background-repeat: no-repeat;
}
.pre-up-bg span {
	font-family: CirceRounded;
	color: #44426b;
	font-size: 1.4em;
	margin-bottom: 0.8em;
	text-align: center;
}
.magnet-prev {
	position: relative;
	list-style: none;
	display: flex;
	flex-flow: column wrap;
	width: 12em;
	height: 16em;
	margin-right: 3em;
	margin-bottom: 3em;
}
.mag-text {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12em;
	height: 12em;
}
.mag-text span {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: inherit;
	height: inherit;
	overflow: hidden;
	background-color: #fafaff;
	color: #44426b;
	font-size: 1em;
	font-family: CirceRounded;
	border: none;
	outline: none;
	resize: none;
}
.mag-img {
	position: relative;
	width: 12em;
	height: 12em;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	z-index: 5;
}
.crop-bg {
	position: absolute;
	display: flex;
	width: inherit;
	height: inherit;
	align-items: center;
	justify-content: center;
	background-color: #44426b;
	background-image: url('../img/crop.png');
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0;
	z-index: 6;
	transition: 0.5s;
}
.mag-img:hover > .crop-bg {
	opacity: 0.4;
} 
.remove-btn {
	width: 2em;
	height: 2em;
	position: absolute;
	right: -0.5em;
	top: -0.5em;
	border-radius: 100%;
	background-color: #44426b;
	background-image: url('../img/close.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat; 
	cursor: pointer;
	z-index: 10;
	opacity: 0.6;
	transition: 0.5s;
}
.remove-btn:hover {
	opacity: 1;
}
.mag-quant {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding-top: 0.5em;
}
.quant-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.8vw;
	height: 1.8vw;
	border-radius: 100%;
	background-color: #44426b;
	color: #fff;
	user-select: none;
	font-size: 1.4em;
	cursor: pointer;
}
.mag-quant p {
	width: 1.5em;
	display: flex;
	justify-content: center;
	margin-left: 1em;
	margin-right: 1em;
	color: #44426b;
	font-size: 1.2em;
}

#close-des {
	width: 2.5vw;
	height: 2.5vw;
}
.select-designs {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
	width: 72vw;
	height: 35em;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #fff;
	box-shadow: 3px 3px 15px 3px gray;
	z-index: 100;
}
.des_categories {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	width: 91%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
.des_category {
	list-style: none;
	background-color: #44426b;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3em;
	padding-left: 1em;
	padding-right: 1em;
	font-family: CirceRounded;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	margin-left: 0.25em;
	margin-top: 0.25em;
	cursor: pointer;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-transform: uppercase;
}
.des_category span {
	width: 1.4em;
	height: 1.4em;
	display: flex;
	margin-left: 0.5em;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
#birthday span {
	background-image: url('../img/icons/birthday.png');
}
#love span {
	background-image: url('../img/icons/heart.png');
}
#mom span {
	background-image: url('../img/icons/mom.png');
}
#dad span {
	background-image: url('../img/icons/dad.png');
}
#newyear span {
	background-image: url('../img/icons/newyear.png');
}
#wedding span {
	background-image: url('../img/icons/marriage.png');
}
#friends span {
	background-image: url('../img/icons/friends.png');
}
#prikoli span {
	background-image: url('../img/icons/prikoli.png');
}
.cat_wrap:hover > .des_category {
	transform: rotateX(180deg);
	color: transparent;
	transition: transform 0.3s 0s, background 0s 0.3s;
}
.cat_wrap:hover span {
	opacity: 0;
}
#birthday_wrap:hover > .des_category {
	background-image: url(../img/designs/birthday/hover.png);
}
#love_wrap:hover > .des_category {
	background-image: url(../img/designs/love/hover.png);
}
#mom_wrap:hover > .des_category {
	background-image: url(../img/designs/mom/hover.png);
}
#dad_wrap:hover > .des_category {
	background-image: url(../img/designs/dad/hover.png);
}
#wedding_wrap:hover > .des_category {
	background-image: url(../img/designs/wedding/hover.png);
}
#friends_wrap:hover > .des_category {
	background-image: url(../img/designs/friends/hover.png);
}
.des-samples {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 3em;
}
.sample {
	position: relative;
	list-style: none;
	display: flex;
	width: 13vw;
	height: 13vw;
	margin-left: 0.4em;
	margin-top: 0.4em;
	overflow: hidden;
	cursor: pointer;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 100;
}
.sample_hover {
	display: flex;
	width: 13vw;
	height: 13vw;
	align-items: center;
	justify-content: center;
	margin-top: 13vw;
	transition: 0.3s margin;
}
.sample_hover span {
	color: #fff;
	font-size: 1.5em;
	font-family: CirceRounded;
	font-weight: bold;
	position: relative;
	z-index: 102;
}
.sample_bg {
	position: absolute;
	width: inherit;
	height: inherit;
	background-color: #44426b;
	opacity: 0.4;
	z-index: 101;
}

.text_edit_block {
	position: absolute;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	top: -25vh;
	margin-left: 7.5vw;
	width: 84vw;
	height: 25vh;
	padding: 0 7em 0 7em;
	background-color: #f3f3f7;
	font-family: CirceRounded;
	font-size: 1.2em;
	color: #44426b;
	z-index: 10;
	transition: 0.5s;
}
.text_tool {
	list-style: none;
}
.text_label {
	margin-left: 0.5em;
}
.text_tool input, 
.text_tool select {
	font-family: CirceRounded;
	font-size: 0.9em;
	color: #44426b;
	border: none;
	outline: none;
}
.text_tool input {
	padding: 0.1em 0.2em 0.1em 0.2em;
}
#text-done {
	font-size: 1.2em;
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
}
.hide {
	position: absolute;
	height: 0.1px;
	width: 0.1px;
	opacity: 0;
	overflow: hidden;
}
.modal_window {
	display: none;
	position: absolute;
	z-index: 15;
	width: 100vh;
	height: 85vh;
	background-color: #fff;
	box-shadow: 3px 3px 15px 3px gray;
	margin-left: auto;
	margin-right: auto;
	top: 10vh;
	left: 0;
	right: 0;
}
.croppie_block {
	width: 600px;
	height: 400px;
	background-color: gainsboro;
	margin-left: 2vw;
	margin-top: 4vw;
}
.close {
	cursor: pointer;
	float: right;
	outline: none;
	width: 3vw;
	height: 3vw;
	background-image: url('../img/close.png');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	border-radius: 100%;
	margin-top: 1vh;
	margin-right: 1vh;
	z-index: 102;
	position: relative;
}
.done_btn {
	cursor: pointer;
	font-family: CirceRounded;
	font-size: 1.4em;
	color: #fff;
	background-color: #44426b;
	border: none;
	margin-left: 2vw;
	margin-top: 3vw;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-radius: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rotate_img {
	display: flex;
	float: right;
	width: 2.5em;
	height: 2.5em;
	background-image: url('../img/rotate_img.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 2em;
	margin-right: 3em;
	cursor: pointer;
}
.preloader {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.pre_back {
	width: 100vw;
	height: 110vh;
	background-color: dimgray;
	opacity: 0.4;
	position: absolute;
	z-index: 101;
}
.spin {
	width: 8vw;
	height: 8vw;
	background-image: url('../img/preloader.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 102;
}
::-webkit-scrollbar { width: 6px; height: 15px;}
::-webkit-scrollbar-button {  display: none; }
::-webkit-scrollbar-track {  background-color: transparent;}
::-webkit-scrollbar-track-piece { display: none;}
::-webkit-scrollbar-thumb { height: 40px; background-color: #44426b; border-radius: 5px;}
.order-wrap {
	display: none;
}
.order-field {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	width: 90vw;
	height: 62vh;
	margin-top: 2em;
	padding: 1em 0 1em 0;
	margin-left: auto;
	margin-right: auto;
	font-family: CirceRounded;
	background-color: #f3f3f7;
	z-index: 4;
}
.cart {
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	overflow-y: scroll;
	width: 60%;
	height: 80%;
	padding: 1em 0 2em 0;
	margin-top: 3em;
}
.cart-header {
	position: fixed;
	width: 50%;
	height: 3em;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
	margin-top: -4em;
}
.back-to-constr {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.8em;
	width: 7em;
	font-size: 1.3em;
	color: #fff;
	background-color: #44426b;
	border-radius: 1em;
	cursor: pointer;
}
.total-price {
	display: flex;
	flex-flow: row;
	font-size: 1.3em;
	color: #44426b;
	padding: 0.5em;
	background-color: #e2e0e0;
}
.total-price span {
	color: #f0c933;
	margin-left: 1em;
}
.order-pos {
	width: 90%;
	height: 7em;
	margin-bottom: 1em;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.remove-pos {
	width: 1.5em;
	height: 1.5em;
}
.pos-prev {
	position: relative;
	height: 8em;
	width: 8em;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.wooow-env {
	position: absolute;
	height: inherit;
	width: inherit;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
}
.user-img-prev {
	position: absolute;
	height: inherit;
	width: inherit;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
.pos-prev span {
	height: inherit;
	width: inherit;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-align: center;
}
.pos-info {
	display: flex;
	flex-flow: row;
	margin-right: 3em;
}
.pos-info li {
	list-style: none;
	display: flex;
	flex-flow: column wrap;
	margin-left: 2em;
	color: #44426b;
}
.pos-info li span {
	font-size: 1.2em;
}
.pos-info li div {
	font-size: 1.2em;
	color: #f0c933;
}
.bottom-border {
	width: 80%;
	height: 0.2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	border-radius: 1em;
	background-color: gainsboro;
}
.order-form {
	overflow-y: scroll;
	width: 40%;
	height: 95%;
	padding: 0 1em 2em 1em;
	font-size: 1em;
}
.customer-info {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}
.form_label {
	width: 75%;
	font-family: CirceRounded;
	font-size: 1em;
	color: #333333;
	margin-top: 0.5em;
	cursor: pointer;
}
.form_input {
	width: 75%;
	padding: 0.5em 0 0.5em 0.5em;
	margin-top: 0.2em;
	outline: none;
	border: 0.1vh solid #333333;
	font-family: CirceRounded;
	font-size: 1em;
	color: #333333;
	border-radius: 2em;
}
.form_input:focus {
	border: 0.1vh solid #f0c933;
}
.form_text {
	width: 75%;
	height: 5em;
	padding-left: 0.5em;
	margin-top: 0.2em;
	outline: none;
	border: 0.1vh solid #333333;
	font-family: CirceRounded;
	font-size: 1em;
	color: #333333;
	resize: none;
	padding: 0.5em;
	overflow-y: visible;
	border-radius: 1em;
}
.form_text:focus {
	border: 0.1vh solid #f0c933;
}
.check_block {
	width: 75%;
	margin-top: 1em;
}
.check_block div {
	font-family: CirceRounded;
	font-size: 1.1em;
	color: #44426b;
}
.check_block label {
	width: 75%;
	margin: 0;
	display: inline-flex;
}
.check_block input {
	display: inline-flex;
	flex-flow: row wrap;
	margin-right: 1em;
	cursor: pointer;
}
.check_block li {
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 0.5em;
}
.to-payment {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 55%;
	height: 3em;
	padding: 0 0.5em 0 0.5em;
	font-family: CirceRounded;
	font-size: 1.2em;
	color: #44426b;
	background-color: #fff;
	border-radius: 1em; 
	outline: none;
	border: 0.1em solid #44426b;
	margin-top: 1.5em;
	margin-left: 12%;
	cursor: pointer;
}
.to-payment span {
	width: 3em;
	height: 2em;
	background-image: url('../img/privat.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#liqpay-window {
	display: none;
	width: 15em;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}