@font-face {
  font-family: 'RalewayRegular';
  src: url("../fonts/Raleway-Regular.eot");
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.svg#Raleway-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT sans';
  src: url("../fonts/PTS56F.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT sans bold';
  src: url("../fonts/PTS76F.ttf");
  font-weight: normal;
  font-style: normal;
}


body:not(.admin-side) {
/*	background: url(../images/bg2.png) repeat;*/
}
.container {
	/*padding: 30px 0px;*/
	background: #FFF;
    max-width: 1500px;
    width: 100%;
}
nav .container,
footer .container {
	background: none;
	padding: 0px;
}
.clear{
	clear: both;
}
.red-border {border: 1px solid #b91440;}
.ta-center{text-align:center;}
.ta-right{text-align:right;}
.number {
	width: 90px;
	padding: 3px 15px;
	border: 1px solid #ccc;
}
.admin-form-block {
	background: rgba(180, 225, 243, 0.44);
	padding: 40px 50px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.admin-form-block .form-group {
	margin-bottom: 35px;
	position: relative;
}
	.admin-form-block .form-group:before {
		content: '';
		position: absolute;
		width: 750px;
		height: 1px;
		background: #ccc;
		bottom: -15px;
		left: 0px;
	}
.baget-form-wrapper {
    background: #f9f9f9;
}
.baget-form {
	font-size: 16px;
}
	.baget-form .row.empty {
		min-height: 25px;
	}
	.baget-form .row input,
	.baget-form .row select,
	.baget-form .row textarea {
		width: 100%;
	}
	 input[type=text] {
		width: 100%;
	}
	.baget-form .section {
		border: 1px solid #ddd;
		margin: 20px 0px;
		overflow: hidden;
		padding: 25px 15px;
		background: #FFF;
		box-shadow: 2px 4px 5px rgba(0,0,0,.2);
	}
		.baget-form .subsection {
			margin: 10px 0px;
			padding: 20px 0px;
			overflow: hidden;
			border: 1px solid #ddd;
			border-left: none;
			border-right: none;
		}
		.baget-form .subsection:nth-child(2n) {
			background: #f2f2f2;
		}
.admin-form-block .picture-input-block.second-col {
	margin-left: 255px;
}
.admin-form-block .picture-input-block img {
	max-width: 300px;
	max-height: 250px;
	margin-bottom: 20px;
}
.admin-form-block label.control-label {
	width: 250px;
	display: inline-block;
}
.admin-form-block .form-group .form-control,
.admin-form-block .form-group input[type=file] {
	display: inline-block;
	width: 500px;
}

#baget-list-select {
	padding: 30px 60px;
}
	#baget-list-select .baget-row {
		padding: 15px 0px;
		border-bottom: 1px solid #ddd;
		cursor: pointer;
	}
		#baget-list-select .baget-row .col {
			display: inline-block;
			vertical-align: middle;
		}
		#baget-list-select .baget-row .col.picture {
			width: 200px;
		}
			#baget-list-select .baget-row .col img {
				max-width: 150px;
				max-height: 100px;
			}
.input-red {border-color: #F00;}
.red {color: #F00;}
.baget-form-wrapper .baget-quant-error {
	font-size: 15px;
}
.header {
    max-width: 100%;
    font-family: 'RalewayRegular';
}
.header .container-fluid {
    max-width: 1280px;
    padding: 10px 20px 5px;
    position: relative;
} 
.header .logo {
    margin-bottom: 21px;
    float: left;
}
.header .logo img {
    max-width: 100%;
    width: auto;
    max-height: 66px;
    margin-top: 5px;
}
.header .header-phone {
    float: right;
    margin-left: 120px;
    margin-top: 25px;
}
.header .header-phone i {
    font-size: 21px;
    transform: rotate(12deg) translateY(2px);
}
.header .header-phone a {
    color: #404040;
    font: bold 20px 'RalewayRegular';
    margin-left: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.header .search-block {
    width: 300px;
    float: right;
    margin-top: 21px;
}
.header .search-block .bx-searchtitle {
    margin: 0px;
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.bx-searchtitle .bx-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-searchtitle .bx-input-group .bx-form-control {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 32px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    outline: none;
    border: none;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.header .search-block .bx-input-group-btn {
    height: 32px;
    position: relative;
    font-size: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
    position: relative;
    border: none;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.42857143;
    transition: all .3s ease;
}
.header .search-block .bx-input-group-btn button i {
    color: #aaa;
    transition: all 0.3s ease;
}
.top-nav {
    clear: both;
    position: relative;
    margin-bottom: 1px;
    right: 0px;
}
.top-nav:before {
    content: '';
    position: absolute;
    background: #fb961a;
    width: calc(100vw - 17px);
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    height: 100%;
    top: -5px;
    right: auto;
    padding: 24px 0px;
}
.top-nav__list {
    text-align: left;
    display: flex;
    list-style: none;
    padding: 0px;
}
.top-nav__list > li {
    margin-left: 0px;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
}
.top-nav__list li:first-child, 
.top-nav__item:first-child {
    margin-left: 0;
}
.top-nav__list > li:before, 
.top-nav__list > li:last-child:after {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    background: #999;
    top: 10%;
    left: 0px;
}
.top-nav__list li a, .top-nav__item a {
    color: #292929;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
}
.top-nav__list > li > a {
    color: #FFF;
    font-size: 18px;
}
.top-nav__list > li > a:before {
    content: '';
    position: absolute;
    width: calc(100% - 1px);
    height: calc(100% + 17px);
    height: 48px;
    background: #ffb355;
    background: rgba(33, 33, 33, 0.14);
    left: 1px;
    top: -7px;
    opacity: 0;
    transition: all 0.3s ease;
}
.top-nav__list > li.current > a:before,
.top-nav__list > li:hover > a:before {
    opacity: 1;
}
.top-nav__list > li > a span {
    position: relative;
    z-index: 10;
    color: #FFF;
}
.top-nav__list .parent > ul {
    position: absolute;
    display: none;
    background: #fff;
    text-align: left;
    padding: 5px 15px;
    border: 1px solid #bbb;
    z-index: 10;
    box-shadow: 2px 2px 3px rgba(0,0,0,.4);
}
.top-nav__list .parent:hover > ul {
    display: block;
}
.top-nav__list .parent > ul li {
    margin-left: 0px;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    display: block;
}
.top-nav__list li a, .top-nav__item a {
    color: #292929;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
}
.top-nav__list .parent > ul li a {
    font-size: 16px;
} 







.canvas-page {
	
}
.canvas-page .right-part {
	padding: 25px;
}
.canvas-page .section {
	margin-bottom: 20px;
}
.canvas-page .section.order-hidden-params .hidden-data {
    display: none;
}
.canvas-page .section h3 {
    margin-top: 0px;
}
.canvas-page p {
	font-size: 16px;
}
.canvas-page .properties select,
.canvas-page .user-data input,
.canvas-page .section textarea {
    padding: 5px;
    font-size: 13px;
    border: 1px solid #f09c15;
    background-color: #fff4e2;
    outline: none;
}
.canvas-offer .button-row {
    position: absolute;
    right: 45px;
    top: -58px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}
.canvas-offer .edit-button-block {
	display: none;
}
.canvas-offer .edit-button-block.active {
	display: block;
}
.canvas-offer .button-row .crop-orientation {
    display: none;
    margin-right: 15px;
}
.canvas-offer.picture-downloaded .button-row .crop-orientation {
    display: block;
}
.canvas-offer .total-price .row {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.canvas-offer .total-price .row:before,
.canvas-offer .total-price .row:after {
    content: none;
}
.canvas-offer .picture-block {
	background-size: cover;
	background-position: center;
	width: 720px;
	height: 400px;
	margin: 30px 0px;
	margin-top: 6px;
}
.order-online-view .picture-block {
	width: 100%;
	height: 450px;
}
.order-online-view.shirt-order .picture-block {
	height: auto;
}
.order-online-view .picture-block .users-picture {
	max-height: 100%;
	max-width: 95%;
}
#canvas-picture.downloaded {
	height: 720px;
	border: 1px solid #aaa;
	background-size: contain;
	background-repeat: no-repeat;
}
#cute-area {
	position: relative;
	width: 300px;
	height: 300px;
	border: 1px solid #000;
	display: none;
    text-shadow: 1px 1px #f09c15;
    text-align: center;
}
.downloaded #cute-area {
	display: block;
}
.downloaded.croped #cute-area {
	display: none;
}
#cute-area:before {
	content: '';
	position: absolute;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	top: 1px;
	left: 1px;
	border: 1px solid #f09c15;
}
#cute-area .ui-resizable-handle.ui-icon {
    width: 25px;
    height: 25px;
    background-image: none;
    background: #f09c15;
    opacity: 0.5;
}
.canvas-offer .picture-tips {
	display: none;
}
.canvas-offer .picture-tips.active {
	display: block;
}
.canvas-offer .picture-tips p {
	font-size: 16px;
}

.picture-tips.crop-tip.active + .picture-tips.quality-tip.active {
	margin-top: 20px;
	padding-top: 25px;
	border-top: 1px solid #777;
}
.picture-tips.quality-tip label {
	font-size: 15px;
	border: none;
	font-weight: normal;
}
.picture-tips.quality-tip input[name=poor-quality-accept] {
	margin-right: 15px;
	width: auto;
}
.canvas-offer .fileinput-block {
    margin-bottom: 6px;
}
.canvas-offer .fileinput-block .file-button,
.canvas-offer .fileupload-block .file-button,
.canvas-offer .section #submit-form {
    padding: 5px;
    text-align: center;
    background: #f09c15;
    color: #FFF;
    width: 80%;
    margin: auto;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.canvas-offer .fileinput-block .file-button:hover,
.canvas-offer .fileupload-block .file-button:hover {
    background: #ffdfb8;
}
.canvas-offer .dropzone {
	width: 100%;
	height: 150px;
	border: 2px dashed #aaa;
	color: #aaa;
	line-height: 150px;
	text-align: center;
}
.canvas-offer .dropzone.dragover {
	color: green;
	border: 2px dashed #000;
}
.canvas-offer #uploads {
	display: none;
}
.canvas-offer #uploads.active {
	display: block;
}
.canvas-offer .properties {
	list-style: none;
	font-size: 18px;
	padding-left: 0px;
}
.shirt-page .properties li {
	clear: both;
	margin-bottom: 25px;
}
.immortal .canvas-offer h3 {
    margin-top: 0px;
}
.canvas-offer .canvas-services {

}
.canvas-offer .canvas-services .service-item {
	position: relative;
}
.canvas-offer .canvas-services .service-item .variants-data {
    font-size: 14px;
    padding-left: 35px;
}
.canvas-offer .canvas-services .service-item label {
	cursor: pointer;
	font-weight: normal;
}
.canvas-offer .canvas-services .service-item label i {
	color: #f09c15;
	margin-left: 5px;
	font-size: 16px;
}
.canvas-offer .canvas-services .service-item .variants {
    display: none;
    padding-left: 20px;
    padding-bottom: 10px;
}
.canvas-offer .canvas-services .service-item.active .variants {
    display: block;
}
.canvas-offer .canvas-services .service-item .variant-item {
    
}
.canvas-offer .canvas-services .variant-item span {
    display: inline-block;
    margin-left: 5px;
}
.canvas-offer .canvas-services .service-item .tip-info {
	position: absolute;
	width: 100%;
	bottom: 30px;
	background: #eee;
	border: 1px solid #bbb;
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	padding: 10px;
	color: #000;
	display: none;
}
.canvas-offer .canvas-services .service-item.show-tip .tip-info {
	display: block;
}
.canvas-services .service-item input {
	width: auto;
}
.error-page {

}
.error-page .content {
	padding: 150px 0px;
	border: 1px solid #ddd;
	background: #f3f3f3;
	color: #F00;
	font-size: 18px;
	text-align: center;
}

.order-complete-success-page {

}
.order-complete-success-page .content {
	padding: 20px 0px;
	border: 1px solid #ddd;
	background: #f3f3f3;
	color: #000;
	font-size: 16px;
	text-align: center;
}
.order-complete-success-page .content h3 {
	font-size: 27px;
	margin-bottom: 25px;
}
.order-complete-success-page .content p {
    margin-bottom: 5px;
}
.order-online-index .list-picture-icon,
.references-index .list-picture-icon {
	text-align: center;
}
.order-online-index .list-picture-icon img,
.references-index .list-picture-icon img {
	max-width: 125px;
	max-height: 100px;
}
select#orderonline-status {
	padding: 7px 10px;
	border-color: #c1c1c1;
}
select.canvas-material-select,
select.canvas-name-select,
input.shirt-name-select,
select.shirt-name-select {
	width: 250px;
	font-size: 15px;
	padding: 4px;
	border: 2px solid #aaa;
	border-radius: 4px;
}
input.shirt-name-select,
select.shirt-name-select {
	width: 100px;
	padding: 5px;
	float: right;
}
.manager-page {

}
.manager-page .row {
	margin-bottom: 10px;
    padding-top: 15px;
}
.settings-page {

}
.settings-page .setting-row {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 37px;
}
.settings-page .setting-row .price-row {
    clear: both;
}
.settings-page .setting-row .setting-title {
    line-height: 20px;
}
.settings-page .setting-row .setting-input {
	padding: 5px 10px;
	border-radius: 4px;
	border: 1px solid #999;
	line-height: 25px;
}
.footer .policy-link {
	margin-right: 30px;
}
body > .grey-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	transform: scale(0);
	transform-origin: center;
	transition: all 0.5s ease;
}
body.popup-show > .grey-overlay {
	transform: scale(1);
}
.popup-block {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(0);
	border: 1px solid #ccc;
	box-shadow: 4px 4px 7px rgba(0,0,0,.5);
	z-index: 1000;
	width: 80%;
	transform-origin: center;
	transition: all 0.5s ease;
}
body.popup-show > .popup-block {
	transform: translateX(-50%) translateY(-50%) scale(1);
}
.popup-block .popup-wrapper {
	background: #FFF;
}
.popup-block .popup-title {
	padding: 15px 0px;
	height: 20px;
	line-height:20px;
	background: #555;
}
.popup-block .popup-title .popup-close {
    position: absolute;
    right: 7px;
    top: 5px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.popup-block .popup-title .popup-close:before,
.popup-block .popup-title .popup-close:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #FFF;
    top: 10px;
    left: 0px;
    transform: rotate(-45deg);
}
.popup-block .popup-title .popup-close:after {
    transform: rotate(45deg);
}
.popup-block .popup-content {
	/*padding: 30px 50px;*/
}
.editor-block  {

}
.editor-block .container {
	width: calc(100% - 30px);
}
.editor-block .editor-tools-wrapper {
	border-bottom: 1px solid #ccc;
	background: #eee;
}
.editor-block .tools-list {
	padding: 10px;
}
.editor-block .tools-list .tool-item {
	font-size: 15px;
	margin-right: 10px;
	position: relative;
}
.editor-block .tools-list .tool-item.control-active {
	background: #fbf5d8;
	border-color: #aaa;
}
.editor-block .tools-list .tool-item i {
	font-size: 18px;
}
.editor-block .tools-list .tool-item.sepia-tool i {
	color: #de973c;
}
.editor-block .tools-list .tool-item.paint-tool i {
	color: #e0604a;
}
.editor-block .tools-list .tool-item.brightness-tool i {
	color: #f9c324;
}
.editor-block .tools-list .tool-item.contrast-tool i {
	color: #a91212;
}
.editor-block .tools-list .tool-item.colorize-tool i {
	color: #a72ee2
}
.editor-block .tool-item .control-block {
	display: block;
	padding: 16px 20px;
	background: #FFF;
	border: 1px solid #aaa;
	border-radius: 5px;
	position: absolute;
	bottom: -52px;
	left: 50%;
	transform: translateX(-50%);
	width: 210px;
	display: none;
	box-shadow: 4px 4px 7px rgba(0,0,0,.4);
}
.editor-block .tool-item.control-active .control-block {
	display: block;
}
.editor-block .editor-picture-wrapper {
	padding: 20px;
}
.editor-block .editor-picture-wrapper .picture-block {
	text-align: center;
	min-height: 60vh;
}
.editor-block .editor-picture-wrapper .picture-block img {
	max-width: 100%;
	max-height: 67vh;
}
.editor-block .editor-buttons-wrapper {
	padding: 10px 0px;
	border-top: 1px solid #ccc;
	background: #e5e5e5;
}
.editor-block .editor-buttons-wrapper .container,
.editor-block .editor-tools-wrapper .container {
	background: none;
}
.editor-block .editor-buttons-wrapper a {
	margin-right: 10px;
}
.loading-effect {
    display: none;
}
.loading-effect.active {
    display: block;
} 
.loading-effect .overflow {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,.2);
}
.editor-block .loading-effect .icon,
.loading-effect .icon,
.canvas-page .loading-effect .icon {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: none;
	color: #FFF;
	font-size: 20px;
    text-align: center;
    
}
.loading-effect .icon progress {
    display: block;
    width: 300px;
    height: 25px;
    margin-top: 25px;
} 
.editor-block .loading-effect.active .icon,
.loading-effect.active .icon,
.canvas-page .loading-effect.active .icon {
	display: block;
}
.crop-orientation {
    margin: 0px;
    display: none;
}
.picture-downloaded .crop-orientation {
    display: block;
}
.crop-orientation h3 {
    font-size: 20px;
    margin-bottom: 29px;
    text-align: center;
}
.crop-orientation .icons-block {
    text-align: center;
}
.crop-orientation .orientation-type {
    display: inline-block;
    margin: 0px 14px;
    position: relative;
    width: 30px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}
.crop-orientation .orientation-type:before {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) ;
    border: 1px solid #ddd;
    transition: all 0.5s ease;
}
.crop-orientation .orientation-type.active:before {
    box-shadow: 0px 0px 10px rgba(59, 131, 204, 0.68);
    border-color: rgba(140, 194, 247, 0.5);
}
.crop-orientation .orientation-type .icon {
    
}
.crop-orientation .orientation-type .icon:before,
.crop-orientation .orientation-type .icon:after {
    content: '';
    position: absolute;
    width: 10px; 
    height: 5px;   
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    top: 0px;
    left: 0px;
}
.crop-orientation .orientation-type .icon:after {
    top: auto;
    bottom: 0px;
    transform: scaleY(-1);
}
.crop-orientation .orientation-type .icon.left {
}
.crop-orientation .orientation-type .icon.right {
    border-right: 1px solid #aaa;
    border-right: none;
}
.crop-orientation .orientation-type .icon.right:before,
.crop-orientation .orientation-type .icon.right:after {
    left: auto;
    right: 0px;
    border-right: 1px solid #aaa;
    border-left: none;
}
.crop-orientation .orientation-type.active  .icon{
}
.crop-orientation .orientation-type.vertical  {
    width: 20px;
    height: 30px;
}
.crop-orientation .orientation-type.vertical .icon:before,
.crop-orientation .orientation-type.vertical .icon:after {
    width: 5px; 
    height: 10px;
}

.canvas-offer .over-picture-buttons {
    margin-bottom: 0px;
    margin-top: 20px;
    display: none;
}
.canvas-offer .picture-downloaded .over-picture-buttons {
    display: block;
}
.canvas-offer .over-picture-buttons .draggable-control {
    margin-bottom: 0px;
}
.over-picture-buttons .draggable-control a:not(.active) {
    background: #eee;
    color: #444;
    border-color: #ccc;
}
.canvas-offer .over-picture-buttons .border-control {
    float: right;
}

.canvas-offer .picture-block-wrapper {
    height: 750px;
    width: 720px;
    overflow: hidden;
}
.canvas-offer .shirt-picture {
	position: relative;
	height: 445px;
	height: 100%;
}

.shirt-picture .print-area {
    position: absolute;
    width: 390px;
    height: 565px;
    left: 146px;
    top: 145px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
    display: none;
    border: 1px dashed #3d9bc7;
}
.picture-downloaded .shirt-picture .print-area {
    display: block;
}
.edit-end .shirt-picture .print-area:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.no-border .shirt-picture .print-area {
	border-color: transparent;
}
.contain-size .shirt-picture .print-area {
	background-size: contain;
}
.shirt-picture .print-area .print-format {
	border: 1px solid #b91440;
	overflow: hidden;
	position: relative;
}
.no-border .shirt-picture .print-area .print-format {
    border-color: transparent;
}
.shirt-picture .print-area .print-format:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 5;
}
.shirt-picture .print-area .print-format.ui-draggable {
	cursor: pointer;
}
.shirt-picture .print-area .image-block {
	max-width: 100%;
	max-height:100%;
	position: absolute;
	top: 0px;
	left: 0px;
    z-index: 1;
}
.draggable-img .shirt-picture .print-area .image-block {
    z-index: 10;
}
.shirt-picture .print-area .image-block.scaled {
	max-width: none;
	max-height: none;
}
.picture-block-area {
    position: relative;
}

.picture-block-area .zoom-block,
.canvas-block .zoom-block {
    position: absolute;
    padding: 10px;
    background: rgba(0, 0, 0, 0.77);
    top: 140px;
    left: 15px;
    z-index: 10;
    display: none;
}
.canvas-block .zoom-block {
    left: auto;
    top: 100px;
    right: 39px;
    opacity: 0.5;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.canvas-block .zoom-block:hover {
    opacity: 1;
}
.picture-downloaded.picture-block-area .zoom-block,
.canvas-block .zoom-block {
    display: block;
}
.picture-block-area .zoom-block .fa,
.canvas-block .zoom-block .fa {
    color: #FFF;
    font-size: 16px;
}
.picture-block-area .zoom-block .zoom-slider-wrapper,
.canvas-block .zoom-block .zoom-slider-wrapper {
    margin-top: 12px;
    cursor: pointer;
}
.picture-block-area .zoom-block .zoom-slider,
.canvas-block .zoom-block .zoom-slider {
    height: 350px;
    width: 2px;
    background: #eee;
    margin-left: 6px;
}
.picture-block-area .zoom-block .zoom-slider:before,
.canvas-block .zoom-block .zoom-slider:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 1px;
    left: -16px;
    top: 174px;
    background: #aaa;
}
.picture-block-area .zoom-block .zoom-slider:after,
.canvas-block .zoom-block .zoom-slider:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: -8px;
    top: 166px;
    border-radius: 50%;
    background: rgba(255,255,255,.4);
}
.canvas-block .zoom-block .zoom-slider:after {
    top: 113px;
}
.picture-block-area .zoom-slider .ui-slider-handle,
.canvas-block .zoom-slider .ui-slider-handle {
    border: 1px solid #FFF;
    background: #ddd;
    border-radius: 50%;
    left: -8px;
    outline: none;
}

.picture-block-area .picture-tuning {
	width: 720px;
	text-align: center;
	margin-bottom: 55px;
	display: none;
	position: relative;
}
.picture-block-area .picture-tuning.active {
	display: flex;
}
.picture-block-area .picture-tuning:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(255,255,255,.5);
	z-index: 10;
	display: none;
}
.picture-block-area .picture-tuning.used:before {
	display: block;
}
.picture-block-area .picture-tuning .tuning-col {
	width: 25%;
}
.picture-block-area .tuning-col h4 {
	border-bottom: 1px solid #333;
}
.picture-block-area .tuning-col .picture-orientation {
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.picture-block-area .tuning-col .picture-orientation.active {
	box-shadow: 0px 0px 10px rgba(59, 131, 204, 0.68);
	border-color: rgba(140, 194, 247, 0.5);
}
.picture-block-area .picture-tuning .picture-size {
	font-size: 17px;
	line-height: 1.2em;
	padding: 15px;
	cursor: pointer;
	height: 70px;
	transition: all 0.3s ease;
}
.picture-block-area .picture-tuning .picture-size.active {
	box-shadow: 0px 0px 10px rgba(59, 131, 204, 0.68);
	border-color: rgba(140, 194, 247, 0.5);
}
.picture-block-area .picture-tuning .picture-size.contain {

}
.picture-block-area .picture-tuning .picture-position {
	width: 50%;
	height: 150px;
	line-height: 159px;
	position: relative;
}
.picture-block-area .picture-tuning .position-button {
	position: absolute;
	font-size: 27px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #bbb;
	border-radius: 3px;
	cursor: pointer;
	left: calc(50% - 20px);
	top: 0px;
	transition: all 0.15s ease;
}
.picture-block-area .picture-tuning .position-button:active {
	border-top-width: 3px;
	border-left-width: 3px;
}
.picture-block-area .picture-tuning .position-button.right {
	left: calc(85% - 40px);
	top: calc(50% - 20px);
}
.picture-block-area .picture-tuning .position-button.down {
	top: auto;
	bottom: 0px;
}
.picture-block-area .picture-tuning .position-button.left {
	left: 15%;
	top: calc(50% - 20px);
}
.picture-block-area .picture-tuning .submit-button {
	font-size: 17px;
    color: #2d70af;
    width: 168px;
    display: inline-block;
    line-height: 18px;
    cursor: pointer;
    white-space: normal;
    padding: 7px;
}

.picture-block-area .picture-tuning .picture-scale-block {
}
.picture-block-area .picture-tuning .picture-scale-block h4 {
	margin-bottom:25px;
}
.picture-block-area .picture-tuning .picture-scale {
	font-size: 27px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #bbb;
	border-radius: 3px;
	cursor: pointer;
	vertical-align: top;
	margin: 0 15px;
	color: #3170b3;
	transition: all 0.15s ease;
}
.picture-block-area .picture-tuning .picture-scale:active {
	border-top-width: 3px;
	border-left-width: 3px;
}
.photo-print-page {
/*    margin-top:  20px;*/
}
.photo-print-page .page-content {
    display: flex;
}
.photo-print-page .page-content .photo-area {
    flex: 1 1 75%;
}
.photo-print-page .photo-area .picture-list {
    display: flex;
    flex-wrap: wrap;
}
.photo-print-page .picture-list .picture-item {
    flex: 1 1 calc(33.3333% - 30px);
    max-width: calc(33.3333% - 30px);
    margin-right: 30px;
    position: relative;
    margin-bottom: 20px;
} 
.photo-print-page .photo-area #picture-upload {
    background: #e1e1e1;
    background-image: url(../images/attach.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 205px;
    cursor: pointer;
}
.photo-print-page #picture-upload .tip {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #000;
}
.photo-print-page #picture-upload .top-tip {
    top: 7px;
}
.photo-print-page #picture-upload .bottom-tip {
    bottom: 7px;
}
.photo-print-page .page-content .info-area {
    flex: 1 1 25%;
    font-size: 16px;
    color: #000;
}
.photo-print-page .info-area .section {
     margin-bottom: 29px;
}
.photo-print-page .info-area .section .title {
    font-size: 16px;
}
.photo-print-page .info-area .info-section {

}
.photo-print-page .info-area .section-title,
.photo-print-page .info-section .section-title {
    margin-top: 0px;
    position: relative;
    padding-left: 34px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333;
}
.photo-print-page .info-area .section-title:before,
.photo-print-page .info-section .section-title:before {
    content: '';
    width: 26px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.photo-print-page .info-section .section-title:before {
    background-image: url(../images/info-icon.png);
}
.photo-print-page .info-section .text {
}
.photo-print-page .settings-section {
}
.photo-print-page .settings-section .section-title:before {
    background-image: url(../images/settings-icon.png);
}
.photo-print-page .settings-section .price-block {
    margin-bottom: 12px;
}
.photo-print-page .settings-section .price-data {
}
.photo-print-page .settings-section .action-block {
}
.photo-print-page .settings-section .select-row {
    display: flex;
    justify-content: space-between;
}
.photo-print-page .settings-section .select-row .button {
    flex: 1 1 auto;
    max-width: calc(50% - 8px);
    color: #FFF;
    font-size: 14px;
    background: #9b9b9b;
    padding: 6px 0px;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.photo-print-page .settings-section .select-row .button:hover {
    color: #FFF;
}
.photo-print-page .settings-section .select-row .button:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    left: 7px;
    top: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #999;
}
.photo-print-page .settings-section .select-all:before  {
    background-image: url(../images/select-icon.png);
}
.photo-print-page .settings-section .clear-select:before  {
    background-image: url(../images/checkbox-icon.png);
}
.photo-print-page .settings-section .delete-row {
    margin-top: 16px;
}
.photo-print-page .settings-section .delete-row .button {
    text-align: center;
    padding: 6px 0px;
    color: #FFF;
    font-size: 14px;
    background: #9b9b9b;
    cursor: pointer;
    transition: all 0.3s ease;
}
.photo-print-page .settings-section .delete-row .button:hover {
    color: #FFF;
}
.photo-print-page .settings-section .settings-block {
}
.photo-print-page .settings-section .input-row,
.photo-print-page .params-content .input-row,
.photo-print-page .user-data .input-row {
    margin-top: 16px;
}
.photo-print-page .format-select .format-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.photo-print-page .format-select .format-row select, 
.photo-print-page .format-select .format-row input {
    width: 45% !important;
    display: block;
    text-align: right;
}
.photo-print-page .settings-section .input-field,
.photo-print-page .params-content .input-field,
.photo-print-page .user-data .input-field,
.canvas-page .office-select .input-field{
    padding: 5px;
    font-size: 13px;
    border: 1px solid #f09c15;
    width: 100%;
    background-color: #fff4e2;
}
.photo-print-page .settings-section option {
}
.photo-print-page .settings-section .user-data {
    margin-top: 28px;
    padding-top: 12px;
    border-top: 2px solid #f4a33c;
}
.photo-print-page .settings-section .submit-block {
    margin-top: 16px;
}
.photo-print-page .settings-section .submit-button {
    cursor: pointer;
    background: #f4a33c;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 8px;
    transition: all 0.3s ease;
}
.photo-print-page .settings-section .submit-button:hover {
    color: #FFF;
}

.photo-print-page .settings-section .cut-input {
    
}
.cut-input .title {
    font-size: 17px;
}
.cut-input .row-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cut-input .row-content .input-col {
    width: 48%;
    margin-bottom: 15px;
}
.cut-input .row-content .input-col.operator {
    width: 100%;
}
.cut-input .row-content .input-col .picture {
    height: 80px;
/*    width: 120px;*/
    background: url(../images/crop_pic5.jpg) center center no-repeat;
    border: 1px solid #ccc;
    margin: auto;
    margin-bottom: 6px;
}
.cut-input .row-content .input-col.cover .picture {
    background-size: cover;
}
.cut-input .row-content .input-col.contain .picture {
    background-size: contain;
    background-image: url(../images/crop_pic6.png);
}
.cut-input .row-content .input-col .desc {
    font-size: 12px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.cut-input .row-content .input-col input {
    width: 26px;
    margin: 0;
}
.cut-input .row-content .input-col input + label {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
}

.photo-print-page .prices-section {
}
.photo-print-page .prices-section .section-title:before {
    background-image: url(../images/rouble-icon.png);
}
.photo-print-page .prices-section table {
    width: 100%;
    font-size: 14px;
}
.photo-print-page .prices-section tbody {
}
.photo-print-page .prices-section tr {
    border-bottom: 1px solid #000;
}
.photo-print-page .prices-section tr:last-child {
    border-bottom: none;
}
.photo-print-page .prices-section td {
    padding: 3px;
    text-align: center;
}
.photo-print-page .prices-section td:nth-child(1) {
    text-align: left;
}
.photo-print-page .tips-section {
}
.photo-print-page .tips-section .section-title:before {
    background-image: url(../images/tips-icon.png);
}
.photo-print-page .tips-section .text {
}
.photo-print-page .tips-section p {
    margin: 0px;
}

.photo-print-page .section .input-row {
    
}

.photo-print-page .picture-block {
    position: relative;
}
.photo-print-page .picture-block .image {
    height: 190px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color:  #292929;
}
.photo-print-page .over-sized .picture-block .image {
    background-image: url(../images/over-size.jpg) !important;
}
.photo-print-page .picture-cover .picture-block .image {
    background-size: cover;
}
.photo-print-page .picture-block .icon-list {
}
.photo-print-page .picture-block .icon-list .icon {
    width: 18px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    color: #aaa;
}
.photo-print-page .picture-block .icon-list .icon.delete {
    right: 2px;
    top: 5px;
}
.photo-print-page .picture-block .icon-list .icon.zoom {
    right: 2px;
    bottom: 2px;
}
.photo-print-page .picture-block .icon-list .icon.cut {
    left: 2px;
    bottom: 5px;
}
.photo-print-page .picture-item .icon-list .icon.select {
    top: 4px;
    left: 3px;
}
.photo-print-page .picture-item .icon-list .icon.fa-check-square-o {
     display: none;   
}
.photo-print-page .picture-item.selected .icon-list .icon.fa-check-square-o {
    display: block;
    color: #EEE;
}
.photo-print-page .picture-item.selected .icon-list .icon.fa-square-o {
    display: none;
}
.photo-print-page .picture-block .layer {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 0.3s ease;
}
.photo-print-page .picture-block .layer:hover {
    opacity: 1;
}
.photo-print-page .picture-block .layer:before,
.photo-print-page .picture-block .layer:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0px;
    top: calc(50% - 1px);
}
.photo-print-page .picture-block .layer:after {
    width: 2px;
    height: 100%;
    left: calc(50% - 1px);
    top: 0px;
}
.photo-print-page  .layer .part {
    position: absolute;
    width: calc(50% - 1px);
    height: calc(50% - 1px);
    background: rgba(0,0,0,.5);
    color: #FFF;
    opacity: 0;
    cursor: pointer;
    text-align: center;
    line-height: 94px;
    font-size: 32px;
    transition: all 0.3s ease;
}
.photo-print-page  .layer .part:hover {
    opacity: 1;
    text-decoration:  none;
}
.photo-print-page  .layer .part.delete {
    right: 0px;
    top: 0px;
}
.photo-print-page .picture-block .icon-list .icon:before {
    color: #f09c15;
}
.photo-print-page  .layer .part.zoom {
    right: 0px;
    bottom: 0px;
}
.photo-print-page  .layer .part.cut {
    left: 0px;
    bottom: 0px;
}
.photo-print-page  .layer .part.select {
    left: 0px;
    top: 0px;
}
.photo-print-page  .layer .part.fa-square-o,
.photo-print-page .selected .layer .part.fa-check-square-o {
    display: none;
}
.photo-print-page .selected .layer .part.fa-square-o {
    display: block;
}
.photo-print-page .params-block {
}
.photo-print-page .params-block .button-block {
    background: #e1e1e1;
    padding: 8px 6px;
    color: #000;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}
.photo-print-page .params-block .button-block:before {
    content: '';
    position: absolute;
    border-top: 7px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    top: 14px;
    right: 6px;
    transition: all 0.5s ease;
}
.photo-print-page .params-block.full .button-block:before {
    transform: rotate(180deg);
}
.photo-print-page .params-block .params-content {
    height: 0px;
    position: absolute;
    overflow: hidden;
    z-index: 10;
    background: #FFF;
    width: 100%;
    padding: 10px;
    text-align: center;
    opacity: 0;
    border: 1px solid #bbb;
    border-top: none;
    transition: all 0.5s ease;
}
.photo-print-page .params-block.full .params-content {
    height: auto;
    padding: 10px;
    opacity: 1;
}
.photo-print-page .photo-area .source-block {
    display: none;
}
.photo-print-page .picture-list .button-row {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}
.photo-print-page .picture-list .button-row a {
    font-size: 12px;
    color: #fb961a;
}
.settings-page.settings-orders {

}
.settings-page.settings-orders .title {
    padding-left: 15px;
    border-bottom: 1px solid #333;
    padding-top: 50px;
    margin-bottom: 30px;
}
.settings-page.settings-orders .section-content {
    padding-left: 15px;
}
.settings-page.settings-orders textarea {
    width: 650px;
    height: 120px;
    max-width: 100%;
}
.photoprint-page {
    margin-top: 50px;
}
.photoprint-page > .btn {
    margin-bottom: 15px;
}
.photoprint-page .photo-list {
    padding-right: 50px;
} 
.photoprint-page .photo-list .photo-item {
    border-bottom: 1px solid #999;
    margin-bottom: 35px;
    padding-bottom: 35px;
    margin-left: 20px;
}
.photoprint-page .photo-item .users-picture {
    max-width: 100%;
    max-height: 150px;
}
.photoprint-page .photo-item p {
    margin: 0;
}
.editor-block.cut-editor .editor-picture-wrapper .picture-block {
    min-height: none;
}
.editor-block .editor-picture-wrapper .picture-block .img {
    max-height: 550px;
    max-width: 1200px;
    max-width: 100%;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.immortal #canvas {
    display: block;
    margin: auto;
    margin-top: 30px;
    transform-origin: left top;
    transform: scale(0.3);
}
.immortal .template-block {
    margin-top: -20px;
}
.immortal .template-block .template-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.immortal .template-list .template-item {
    width: 22%;
    background: url(../images/polk_back.png);
    background-size: contain;
    background-position: center;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}
.immortal .template-list .template-item.current {
    box-shadow: 2px 2px 5px 6px rgba(0,0,0,.3);
}
.immortal .template-list .template-item i.fa {
    position: absolute;
    font-size: 27px;
    color: #0b9444;
    opacity: 0;
    left: 33px;
    top: 43px;
}
.immortal .template-list .template-item.current i.fa {
    opacity: 1;
}
.immortal .template-item img {
    max-width: 100%;
}
.immortal .person-block {
    
}
.immortal .person-block .input-item {
    position:  relative;
}
.immortal .person-block .input-item .delete-icon {
    color: #b91440;
    position: absolute;
    right: 10px;
    top: 9px;
    cursor: pointer;
}
.immortal .person-block .input-item .delete-icon:after {
    content: 'Удалить строку';
    position: absolute;
    top: -20px;
    left: -15px;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 3px 7px;
    font-family: 'RalewayRegular';
    color: #777;
    white-space: nowrap;
    background: #FFF;
    opacity: 0;
    transition: all 0.5s ease;
}
.immortal .person-block .input-item .delete-icon:hover:after {
    opacity: 1;
}
.immortal .person-block input {
    margin-bottom: 15px;
}
.immortal .person-block legend {
    font-size: 15px;
}
.immortal .person-block #fio-explode {
    display: inline-block;
    width: auto;
    vertical-align: top;
}
.immortal .warning-sign + .text {
    font-size: 16px;
    color: #777;
    margin-bottom: 20px;
    height: 0px;
    overflow: hidden;
    transition: 0.5s ease;
}
.immortal .warning-sign + .text.show {
    height: auto;
}
.delivery-block {
    margin-bottom: 50px;
}
.delivery-block input#delivery-check {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: text-bottom;
    margin-left: 15px;
}
#delivery-region {
    font-size: 16px;
    margin-top: 15px;
    height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.delivery-active #delivery-region {
    height: 68px;
}
#delivery-region select {
    padding: 6px 10px;
    border-color: #ccc;
    border-radius: 5px;
}
.delivery-block  #delivery-region .tip {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #777;
}
.nav-trigger {
    text-decoration: none !important;
    color: #292929;
    margin-left: 15px;
    height: 30px;
    width: 30px;
    clear: both;
}
.nav-trigger:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 30px;
    color: #f09c15;
}
.nav-trigger.active:before {
    content: '\f00d';
}

.photo-print-page {
    
}
.photo-print-page .step-block {
    margin-bottom: 60px;
}
.photo-print-page .step-block .step-content {
    display: flex;
}
.photo-print-page .step-block .step-item {
    display: flex;
    align-items: center;
    width: 20%;
}
.photo-print-page .step-block .num {
    color: #fb961a;
    font-size: 55px;
    margin-right: 5px;
}
.photo-print-page .step-block .text {
    font-size: 12px;
    line-height: 1.2em;
}
.photo-print-page .step-block .sign {
    position: relative;
    min-width: 30px;
    height: 100%;
}
.photo-print-page .step-block .sign i:before,
.photo-print-page .step-block .sign i:after {
    content: '';
    position: absolute; 
    width: 32px;
    height: 1px;
    background: #ccc;
    transform: rotate(70deg);
    top: 22px;
    left: -10px;
}
.photo-print-page .step-block .sign i:nth-child(2):before,
.photo-print-page .step-block .sign i:nth-child(2):after {
    left: -4px;
}
.photo-print-page .step-block .sign i:after {
    top: 52px;
    transform: rotate(-70deg);
}



.mobile-only {
    display: none !important;
}
@media (max-width: 1200px) {
    .immortal #canvas {transform: scale(0.7) translate(-21%, -20%);}
}

@media (max-width: 610px) {
    .mobile-only {display: block !important;}
    .mobile-only-i {display: inline-block !important;}
    .mobile-hide {display: none !important;}
    h1 {font-size: 27px;}
    .header .container-fluid {padding: 10px;display: flex;flex-direction: row-reverse;justify-content: space-between;}
    .header .container-fluid:before,
    .header .container-fluid:after {content: none;}
    .header .nav-trigger {margin: 0;}
    .canvas-offer .edit-button-block {right: auto;left: 15;}
    .canvas-offer .picture-block {width: 100%;height: 280px;margin: 0px;}
    .canvas-offer .picture-block.downloaded {margin-top: 35px;}
    .canvas-offer .dropzone {display: none;}
    .top-nav {width: 100%;height: auto !important;background: #fb961a;position: absolute;top: 59px;display: block !important;transform: translateX(-110%);transition: all 0.7s ease-out;z-index: 10;}
    .top-nav.show {transform: translateX(0);}
    .top-nav:before {content: none;}
    .top-nav__list {padding: 30px 30px 15px;}
    .top-nav__list > li.current > a:before,
    .top-nav__list > li:hover > a:before {content: none;}
    .top-nav__list {display: block;}
    .top-nav__list > li > a:before {height: 35px; top: 0px;}
    .top-nav__list .parent > ul {left: 50%; transform: translateX(-50%); z-index: 100;}
    .top-nav__list > li:before, .top-nav__list > li:last-child:after {content: none;}
    .top-nav__list > li {text-align: left;}
    .top-nav__list .parent > ul.menu-level-2 {display: none;height: auto;position: relative;background: none;border: none;box-shadow: none;top: 0px;padding: 0 15px 20px;}
    .top-nav__list .parent > ul.menu-level-2.open {display: block;}
    .top-nav__list li a, .top-nav__item a {color: #ffffff;}
    .header .logo {max-width: 100px;margin-bottom: 0;}
    .header .header-phone {margin-left: 0;display: none;}
    .header .header-phone a {font-size: 15px;}
    .wrap > .container,
    footer > .container {padding: 10px;}
    .editor-block .editor-picture-wrapper .picture-block {min-height: 30vh;}
    .editor-picture-wrapper > .container,
    .editor-buttons-wrapper > .container {width: 100%;padding: 0;text-align-last: center;}
    .editor-block .tools-list .tool-item {font-size: 0px;margin-right: 5px;padding: 6px 6px;margin-bottom: 5px;}
    .editor-buttons-wrapper .btn {padding: 3px 8px;margin-bottom: 5px;font-size: 12px;}
    .popup-block {width: 90%;}
    .canvas-offer .picture-tips p {font-size: 12px;}
    .picture-tips.quality-tip label {font-size: 13px;}
    .picture-tips.quality-tip input[name=poor-quality-accept] {margin-right: 5px;}
    .canvas-offer .properties {font-size: 16px;}
    .canvas-page .section {margin-bottom: 5px;}
    .order-hidden-params .form-group {margin-bottom: 15px;}
    .canvas-offer .button-row {position: static; justify-content: space-between;}
    .photo-print-page .step-block .step-content {display: block;}
    .photo-print-page .step-block .step-item {width: 100%;}
    .photo-print-page .step-block .step-item i {display: none;}
    .photo-print-page .step-block .num {margin: 0 10px;}
    .photo-print-page .step-block {margin-bottom: 30px;}
    .photo-print-page .page-content {display: block;}
    .photo-print-page .photo-area .picture-list {flex-wrap: wrap-reverse;flex-direction: row-reverse;align-items: start;}
    .photo-print-page .picture-list .picture-item {max-width: calc(50% - 7px);margin-right: 0;flex:1 1 calc(50% - 30px)}
    .photo-print-page .picture-list .picture-item:nth-child(2n) {margin-right: 14px;}
    .photo-print-page #picture-upload .bottom-tip {display: none;}
    .photo-print-page #picture-upload .top-tip {padding: 0 10px;}
    .photo-print-page .photo-area #picture-upload {height: 122px;background-position: center 56px;}
    .photo-print-page .photo-area .picture-upload-button,
    .photo-print-page .settings-section .submit-button {padding: 5px;text-align: center; background: #f09c15; color: #FFF;    width: 80%;margin: auto;margin-bottom: 20px;border-radius: 10px; font-size: 16px;}
    .photo-print-page .picture-block .image {height: 122px;}
    #cute-area{width: 160px;height: 160px;}
    .editor-block .editor-picture-wrapper .picture-block .img {max-height: 55vh;}
    .photo-print-page .settings-section .select-row .button {padding-left: 20px;}
    .photo-print-page .format-select .format-row input {max-width: 35%;}
    .photo-print-page .format-select .format-row select {min-width: 50%;}

    .canvas-offer .canvas-services .service-item label {font-size: 13px;}
    .canvas-page .user-data label {display: none;}
    .canvas-page .office-select .row {padding-top: 0;}
    .canvas-offer .properties .prop {margin: 5px 0;display: flex;justify-content: space-between;}
    .canvas-offer .fileinput-block br {display: none;}
    .canvas-offer .order-hidden-params .row {padding-top: 0;}
    .canvas-offer .order-hidden-params .title {font-size: 16px;font-weight: 700;margin: 10px 0;}




}








