html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h3 {
  font-size: 1em;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
@font-face {
    font-family: 'poppins_basicbold';
    src: url('../fonts/poppins/poppinsbasic_bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppinsbasic_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/


body {
	font-family: "Barlow", sans-serif;
	font-size:19px;
/* 	color:#393839; */
	color: #3c3996;
  font-weight: 400;
  font-style: normal;
}
body {
  background-size: 17px 17px;
  background-image:
    linear-gradient(to right, #eeeeee 1px, transparent 1px),
    linear-gradient(to bottom, #eeeeee 1px, transparent 1px);
}


.header {
	text-align: center;
}

h1 {
	color: #66cc99;
	font-family: "Poppins", sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 0.875;
	margin: 0 0 20px 0;
	padding: 0;
}
h1 span {
	color:#3c3996;
	font-size: 24px;
	line-height: 1;
	display: block;
}
@media (min-width: 576px) {
	h1 {
		font-size: 100px;
	}
	h1 span {
		font-size: 26px;
	}
}
@media (min-width: 768px) {
	h1 {
		font-size: 128px;
	}
	h1 span {
		font-size: 33px;
	}
}

h2 {
	color: #3c3996;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0 6px 0;
	clear: both;
	margin: 0;
}
.btn {
	border-radius: 60px;
	color: #fff !important;;
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 26px;
	padding: 30px 0;
	text-align:center;
	text-decoration: none !important;
	text-transform: uppercase;
	width: 350px;
	transition: background-color 400ms;
}
.btnBlue {
	background-color: #2e4961 !important;;
}
.btnBlue:hover {
	background-color: #6b43ac !important;;
}
.btnOrange {
	background-color: #66cc99 !important;;
}
.btnOrange:hover {
	background-color: #6b43ac !important;;
}


#site {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 910px;
}
section {
	position: absolute;
	top: 0;
	display: none;
}
#start {
	text-align: center;
}
#start p {
	padding:0 145px;
	margin-top:0;
}
#btnUpload {
	margin: 20px 0 10px 0;
}
.box {
	background:#f7f7f7;
	border:1px solid #cacaca;
	border-radius: 10px;
	padding:20px;
	margin-bottom: 20px;
}
.box .left {
	width: 477px;
	float:left;
}
.box .right {
	width:391px;
	float: left;
}
.clear {
	clear: both;
}
.btnNext {
	float:right;
}
.btnPrev,
.btnNext {
	margin:0 0 20px 0;
	border-radius: 40px;
	width:auto;
	padding:30px;
}
.btnPrev i,
.btnNext i {
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: inline-block;
	height: 18px;
	width: 20px;
}
.btnPrev {
	padding-right:40px;
}
.btnPrev i {
	background-image: url(../img/icon_arrowLt.png);
	background-position: left center;
}
.btnNext {
	padding-left:40px;
}
.btnNext i {
	background-image: url(../img/icon_arrowRt.png);
	background-position: right center;
}

.stage {
	width: 477px;
	height: 477px;
}
.editor {
	transform: scale(0.59625);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
.spinner {
	background: #fff url(../img/spinner.gif) no-repeat center;
	height: 477px;
	width:477px;
}
#themes {
	padding: 0;
	margin: 0 0 0 60px;
	width: 280px;
}
#themes li {
	list-style: none;
	float:left;
	width:55px;
	height:55px;
	background:#393939;
	border-radius: 10px;
	margin:4px 11px 11px 4px;
}
#themes li.li_a {
	margin:0 15px 11px 0;
}
#themes li .btn {
	padding:0;
}
#themes li .btn,
#themes li .btn img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
#themes li .btn img {
	border:4px solid #f7f7f7;
	transition:border 500ms;
}
#themes li .btn.active img {
	border-color:#66cc99;
}
#fileUpload {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}





#contScale,
#contSpin {
	background-image: url(../img/sprite_slider.png);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	padding: 18px 28px;
	margin: 0 0 10px 48px;
	float: left;
}
#contSpin {
  background-position: 0 100%;
}
#sliderSpin,
#sliderScale {
  width: 236px;
}
#editor .right .noUi-target {
  border-radius: 1em;
  border: none;
}
#editor .right .noUi-horizontal .noUi-handle {
	width: 14px;
	height: 46px;
	left: -7px;
	top: -18px;
	border:none;
	border-radius: 8px;
	background:#66cc99;
	box-shadow: none;
}
#editor .right .noUi-horizontal .noUi-handle::before,
#editor .right .noUi-horizontal .noUi-handle::after {
	display: none;
}
#editor .right .noUi-target.noUi-connect {
	box-shadow: none;
}
#editor .right .noUi-connect {
  background: #cacaca;
}
#editor .right .noUi-horizontal {
  height: 0.5em;
}
#editor .right .noUi-background {
	background:none;
	box-shadow: none;
}

#editor .right .step2 h2 {
  font-weight: 700;
  font-style: normal;
	letter-spacing: 0;
	font-size: 30px;
	padding: 25px 0 0 15px;
	text-transform: capitalize;
}
#editor .right .step2 p {
	padding:0 0 0 15px;
	text-align: center;
	color:#b5b5b5;
}
#finalGIF {
	width:477px;
	height: 477px;
}
#finalGIF img {
	width: 100%;
}
#editor .right .step3 {
	text-align: center;
}
#editor .right .step3 h2 {
	font-size: 68px;
  font-weight: 700;
  font-style: normal;
	text-transform: capitalize;
	letter-spacing: 1px;
}
#editor .right .step3 .btn {
	font-size: 20px;
	line-height: 20px;
	border-radius: 33px;
	width: 310px;
	padding: 25px 0;
}

#editor .step3 h3 {
	font-size:20px;
	font-weight: 700;
	color:#b5b5b5;
	text-transform: uppercase;
	text-align: center;
}
#editor .step3 p {
	text-align: center;
}
/*
#editor .step3 #btnFBShare {
	background-color: #304e8d;
	font-size: 53px;
	width: 54px;
	line-height: 53px;
	padding: 11px;
	border-radius: 100%;
	margin-right: 25px;
	vertical-align: middle;
}
*/
#editor .step3 #btnFBShare {
	vertical-align: middle;
}
#editor .right .step3 #btnTWShare {
	background-color: #3fa3eb;
	width: 53px;
	padding: 21px 10px 16px 13px;
	vertical-align: middle;
	border-radius: 100%;
}
#btnTWShare i {
	font-size: 39px;
	line-height: 39px;
	width: 39px;
}
.step3 h2.mobile {display: none;}






@media (max-width: 496px) {
/*
	h1 {
		font-size: 82px;
		line-height: 71px;
	}
	h1 span {
		font-size:22px;
		line-height: 22px;
	}
*/
	.btn {
		font-size:22px;
		width: 100%;
		padding:25px 0;
	}
	#site {width:312px;}
	#start {
		width:100%;
	}
	#start p {
		padding:0;
	}
	.box .left,
	.box .right {
		width:312px;
	}
	.stage {
		width:310px;
		height: 310px;
		border:1px solid #ddd;
		position: absolute;
		top:0;
	}
	.editor {
		transform:scale(0.3875);
	}
	.step3 .mobile {display: block;}
	#editor .right .step3 h2.desktop {display:none;}
	.box {
		background:#fff;
		border:none;
		border-radius: 0;
		padding:0;
	}
	.box .left {
		float: none;
		height: 312px;
		position: relative;
	}
	.btnPrev, .btnNext {
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	.btnNext {margin-top:5px;}
	#contScale, #contSpin {
		padding:20px 32px;
		margin:0 0 10px 0;
	}
	#sliderSpin, #sliderScale {
		width:246px;
	}
	#editor .right .noUi-horizontal .noUi-handle {
		width:20px;
		left:-10px;
	}
	#themes {
		width:310px;
		margin:0;
	}
	#themes li {
		width:62px;
		height: 62px;
		margin:4px 4px 11px 11px;
	}
	#themes li.li_a {
		margin:0 8px 11px 7px;
	}
	#themes li .btn img {
		border-color: #fff;
	}
	.spinner,
	#finalGIF {
		width: 310px;
		height: 310px;
		border:1px solid #ddd;
		position: absolute;
		top:0;
	}
}





@media (min-width:497px) and (max-width: 909px) {
	#site {width:477px;}
	#start {
		width:100%;
	}
	#start p {
		padding:0;
	}
	.box .right {
		width:477px;
	}
	.step3 .mobile {display: block;}
	#editor .right .step3 h2.desktop {display:none;}
	.box {
		background:#fff;
		border:none;
		border-radius: 0;
		padding:0;
	}
	.box .left {
		float: none;
	}
	.btnPrev, .btnNext {
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	.btnNext {margin-top:5px;}
	#contScale, #contSpin {
		padding:24px 32px;
		margin:0 0 10px 40px;
	}
	#sliderSpin, #sliderScale {
		width:325px;
	}
	#themes {
		width:341px;
		margin:0 0 0 69px;
	}
	#themes li {
		width:70px;
		height: 70px;
	}
	#themes li .btn img {
		border-color: #fff;
	}
}





#header {
	align-items: center;
	background-color: var(--white);
	display: block;
	display: flex;
	flex-direction: row;
	height: 120px !important;
	justify-content: space-between;
	position: relative;
	width: 100%;
	z-index: 1000;
}

#header .header__container {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 1.5rem;
	width: 100%;
	z-index: 100;
}

#header .logo {
	align-items: center;
	display: flex;
	max-width: 130px;
	width: 100%;
}
#header .logo a {
	display: block;
}

.note {
	font-size: 16px;
	line-height: 1.4;
}
a:link,
a:visited,
a:focus {
	color: #3c3996;
	text-decoration-color: currentColor;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;

}
a:hover,
a:active {
	color: #66cc99;
	text-decoration-color: currentColor;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}


.img-fluid {
    height: auto;
    max-width: 100%;
}


@media (max-width: 909px) {
	#btnDownloadMobile {
		display: inline-block !important;
	}
	#btnDownload {
		display: none !important;
	}
}
@media (min-width: 910px) {
	#btnDownloadMobile {
		display: none !important;
	}
	#btnDownload {
		display: inline-block !important;
	}
}