@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,800&subset=cyrillic');
* {margin:0; padding:0; box-sizing:border-box; outline:none; position:relative;}

.sendbar .cguyw2red {display:none;}
.sendbar.shown .cguyw2red {display:block;}

@media screen and (max-width: 740px) {
  .hidemobilegl {
    visibility: hidden;
    display: none;
  }
}

.onlymob{
     visibility: hidden;
    display: none;
}




@media screen and (max-width: 740px) {
  .hidemobilegl1 {
    visibility: hidden;
    display: none;
    height:0px;
    width:0px;
  }
}

a {transition:all 0.2s ease-in-out;}
a:link {text-decoration:underline; color:#434A54;}
a:visited {text-decoration:underline; color:#434A54;}
a:active {text-decoration:underline; color:#434A54;}
a:hover {text-decoration:underline; color:#E14E4B;}
/*a.cur {color:#434A54!important;}/*#828B99*/

a.cur:link {color:#434A54;}
a.cur:visited {color:#434A54;}
a.cur:active {color:#434A54;}
a.cur:hover {color:#434A54;}

a.btn {color:#fff!important;}

a.white:link {color:#fff;}
a.white:visited {color:#fff;}
a.white:active {color:#fff;}
a.white:hover {color:#E14E4B;}

a.ispro:link {color:#E14E4B;}
a.ispro:visited {color:#E14E4B;}
a.ispro:active {color:#E14E4B;}
a.ispro:hover {color:#E14E4B;}

a.opacity_white_hover:link {color:#fff; opacity:0.7;}
a.opacity_white_hover:visited {color:#fff; opacity:0.7;}
a.opacity_white_hover:active {color:#fff; opacity:0.7;}
a.opacity_white_hover:hover {color:#fff; opacity:1;}

a.upload-link {
	text-decoration:none;
}

a.cur:after {
	display:inline-block;
	position:absolute;
	bottom:-10px;
	height:2px;
	left:0;
	right:0;
	content:'';
	background:#E14E4B;
}

b, .bold {
	font-weight:600; 
}

.extrabold {
	font-weight:800;
}

.uppercase {
	text-transform:uppercase;
}

.forgot_link {
	font-size:10pt;
	line-height:10px;
	height:10px;
	display:inline-block;
	margin:15px 0 10px 15px;
	vertical-align:top;
}

.whatisstock {
	display:inline-block;
	width:19px;
	height:19px;
	border-radius:10px;
	border:1px solid #fff;
	color:#fff;
	font-size:10pt;
	line-height: 17px;
    padding-left: 1px;
    opacity: 0.6;
	text-align:center;
	position:absolute;
	top:5px;
	right:0;
	cursor:pointer;
}

.whatisstock:before {
	content:'?';
}

.prouser:before {
    display:inline-block;
	width:22px;
	height:10px;
	content:'';
	margin:0;
	position:absolute;
	top:-15px;
	right:-15px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(/img/pro1red.png);
}

html, body {
	width:100%;
	height:100%;
	background:#fff;
	color:#656D78;
	font-family: 'Open Sans', sans-serif;
}

.dark_text {
	color:#434A54;
}
.color_text {
	color:#E14E4B;
}

.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.wrapper_content {
	flex: 1 0 auto;
}
.footer {
	flex: 0 0 auto;
}

h1 {
	font-size:14pt;
	font-weight:normal;
	color:#434A54;
}

h2 {
	font-size:18pt;
	font-weight:normal;
	color:#434A54;
	margin-bottom: 30px;
}

h1.text_pane {
	font-size:0;
	padding:10px;
}

h1.text_pane span {
	display:block;
	text-align:center;
	text-transform:uppercase;
	line-height:23px;
	font-size:10pt;
}

h1.text_pane span:nth-child(2) {
	font-size:10pt;
	font-weight:800;
	line-height:15px;
}

.header, .footer {
    visibility: hidden;
	background:#f1f1f1;
}

.header .logo {
    visibility: hidden;
	display:inline-block;
	vertical-align:top;
	height:0px;
	width:0px;
	background:url(/img/logo.png) center center no-repeat;
	margin:0;
}

.header .menu {
    visibility: hidden;
	display:inline-block;
	vertical-align:top;
	height:0px;
	line-height:0px;
}

.header a {
    visibility: hidden;
	font-size:0pt;
	text-transform:uppercase;
	margin-left:0px;
	font-weight:0;
	text-decoration:none;
	white-space: nowrap;
}


.header .right {
    visibility: hidden;
	display:inline-block;
	vertical-align:top;
	padding:0px 0 0px;
	float:right;
	height:0px;
	font-size:0;
	line-height: 0px;
}

.header .right .btn {
    visibility: hidden;
	margin:0 0 0 0px;
}

.footer {
    visibility: hidden;
	background:#434A54;
	color:#fff;
	margin-top:30px;
}

.content {
	margin:0 auto;
	max-width:1140px;
	padding:0px;
}

.flex {
	display:flex;
}

.content.flex>.main {
	flex-grow:100;
}

.content.flex>.right_bar {
	width:320px;
	margin-left:30px;
}

.content.flex>.right_bar>div {
	background:#f1f1f1;
	padding:30px;
	min-width:320px;
	transform:scale(1.0,1.0);
}

@media screen and (max-width: 750px) {
	.content.flex {
		flex-wrap:wrap;
	}
	.content.flex>.right_bar {
		width:100%;
		flex-grow:1;
		margin:0;
		
	}
	.content.flex>.right_bar>div {
		min-width:auto;
	}
	.content.flex>.main {
		width:100%;
		flex-grow:1;
	}
}

@media screen and (max-width: 380px) {
	.content.flex>.right_bar {
		margin:0 -30px;
	}
}

.content p {
    font-size: 12pt;
}

.constructor {
	margin:20px auto;
	max-width:1140px;
	background:#CCD1D9;
	min-height:660px;
	font-size:0px;
	overflow-x:hidden;
}

.constructor * {
	-webkit-user-select:none;
	-moz-user-select: none;
}

input, textarea {
	-webkit-user-select:text!important;
	-moz-user-select:text!important;
}

.constructor .tabs {
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:80px;
	background:#434A54;
}

.constructor .back-arrow {
	display:inline-block;
	width:18px;
	height:18px;
	background:url(/img/leftarrow.png) center center no-repeat;
	cursor:pointer;
}

.constructor .tabs .tab {
	display:inline-block;
	width:80px;
	height:80px;
	background:#434A54;
	cursor:pointer;
	transition:all 0.3s ease-in-out;
	font-size:7pt;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}

.constructor .tabs .tab:before {
	display:block;
	height:18px;
	content:'';
	margin:20px 0 10px;
	background-position:center center;
	background-repeat:no-repeat;
}

.constructor .tabs .tab.temps:before {
	background-image:url(/img/temps.png);
}

.constructor .tabs .tab.bg:before {
	background-image:url(/img/bg1.png);
}

.constructor .tabs .tab.txt:before {
	background-image:url(/img/txt.png);
}

.constructor .tabs .tab.stck:before {
	background-image:url(/img/stck.png);
}

.constructor .tabs .tab.stckgif:before {
	background-image:url(/img/stckgif.png);
}

.constructor .tabs .tab.lettering:before {
	background-image:url(/img/lettering.png);
}


.constructor .tabs .tab.login:before {
	background-image:url(/img/login.png);
}

.constructor .tabs .tab.reg:before {
	background-image:url(/img/reg.png);
}

.constructor .tabs .tab.lk:before {
	background-image:url(/img/lk.png);
}

.constructor .tabs .tab.lang:before {
	background-image:url(/img/lang.png);
}



.constructor .tabs .tab.pro:after {
	display:inline-block;
	width:22px;
	height:10px;
	content:'';
	margin:0;
	position:absolute;
	top:10px;
	right:10px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(/img/pro1.png);
}

.constructor .tabs a {
	display:inline-block;
	width:80px;
	height:80px;
	position:absolute;
	bottom:0;
	left:0;
}

.constructor .tabs .tab.vk {
	position:absolute;
	bottom:0;
	left:0;
}

.constructor .tabs .tab.vk:before {
	background-image:url(/img/vk.png);
}

.constructor .tabs .tab.cur {
	background:#656D78;
}

.constructor .tabs .tab:not(.cur):hover {
	background:#5A616C;
}

.constructor .sidebar {
	display:inline-block;
	position:absolute;
	top:0;
	left:80px;
	bottom:0;
	width:260px;
	background:#656D78;
}

.constructor .sidebar>div {
	padding:15px;
	position:absolute;
	overflow:hidden;
	top:66px;
	left:0;
	right:0;
	bottom:0;
	visibility:hidden;
	opacity:0;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-end 0.2s;
}

.constructor .sidebar .rek {
	display:inline-block;
	position:absolute;
	top:0px;
	height:66px;
	left:0px;
	right:0px;
	padding:0px;
	font-size:12pt;
	z-index:10000;
	visibility:visible;
	opacity:1;
	background:rgba(0,0,0,0.1);
}

.constructor .sidebar>div.shown {
	visibility:visible;
	opacity:1;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-start 0s;
}

.constructor .title {
	color:#fff;
	text-transform:uppercase;
	font-size:12pt;
	margin:10px 0 15px 0px;
}

.constructor .title .back-arrow {
	vertical-align:top;
	margin:2px 15px 0 0;
}

.constructor .title.small {
	font-size:10pt;
}

.constructor .title.small {
	line-height: 20px;
	/*background:url(/img/bgtitle.png) repeat;*/
}

.constructor .title.small:before {
    display: block;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    content: '';
    opacity: 0.5;
}

.constructor .title.small span {
	display:inline-block;
	line-height:20px; padding-right:10px;
	background:#656D78;
}

.constructor .title.small.spoiler span {
	display:inline-block;
	line-height:20px;
	padding-right:10px;
	padding-left:25px;
	background:#656D78;
}

.constructor .title.small.spoiler.closed+div {
	display:none;
}

.constructor .title.small.spoiler .thin-arrow {
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

.thin-arrow {
	display:inline-block;
	width:20px;
	height:20px;
	z-index:100;
}
.thin-arrow:before, .thin-arrow:after {
	content:'';
	width:10px;
	height:1px;
	background:#fff;
	position:absolute;
	top:10px;
	left:1.5px;
	transform-origin:50% 50%;
	transform:rotate(-45deg);
	transition:all 0.3s ease-in-out;
}
.thin-arrow:after {
	left:auto;
	right:1.5px;
	transform:rotate(45deg);
}

.closed .thin-arrow:before {
	transform:rotate(45deg);
}
.closed .thin-arrow:after {
	transform:rotate(-45deg);
}

.constructor .sendbar .title {
	margin:0 0 15px 0;
}

.constructor .title.second {
	margin-top:20px;
}

.constructor .sidebar .temps_content {
	position:absolute;
	top:165px;
	left:0;
	right:5px;
	bottom:15px;
	padding:3px 0 0 15px;
	font-size:0;
}

.constructor .sidebar .stcks_content {
	position:absolute;
	top:60px;
	left:0;
	right:5px;
	height:275px;
	padding:15px 0 0 15px;
	font-size:0;
}

.constructor .sidebar .my_stcks_content {
	position:absolute;
	top:365px;
	left:0;
	right:5px;
	bottom:15px;
	padding:15px 0 0 15px;
	font-size:0;
}

.constructor .sidebar .bar-view {
	display:none;
	overflow:hidden;
	height:0px;
	visibility:hidden;
	opacity:0;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-end 0.2s, height 0s step-end 0.2s;
}

.constructor .sidebar .shown .bar-view {
	display:block;
}

.constructor .sidebar .bar-view.shown {
	height:auto;
	visibility:visible;
	opacity:1;
	transition:opacity 0.2s ease-in-out 0.1s, visibility 0s step-start 0s, height 0s step-start 0s;
}

.constructor .sidebar .temps_content .temp {
	display:inline-block;
	vertical-align:top;
	width:110px;
	height:66px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
	margin:0 10px 10px 0;
	transform:scale(1, 1);
	transition:transform 0.15s ease-in-out;
}

.temp .photo_icon {
	display:inline-block;
	width:19px;
	height:19px;
	background:url(/img/photo.png) center center no-repeat;
	position:absolute;
	bottom:0;
	left:0;
	transform-origin:0% 100%;
	transition:transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.constructor .sidebar .temps_content .temp:hover .photo_icon {
	transform:scale(0.9175, 0.9175);
}

.constructor.admin .sidebar .temps_content .temp:hover .photo_icon {
	transform:scale(1, 1);
}

.constructor .sidebar .temps_content.vertical .temp {
	width:66px;
	height:110px;
	margin-right:10px!important;
}

.constructor .sidebar .temps_content.square .temp {
	width:110px;
	height:110px;
	margin-right:10px!important;
}

.constructor .my_stck .icon {
	display:inline-block;
	vertical-align:top;
	width:41px;
	height:41px;
	border:1px solid #434A54;
	margin-right:10px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-top: 5px;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	z-index:10;
}

.constructor .my_stck .icon:before {
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	transition:all 0.2s ease-in-out;
	background:url(/img/fullcolor.png) center center no-repeat rgba(67, 74, 84, 0.85);
	content:'';
}

.constructor .my_stck:hover .icon:before {
	opacity:1;
}

.constructor .my_stck .props {
	display:inline-block;
	vertical-align:top;
	font-size:0;
}

.constructor .my_stck .props_cell.first {
	margin-left:50px;
}

.constructor .my_stck .props_cell {
	display:inline-block;
	vertical-align:top;
	white-space:nowrap;
	margin-right:10px;
}

.constructor .my_stck .props_cell span.label {
	display:block;
	margin-top:3px;
	margin-bottom:-3px;
}

.constructor .my_stck input {
	width:30px;
	margin-right:10px;
	margin-bottom:5px;
	display:inline-block;
	vertical-align:top;
	padding:0 1px;
}

.constructor .my_stck .del_my_stck {
	display:inline-block;
	width:21px;
	height:21px;
	margin:5px 0;
	vertical-align:top;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center center;
	transition:all 0.3s ease-in-out;
	position:absolute;
	cursor:pointer;
	top:12px;
	right:10px;
	background-image:url(/img/del.png);
}

.constructor .my_stck .props_cell .prop_btn {
	display:inline-block;
	height:51px;
	cursor:pointer;
	background-position:center center;
	background-repeat:no-repeat;
}

.constructor .my_stck .props_cell .prop_btn.stck_z {
	width:32px;
}

.constructor .my_stck .props_cell .prop_btn.stck_z.state1 {
	background-image:url(/img/stck_under.png);
}

.constructor .my_stck .props_cell .prop_btn.stck_z.state2 {
	background-image:url(/img/stck_over.png);
}

.constructor .my_stck .props_cell .prop_btn.mirror {
	background-image:url(/img/mirror.png);
	width:20px;
}

.constructor .my_stck .props_cell .prop_btn.up {
	background-image:url(/img/arrow_up.png);
	width:15px;
}

.constructor .my_stck .props_cell .prop_btn.down {
	background-image:url(/img/arrow_down.png);
	width:15px;
}

.constructor .my_stck .props_cell .prop_btn.del {
	background-image:url(/img/del.png);
	width:15px;
}

.constructor .my_stck .props_cell.lock {
	position: absolute;
    top: 0;
    right: 5px;
}

.constructor .my_stck .props_cell .prop_btn.lock {
	background-image:url(/img/locks.png);
	background-position:left center;
	width:16px;
}

.constructor .my_stck .props_cell .prop_btn.lock.locked {
	background-image:url(/img/locks.png);
	background-position:right center;
	width:16px;
}

.constructor .my_stck {
    margin-bottom: 15px;
}

.constructor .my_stck input:last-child {
	margin-right:0;
}

.my_stck .checkbox {
    margin-top: -10px;
}

.constructor .sidebar .temps_content .temp:hover {
	transform:scale(1.09, 1.09);
}

.constructor.admin .sidebar .temps_content .temp:hover {
	transform:scale(1, 1);
}

.constructor.admin .sidebar .temps_content .temp:hover .admin_small_btn {
	opacity:1;
}

.constructor .sidebar .temps_content .temp:nth-child(even) {
	margin-right:0;
}

.constructor .sidebar .stcks_content .stck {
	display:inline-block;
	vertical-align:top;
	width:70px;
	height:70px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	cursor:pointer;
	margin:0 10px 10px 0;
	transform:scale(1, 1);
	transition:transform 0.15s ease-in-out;
	border:1px solid #434A54;
}

.constructor .sidebar .stcks_content .stck .del_stck {
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	width:21px;
	height:21px;
	background:url(/img/del.png) center center no-repeat #a3a5a5;
	cursor:pointer;
}

.constructor .sidebar .stcks_content .stck:hover {
	transform:scale(1.09, 1.09);
}

.constructor .sidebar .stcks_content .stck.uploaded:hover {
	transform:scale(1, 1);
}

.constructor.admin .sidebar .stcks_content .stck:hover {
	transform:scale(1, 1);
}

.constructor.admin .sidebar .stcks_content .stck:hover .admin_small_btn {
	opacity:1;
}

.constructor .sidebar .stcks_content .stck:nth-child(3n+3) {
	margin-right:0;
}

.constructor .main {
	display:inline-block;
	position:absolute;
	top:30px;
	left:340px;
	right:0;
	bottom:0;
    white-space:nowrap;
    text-align:center;
    font-size:0;
    perspective: 1100px;
}

.constructor .main .toolbar {
	display:inline-block;
	position:absolute;
	top:50%;
	left:0;
	background:#B1B7BF;
	width:40px;
	transform:translateY(-50%);
	white-space:normal;
}

.constructor .main .toolbar .tools {
	display:none;
}

.constructor .main .toolbar .tools.shown {
	display:block;
}

.constructor .main .toolbar .tool {
	display:inline-block;
	width:40px;
	height:40px;
	vertical-align:top;
	cursor:pointer;
	opacity:0.7;
	transition:all 0.2s ease-in-out;
	background-repeat:no-repeat;
	background-position:center center;
}

.constructor .main .toolbar .tool:hover {
	opacity:1;
}

.constructor .main .toolbar .tool.active {
	opacity:1;
}

.constructor .main .toolbar .tool.text_pos_tool {
	background-image:url(/img/moverotate.png);
}
.constructor .main .toolbar .tool.text_fill_grd {
	background-image:url(/img/txtfillgradient.png);
}
.constructor .main .toolbar .tool.text_strk_grd {
	background-image:url(/img/txtstrokegradient.png);
}

.showcard {
	display:inline-block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:30px;
	z-index:1000;
	background:#434A54;
    white-space:nowrap;
    text-align:center;
    font-size:0;
    perspective: 1100px;
}

.showcard .bar {
	display:inline-block;
	text-align:center;
	position:absolute;
	height:30px;
	overflow:hidden;
	bottom:-30px;
	left:0;
	right:0;
	background:#4D545E;
	z-index:1000;
	font-size:0;
}

.showcard .showmsg {
	display:inline-block;
	width:300px;
	font-size:12pt;
	color:#fff;
	opacity:0.7;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-150px;
	transform:translateY(-50%);
	white-space:normal;
}

.showcard .bar .btn {
	margin:0;
}

.showcard .bar .btn.side {
	background:#4D545E;
}

.showcard .bar .btn.side.cur {
	background:#434A54;
}

.showcard .bar .btn.side:not(.cur):hover {
	background:#474E58;
}

.showcard .bar .btn.create {
	position:absolute;
	top:0;
	right:0;
}

/*.constructor .main:before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}

.showcard:before {
	height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}*/

.constructor .main canvas {
	display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    transform:translate(-50%,-50%) rotateY(0deg);
    z-index:100;
    max-width:100%;
    max-height:128%;
    position:absolute;
    top:50%;
    left:50%;
    backface-visibility: visible!important;
    box-sizing:content-box;
}

.showcard canvas {
	display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    transform:translate(-50%,-50%) rotateY(0deg);
	max-width:100%;
    max-height:128%;
    z-index:100;
    position:absolute;
    top:50%;
    left:50%;
    backface-visibility: visible!important;
    box-sizing:content-box;
}

.constructor .main.vertical canvas, .showcard.vertical canvas {
	max-width:128%;
	max-height:100%;
}

.constructor .main.square canvas, .showcard.square canvas {
	max-width:100%;
	max-height:100%;
}

.constructor .main .topbar {
	display:inline-block;
	height:30px;
	overflow:hidden;
	position:absolute;
	top:-30px;
	left:0;
	right:0;
	text-align:left;
	line-height:30px;
	font-size:0;
	background:#5A616C;
	color:#fff;
}

.constructor .main .topbar .opt {
	display:inline-block;
	height:30px;
	line-height:30px;
	vertical-align:top;
	padding:0 15px;
	font-size:10pt;
	transition:all 0.3s ease-in-out;
	cursor:pointer;
}

.constructor .main .topbar .opt.active {
	background:#CCD1D9;
	color:#000;
}

.constructor .main .topbar .opt:not(.active):hover {
	background:#434A54;
}

.constructor .main .topbar .send, .constructor .main .topbar .save_temp {
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 15px;
	background:#434A54;
	/*background:#656D78;*/
	/*background:#E14E4B;*/
	color:#fff;
	font-size:8pt;
	text-transform:uppercase;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	transition:all 0.3s ease-in-out;
}

.constructor .main .topbar .send:after {
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	width:18px;
	height:30px;
	background:url(/img/send.png) center center no-repeat;
	content:'';
}

.constructor .main .topbar .send.active {
	background:#434A54;
}

.constructor .main .topbar .send:not(.active):hover, .constructor .main .topbar .save_temp:hover {
	background:#E14E4B;
}

.constructor .main .sendbar {
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	width:300px;
	padding:30px;
	overflow:hidden;
	background:#434A54;
	visibility:hidden;
	opacity:0;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-end 0.2s;
	z-index:1000;
	white-space:normal;
	text-align:left;
}

.constructor .main .sendbar.shown {
	visibility:visible;
	opacity:1;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-start 0s;
}

p {
	color:#656D78;
	opacity:1;
	font-size:10pt;
	margin-bottom:15px;
}

.constructor p {
	color:#fff;
	opacity: 0.5;
	font-size:10pt;
	margin-bottom:15px;
}

.modal-wind textarea {
	display:block;
	width:100%;
	box-sizing:border-box;
	background:none;
	min-height:90px;
	font-family: 'Open Sans', sans-serif;
	vertical-align:top;
	line-height:20px;
	border:0;
	resize: none;
	color:#434A54;
	padding:0 10px 10px 10px;
	font-size:10pt;
	height:91px;
	overflow:auto;
	margin-bottom:15px;
	border-bottom:1px solid #434A54;
}

.constructor textarea {
	display:block;
	width:100%;
	box-sizing:border-box;
	background:none;
	min-height:90px;
	font-family: 'Open Sans', sans-serif;
	vertical-align:top;
	line-height:20px;
	border:0;
	resize: none;
	color:#fff;
	padding:0 10px 10px 10px;
	font-size:10pt;
}

.constructor .textarea {
	height:91px;
	overflow:hidden;
	margin-bottom:15px;
	border-bottom:1px solid #434A54;
}

input {
	display:block;
	width:100%;
	box-sizing:border-box;
	background:none;
	margin-bottom:15px;
	height:31px;
	line-height:30px;
	padding:0 10px;
	font-size:10pt;
	border:0;
	border-bottom:1px solid #434A54;
	transition:all 0.3s ease-in-out;
	font-family: 'Open Sans', sans-serif;
	color:#434A54;
	vertical-align:top;
	transition:border 0.3s ease-in-out;
}

input:focus, .textarea.focus {
	border-bottom:2px solid #434A54!important;
}

.constructor input {
	display:block;
	width:100%;
	box-sizing:border-box;
	background:none;
	margin-bottom:15px;
	height:31px;
	line-height:30px;
	padding:0 10px;
	font-size:10pt;
	border:0;
	border-bottom:1px solid #434A54;
	transition:all 0.3s ease-in-out;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	vertical-align:top;
}

.constructor .main .sendbar input {
	border-bottom:1px solid rgba(255,255,255,0.3);
}

input.errors {
	border-bottom:1px solid #ff0000;
}

.color_container {
	display:inline-block;
	vertical-align:top;
}

.color_container .color_input {
	display:inline-block;
	vertical-align:top;
	width:74px;
}

.color_container .color_input input {
    
	padding:0;
	text-transform:lowercase;
}

.color_container .color {
    border-radius: 3px;
	display: inline-block;
	width:26px;
	height:26px;
	border:1px solid #434A54;
	vertical-align:top;
	margin:5px 10px 15px 0;
	cursor:pointer;
}

.color_container .palette {
	position: absolute;
    top: 32px;
    left: 0;
	height:0px;
}

.color_container .palette iframe {
	visibility:hidden;
	opacity:0;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-end 0.2s;
}

.color_container .palette.shown iframe {
	visibility:visible;
	opacity:1;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-start 0s;
}

.color_container .palette iframe {
	display:inline-block;
	background:#434A54;
	border:0;
	position:absolute;
	top:0;
	left:0;
	width:230px;
	height:100px;
	z-index:1000;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.4);
}

.constructor .half {
	display:inline-block;
	vertical-align:top;
	width:110px;
	margin-right:10px;
}

.constructor .half.second {
	margin-right:0;
}

.modal-wind .cnt .half {
	display:inline-block;
	vertical-align:top;
	width:110px;
	margin-right:10px;
}

.modal-wind .cnt .half.second {
	margin-right:0;
}

.constructor .nodisplay {
	display:none!important;
}

.modal-wind .cnt .halfhalf {
	display:inline-block;
	vertical-align:top;
	width:50px;
	margin-right:10px;
}

.modal-wind .cnt .halfhalf.second {
	margin-right:0;
}

.constructor .halfhalf {
	display:inline-block;
	vertical-align:top;
	width:50px;
	margin-right:10px;
}

.constructor .halfhalf.second {
	margin-right:0;
}

span.label {
	display:block;
	line-height:15px;
	font-size:7pt;
	text-transform:uppercase;
	color:#333;
}

.constructor span.label {
	color:#fff;
	opacity: 0.7;
}

.constructor .myselect.font_family .drop span {
	font-size:16pt;
}

.constructor .sendbar .close {
	display:inline-block;
	width:11px;
	height:11px;
	background:url(/img/close.png) center center no-repeat;
	cursor:pointer;
	opacity:0.7;
	transition:all 0.2s ease-in-out;
	position:absolute;
	top:20px;
	right:20px;
}

.constructor .sendbar .get_iframe {
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:11pt;
	font-weight:bold;
	color:#fff;
	opacity:0.4;
	cursor:pointer;
	transition:all 0.2s ease-in-out;
	position:absolute;
	top:0px;
	right:-90px;
	background:none;
}

.constructor .sendbar .get_iframe:hover {
	opacity:0.7;
}

.constructor .sendbar .close:hover {
	opacity:1;
}

.constructor .sendbar .gif_saving,  .constructor .sendbar .webm_saving{
	display:inline-block;
	height:30px;
	line-height:30px;
	left:15px;
	color:#fff;
	opacity:0;
	font-size:10pt;
}

.constructor .sendbar .gif_saving.shown, .constructor .sendbar .webm_saving.shown {
	opacity:0.5;
}

.tip {
	height:0;
	z-index:1000;
}

.tip span {
	display:inline-block;
	position:absolute;
	top:-14px;
	left:0;
	right:0;
	line-height:20px;
	visibility:hidden;
	opacity:0;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-end 0.2s;
	color:rgba(255,255,255,0.7);
	font-size:9pt;
	padding:3px 10px;
	background:rgba(0,0,0,0.9);
}

.tip.shown span {
	visibility:visible;
	opacity:1;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-start 0s;
}

.constructor .bar.bg .uphoto {
	display:none;
}

.constructor .bar.bg .uphoto.shown {
	display:block;
}

.constructor .bar.bg .uphoto_pos {
	display:none;
}

.constructor .bar.bg .uphoto_pos.shown {
	display:block;
}

.constructor .sendbar img.loader {
	margin-top: 5px;
    vertical-align: top;
    transition:all 0.2s ease-in-out;
    opacity:0;
}

.constructor .sendbar img.loader.shown {
	opacity:1;
}

.constructor .spoiler {
	height:30px;
	margin:0 0 15px 0;
}

.constructor .spoiler .head {
	height:30px;
	line-height:30px;
	background:#434A54;
	color:#fff;
	text-transform:uppercase;
	font-size:7pt;
	padding:0 10px;
	cursor:pointer;
}

.constructor .spoiler .head span {
	display:inline-block;
	height:30px;
	line-height:30px;
	vertical-align: top;
}

.constructor .spoiler .head span.plus {
	font-size:13pt;
	margin-right: 5px;
	top: -1px;
}

.for_shown {
	display:none;
}

.for_shown.shown {
	display:block;
}

.constructor.admin .bar.temps .title {
	display:none;
}

.constructor.admin .sidebar .bar.temps .myselect.cat_select {
	width:160px;
	display:inline-block;
	margin-right:5px;
}

.constructor.admin .admin_small_btn {
	display:inline-block;
	width:21px;
	height:21px;
	margin:5px 0;
	vertical-align:top;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center center;
	transition:all 0.3s ease-in-out;
}

.constructor.admin .admin_small_btn.invisible {
	opacity:0;
}

.constructor.admin .admin_small_btn.add {
	background-image:url(/img/add.png);
}

.constructor.admin .admin_small_btn.edit {
	background-image:url(/img/edit.png);
}

.constructor.admin .admin_small_btn.del {
	background-image:url(/img/del.png);
}

.constructor .sidebar .stcks_content, .constructor .sidebar .my_stcks_content {
	padding-top:3px;
}

.constructor .lettering-el {
	border:1px solid #434A54;
	height:50px;
	line-height:48px;
	margin-bottom:10px;
}

.constructor .lettering-el .arrow {
	display:inline-block;
	width:13px;
	height:8px;
	cursor:pointer;
	position:absolute;
	left:10px;
}

.constructor .lettering-el .arrow.up {
	background:url(/img/arrow_up.png) center center no-repeat;
	top:11px;
}

.constructor .lettering-el .arrow.down {
	background:url(/img/arrow_down.png) center center no-repeat;
	bottom:11px;
}

.constructor .lettering-el .text {
	display:inline-block;
	position:absolute;
	top:0;
	left:33px;
	right:33px;
	bottom:0;
	line-height:48px;
	color:#fff;
	font-size:10pt;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	cursor:pointer;
}

.constructor .lettering-el .del {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(/img/del.png) center center no-repeat;
	cursor:pointer;
	position:absolute;
	right:6px;
	top:14px;
}

.checkbox {
	height:30px;
	line-height:30px;
	margin-bottom:15px;
}

.checkbox .box {
	display:inline-block;
	vertical-align:top;
	width:20px;
	height:20px;
	border:1px solid #434A54;
	transition:all 0.2s ease-in-out;
	margin:5px 10px 5px 0;
	cursor:pointer;
}

.sendbar .checkbox .box {
	display:inline-block;
	vertical-align:top;
	width:20px;
	height:20px;
	border:1px solid #C6C8CB;
	transition:all 0.2s ease-in-out;
	margin:5px 10px 5px 0;
	cursor:pointer;
}

.checkbox .box:before, .checkbox .box:after {
	display:inline-block;
	content:'';
	width:8px;
	height:2px;
	position:absolute;
	top:9px;
	left:5px;
	background:#fff;
	border-radius:1px;
	transform:rotate(45deg) translate(-2px, 3px);
	transition:all 0.1s ease-in-out;
	opacity:0;
}

.checkbox.dark .box:before, .checkbox.dark .box:after {
	background:#434A54;
}

.checkbox.dark .label {
	color:#434A54;
	opacity:1;
}

.checkbox .box:after {
	width:11px;
	left:5px;
	transform:rotate(-45deg) translate(2px, 0px);
}

.checkbox .box.active:before, .checkbox .box.active:after {
	opacity:1;
}

.checkbox .label {
	display:inline-block;
	height:30px;
	line-height:30px;
	color:#fff;
	opacity: 0.8;
	font-size:10pt;
}

.btn {
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 15px;
	text-transform:uppercase;
	cursor:pointer;
	color:#fff;
	font-size:8pt;
	font-weight:600;
	background:#E14E4B;
	transition:all 0.2s ease-in-out;
	margin-bottom:15px;
	margin-top:5px;
	vertical-align:top;
	text-decoration:none!important;
}

.btn.loading {
	pointer-events:none;
	opacity:0.5!important;
}

.btn.big {
	height:38px;
	line-height:38px;
	padding:0 18px;
	font-size:10pt;
}

.btn.dark {
	background:#434A54;
}

.btn.ui {
	height:20px;
	line-height:20px;
	padding:0 7px;
	font-size:6pt;
	background:#434A54;
}

.btn.small {
	height:25px;
	line-height:25px;
	padding:0 8px;
	font-size:7pt;
}

.btn.ui.second {
	margin-left:5px;
}

.btn:hover {
	background:#E35754;
}

.btn:active {
	background:#a83634;
}

.btn.disabled {
	pointer-events:none;
	opacity:0.5;
}

.upload-link {
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 15px;
	text-transform:uppercase;
	color:#fff!important;
	font-size:8pt;
	font-weight:600;
	background:#E14E4B;
	transition:all 0.2s ease-in-out;
	margin-bottom:15px;
	margin-top:5px;
	text-decoration: none;
}

.upload-link:hover {
	background:#E35754;
}

.upload-link__txt {
	z-index: 1;
	position: relative;
}

.upload-link__inp {
    top: 0;
    left: 0;
	right: -40px;
	z-index: 2;
	position: absolute;
	cursor:default;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 50px;
}

.modal-wind {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	overflow: auto;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
    transition: all 0.3s ease-in-out;
    z-index:2000;
}

.modal-wind:before {
	height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}

.modal-wind .wind {
	display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
	width:320px;
	padding:30px;
    background:#f1f1f1;
}

.modal-wind .wind .title {
	text-transform:uppercase;
	font-size:12pt;
	margin:10px 0 15px 0px;
}

.modal-wind.hidden {
	display:none!important;
}

.modal-wind.invisible {
	opacity:0!important;
}

.modal-wind .wind .close {
	display:inline-block;
	width:20px;
	height:20px;
	cursor:pointer;
	background:url(/img/close_black.png) center center no-repeat;
	position:absolute;
	top:15px;
	right:15px;
}

.card {
	display:inline-block;
	width:110px;
	height:110px;
	background-color:#f1f1f1;
	background-position:center center;
	background-repeat:no-repeat;
	/*background-size:contain;*/
	margin:0 10px 10px 0;
	cursor:pointer;
}

.card div {
	display:inline-block;
	width:21px;
	height:21px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center center;
	transition:all 0.3s ease-in-out;
	background-image:url(/img/del.png);
	transition:opacity 0.2s ease-in-out;
	opacity:0;
}

.card:hover div {
	opacity:0.5;
}

.card div:hover {
	opacity:1;
}

.constructor .help {
	display:inline-block;
	padding:20px 20px 20px 20px;
	position:absolute;
	width:310px;
	background:#f1f1f1;
	box-shadow:0 0 20px 10px rgba(0,0,0,0.3);
	visibility:hidden;
	opacity:0;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-end 0.2s;
}

.constructor .bghelp {
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.2);
	visibility:hidden;
	opacity:0;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-end 0.2s;
}

.constructor .bghelp.shown {
	visibility:visible;
	opacity:1;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-start 0s;
}

.constructor .help .arrow {
	display:inline-block;
	box-sizing:border-box;
	width:15px;
	height:14px;
	border-right:15px solid #f1f1f1;
	border-left:0;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	position:absolute;
	top:30px;
	left:-15px;
}

.constructor .help.right .arrow {
	left:auto;
	right:-15px;
	border-left:15px solid #f1f1f1;
	border-right:0;
}

.constructor .help.top .arrow {
	height:15px;
	width:14px;
	border-bottom:15px solid #f1f1f1;
	border-top:0;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	position:absolute;
	top:-15px;
	left:50px;
}

.constructor .help.top.right .arrow {
	height:15px;
	width:14px;
	border-bottom:15px solid #f1f1f1;
	border-top:0;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	position:absolute;
	top:-15px;
	left:auto;
	right:50px;
}

.constructor .help .close {
	display:inline-block;
	width:20px;
	height:20px;
	cursor:pointer;
	background:url(/img/close_black.png) center center no-repeat;
	position:absolute;
	top:10px;
	right:10px;
}

/*.constructor .help.right .close {
	left:10px;
	right:auto;
}*/

.constructor .help p {
	color:#434A54;
	font-size:11pt;
	opacity:1;
	margin-bottom:15px;
}

.constructor .help a {
	font-size:9pt;
	display:inline-block;
	height:15px;
	line-height:15px;
	position:absolute;
	right:20px;
	bottom:20px;
}

.constructor .help .btn {
	margin:0;
}

.constructor .help.shown {
	visibility:visible;
	opacity:1;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-start 0s;
}

#myconstructor .fullscreen_btn {
	display:inline-block;
	width:30px; height:30px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-15px;
	background:url(/img/fullscreen.png) center center no-repeat rgba(67,74,84,0);
	background-size:contain;
	cursor:pointer;
	transition:background-color 0.2s ease-in-out;
}

#myconstructor .fullscreen_btn:hover {
	background-color:rgba(67,74,84,1);
}

#myconstructor.fullscreen {
	position:fixed;
	top:0; left:0; right:0; bottom:0;
	min-height:auto;
	max-width:none;
	transform:translate3d(0,0,0);
	z-index:100;
	margin:0;
}

#myconstructor.fullscreen .fullscreen_btn {
	background-image:url(/img/fullscreenclose.png);
}

@media screen and (max-width: 720px) {
	#myconstructor .fullscreen_btn {
	
	}
	
	
	
	
	
}



@media screen and (max-width: 1024px) {

	.header {
	    visibility: hidden;
		text-align:center;
	}

	.header .menu {
	    visibility: hidden;
		display:block;
		height:auto;
		line-height:0px;
	}

	.header a {
	    visibility: hidden;
		margin-left:0px;
		margin-right:0px;
	}

	.header .right {
	    visibility: hidden;
		float:none;
		display:block;
	}

	.header .right .btn {
	    visibility: hidden;
		margin-left:0px;
		margin-right:0px;
	}
}

@media screen and (max-width: 680px) {

	.constructor .my_stck .props_cell.lock {
		position: relative;
	    top:auto;
	    right:auto;
	}

	h1.text_pane span {
		line-height:20px;
		font-size:14pt;
	}

	h1.text_pane span:nth-child(2) {
		font-size:20pt;
		line-height:30px;
	}

.wrapper {
	display: flex;
	flex-direction: column;
  height: 100vh; /* set height to viewport height */
  overflow: hidden; /* disable scrolling */
}

	.constructor {
  height: 100vh; /* set height to viewport height */
  overflow: hidden; /* disable scrolling */
}

	.constructor .sidebar>div {
		top:0;
	}

	.constructor .sidebar .rek {display:none;}

.constructor .sendbar .close {

    z-index:1001;
	display:inline-block;
	width:20px;
	height:20px;
	background:url(/img/closemob.png) center center no-repeat;
	cursor:pointer;
	opacity:1;

	position:absolute;
	top:17px;
	left:17px;
}

.constructor .main .sendbar {
-webkit-box-shadow: -7px 12px 16px 4px rgba(0, 0, 0, 0.36);
-moz-box-shadow: -7px 12px 16px 4px rgba(0, 0, 0, 0.36);
box-shadow: -7px 12px 16px 4px rgba(0, 0, 0, 0.36);
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	height:270px;
	width:300px;
	padding:17px;
	overflow:hidden;
	background:#434A54;
	visibility:hidden;
	opacity:0;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-end 0.2s;
	z-index:1000;
	white-space:normal;
	text-align:left;
	 border-radius: 0px 0px 0px 3px;
	 
}

.constructor .main .sendbar.shown {

	visibility:visible;
	opacity:1;
	transition:opacity 0.2s ease-in-out 0s, visibility 0s step-start 0s;
}

 .mob1{
     max-width:200px;
    border-radius: 3px;
    padding: 0px 0px 0px 8px;
    top:-20px;
margin-left: 35px;
background:#5B6572;
}


 .mob2{
     
    border-radius: 3px;
    padding: 0px 0px 0px 8px;
    top:-20px;
}

.constructor .main .sendbar input[type=text] {
    border-radius: 3px;
    background:#434A54;
}

 .mob3{
     display: flex;
     white-space: nowrap;
     border-radius: 3px;
     padding:8px;
 background:#3D434C;
    top:-10px;
}

 .mob4{
     min-height:120px;
 display: flex;
     white-space: nowrap;
     text-align:center;
     border-radius: 3px;
     padding: 5px 0px 0px 15px;
 background:#565D66;

}






 .mob5{
     
left:8px;

}

 .mob6{
     white-space: nowrap;
     text-align:center;
     top:5px;
     position:absolute;
         display: inline;
}

.for_shown.shown.mob7{
    width: 40px;
    top:35px;
     display: flex;
   left: -280px; 
}

	.constructor .sidebar.mob12>div {
		top:0;
		overflow-x: hidden;
		overflow: hidden;
	}

.constructor .half.mob9{
    display: none;
visibility: hidden; 
}

.constructor .half.second.mob9{
    display: none;
visibility: hidden;
}


.constructor .half.mob8{
     width: 40px;  
}

.gradient_color_item.mob10{
    top:20px;
  width: 40px;  
}

.constructor .bar.bg .uphoto.shown.mob11{
    display: flex;
border-radius: 3px;
  background:#636B75;
top:-80px;
	    position:relative;
	 right:10px;
	    float: right;   
}

.constructor .title.mob13{
    padding:5px;
  color: #fff;
text-transform: uppercase;
font-size: 11pt;
margin: 0px 0 0px 0px;  
    
}


.upload-link.mob14{
    line-height: 25px;
    padding:3px;
    font-size: 7pt;
  border-radius: 3px;  
  margin: 0px 0 0px 0px;  
}

.btn.save_gif {
    left:-5px;
  width: 70px; /* replace 100px with your desired width */
  text-align:center;
}


.btn.save_webm {
    left:-5px;
  width: 75px; /* replace 100px with your desired width */
  text-align:center;
}

.btn.savejustpng {
    left:-5px;
  width: 65px; /* replace 100px with your desired width */
  text-align:center;
}

.btn {
    border-radius: 3px;
   	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 8px;
	text-transform:uppercase;
	cursor:pointer;
	color:#fff;
	font-size:8pt;
	font-weight:600;
	background:#E14E4B;
	transition:all 0.2s ease-in-out;
	margin-bottom:5px;
	margin-top:5px;
	vertical-align:top;
	text-decoration:none!important;
}


.constructor .sidebar .temps_content {

    height:120px;
     white-space: nowrap;
    position: absolute;
    top: 65px;
    left: 0;
    right: 5px;
    bottom: 15px;
    padding: 3px 0 0 15px;
    font-size: 0;
    display: inline-block;
}





.sticky {
  --x: -345%;
  --y: -333%;
  --z: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  padding: 10px 20px;
  border-radius: 3px;

  color: var(--light);
  font-size: 16px;
  white-space: nowrap;
  position: absolute;
  bottom: 275px;
  left: 50%;
  transform: translate3d(var(--x), var(--y), var(--z));
  cursor: pointer;
z-index: 15;


  transition: 0.15s cubic-bezier(0.50, 1, 0.50, 1);
}











.myselect.shown .drop{
    max-height:120px;
}


.constructor .main .topbar {
      z-index:110;
	display:inline-block;
	height:30px;
	overflow:hidden;
	position:absolute;
	top:-30px;
	left:0;
	right:0;
	text-align:left;
	line-height:30px;
	font-size:0;
	background:#5A616C;
	color:#fff;
}

.constructor .main canvas {
	display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
  
    transform:translate(-50%,-50%) rotateY(0deg);
    z-index:100;
    max-width:100%;
    max-height:128%;
    position:absolute;
    top:190px;
    left:50%;
    backface-visibility: visible!important;
    box-sizing:content-box;
}


	.constructor .tabs {
	      	     box-shadow: 0px 7px 22px -7px #000000;
	     border-radius:5px 5px 0px 0px;
	    overflow-x: scroll;
	    white-space: nowrap;
		bottom:auto;
		width:70vw;
		right:0px;
	}

	.constructor .tabs .tab {
	    margin-left: 3px;
		width:50px;
		height:50px;
		font-size:0;
		vertical-align:top;
	}

	.constructor .tabs .tab.pro:after {
		right:0;
		top:10px;
	}

	.constructor .tabs .tab:before {
		margin: 15px 0 10px;
	}

	.constructor .tabs a {
		width: 50px;
	    height: 50px;
	    position:relative;
	    top:auto;
	    left:auto;
	    right:auto;
	    bottom:auto;
	    float: right;
	}


.constructor{
      background:#8A95A3;
}

.myselect.type_select.mob16{
      border-radius: 3px;
  background:#565D66;
    top:-46px;
    width: 140px;
    float: right;
    
}
.myselect.cat_select.mob15{
  border-radius: 3px;
  background:#565D66;
    width: 160px;
    
}

.onlymob{
    	visibility:visible;
display:inline-block;
    position:absolute;
    top:15px;
  left:180px;
   border-radius: 3px;
    height: 31px;
    width: 31px;
background: url(/img/stockicon.png) no-repeat center,#565D66;
background-size: 18px; 
}





.stck.stckgif.bar.shown{
    
   padding:6px; 
}

.constructor .sidebar > div.shown.mob19{

   padding:15px 0px 0px 15px; 
}

.mob20{
   position: absolute;
      border-radius: 3px;
  background:#565D66;
    width: 120px;
top:0px;    
float: left;
left:135px;
}

.constructor .sidebar .stcks_content .stck{
     border-radius: 3px;

        width: 52px;
    height: 52px;
}
.constructor .my_stck .props_cell{
    height: 41px;
    margin:0px;
    padding:0px;
}
.constructor .my_stck {
   left:-10px;
    margin-bottom: 5px;
}

.constructor .sidebar .stcks_content{
    background:#5D646D;
    border-radius: 3px;
    position: relative;
  float: right;  
  top:0px;
  right:10px;
  height: 60%;
  width: 140px;  
}
.constructor .my_stck .props_cell.mob35{
    margin-left: 4px;
}



.constructor .help .arrow {
	display:inline-block;
	box-sizing:border-box;
	width:15px;
	height:14px;
	border-right:15px solid #f1f1f1;
	border-left:0;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	position:absolute;
	top:auto;
	left:25px;
	bottom:-14px;
transform: rotate(90deg) scaleX(-1);
}


.constructor .help.top.right .arrow {
	display:inline-block;
	box-sizing:border-box;
	width:15px;
	height:14px;
	border-right:15px solid #f1f1f1;
	border-left:0;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	position:absolute;
	top:auto;
	left:142px;
	bottom:-14px;
transform: rotate(90deg) scaleX(-1);
}



.help{
    z-index: 1115;
}





.constructor .my_stck .icon {
    background:#4C5056;
	display:inline-block;
	vertical-align:top;
	width:41px;
	height:41px;
	border:1px solid #434A54;
	margin-right:10px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-top: 5px;
	position:absolute;
	top:0;
	left:2px;
	cursor:pointer;
	z-index:10;
}


.checkbox .box {
    border-radius: 3px;
	display:inline-block;
	vertical-align:top;
	width:20px;
	height:20px;
	border:1.2px solid #909BA8;
	transition:all 0.2s ease-in-out;
	margin:5px 10px 5px 0;
	cursor:pointer;
}


.constructor .my_stck .props_cell .prop_btn.stck_z.state2 {
    
    top:2px;
    border-radius: 3px;
    height: 40px;
    background: url(/img/stck_over.png) no-repeat right,#6B737C;
margin: 3px;
background-size: 30px;
}

.constructor .my_stck .props_cell .prop_btn.stck_z.state1{
      top:2px;
    border-radius: 3px;
    height: 40px;
    background: url(/img/stck_under.png) no-repeat right,#838D99;
margin: 3px;
background-size: 30px;
}


.constructor .my_stck .props_cell .prop_btn.mirror{
      top:5px;
    border-radius: 3px;
    width: 22px;
    height: 40px;
    background: url(/img/mirror.png) no-repeat center,#838D99;
background-size: 17px;
margin:0px 3px 0px 0px;
}


.constructor .my_stck .props_cell .prop_btn.up{
     display: flex;
 
   
    float: right;  
      top:2px;
    border-radius: 3px;
    width: 22px;
    height: 20px;
    background: url(/img/arrow_up.png) no-repeat center,#838D99;
background-size: 12px;
margin:0px 3px 0px 0px;
}



.constructor .my_stck .props_cell .prop_btn.down
{
     display: flex;
 
   
    float: right;  
      
    border-radius: 3px;
    width: 22px;
    height: 20px;
    background: url(/img/arrow_down.png) no-repeat center,#838D99;
background-size: 12px;
margin:0px 3px 0px 0px;
}

.constructor .my_stck .props_cell.mobbtn{
  height: 21px;  
}

.constructor .my_stck .props_cell.mobbtn1{
    left:-25px;
    top:28px;
  height: 21px;  
}


.constructor .my_stck .props_cell .prop_btn.lock.locked{
    
top:-1px;
    background: url(/img/locks.png) no-repeat right,#6B737C;


}

.constructor .my_stck .props_cell .prop_btn.lock{
   top:-1px; 
    
    background: url(/img/locks2.png) no-repeat right,#838D99;


}


.constructor .my_stck .props_cell .prop_btn.del{
top:5px;
    border-radius: 3px;
height: 40px;
width: 30px; 
    background: url(/img/del.png) no-repeat center,#A8B5C4;

}



.constructor .my_stck .props_cell.mobbtn4{
  
 left:-15px;
}

.constructor .my_stck .props_cell.mobbtn3{
  
 left:-20px;
}

.constructor .my_stck .icon{

	  border-radius: 3px;
    
}

	.constructor .sidebar .my_stcks_content {
	
	  border-radius: 3px;
	 left:0px; 
    top:40px;
     height: 58%;
   float: left;   
   width: 58%; 
	}


.constructor .my_stck .props{
    border-radius: 3px;
    background:#909BA8;
    height: 50px;
     display: flex;
white-space: nowrap;
}



a.upload-link{
  
    border-radius: 3px;    
}
.mob34{

      border-radius: 3px;
  background:#565D66;
    width: 120px;

}


.constructor .half.mob21{
    position: absolute;
top:-15px;    
float: left;
left:265px;
}


.constructor .half.mob23{
  
 margin:0px;
 position: absolute;
top:20px;    
float: left;
left:135px;    
 
}

.mob22{
    height: 20px;
       border-radius: 3px;
  background:#565D66;
    width: 90px; 
}




.mob24{
      height: 20px;
       border-radius: 3px;
  background:#565D66;
    width: 90px; 
 margin:0px;
 position: absolute;
top:35px;    
float: left;
left:235px;    
 
}



.constructor .half.mob21{
    position: absolute;
top:-15px;    
float: left;
left:265px;
}

.mob21 input[type=text]{
background: url(/img/font-size.png) no-repeat right,#565D66;
  background-size: 21px;
      border-radius: 3px;

    width: 60px;

}




.constructor .half.mob25{
  
    
    position: absolute;
top:60px;    
float: left;
left:270px;
}

.mob25 input[type=text]{

  background: url(/img/line-spacing.png) no-repeat right,#565D66;
  background-size: 21px;

      border-radius: 3px;

    width: 55px;

}


.mob27{
    width: 0px;
  float: left;
    height:50px;
    position: absolute;
top:125px;    
float: left;
left:202px;
}


.mob26 input[type=text]{
    top:-248px; 
  background: url(/img/transparent.png) no-repeat right,#565D66;
  background-size: 21px;
      border-radius: 3px;
        width: 55px;
}




.constructor .half.mob28{
  
      width: 55px;
    position: absolute;
top:-65px;    
float: left;
left:-68px;
}

.mob28 input[type=text]{

  background: url(/img/outlinetextf.png) no-repeat right,#565D66;
  background-size: 21px;

      border-radius: 3px;

    width: 55px;

}



.color_container .palette{

        position: static;
    top: auto;
    left: auto;
    height: auto;
}


.constructor .half.mob30{
  
    height:0px;
    position: absolute;
top:65px;    
float: left;
left:68px;

    width: 0px;

}
.color.mob31{
    top:-3px;
    left:3px;
}
.color_container.mob29{
  
    height:31px;
    position: absolute;
top:10px;    
float: left;
left:-68px;
  background: url(/img/textcolorf.png) no-repeat right,#565D66;
  background-size: 21px;

      border-radius: 3px;

    width: 55px;

}


.color_container.mob33{
  
    height:31px;
    position: absolute;
top:-115px;    
float: left;
left:-204px;
  background: url(/img/outlinetextcolorf.png) no-repeat right,#565D66;
  background-size: 21px;

      border-radius: 3px;

    width: 55px;

}


.constructor .half.mob32{
  
    height:0px;
    position: absolute;
top:65px;    
float: left;
left:68px;

    width: 0px;

}

h1{
 font-size:14px;   
    
}


.header{
   visibility: hidden;
    display: none;  
    
}



.content.flex .main.stock .block .stock1:nth-child(1n){
margin-bottom:2px;
}




.gradient_ui.gt3{
   left:360px;
 top:0px;

 position: absolute;



}


.gradient_color_item.gt1{
    
 width: 30px;   
}

.constructor .half.gt1{
   width: 50px;  
}

.for_shown.shown.gt1{
    float: left;
    left:-228px;
    top:110px;
display: flex;
 white-space: nowrap;
  position: absolute;

}


.checkbox .label.gt11{
   left:-6px; 
  font-size: 11px;  
}

.constructor .bar.stck .title.small{
    
    top:440px;
}

.constructor .my_stck .props_cell.first{
     visibility: hidden;
    display: none; 
    
}

.checkbox.onlyside1{
   
    width: 125px;
    border-radius: 3px;
    z-index:11;
    top:30px;
    left:0px;
    background:#565D66;
    padding:0px 0px 0px 3px;
}


.for_shown.shown.gt2{
    float: left;
    left:-228px;
    top:185px;
display: flex;
 white-space: nowrap;
  position: absolute;

}


.gradient_ui.gt4{
   left:360px;
 top:0px;

 position: absolute;



}


.mob17{
 

}

.constructor .textarea.mob18{
    max-width:130px;
    height:66px;
   
      border-radius: 3px;
 background:#4B5159;  
    
}

	.constructor .sidebar {
	   
	    z-index:19;
		top:auto;
		left:0;
		right:0;
		bottom:0px;
		width:auto;
		height:315px;
		/*border-right:50px solid #5A616C;*/
	}

	.constructor .sidebar .temps_content .temp:nth-child(even) {
		margin-right:10px;
	}



	.constructor .sidebar .stcks_content .stck:nth-child(3n+3) {
		margin-right:10px;
	}





	.constructor .main {
	    top: auto;
	    left: auto;
	    right: auto;
	    bottom: auto;
	    position:relative;
	    margin-top:30px;
	    display:block;
	}

	.constructor .main:before {
		content: "";
		display: block;
		padding-top: 100%;
	}

	#showhelpslink {display:none;}
}

.posts img, .posts iframe {max-width:100%;}
.posts .post {
	margin-bottom:50px;
	background: #f1f1f1;
	max-width:640px;
	padding:20px;
}

.post b {
    display: inline-block;
    font-size: 10pt;
    margin-bottom: 10px;
    color:#5A616C;
}

/*.post b:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    background: #5A616C;
    content: '';
}*/

.post a {
	display:inline-block;
}

.post a img {
	display:block;
}

.post a.video {font-size:0;}

.post a.link {
	font-size: 0;
    text-decoration: none;
    background: #fff;
    max-width: 600px;
}

.post a.link span {
    display:block;
    padding: 20px;
    font-size:12pt;
    padding-left:60px;
}

.post a.link span:before {
	display:inline-block;
	position:absolute;
	top:15px; left:20px;
	width:27px; height:28px;
	background:url(/img/link.png) center center no-repeat;
	opacity:0.3;
	content:'';
}

.post a.video:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 2;
}

.post a.video:after {
    display: inline-block;
    content: '';
    position: absolute;
    z-index: 3;
    box-sizing:content-box;
    width:0px;
    height:0px;
    border-top:20px solid transparent;
    border-bottom:20px solid transparent;
    border-left:36px solid #fff; /*E14E4B*/
    border-right:0;
    top:50%;
    left:50%;
    margin:-20px 0 0 -18px;
}

.post .openVkPost {
	display:inline-block;
	width:19px;
	height: 10px;
    vertical-align: baseline;
	background:url(/img/vk_dark.png) center center no-repeat;
	/*position:absolute;
	top:20px;
	right:20px;*/
	margin-right: 10px;
}

.gftoblock {
	display:inline-block;
	background:url(/img/gfto.png) 20px 20px no-repeat #f1f1f1;
	padding:30px 30px 30px 180px;
	width:600px;
	text-align:left;
	margin-top:50px;
}

.gftoblock b {
	font-size:14pt;
	color:#E14E4B;
	margin-bottom:20px;
	display:inline-block;
	line-height:15px;
	vertical-align:top;
}

.gftoblock p {
	font-size:11pt;
	margin-bottom:20px;
}

.gftoblock a {
	margin-bottom:0px;
}

input[type=radio] {
	display:inline-block;
	width:16px;
	height:16px;
	outline:none;
	margin:7px 7px 7px 0;
}

.price_option {
	line-height:30px;
}

@media screen and (max-width: 680px) {
	.gftoblock {
		width:100%;
		padding:180px 30px 30px 30px;
		background:url(/img/gfto.png) center 20px no-repeat #f1f1f1;
	}

	.gftoblock b {
		line-height:25px;
	}
}

.show_notification {
    display:inline-block;
    width:100%;
    padding:8px 0;
    line-height:30px;
    text-align:center;
    font-size:10pt;
    text-transform: uppercase;
    font-weight: 600;
    color:#333;
    background:#ccc;
    z-index:100500;
    cursor:pointer;
    transition:all 0.3s ease-in-out;
}

.show_notification.hidden {
    transform:translateY(-100%);
}

.show_notification.success {
    background:#19A455;
    color:#fff;
}

.show_notification.fail {
    background:#E14E4B;
    color:#fff;
}

.content.flex .main.stock {
	font-size:0px;
}

.content.flex .main.stock .block {
	font-size:12pt;
	display:inline-block;
	vertical-align:top;
	width:240px;
	margin:0 40px 40px 0;
}

.content.flex .main.stock .block.scard {
	font-size:0;
}

.content.flex .main.stock .block.scard img {
	cursor:pointer;
}

.content.flex .main.stock .block.scard .info {
	height:30px;
	line-height:30px;
	background:#4D545E;
	font-size:10pt;
	color:#fff;
	padding:0 10px;
}

.content.flex .main.stock .block.scard .info span, .content.flex .main.stock .block.scard .info a {
	opacity:0.7;
}

.content.flex .main.stock .block.scard .info a:hover {
	color:#fff;
	opacity:1;
}

.content.flex .main.stock .block.scard .info .views {
	margin-right: 5px;
}

.content.flex .main.stock .block.scard .info .like_btn {
	cursor:pointer;
	transition:all 0.2s ease-in-out;
}

.content.flex .main.stock .block.scard .info .like_btn:hover {
	opacity:1;
}

.content.flex .main.stock .block.scard .info .right {
	display:inline-block;
	position:absolute;
	top:0;
	right:10px;
	height:30px;
	line-height:30px;
}

.fontello {
	font-family:'fontello';
}

.content.flex .main.stock .block:nth-child(4n) {
	margin-right:0;
}

.btn.inactive {
	opacity:0.5;
	pointer-events:none;
}
.btn.hidden {
	display:none;
}

@media screen and (max-width: 1160px) {
	.content.flex .main.stock {
		max-width: 1079px;
	}
	.content.flex .main.stock .block:nth-child(4n) {
		margin-right:40px;
	}
	.content.flex .main.stock .block:nth-child(3n) {
		margin-right:0;
	}
}

@media screen and (max-width: 880px) {
	.content.flex .main.stock {
		max-width: 799px;
	}
	.content.flex .main.stock .block:nth-child(3n) {
		margin-right:40px;
	}
	.content.flex .main.stock .block:nth-child(2n) {
		margin-right:0;
	}
}

@media screen and (max-width: 600px) {
    
    
    .content.flex .main.stock .block.scard {
       padding:0 10px;
	font-size:0;
}

.content.flex .main.stock .block.scard img {
     width: 160px;
	cursor:pointer;
}

.content.flex .main.stock .block.scard .info {
	height:30px;
	line-height:30px;
	background:#4D545E;
	font-size:10pt;
	color:#fff;
	padding:0 10px;
}

.content.flex .main.stock .block.scard .info span, .content.flex .main.stock .block.scard .info a {
     
	opacity:0.7;
}

.content.flex .main.stock .block.scard .info a:hover {
   
	color:#fff;
	opacity:1;
}

.content.flex .main.stock .block.scard .info .views {
	margin-right: 5px;
}

.content.flex .main.stock .block.scard .info .like_btn {
	cursor:pointer;
	transition:all 0.2s ease-in-out;
}

.content.flex .main.stock .block.scard .info .like_btn:hover {
	opacity:1;
}

.content.flex .main.stock .block.scard .info .right {
    display:inline-block;
	position:absolute;
	top:0;
	right:10px;
	height:30px;
	line-height:30px;
}
    
    .content.flex .main.stock .block {
	font-size:12pt;
	display:inline-block;
	vertical-align:top;
	width:180px;
	margin:0 40px 40px 0;
}
    
	.content.flex .main.stock {
		max-width: 519px;
	}
	.content.flex .main.stock .block:nth-child(4n) {
		margin-right:40px;
	}
	.content.flex .main.stock .block:nth-child(1n) {
		margin-right:0;
	}
}

.showscard {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:1;
	background:rgba(0,0,0,0.5);
	transition:all 0.3s ease-in-out;
	overflow:auto;
	white-space: nowrap;
    text-align: center;
    font-size: 0;
    z-index: 10;
}

.showscard.invisible {
	opacity:0;
}

.showscard.hidden {
	display:none;
}

.showscard:before {
	height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}

.showscard .container {
	display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    background:#fff;
    max-width:600px;
    width:100%;
    margin:30px;
}

.showscard .container .gray_content a {
	text-decoration:none;
}

.showscard .container .gray_content .icons.left {
	font-size: 15pt;
}
@media screen and (max-width: 700px) {
	.showscard .container {
		margin:0;
	}
	.showscard .container .gray_content .icons.right {
		font-size: 12pt;
	}
	.showscard .container .gray_content .icons.left {
		font-size: 14pt;
	}
	.showscard .container .gray_content .views, .showscard .container .gray_content .likes {
		font-size:11pt;
	}
}

.showscard .container .iframe {
	width:100%;
	overflow:hidden;
	background:#434A54;
	padding-bottom: 30px;
}

.showscard .container .iframe:before {
    content: "";
    padding-top: 100%;
    float: left;
}

.showscard .container .iframe .close_btn {
	position:absolute;
	top:0px;
	right:0px;
	display:inline-block;
	font-size:14pt;
	color:#fff;
	width:50px;
	height:50px;
	background:#434A54;
	cursor:pointer;
}

.showscard .container .iframe .close_btn:before, .showscard .container .iframe .close_btn:after {
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	line-height:50px;
}

.showscard .container .iframe .close_btn:before {
	content:',';
	margin-left:6px;
}

.showscard .container .iframe .close_btn:after {
	content:'.';
	margin-right:6px;
}

.selectedtag, .selecteduser {
	line-height:30px;
	margin-bottom:30px;
	font-size:12pt;
	margin-top: -30px;
}

.selectedtag.hidden, .selecteduser.hidden {
	display:none;
}

.selectedtag *, .selecteduser * {
	display:inline-block;
	height:30px;
	line-height:30px;
	vertical-align:top;
}

.selectedtag .tag_icon, .selecteduser .user_icon {
	transform: matrix(-1,0,0,1,0,0);
    margin-right: 5px;
    line-height: 33px;
}

.selectedtag .cleartag, .selecteduser .clearuser {
	width:30px;
	cursor:pointer;
	font-size:10pt;
	transition:all 0.2s ease-in-out;
}

.selectedtag .cleartag:hover, .selecteduser .clearuser:hover {
	color:#E14E4B;
}

.selectedtag .cleartag:before, .selectedtag .cleartag:after, .selecteduser .clearuser:before, .selecteduser .clearuser:after {
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	line-height:33px;
}

.selectedtag .cleartag:before, .selecteduser .clearuser:before {
	content:',';
	margin-left:4px;
}

.selectedtag .cleartag:after, .selecteduser .clearuser:after {
	content:'.';
	margin-right:4px;
}

.showscard .container iframe {
	border:0;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:url(/img/loader.gif) center center no-repeat #434A54;
}

.showscard .container .gray_content {
	padding:30px;
	background:#f1f1f1;
	font-size:14pt;
	text-align:center;
}

.showscard .container .gray_content .my-ya-share {
	position:absolute;
	left:50%;
	bottom:-10px;
	transform:translateX(-50%);
	z-index:2;
}

.showscard .container .gray_content .view_icon:hover {
	color:#434A54!important;
	cursor:default!important;
}

.showscard .container .text_content {
	padding:30px;
}

.showscard .container .just_space {
	width:15px;
	display: inline-block;
}

.showscard .container .title {
    display:inline-block;
    font-size:14pt;
    margin-bottom:15px;
}

.showscard .container .open_btn {
	margin:0 15px 0 0;
}

.showscard .container .gray_content .next_btn {
	margin-left:15px;
}

.showscard .container .gray_content .fontello {
	transition:all 0.2s ease-in-out;
	cursor:pointer;
}

.showscard .container .gray_content .fontello:hover {
	color:#E14E4B;
}

.showscard .container .gray_content .like_btn.hover {
	color:#E14E4B;
}

.showscard .container .gray_content .icons {
	display:inline-block;
}

.showscard .container .gray_content .icons.left {
	position:absolute;
	top:30px;
	left:30px;
}

.showscard .container .gray_content .icons.right {
	position:absolute;
	top:30px;
	right:30px;
}



.showscard .container .gray_content .icons .like_btn {
	margin-left:10px;
}

.showscard .container p {
	font-size:11pt;
}

.showscard .container .text_content .btn {
	margin:0 10px 0 0;
}

.showscard .container .text_content .addedby {
	margin-bottom:0;
}

body .myselect.sticker_folder .drop span.gif {
	display:none;
}

body.showonlygifstck .myselect.sticker_folder .drop span {
	display:none;
}

body.showonlygifstck .myselect.sticker_folder .drop span:nth-child(1) {
	display:block;
}

body.showonlygifstck .myselect.sticker_folder .drop span.gif {
	display:block;
}

body .bar.stck .my_stck.gif {
	display:none;
}

body.showonlygifstck .bar.stck .my_stck {
	display:none;
}

body.showonlygifstck .bar.stck .my_stck.gif {
	display:block;
}

/*body.showonlygifstck .bar.stck a.upload_link {
	display:none;
}*/




