@charset "utf-8";*{-webkit-text-size-adjust:none}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}html{background:#fff}body{color:#333;font:12px/16px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;min-width:320px;margin:0 auto;min-height:100%;position:relative;background:#fff}
a{color:#333;text-decoration:none;cursor:pointer;margin:0;padding:0;vertical-align:baseline;-webkit-tap-highlight-color:rgba(255,255,255,0.4)}a:hover{text-decoration:none}p{margin:0 0 15px}input,textarea,select{font:100% "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;vertical-align:middle}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}figure{margin:0;padding:0}ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0;width:100%}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:10px 0;padding:0}
a{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	margin: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
form,fieldset{
	margin: 0;
	padding: 0;
	border-style: none;
}
html{
	background: #fff;
	min-height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	width:100%;
	background:#fff url(../images/bg-body.gif);
}
/* form-control */
.form-control{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 352px;
	height: 35px;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 8px;
	border: 1px solid #a7a7a7;
	background: #fff;
	color: #333;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	box-shadow: none;
	transition: all 0.3s;
	box-sizing: border-box;
	-webkit-appearance: none;
	margin: 0;
}
textarea.form-control{
	width: 100%;
	max-width: 100%;
	min-height: 158px;
	resize: none;
	overflow: auto;
}
.form-control.error{
	border: 1px solid rgba(244, 67, 54, 0.5);
	background: rgba(210, 15, 15, 0.35);
}
.form-control:focus{
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	border-color: #eae7e7;
	outline: none;
}
.form-control::-moz-placeholder{
	color: #b6b6b6;
	opacity: 1;
}
.form-control:-ms-input-placeholder {color: #b6b6b6;}
.form-control::-webkit-input-placeholder {color: #b6b6b6;}
/* end form-control */
/* buttons */
.btn{
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 1px solid transparent;
	text-align: center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	padding: 17px 6px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	width: 100%;
	max-width: 333px;
	box-shadow: inset 1px 1px 0px rgba(255,255,255,.6), inset -1px -1px 0px rgba(255,255,255,.6);
	-webkit-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
	outline: none;
}
.btn-order{
	background: #cc0000;
	border: 1px solid #803300;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.btn-order:hover{
	box-shadow: inset 1px 1px 0px rgba(255,255,255,.6),
				inset -1px -1px 0px rgba(255,255,255,.6),
				1px 1px #803300, 2px 2px #803300;
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
}
.btn-primary{
	background: #489aea;
	background: -moz-linear-gradient(top, #489aea 0%, #217ce5 100%);
	background: -webkit-linear-gradient(top, #489aea 0%,#217ce5 100%);
	background: linear-gradient(to bottom, #489aea 0%,#217ce5 100%);
	border: 1px solid #004580;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.btn-primary:hover{
	box-shadow: inset 1px 1px 0px rgba(255,255,255,.6),
				inset -1px -1px 0px rgba(255,255,255,.6),
				1px 1px #004580, 2px 2px #004580;
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
}
.btn.center{
	margin:0 auto 3px;
	display:block;
}
/* end buttons */
#header{
	width:100%;
	overflow:hidden;
}
#main{
	width:100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow:hidden;
}
#footer{
	width:100%;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.holder{
	margin:0 auto;
	max-width:1020px;
	display:block;
}
.text-hidden{
	position:absolute;
	left:-9999px;
	height:0;
	width:0;
	overflow:hidden;
	text-indent:-9999px;
}
/* header */
#header{background:#ffce0a;}
#header .slogan{
	background:#2d2d2d;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	color:#fff;
	padding:5px 0;
	display:block;
	text-indent:6px;
}
#header > .holder{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.logo{
	display:block;
	width:238px;
	max-width:238px;
	height:84px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat 50%;
}
.logo a{
	display:block;
	position:relative;
	height:100%;
}
#header .frame{
	padding:12px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#header .btn-order{
	width:193px;
}
.list-push{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:230px;
	margin-top:-4px;
	margin-right: 20px;
}
.list-push li{margin-top:4px;}
.list-push a{
	display:block;
	border:1px solid #898100;
	background:#fff;
	overflow:hidden;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:12px;
	line-height:26px;
	padding:0 8px;
	text-align:center;
	cursor: default;
	/*-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateX(0);
	transform: translateX(0);*/
}
.list-push li:nth-child(1) a{color:#fb7c00;}
.list-push li:nth-child(2) a{color:#1172cd;}
.list-push li:nth-child(3) a{color:#009707;}
.list-push li:nth-child(4) a{color:#009795;}
.list-push li:nth-child(5) {width:146px;}
.list-push li:nth-child(5) a{color:#5f00b8;}
/*.list-push a:hover{
	box-shadow:
		1px 1px #898100,
		2px 2px #898100;
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
}*/
nav{
	background:#fff;
	overflow:hidden;
}
nav h2 {
	position: absolute;
	left: -50px;
}
nav ul{
	overflow:hidden;
	margin:0 auto;
	max-width:1020px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
nav ul li{
	width:100%;
	position:relative;
}
nav ul li:after{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	border-left:1px dotted #000;
	height:24px;
	margin-top:-12px;
}
nav ul li:first-child:after{display:none;}
nav ul a{
	display:block;
	text-align:center;
	font-size:16px;
	line-height:70px;
	color:#272727;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	background-color:rgba(255, 255, 255, 1);
	position:relative;
}
nav ul a.active{color:#e59c00;}
nav ul a:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ffce0a;
	bottom: 19px;
	right: 0;
	opacity: 0;
	transition: 0.6s;
}
nav ul a:hover:after{
	opacity: 1;
	transition: 0.6s;
}
/* index-image */
.index-image{
	overflow:hidden;
	position:relative;
	background:url(../img/top/bg-index-image_pc.jpg) no-repeat;
	background-size:100% 100%;
	padding:0 5px;
}
.index-image img{
	display:block;
	width:100%;
}
/*update 24/07*/
.index-image .swiper-slide {
	position: relative;
}
.index-image h2 {
	width: 1280px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background: #1b8613de;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: bold;
}
.index-image p {
	position: absolute;
	right: calc(50% - 640px);
	bottom: 0;
	font-size: 15px;
	color: black;
	font-weight: bold;
	margin: 0;
}
/*end update 24/07*/
.index-image .holder{position:relative;}
.index-image .holder > strong{
	position: absolute;
	top: 0;
	left: -5px;
	right: -5px;
	font-size: 25px;
	line-height: 44px;
	font-weight: 700;
	text-align: center;
	background: rgba(23,122,0,.65);
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0,.45);
}
.select-portrait{
	position:absolute;
	width:34%;
	overflow:hidden;
	left:1%;
	top:47%;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	z-index: 10;
}
.select-portrait:hover{
	-webkit-transform: translate(-3px,-3px);
	transform: translate(-3px,-3px);
}
.block-reason-choosing{
	overflow:hidden;
	margin-bottom:58px;
}
.block-reason-choosing h2{
	background:url(../images/bg-title01.png) 50% 0;
	text-align:center;
	font-size:30px;
	line-height:41px;
	font-weight:bold;
	color:#fff;
	margin:0;
	padding:6px 10px;
}
.block-reason-choosing > ul{
	background:#febf01 url(../images/bg-block-reason-choosing.png) repeat-x 50% 0;
	padding:12px 10px 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.block-reason-choosing > ul li{
	margin:0 5px;
	max-width:184px;
	overflow:hidden;
}
.block-reason-choosing > ul img{
	display:block;
	width:100%;
}
/* block */
.block{
	overflow:hidden;
	margin-bottom:44px;
}
.title-block{
	position:relative;
	background:#ffde00;
	text-align:center;
	font-size:20px;
	line-height:50px;
	color:#000;
	font-weight:bold;
	overflow:hidden;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	margin-bottom:28px;
}
.title-block.merchandise {
    background: #ffde00 url(../images/ico-merchandise.png) no-repeat calc(50% - 205px) 50%;
}
.title-block:after{
	content:'';
	position:absolute;
	border-left:12px solid #fff;
	top:-12px;
	left:8px;
	height:100%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.title-block:before{
	content:'';
	position:absolute;
	border-left:12px solid #fff;
	bottom:-12px;
	right:8px;
	height:100%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.title-block span{
	display:inline-block;
	vertical-align:top;
	padding-left:40px;
}
.title-block span.merchandise{background:url(../images/ico-merchandise.png) no-repeat 0 50%;}
.title-block span.writers{background:url(../images/ico-writers.png) no-repeat 0 50%;}

.list-merchandise{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin:0 -8px 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-merchandise li{
	width:20%;
	max-width:20%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 8px 8px;
}
.list-merchandise .box{
	display:block;
	border:1px solid #d7c24e;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	min-height:100%;
	padding:20px 12px;
	overflow:hidden;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.list-merchandise .box:hover{
	box-shadow:
		1px 1px #ff9a18,
		2px 2px #ff9a18,
		3px 3px #ff9a18;
		-webkit-transform: translate(-3px,-3px);
		transform: translate(-3px,-3px);
}
.list-merchandise .box .image{
	margin:0 auto;
	max-width:150px;
	margin-bottom:4px;
}
.list-merchandise .box .image img{
	display:block;
	width:100%;
}
.list-merchandise h3{
	display:block;
	text-align:center;
	font-size:14px;
	line-height:16px;
	color:#000;
	margin-bottom:10px;
}
.list-merchandise .push{
	display:block;
	background:#ff9a18;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
	position:relative;
	text-align:center;
	font-size:16px;
	line-height:43px;
	color:#fff;
	font-style:normal;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	margin-bottom:4px;
}
.list-merchandise a:hover .push{
	box-shadow:
		1px 1px #c00,
		2px 2px #c00;
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
}
.block .holder > h3{
	text-align:center;
	font-size:16px;
	line-height:20px;
	color:#000;
	margin:0 0 20px;
	display:block;
}
.list-desired-author{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin:0 -9px 8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-desired-author li{
	width:25%;
	max-width:25%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 9px 10px;
}
.list-desired-author .box{
	display:block;
	border:1px solid #d7c24e;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	min-height:100%;
	padding:16px 14px;
	overflow:hidden;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.list-desired-author .box:hover{
	box-shadow:
		1px 1px #ff9a18,
		2px 2px #ff9a18,
		3px 3px #ff9a18;
		-webkit-transform: translate(-3px,-3px);
		transform: translate(-3px,-3px);
}
.list-desired-author .box .image{
	overflow:hidden;
	margin-bottom:16px;
	line-height: 148px;
	text-align: center;
}
.list-desired-author .box .image img{
	display: inline-block;
	vertical-align: middle;
	max-height: 148px;
	max-width: 100%;
}
.list-desired-author h3{
	display:block;
	text-align:center;
	font-size:14px;
	line-height:16px;
	color:#000;
	margin-bottom:14px;
}
.list-desired-author p{
	position: relative;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #4b9c29;
	margin: 0 0 12px !important;
}
.list-desired-author p:after{
	content:"";
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 3px solid transparent;
	border-top: 5px solid #4b9c29;
	border-bottom: 0;
}
.list-desired-author .sub-image{
	overflow: hidden;
	margin-bottom: 8px;
	line-height: 86px;
	text-align: center;
}
.list-desired-author .sub-image img{
	display: inline-block;
	vertical-align: middle;
	max-height: 86px;
	max-width: 100%;
}
.list-desired-author .push{
	display:block;
	background:#ff9a18;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
	position:relative;
	text-align:center;
	font-size:14px;
	line-height:32px;
	font-weight:bold;
	color:#fff;
	font-style:normal;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	margin-bottom:4px;
}
.list-desired-author a:hover .push{
	box-shadow:
		1px 1px #c00,
		2px 2px #c00;
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
}
.main-inner{padding-top:35px;}
/* faq */
.anhor-faq{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -3px 13px;
}
.anhor-faq li{
	width:20%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 3px 7px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.anhor-faq a{
	display:block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align:center;
	position:relative;
	font-size:16px;
	line-height:18px;
	height:46px;
	border:1px solid #000;
	background:#fff;
	width:100%;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translate(0);
	transform: translate(0);
}
.anhor-faq a:hover{
	box-shadow:
		1px 1px #000,
		2px 2px #000;
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
}
.block-about-caricatures{
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	background:#fff;
	overflow:hidden;
	padding:26px 20px;
}
.box-faq{margin-top:26px;}
.box-faq:first-child{margin:0;}
.box-faq:last-child .accordion-child:last-child{background:none;}
.box-faq h3{
	background:#4ba800;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	margin-bottom:3px;
	text-align:center;
	font-size:18px;
	line-height:22px;
	color:#fff;
	padding:8px;
}
.box-faq .accordion-child{
	overflow:hidden;
	background:url(../images/bullet02.gif) repeat-x 0 100%;
	padding-bottom:2px;
}
.box-faq .accordion-child .slide-link{
	display:block;
	position:relative;
	padding:20px 8px 20px 44px;
	font-size:16px;
	line-height:34px;
	color:#0084ff;
	font-weight:bold;
}
.box-faq .accordion-child .slide-link:after{
	content:'Q';
	position:absolute;
	left:0;
	top:20px;
	width:34px;
	height:34px;
	font-size:16px;
	line-height:34px;
	color:#fff;
	font-weight:normal;
	background:#00acd7;
	-moz-border-radius:34px;
	-webkit-border-radius:34px;
	border-radius:34px;
	overflow:hidden;
	text-align:center;
}
.box-faq .accordion-child .slide-link span{
	display:inline-block;
	position:relative;
	vertical-align:top;
}
.box-faq .accordion-child .slide-link span:before{
	position: absolute;
	content: "";
	height: 2px;
	width: 0;
	background: #0084ff;
	transition: width 0.3s ease-in-out;
	left: 0;
	bottom: 0;
}
.box-faq .accordion-child .slide-link:hover span:before{width:100%;}
.box-faq .slide-box{
	overflow:hidden;
	padding:0 0 16px 43px;
	font-size:14px;
	line-height:20px;
}
.box-faq p{
	font-size:14px;
	line-height:20px;
	margin:0;
}
.box-faq mark{
	display:block;
	margin-top:10px;
	color:#ee5ad8;
	margin:10px 0 0;
}
.box-faq .slide-box a{
	color:#0084ff;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.box-faq .slide-box a:before{
	position: absolute;
	content: "";
	height: 1px;
	width: 0;
	background: #0084ff;
	transition: width 0.3s ease-in-out;
	left: 0;
	bottom: 0;
}
.box-faq .slide-box a:hover:before{width:100%;}
/* about */
.list-about{
	overflow:hidden;
	margin-bottom:10px;
}
.list-about li{
	overflow:hidden;
	margin-top:15px;
	background:#fff;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	padding:20px;
}
.list-about li:first-child{margin:0;}
.list-about .image{
	float:left;
	width:34%;
	margin-right:12px;
}
.list-about .image img{
	display: block;
	width: 100%;
}
.list-about .text-box{
	overflow:hidden;
	padding:0 5px;
}
.list-about .text-box h4{
	font-size:18px;
	line-height:20px;
	color:#000;
	margin:0 0 10px;
	font-weight: bold;
}
.list-about .text-box p{
	font-size:14px;
	line-height:20px;
	color:#000;
	margin:0 0 20px;
}
.btn-orange{
	display:inline-block;
	vertical-align:top;
	position:relative;
	text-align:center;
	min-width:166px;
	font-size:16px;
	line-height:43px;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
	background:#ff9a18;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	margin-bottom:4px;
}
.btn-orange:hover{
	box-shadow:
		1px 1px #c00,
		2px 2px #c00;
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
}
.list-about-add{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.list-about-add li{
	width:32.8%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 10px;
	background:#fff;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	padding:14px 10px 60px;
	overflow:hidden;
	position:relative;
}
.list-about-add h4{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background:#4ba800;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	margin:0 0 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size:18px;
	line-height:20px;
	color:#fff;
	height:57px;
	text-align:center;
	padding:2px 14px;
	font-weight: bold;
}
.list-about-add .btn-orange{
	margin:0;
	width:166px;
	position:absolute;
	bottom:12px;
	left:50%;
	margin-left:-83px;
}
.list-about-add .text-box{
	overflow:hidden;
	font-size:14px;
	line-height:20px;
	color:#000;
}
.list-about-add .image{
	float:left;
	width:122px;
	overflow:hidden;
	margin:0 10px 10px 0;
}
.list-about-add .image img{
	display:block;
	width:100%;
}
.list-about-add p{
	margin-bottom:10px;
}
.info-about{
	padding:50px 10px;
	overflow:hidden;
}
.info-about img{
	display:block;
	max-width:100%;
	margin:0 auto;
}
/* block-tabset */
.block-tabset{
	overflow:hidden;
	margin-bottom:48px;
}
.tabset-list{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom:-1px;
	position:relative;
	z-index:2;
}
.tabset-list li{
	width:100%;
	margin-left:5px;
	height:49px;
}
.tabset-list li:first-child{margin:0;}
.tabset-list a{
	display:block;
	background:#404040;
	text-align:center;
	font-size:16px;
	line-height:18px;
	padding:2px;
	height:40px;
	color:#fff;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position:relative;
}
.tabset-list a:hover{
	background:#fff;
	color:#000;
	border:1px solid #6e6e6e;
}
.tabset-list a.active{
	background:#fff;
	color:#000;
	border:1px solid #6e6e6e;
	border-width:1px 1px 0 1px;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	height:49px;
	padding-bottom:12px;
}
.tabset-list li:first-child a.active{
	height:58px;
	padding-bottom:22px;
}
.tabset-list li:last-child a.active{
	height:58px;
	padding-bottom:22px;
}
.tabset-list li:first-child a.active:after{
	content:'';
	position:absolute;
	bottom:0;
	right:-1px;
	width:1px;
	background:#fff;
	height:9px;
}
.tabset-list li:last-child a.active:after{
	content:'';
	position:absolute;
	bottom:0;
	left:-1px;
	width:1px;
	background:#fff;
	height:9px;
}
.block-tabset > div{
	background:#fff;
	border:1px solid #6e6e6e;
	overflow:hidden;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:20px 18px;
	margin-bottom: 40px;
}
.block-tabset-title{
	background:#4ba800;
	text-align:center;
	margin-bottom:20px;
	color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-weight: bold;
	overflow:hidden;
	font-size:18px;
	line-height:38px;
	padding:0 2px;
}
#tab5 .block-tabset{
	margin: 0;
}
#tab5 .block-tabset > div{
	background: transparent;
	border: 0;
	overflow:hidden;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	display: none;
}
#tab5 .block-tabset > div.active{
	display: block;
}

.tabs-caption{
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.tabs-caption li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	background: #f4f4f4;
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: 600;
	padding: 13px 10px;
	margin-bottom: 13px;
	box-sizing: border-box;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.tabs-caption li.active{
	background: #ffde00;
}
.tabs-caption li:before,
.tabs-caption li:after{
	opacity: 0;
	visibility: hidden;
}
.tabs-caption li.active:before,
.tabs-caption li.active:after{
	content: "";
	position: absolute;
	bottom: -13px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border: 7px solid transparent;
	border-top: 12px solid #ddd;
	border-bottom: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	visibility: visible;
	opacity: 1;
}
.tabs-caption li.active:after{
	border-top: 12px solid #ffde00;
	bottom: -12px;
}
.tabs-caption li + li{
	margin-left: -1px;
}

#tab5 .block-tabset .frame-content,
#tab5 .block-tabset .easier-content{
	padding: 0;
	border-radius: 0;
	background: transparent;
}
#tab5 .block-tabset .easier-content .block-2{
	margin: 0;
}

.wedding-block{
	text-align:center;
	margin-bottom:32px;
}
.wedding-block .frame{
	overflow:hidden;
	margin-bottom:20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wedding-block .image{
	width:40%;
	min-width:40%;
	margin-left:32px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.wedding-block .image img{
	display:block;
	width:100%;
}
.wedding-block .text-box{
	width:100%;
	text-align:left;
}
.wedding-block .text-box h3{
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:#000;
	margin-bottom:12px;
}
.wedding-block .text-box p{
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-bottom:30px;
}
.caricature-info{
	background:#f5f5f5;
	overflow:hidden;
	padding:48px 10px 32px;
	width:100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-top:62px;
}
.caricature-info ul{
	overflow:hidden;
	margin-bottom:6px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.caricature-info ul li{
	width:188px;
	max-width:188px;
	margin:0 8px;
}
.caricature-info ul img{
	display:block;
	width:100%;
}
.caricature-info p{
	margin:0 !important;
	text-align:center;
	font-size:14px !important;
	line-height:18px !important;
	color:#000;
}
.block-tabset .frame-green{
	background:#f1ffe0;
	overflow:hidden;
	padding:15px 15px 10px;
	margin-bottom:18px;
}
.block-tabset .frame-green img{
	display:block;
	margin:0 auto;
	max-width:100%;
}
.text-center-tabset{
	text-align:center;
	font-size:14px;
	line-height:22px;
	color:#000;
	margin-bottom:20px;
	overflow:hidden;
}
.text-center-tabset p{margin-bottom:10px;}
.mb52{margin-bottom:52px !important;}
.promo-block{
	overflow:hidden;
	margin-bottom:58px;
}
.promo-block h2{
	margin:0 0 25px;
	border:1px solid #4ba800;
	border-width:3px 0;
	font-size:30px;
	line-height:36px;
	color:#4ba800;
	font-weight:normal;
	height:94px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align:center;
}
.promo-block .frame{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.promo-block .frame > div{
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}
/*.promo-block .frame > div.image{
	width:auto;
}*/
.promo-block .frame img{
	display:block;
}
.promo-block .text-box .area{padding:0 30px 0 12px;}
.promo-block .text-box .area h3{
	font-size:18px;
	line-height:22px;
	margin:32px 0 0;
	font-weight: bold;
}
.promo-block .text-box .area h3:first-child{margin:0;}
.promo-block p{
	font-size:14px;
	line-height:22px;
	color:#000;
	margin:26px 0 0;
}
.promo-block p:first-child{margin:0;}
.caricature-box{
	overflow:hidden;
	background:#fff;
	border:1px solid #ffd200;
	border-width:0 3px 3px;
	margin-bottom:30px;
}
.caricature-box h2{
	background:#ffd200;
	padding:15px 28px;
	font-size:30px;
	line-height:34px;
	color:#000;
}
.caricature-box .frame{
	overflow:hidden;
	padding:10px 10px 18px 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.caricature-box .image{
	min-width:360px;
	width:360px;
	max-width:360px;
}
.caricature-box .image img{
	display:block;
	width:100%;
}
.caricature-box .text-box{
	max-width:542px;
	-ms-flex-item-align: center;
	align-self: center;
}
.caricature-box .text-box p{
	font-size:16px;
	line-height:20px;
	color:#000;
	margin-bottom:15px;
}
.btn-orange.add01{
	width:362px;
	height:62px;
	font-size:20px;
	line-height:62px;
	margin:0;
}
.btn-orange.add01 span{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding-right:36px;
}
.btn-orange.add01 span:after{
	content:'';
	position:absolute;
	right:0;
	top:50%;
	width:28px;
	height:28px;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	background:#fff;
	margin-top:-14px;
}
.btn-orange.add01 span:before{
	content:'';
	position:absolute;
	right:8px;
	top:50%;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 9px solid #ff9a18;
	border-bottom: 4px solid transparent;
	z-index:2;
	margin-top:-4px;
}
.two-col-caricature{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom:20px;
}
.two-col-caricature > div{
	width:100%;
	margin-left:27px;
	overflow:hidden;
	background:#fff;
	border:1px solid #ffd200;
	border-width:0 3px 3px;
	position:relative;
}
.two-col-caricature > div:first-child{margin:0;}
.two-col-caricature h2{
	background:#ffd200;
	padding:13px 28px;
	font-size:20px;
	line-height:24px;
	color:#000;
}
.two-col-caricature .frame{
	overflow:hidden;
	padding:10px 28px 90px;
}
.two-col-caricature .btn-orange.add01{
	position:absolute;
	bottom:18px;
	left:50%;
	margin-left:-181px;
}
.two-col-caricature p{
	font-size:16px;
	line-height:20px;
	color:#000;
	margin-bottom:18px;
}
.two-col-caricature .image{
	margin:0 auto;
	max-width:410px;
}
.two-col-caricature .image img{
	display:block;
	width:100%;
}


/* footer */
#footer{
	background:#ffce0a;
	overflow:hidden;
	padding:26px 10px 10px;
}
.footer-list{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin:0 -9px 20px;
}
.footer-list li{
	width:100%;
	padding:0 9px;
}
.footer-list strong{
	display:block;
	background:#fff;
	text-align:center;
	color:#893737;
	font-size:16px;
	line-height:36px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	margin-bottom:10px;
}
.footer-list ul{overflow:hidden;}
.footer-list ul li{overflow:hidden;}
.footer-list ul a{
	display:block;
	position:relative;
	font-size:14px;
	line-height:22px;
	color:#141414;
}
.footer-list ul a:before{
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #ff9a18;
	opacity: 0;
	transition-duration: 0.6s;
	left: 0;
	bottom: 0;
}
.footer-list ul a:hover:before{opacity: 1;}
.add-nav{
	background:url(../images/bullet01.png) repeat-x;
	padding-top:28px;
	margin-bottom:16px;
	text-align:center;
}
.add-nav li{
	display:inline-block;
	vertical-align:top;
	padding:0 6px;
}
.add-nav a{
	display:block;
	position:relative;
	font-size:14px;
	line-height:38px;
	color:#893737;
}
.add-nav a:before{
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #893737;
	opacity: 1;
	transition-duration: 0.6s;
	left: 0;
	top:26px;
}
.add-nav a:hover:before{opacity: 0;}
.copyright{
	margin:0;
	text-align:center;
	font-size:12px;
	line-height:16px;
	color:#000;
}
/* footer end */




/*  Alex  */
/* contact-page */
.contact-page{
	padding: 35px 0;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
.contact-page .title-block{
	margin-bottom: 28px;
}
.contact-page > div > p{
	margin-bottom: 46px;
	text-align: center;
	font-weight: 700;
}
.contact-page .contact-form{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background-color: #FFF;
	padding: 25px 25px 40px 25px;
}
.contact-page .form-box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
	border: 1px solid #dcdcdc;
	margin-top: -1px;
}
.contact-page .form-box > label{
	float: left;
	max-width: 260px;
	width: 100%;
	font-weight: 700;
	line-height: 35px;
	color: #3b3b3b;
	background: #f5f5f5;
	border-right: 1px solid #dcdcdc;
	padding: 12px 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.contact-page .form-box > label span{
	float: right;
	background-color: #d60000;
	padding: 8px 2px;
	font-size: 14px;
	line-height: 18px;
	min-width: 55px;
	color: #fff;
	text-align: center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-left: 5px;
}
.contact-page .form-box .holder-input{
	overflow: hidden;
	padding: 12px 15px;
	box-sizing: border-box;
}
.contact-page .form-box .holder-input .tel-list{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.contact-page .form-box .holder-input .tel-list li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 82px;
	width: 100%;
}
.contact-page .form-box .holder-input .tel-list li + li{
	padding-left: 28px;
}
.contact-page .form-box .holder-input .tel-list li + li:before{
	content: "\2014";
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #000;
}
.contact-page .holder-input.group > span{
	display: inline-block;
	vertical-align: top;
	line-height: 35px;
	min-width: 35px;
	font-weight: 700;
	text-align: right;
}
.contact-page .form-box .holder-input.group .form-control{
	max-width: 124px;
}
.contact-page .form-box .holder-input > .form-control + .form-control{
	margin-top: 8px;
}
.contact-page .form-box .holder-input .danger{
	display: block;
	color: #d60000;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px;
}
.contact-page .form-box .holder-input > p{
	margin: 8px 0 20px;
	font-size: 12px;
	line-height: 16px;
}
.contact-page .btn-order{
	display: block;
	margin: 22px auto 0;
}
.contact-page .contact-form.confirmation .holder-input > span{
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 35px;
	font-weight: 400;
	text-align: left;
}
.contact-page .contact-form.confirmation .holder-input > p{
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}
.contact-page .contact-form.confirmation .holder-input > p + p{
	margin-top: 20px;
}
.contact-form.confirmation .btn-group{
	margin-top: 28px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.contact-form.confirmation .btn-group .btn{
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.contact-form.confirmation .btn-group .btn + .btn{
	margin-left: 24px;
}
.contact-form.completed{
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #2f2f2f;
}
.contact-form.completed > strong{
	display: block;
	color: #000;
	font-weight: 800;
	margin-bottom: 44px;
}
.contact-form.completed > p{
	margin-bottom: 65px;
}
.contact-form.completed .contact-info{
	margin-bottom: 22px;
}
.contact-form.completed .contact-info .tel{
	display: block;
}
.contact-form.completed .contact-info .tel:hover span{
	color: #2685d6;
}
.contact-form.completed .contact-info .mail{
	display: block;
}
.contact-form.completed .contact-info .mail:hover span{
	color: #2685d6;
}
.contact-form.completed .btn-primary{
	display: block;
	margin: 0 auto;
}

/* how-order */
.how-order{
	padding: 35px 0;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	overflow: hidden;
}
.how-order img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.how-order .title-block{
	margin-bottom: 28px;
}
.how-order > div > p{
	font-weight: 700;
	margin-bottom: 46px;
	text-align: center;
}
.box{
	overflow: hidden;
}
.box .box-info{
	overflow: hidden;
}
.box .box-info + .box-info{
	margin-top: 32px;
}
.how-order .banner{
	margin: 0 0 25px;
}
.how-order .banner .container .image{
	margin-left: 20px;
}
.how-order .banner .container .image img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.how-order .holder-info{
	background: #f7f7f7;
	padding: 10px 14px;
	box-sizing: border-box;
	height: 100%;
}
.how-order .holder-info.border{
	border: 1px solid #dcdcdc;
}
.how-order .holder-block{
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 15px;
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
}


.how-order #tab1 .img{
	border: 1px solid #d7d7d7;
	margin-right: 18px;
	font-size: 0;
	line-height: 0;
}
.how-order #tab1 .descr{
	font-size: 14px;
	line-height: 20px;
	color: #161616;
}
.how-order #tab1 .head-step{
	display: block;
	color: #4ba800;
	font-size: 18px;
	line-height: 52px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.how-order #tab1 .head-step .ico{
	display: inline-block;
	vertical-align: top;
	width: 52px;
	height: 52px;
	margin-right: 4px;
	font-size: 12px;
	line-height: 1;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #4ba800;
	text-transform: uppercase;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #4ba800;
	box-sizing: border-box;
	padding-top: 12px;
}
.how-order #tab1 .head-step .ico sub{
	display: block;
	font-size: 20px;
	line-height: 1;
}
.how-order #tab1 .step-txt{
	margin: 15px 16px 25px;
}
.how-order #tab1 .image{
	display: block;
	width: 100%;
}
.how-order #tab1 .holder-info ul.row{
	margin: 0 -4px;
	padding: 0;
	list-style: none;
}
.how-order #tab1 .holder-info ul.row > li{
	float: left;
	padding: 0 4px;
	width: 50%;
	box-sizing: border-box;
}
.how-order #tab1 .holder-info .container{
	background-color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 15px 5px;
	height: 100%;
}
.how-order #tab1 .holder-info .container ul > li{
	display: block;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 2px;
}
.how-order #tab1 .holder-info .container b{
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.how-order #tab1 .holder-info .container span{
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
}

.how-order #tab1 .table-info{
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #222;
}
.how-order #tab1 .table-info > p{
	text-align: center;
}
.how-order .table-info table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 7px;
}
.how-order .table-info tr{
	height: 58px;
	text-align: left;
}
.how-order .table-info tr th{
	vertical-align: middle;
	background-color: #f7f7f7;
	padding: 0 22px;
	width: 30%;
}
.how-order .table-info tr td{
	vertical-align: middle;
	padding: 0 10px;
	width: 70%;
}


.how-order #tab1 .contact-info{
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
	color: #222;
}
.how-order #tab1 .contact-info strong{
	display: block;
	margin-bottom: 12px;
}
.how-order #tab1 .contact-info .tel,
.how-order #tab1 .contact-info .mail{
	display: inline-block;
	vertical-align: top;
	background-color: #f7f7f7;
	border: 1px solid #b6b6b6;
	padding: 12px;
	box-sizing: border-box;
	margin: 0 10px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #222;
	min-width: 238px;
}
.how-order #tab1 .contact-info .tel .ico,
.how-order #tab1 .contact-info .mail .ico{
	display: block;
	width: 42px;
	height: 42px;
	font-size: 0;
	line-height: 42px;
	overflow: hidden;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	border: 1px solid #e52b33;
	margin: 0 auto 4px;
}
.how-order #tab1 .contact-info .tel .ico img,
.how-order #tab1 .contact-info .mail .ico img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.how-order #tab1 .contact-info .tel span,
.how-order #tab1 .contact-info .mail span{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.how-order #tab1 .contact-info .tel span:after,
.how-order #tab1 .contact-info .mail span:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #e52b33;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}
.how-order #tab1 .contact-info .tel:hover,
.how-order #tab1 .contact-info .mail:hover{
	background-color: #fff;
	box-shadow: inset 2px 2px 0px #333, inset -2px -2px 0px #333;
	border-color: #333;
}
.how-order #tab1 .contact-info .tel:hover span:after,
.how-order #tab1 .contact-info .mail:hover span:after{
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.how-order .title-txt{
	text-align: center;
	color: #4b4b4b;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}
.how-order .title-txt small{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-top: 10px;
}
.how-order .list-desired-author{
	padding: 0 110px;
}
.how-order .list-desired-author li{
	width: 33.3333%;
	max-width: 33.3333%;
	padding: 0 9px 15px;
}
.how-order .list-desired-author .push{
	background: #e7e7e7;
	color: #000;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	margin: 0;
}
.list-desired-author a:hover .push {
	box-shadow: 1px 1px #222, 2px 2px #222;
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
}

.how-order #tab2 h3{
    font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 7px;
}
.how-order #tab2 .notices{
	margin-bottom: 40px;
}
.how-order #tab2 .notices p{
	margin-bottom: 0;
}
.how-order #tab2 .table-prices small{
	font-size: 75%;
}
.how-order #tab2 .table-prices.type2 th{
	width: 25%;
}

.how-order .head{
	padding: 12px;
	border-bottom: 3px solid #acacac;
	margin-bottom: 16px;
}
.how-order .head h3{
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	text-align: center;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.how-order #tab3 .row{
	margin-top: 26px;
}
.how-order #tab3 .table-info table{
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
}
.how-order #tab3 .table-info tr th,
.how-order #tab3 .table-info tr td{
	border: 1px solid #dcdcdc;
}
.how-order #tab3 .table-info tr th{
	text-align: right;
	vertical-align: top;
	padding: 18px 22px;
}
.how-order #tab3 .table-info tr td{
	padding: 7px 10px;
}
.how-order #tab3 .table-info tr td small{
	display: block;
	font-size: 75%;
}

.how-order #tab3 dl{
	overflow: hidden;
	margin-bottom: 5px;
}
.how-order #tab3 dt{
	float: left;
	min-width: 75px;
	margin-right: 10px;
}
.how-order #tab3 dd{
	overflow: hidden;
}

.how-order #tab5 .list-description{
	background-color: #ffefef;
	padding: 22px 18px;
	box-sizing: border-box;
	margin-bottom: 22px;
}
.how-order #tab5 .list-description > li{
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: 600;
}
.how-order #tab5 .list-description > li + li{
	margin-top: 12px;
}

.how-order #tab5 .manual-list{
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -11px;
	padding: 0;
	overflow: hidden;
}
.how-order #tab5 .manual-list > li{
	float: left;
	width: 50%;
	padding: 0 11px 22px;
	box-sizing: border-box;
}
.how-order #tab5 .manual-list li h3{
	display: block;
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 18px;
	padding: 8px 0;
	background: #00baff;
}
.how-order #tab5 .manual-list li h3 .ico{
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	margin: 0 3px 0 0;
}
.how-order #tab5 .manual-list li h3 .ico img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.how-order #tab5 .manual-list li .img{
	display: block;
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin-bottom: 10px;
}
.how-order #tab5 .manual-list li .img img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.how-order #tab5 .manual-list li .img.left{
	float: left;
	margin: 0;
}
.how-order #tab5 .manual-list li .descr{
	overflow: hidden;
}
.how-order #tab5 .manual-list li .descr .txt{
	margin: 14px 0 0 22px;
}

.how-order #tab5 .exampl-bad-photo{
	display: block;
	border: 1px solid #ebebeb;
	margin-bottom: 20px;
}
.how-order #tab5 .exampl-bad-photo h3{
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 28px;
	padding: 10px;
	background: #b30000;
}
.how-order #tab5 .exampl-bad-photo h3 .ico{
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	margin: -4px 5px 0 0;
}
.how-order #tab5 .exampl-bad-photo h3 .ico img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.how-order #tab5 .exampl-bad-photo ul{
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0 120px;
}
.how-order #tab5 .exampl-bad-photo li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 13px 26px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 18px;
	color: #2a2a2a;
	font-weight: 600;
	text-align: center;
}
.how-order #tab5 .exampl-bad-photo li .img{
	display: block;
	margin-bottom: 8px;
	text-align: center;
	line-height: 125px;
}
.how-order #tab5 .exampl-bad-photo li img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.how-order #tab5 .exampl-bad-photo li span{
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #f00000;
}


.how-order #tab5 .img-group{
	display: block;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-bottom: 20px;
}
.how-order #tab5 .img-group img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	padding: 0 5px;
}
.how-order #tab5 .sub-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.how-order #tab5 .sub-list > li{
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #2a2a2a;
	font-weight: 400;
	padding-left: 18px;
	box-sizing: border-box;
}
.how-order #tab5 .sub-list li:before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.how-order #tab5 .sub-list.type2 li:before{
	content: "・";
}

.play{
	display: inline-block;
	vertical-align: top;
	color: #0088fc;
	text-decoration: underline;
}
.play .ico-play{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	overflow: hidden;
	background: #0088fc;
}
.play .ico-play:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translate(-45%, -50%);
	transform: translate(-45%, -50%);
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	border-right: 0;
}

.row.flex{
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.row:after{
	content: '';
	clear: both;
	display: block;
}

.row .img{
	float: left;
}
.row .descr{
	overflow: hidden;
}

.row > .col{
	position: relative;
	width: 50%;
	box-sizing: border-box;
}
.row > .col.left{
	float: left;
	padding-right: 12px;
}
.row > .col.right{
	float: right;
	padding-left: 12px;
}
@media screen and (max-width: 768px), screen and (orientation: landscape) and (max-width: 768px), screen and (orientation: portrait) and (max-width: 768px) {
	.row > .col{
		width: 100%;
	}
	.row > .col.left{
		padding: 0 0 10px;
	}
	.row > .col.right{
		padding: 10px 0 0;
	}

	.row .img{
		float: none;
	}
}







/* *********************************************************************** */
.index-image .holder{
	max-width: 100%;
}
.index-image img{
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.select-portrait{
	position: absolute;
	width: auto;
	overflow: hidden;
	top: auto;
	left: 49.5%;
	bottom: 17%;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translate(-48%,0);
	transform: translate(-48%,0);
}
.select-portrait.select-artist{
	bottom: 2%;
}
.select-portrait:hover{
	-webkit-transform: translate(-49%,-3px);
	transform: translate(-49%,-3px);
}

.banner .text{
	padding: 26px 32px;
	background: rgb(233, 66, 84);
	text-align: center;
	color: #fff;
}
.banner .text p{
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 0;
}
.banner .text .shippment{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 0;
}
.banner .text .shippment strong{
	font-size: 24px;
	line-height: 28px;
}
.banner .text .shippment .yellow{
	color: rgb(222, 255, 0);
	font-weight: bold;
}
.banner .text .shippment .white{
	font-weight: bold;
}
.banner .text a{
	display: block;
	font-size: 25px;
	line-height: 27px;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	text-decoration: underline;
}
.block-reason-choosing{
	background: #febf01 url(../images/bg-block-reason-choosing.png) repeat-x;
	background-size: contain;
	background-position: 50% 50%;
}
.block-reason-choosing > ul{
	background: none;
	padding: 20px 10px 20px;
}
.block-reason-choosing > ul:nth-child(3),
.block-reason-choosing > ul:last-child{
	margin: -46px 0 0;
}

.block-steps ul{
	margin: 0 -14px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 160px;
	counter-reset: list;
}
.block-steps li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	min-height: 160px;
	padding: 0 14px 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
}
.block-steps li + li:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../images/img-block-steps-arrow.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 44px;
	height: 31px;
}
.block-steps li:nth-child(4):before{
	display: none;
}
.block-steps .block{
	display: block;
	/*height: 100%;*/
	width: 100%;
	padding: 0 18px 16px;
	background: #eee;
	color: #1c1c1c;
	border: 1px solid #d7c24e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
}
.block-steps .block .head{
	display: block;
	background-color: #695900;
	margin: 0 -18px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	padding: 8px 4px;
	margin-bottom: 16px;
	border-bottom: 1px solid #d7c24e;
}
.block-steps .block .head strong{
	display: inline-block;
	vertical-align: top;
}
.block-steps .block .head strong:after{
	counter-increment: list;
	content: counter(list);
}
.block-steps .block .holder-info{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #000;
}
.block-steps .block .holder-info strong{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #000;
}
.block-steps .block .holder-info span{
	display: block;
	margin-top: 8px;
}
.block .banner{
	display: block;
	background: #005459;
	font-size: 52px;
	line-height: 56px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	padding: 24px 10px;
	box-sizing: border-box;
	margin-top: 14px;
}
.block.quality{
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 400;
}
.block.quality .img{
	display: block;
	margin: 30px 0 8px;
}
.block.quality .img img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.block.quality p{
	margin: 0;
}
.block.quality .btn-order{
	display: block;
	margin: 60px auto 3px;
}
.btn-group.type2{
	width: 700px;
	margin: 0 auto;
}

/* table-prices */
.table-prices{
	text-align: center;
	margin-bottom: 10px;
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.table-prices th,
.table-prices td{
	border: 1px solid rgb(225, 225, 225);
	padding: 6px 4px;
	box-sizing: border-box;
	width: 22%;
	min-width: 0;
}
.table-prices th{
	background: rgb(247, 247, 247);
	font-size: 10px;
	line-height: 14px;
	border-bottom: 4px solid rgb(225, 225, 225);
}
.table-prices td{
	font-size: 10px;
	line-height: 14px;
}

/* update 22.01.17 step-2-zuga_new.html */
.zuga-content{
	margin-bottom: 24px !important;
}
.zuga-content .prices-and-fees{
	margin-bottom: 52px !important;
}
.zuga-content .block-tabset{
	overflow: hidden;
}
.zuga-content .block-tabset > .tabs-caption{
	margin: 0;
	float: left;
	min-width: 335px;
	padding-right: 30px;
}
.zuga-content .block-tabset > .tabs-caption li{
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	background: #f4f4f4;
	border: 1px solid #ececec;
	border-radius: 10px;
	padding: 20px 10px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin: 0;
}
.zuga-content .block-tabset > .tabs-caption li + li{
	margin-top: 22px;
}
.zuga-content .block-tabset > .tabs-caption li.active{
	background: #006abc;
	border-color: #006abc;
	color: #fff;
}
.zuga-content .block-tabset > .tabs-caption li:before{
	display: none;
}
.zuga-content .block-tabset > .tabs-caption li:after{
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	left: auto;
	bottom: auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 8px solid transparent;
	border-left: 13px solid #006abc;
	border-right: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	box-sizing: border-box;
}
.zuga-content .block-tabset > .tabs-caption li.active:after{
	opacity: 1;
	visibility: visible;
}
.zuga-content .block-tabset > .tabs-caption li span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-left: 5px;
}
.zuga-content .block-tabset > .tabs-caption li b{
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: bold;
	padding-left: 26px;
}
.zuga-content .block-tabset > .tabs-caption li b:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #d5d7d8;
	border-radius: 100%;
	background: #fff;
	box-sizing: border-box;
}
.zuga-content .block-tabset > .tabs-caption li b:after{
	content: '';
	width: 12px;
	height: 12px;
	background: #7aa0b3;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.zuga-content .block-tabset > .tabs-caption li.active b:after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.zuga-content .block-tabset > .tabs-caption li label {
	display: block;
	padding: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
}

.zuga-content .block-tabset > div{
	background: transparent;
	border: 0;
	overflow:hidden;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	display: none;
}
.zuga-content .block-tabset > div.active{
	display: block;
}
.zuga-content .block-tabset .tabs-content .img{
	display: block;
	overflow: hidden;
}
.zuga-content .block-tabset .tabs-content .img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

/*.zuga-content .block-tabset > div.tabs-content:nth-last-of-type(4) img {
	height: 351px;
	width: auto;
}

.zuga-content .block-tabset > div.tabs-content:nth-last-of-type(3) img {
	height: 321px;
	width: auto;
}

.zuga-content .block-tabset > div.tabs-content:nth-last-of-type(2) img {
	height: 278px;
	width: auto;
}

.zuga-content .block-tabset > div.tabs-content:nth-last-of-type(1) img {
	height: 248px;
	width: auto;
}*/

.zuga-content .frame-selection{
	margin-bottom: 36px;
}
.zuga-content .frame-selection .frame-container {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}

.zuga-content .frame-selection .frame-container ul {
	position:relative;
	left:50%;
}
.zuga-content .frame-selection .frame-container ul li {
	float:left;
	position:relative;
}
.zuga-content .frame-selection h3{
	margin-bottom: 20px;
}
.zuga-content .frame-selection .radio-list{
	margin: 0 -8px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.zuga-content .frame-selection .radio-list li{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	padding: 0 8px 16px;
	box-sizing: border-box;
}
.zuga-content .frame-selection .radio-list li .img{
	display: block;
}
.zuga-content .frame-selection .radio-list li .img img{
	display: block;
	width: 100%;
}

.zuga-content .number-caricatures h3{
	margin-bottom: 20px;
}
.zuga-content .number-caricatures .inputs{
	margin-bottom: 55px;
}
.zuga-content .number-caricatures .row{
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
}
.zuga-content .number-caricatures .row label{
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	margin-right: 10px;
}
.zuga-content .number-caricatures .row span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-left: 10px;
}
.zuga-content .number-caricatures .row .form-select{
	display: inline-block;
	vertical-align: top;
	padding: 7px 60px 7px 14px;
	font-weight: 700;
}
.zuga-content .number-caricatures .btn-blue{
	display: block;
	margin: 0 auto;
}

.order-details{
	background-color: #fff;
	border-top: 6px solid #afafaf;
	border-bottom: 1px solid #afafaf;
}
.order-details .head{
	margin-bottom: 16px;
	text-align: center;
}
.order-details .head h3{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	min-width: 250px;
}
.order-details .head h3 span{
	position: relative;
	display: block;
	z-index: 1;
}
.order-details .head h3:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	height: 0;
	width: 100%;
	border-top: 40px solid #afafaf;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	z-index: 0;
}

.order-details > ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.order-details > ul li{
	display: inline-block;
	vertical-align: top;
	padding: 0 11px 20px;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.order-details > ul li .block{
	display: block;
	max-width: 235px;
	width: 100%;
	margin: 0;
}
.order-details > ul li .block .title{
	display: block;
	background: #4ba800;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 6px;
	box-sizing: border-box;
}
.order-details > ul li .block strong{
	display: inline-block;
	vertical-align: top;
}
.order-details > ul li .block .descr{
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-top: 0;
	text-align: center;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 900;
	color: #3b3b3b;
}
.order-details > ul li .block .descr small{
	display: block;
	font-size: 75%;
}
.order-details > ul li .block .descr.cell{
	display: table-cell;
	vertical-align: middle;
	width: 1%;
	height: 64px;
}
.order-details > ul li .block .descr.cell .best-price {
	font-size: 13px;
	display: block;
	font-weight: bolder;
	color: #ff0000;
}
.order-details > ul li .block .descr.cell .best-price::before {
	content: "👑";
	font-family: sans-serif;
}
.order-details .btn-red{
	display: block;
	min-width: 333px;
	width: 100%;
}

.order-details.fixed-block {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
}

.radiobox{
	overflow: hidden;
	color: #666;
	position: relative;
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
.radiobox [type="radio"]:checked,
.radiobox [type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
}
.radiobox [type="radio"]:checked + .holder,
.radiobox [type="radio"]:not(:checked) + .holder{
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	color: #000;
	text-align: center;
	background: #f4f4f4;
	border: 1px solid #ececec;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin: 0 0 14px;
}

.radiobox [type="radio"]:checked + .holder:after,
.radiobox [type="radio"]:not(:checked) + .holder:after{
	content: "";
	position: absolute;
	top: auto;
	right: auto;
	left: 50%;
	bottom: -14px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border: 8px solid transparent;
	border-top: 13px solid #006abc;
	border-bottom: 0;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
}
.radiobox [type="radio"]:checked + .holder{
	background: #006abc;
	border-color: #006abc;
	color: #fff;
}
.radiobox [type="radio"]:checked + .holder:after{
	opacity: 1;
	visibility: visible;
}
.radiobox [type="radio"]:checked + .holder label,
.radiobox [type="radio"]:not(:checked) + .holder label{
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	line-height: 20px;
	display: block;
	font-weight: 600;
	padding: 40px 10px 20px;
}
.radiobox [type="radio"]:checked + .holder label:before,
.radiobox [type="radio"]:not(:checked) + .holder label:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 14px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 20px;
	height: 20px;
	border: 2px solid #d5d7d8;
	border-radius: 100%;
	background: #fff;
	box-sizing: border-box;
}
.radiobox [type="radio"]:checked + .holder label:after,
.radiobox [type="radio"]:not(:checked) + .holder label:after{
	content: '';
	width: 12px;
	height: 12px;
	background: #7aa0b3;
	position: absolute;
	top: 18px;
	left: 50%;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.radiobox [type="radio"]:not(:checked) + .holder label:after{
	opacity: 0;
	-webkit-transform: translate(-50%, 0) scale(0);
	transform: translate(-50%, 0) scale(0);
}
.radiobox [type="radio"]:checked + .holder label:after{
	opacity: 1;
	-webkit-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);
}

/* END update */

/*1.1 updates*/
#main .banner{
	margin: 0 0 30px;
}
.index-new-list-btn{
	display: block;
	width: 600px;
	margin: 14px auto 0;
	background: rgb(255, 154, 24);
	color: #fff;
	font-size: 28px;
	line-height: 70px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	transition: .4s;
}
.index-new-list-btn:hover{
	-webkit-box-shadow:
			1px 1px rgb(177, 77, 10),
			2px 2px rgb(177, 77, 10),
			3px 3px rgb(177, 77, 10);
	box-shadow:
			1px 1px rgb(177, 77, 10),
			2px 2px rgb(177, 77, 10),
			3px 3px rgb(177, 77, 10);
	-webkit-transform: translate(-3px,-3px);
	-ms-transform: translate(-3px,-3px);
	transform: translate(-3px,-3px);
}
.index-image .holder > strong {
	position: absolute;
	top: 0;
	left: -5px;
	right: -5px;
	font-size: 25px;
	line-height: 44px;
	font-weight: 700;
	text-align: center;
	background: rgba(23,122,0,.65);
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0,.45);
}
/* ************************************************************* */
.payment-method .payment ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.payment-method .payment li{
	float: left;
	width: 25%;
	padding: 0 4px 8px;
	box-sizing: border-box;
}
.payment-method .payment .radio{
	display: block;
	border: 1px solid #c0c0c0;
	margin: 0;
	text-align: center;
	padding: 10px 4px;
}
.payment-method .payment .radio .img{
	display: block;
	min-height: 75px;
	line-height: 75px;
	text-align: center;
	margin-top: 8px;
}
.payment-method .payment .radio .img img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.touch-list-new{
	list-style: none;
	overflow: hidden;
	margin: 0 -6px 0px;
}
.touch-list-new li{
	padding: 2px 6px 10px;
	width: 16.666667%;
	/*height: 160px;*/
	float: left;
}
.touch-list-new a{
	display: block;
	position: relative;
	/*width: 145px;*/
	height: 145px;
	padding: 7px;
	border: 1px solid #010101;
	background: #fff;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.touch-list-new a:hover{
	box-shadow:
			1px 1px #803300,
			2px 2px #803300;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.touch-list-new a:after{
	content: 'サンプルダミー';
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	font-size: 16px;
	line-height: 20px;
	margin-top: -10px;
	text-align: center;
	color: #000;
}
.touch-list-new img{
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0;
	position: relative;
	z-index: 2;
}
/* popup */
.fader {
	background: rgba(0,0,0,.5);
	display: none;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: 500;
}
.popup {
	display: none;
	left: 50%;
	top: 50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:822px;
	position: fixed;
	padding: 30px;
	z-index: 600;
	background:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.popup-close{
	position: absolute;
	top: -14px;
	right: -14px;
	width: 30px;height: 30px;
	background: url('../images/touch-page/btn-close.png') no-repeat;
	background-size: 30px;
	overflow: hidden;
	text-indent: -9999px;
}
.popup .btn-mark001{
	display: block;
	margin: 0 auto;
	width: 300px;
	line-height: 70px;
	background: #ff9a18;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.popup .btn-mark001:hover{
	box-shadow:
			1px 1px #803300,
			2px 2px #803300;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.popup-container{
	overflow: hidden;
	margin-bottom: 10px;
}
.popup-container > img{
	float: left;
	margin-right: 15px;
}
.popup-container .text{overflow: hidden;}
.popup-container h2{
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin: 0 0 10px;
}
.popup-container h3{
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin: 0;
}
.popup-container p{
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin: 0 0 20px;
}
/* popup */
.block-reason-choosing{
	overflow:hidden;
	margin-bottom:58px;
	background: #febf01 url(../images/bg-block-reason-choosing.png) repeat-x;
	background-size: contain;
	background-position: 50% 50%;
}
.block-reason-choosing h2{
	background:url(../images/bg-title01.png) 50% 0;
	text-align:center;
	font-size:30px;
	line-height:41px;
	font-weight:bold;
	color:#fff;
	margin:0;
	padding:6px 10px;
}
.block-reason-choosing ul{
	margin: 0 auto;
	width: 80%;
	padding: 18px 0 12px;
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.block-reason-choosing ul li{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding: 0 19px 19px;
	box-sizing: border-box;
}
.block-reason-choosing ul img{
	display:block;
	width:100%;
}
/*1.1 updates end*/
/* 05.03.2018 */
textarea.textarea-custom{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	resize: none;
	border-color: #a7a7a7;
	outline: none;
}

#form h2{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 14px;
}
/* 05.03.2018 END */
/* updates 19.03.18 thanks.html, form.html */

.thanks-header{
	margin-bottom: 34px !important;
}

.thanks-title{
	margin-bottom: 20px;
}

.thanks-holder{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	min-height: 526px;
}

.thanks-holder p{
	font-size: 16px;
	line-height: 26px;
	color: #000a26;
	text-align: center;
}

.thanks-main{
	margin-bottom: 76px;
}

/* updates 22.03.18 form.html */

.main-form #form .form-table .row-name{
	width: 27%;
}


/* 180404 LVS */

.block.frame{
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 400;
}
.block.frame .img{
	display: block;
	margin: 30px 0 8px;
}
.block.frame .img img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.block.frame p{
	margin: 0;
}
.block.frame .btn-order{
	display: block;
	margin: 60px auto 3px;
}


.block.painter{
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 400;
}
.block.painter .img{
	display: block;
	margin: 30px 0 8px;
}
.block.painter .img{
	vertical-align: middle;
	text-align: center;
}
.painter p{
	margin: 0;
}
.block.frame .btn-order{
	display: block;
	margin: 60px auto 3px;
}



.block.freeframe{
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 400;
}
.block.freeframe .img{
	display: block;
	margin: 30px 0 8px;
}
.block.freeframe .img{
	vertical-align: middle;
	text-align: center;
}
.freeframe p.frametxt {
	margin: 0;
	text-align: center;
}


.block-steps .block .holder-info strong {
text-align: left;
}

.stepimg {
width: 100%;
text-align: center;
padding:10px 0 0 0;
}

/*180404 LVS end*/
/*02052018 1127*/
.bag-container {
	float: left;
	display: block;
}

.bag-container.medal-container {
	float: right;
}

.bag-color-container .bag-item {
	display: inline-block;
	padding: 0 5px;
}

.bag-color-container .bag-item .bag-image {
	border: 1px solid #d6d6d6;
	padding: 10px;
}

.bag-color-container .bag-item .radio-custom {
	margin: 15px 0 0px 20px;
}
/*END 02052018 1127*/
/* new button start 4/6/18 */

.options-relative {
	position: relative;
}

.btn-lefty {
	margin-bottom: 29px;
	font-size: 16px !important;
	line-height: 20px !important;
	max-width: none !important;
	min-width: unset !important;
	width: auto !important;
	padding: 6px 5px !important;
}
/* new button end */

/*update 22.06.18*/
.list-desired-author li{
	position: relative;
}
.list-desired-author li:nth-child(1):before,
.list-desired-author li:nth-child(2):before,
.list-desired-author li:nth-child(3):before,
.list-desired-author li:nth-child(4):before,
.list-desired-author li:nth-child(5):before,
.list-desired-author li:nth-child(6):before{
	content: '';
	position: absolute;
	top: -15px;
	left: -5px;
	width: 95px;
	height: 95px;
	z-index: 10;
}
.list-desired-author li:nth-child(1):before{
	background: url(../images/position-1.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.list-desired-author li:nth-child(2):before{
	background: url(../images/position-2.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.list-desired-author li:nth-child(3):before{
	background: url(../images/position-3.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.list-desired-author li:nth-child(4):before{
	background: url(../images/position-4.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.list-desired-author li:nth-child(5):before{
	background: url(../images/position-5.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.block-portrait-graphics .artists > li:nth-child(1),
.block-portrait-graphics .artists > li:nth-child(2),
.block-portrait-graphics .artists > li:nth-child(3),
.block-portrait-graphics .artists > li:nth-child(4),
.block-portrait-graphics .artists > li:nth-child(5){
	position: relative;
	flex-flow: row nowrap;
	width: 100%;
	padding-bottom: 92px;
	padding-top: 30px;
}
.block-portrait-graphics .artists > li:nth-child(1) .about,
.block-portrait-graphics .artists > li:nth-child(2) .about,
.block-portrait-graphics .artists > li:nth-child(3) .about,
.block-portrait-graphics .artists > li:nth-child(4) .about,
.block-portrait-graphics .artists > li:nth-child(5) .about,
about{
	position: relative;
	width: 50%;
	padding-right: 15px;
	margin-bottom: 0;
	overflow: visible;
}
.block-portrait-graphics .artists > li:nth-child(1) .about .picture,
.block-portrait-graphics .artists > li:nth-child(2) .about .picture,
.block-portrait-graphics .artists > li:nth-child(3) .about .picture,
.block-portrait-graphics .artists > li:nth-child(4) .about .picture,
.block-portrait-graphics .artists > li:nth-child(5) .about .picture
{
	float: right;
	margin: 0;
	height: 150px;
	line-height: 150px;
}
.block-portrait-graphics .artists > li:nth-child(1) .about .picture img,
.block-portrait-graphics .artists > li:nth-child(2) .about .picture img,
.block-portrait-graphics .artists > li:nth-child(3) .about .picture img,
.block-portrait-graphics .artists > li:nth-child(4) .about .picture img,
.block-portrait-graphics .artists > li:nth-child(5) .about .picture img
{
	display: inline-block;
	vertical-align: middle;
	max-height: 150px;
	width: auto !important;
	max-width: 100%;
}
.block-portrait-graphics .artists > li:nth-child(1) .about .description,
.block-portrait-graphics .artists > li:nth-child(2) .about .description,
.block-portrait-graphics .artists > li:nth-child(3) .about .description,
.block-portrait-graphics .artists > li:nth-child(4) .about .description,
.block-portrait-graphics .artists > li:nth-child(5) .about .description
{
	padding-top: 15px;
	width: 100%;
}
.block-portrait-graphics .artists > li:nth-child(1) .about .description h4,
.block-portrait-graphics .artists > li:nth-child(2) .about .description h4,
.block-portrait-graphics .artists > li:nth-child(3) .about .description h4,
.block-portrait-graphics .artists > li:nth-child(4) .about .description h4,
.block-portrait-graphics .artists > li:nth-child(5) .about .description h4{
	display: flex;
	align-items: center;
	height: 160px;
	position: absolute;
	top: -10px;
	left: 0;
	padding-top: 10px;
	margin: 0;
}
.block-portrait-graphics .artists > li:nth-child(1) .about .description h4:before,
.block-portrait-graphics .artists > li:nth-child(2) .about .description h4:before,
.block-portrait-graphics .artists > li:nth-child(3) .about .description h4:before,
.block-portrait-graphics .artists > li:nth-child(4) .about .description h4:before,
.block-portrait-graphics .artists > li:nth-child(5) .about .description h4:before{
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 160px;
	z-index: 10;
	margin-top: -10px;
	margin-right: 15px;
}
.block-portrait-graphics .artists > li:nth-child(1) .about .description h4:before{
	background: url(../images/position-1.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.block-portrait-graphics .artists > li:nth-child(2) .about .description h4:before{
	background: url(../images/position-2.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.block-portrait-graphics .artists > li:nth-child(3) .about .description h4:before{
	background: url(../images/position-3.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.block-portrait-graphics .artists > li:nth-child(4) .about .description h4:before{
	background: url(../images/position-4.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.block-portrait-graphics .artists > li:nth-child(5) .about .description h4:before{
	background: url(../images/position-5.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
/*.block-portrait-graphics .artists > li:nth-child(6) .about .description h4:before{
	background: url(../images/position-6.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}*/
.block-portrait-graphics .artists > li:nth-child(1) .about-2,
.block-portrait-graphics .artists > li:nth-child(2) .about-2,
.block-portrait-graphics .artists > li:nth-child(3) .about-2,
.block-portrait-graphics .artists > li:nth-child(4) .about-2,
.block-portrait-graphics .artists > li:nth-child(5) .about-2{
	width: 50%;
	padding-left: 15px;
}
.block-portrait-graphics .artists > li:nth-child(1) .about-2 .image,
.block-portrait-graphics .artists > li:nth-child(2) .about-2 .image,
.block-portrait-graphics .artists > li:nth-child(3) .about-2 .image,
.block-portrait-graphics .artists > li:nth-child(4) .about-2 .image,
.block-portrait-graphics .artists > li:nth-child(5) .about-2 .image{
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.block-portrait-graphics .artists > li:nth-child(1) .about-2 .image .image-item,
.block-portrait-graphics .artists > li:nth-child(2) .about-2 .image .image-item,
.block-portrait-graphics .artists > li:nth-child(3) .about-2 .image .image-item,
.block-portrait-graphics .artists > li:nth-child(4) .about-2 .image .image-item,
.block-portrait-graphics .artists > li:nth-child(5) .about-2 .image .image-item{
	margin: 5px;
	width: 47.5%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-portrait-graphics .artists > li:nth-child(1) .about-2 .btn-art,
.block-portrait-graphics .artists > li:nth-child(2) .about-2 .btn-art,
.block-portrait-graphics .artists > li:nth-child(3) .about-2 .btn-art,
.block-portrait-graphics .artists > li:nth-child(4) .about-2 .btn-art,
.block-portrait-graphics .artists > li:nth-child(5) .about-2 .btn-art{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
}
/*end update 22.06.18*/
/*update 13.02.2019*/
.list-push {
	width: 245px;
	margin-top: 0;
}
.list-push.phone a {
	display: block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border: 0px;
}
.list-push.phone a strong {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #0e0e0e;
	font-weight: bold;
	margin-top: 6px;
}
.list-push.phone a span.item02 {
	color: #fb7c00;
	font-size: 24px;
	display: block;
	position: relative;
	line-height: 28px;
	font-weight: bold;
}
.list-push.phone a span.item02:before {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 26px;
	content: '';
	background: url(../images/phone.png) no-repeat 50%;
}
/*end update 13.02.2019*/

/*update_26.03.2019*/

.red-link{
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background-color: #FF0015;
	padding: 15px 0;
}

/*end_update_26.03.2019*/

/* update_22.04.2019 */

.wedding-block .image-wrapper,
.promo-block .frame .image-wrapper{
	display: flex;
	align-items: center;
}
.promo-block .frame .image-wrapper{
	flex-wrap: wrap;
}
.wedding-block .image-wrapper img{
	width: 50%;
}
.promo-block .frame .image-wrapper img{
	width: 48%;
}
.promo-block .frame .image-wrapper img{
	margin-bottom: 5px;
}
.promo-block .frame .image-wrapper img:not(:first-child),
.promo-block .frame .image-wrapper img:not(:last-child){
	margin-right: 5px;
}
.w100{
	width: 100% !important;
}
.w36{
    width: 36% !important;
}
.w65{
    width: 65% !important;
}
.wedding-block .image-wrapper img:not(:last-child){
	margin-right: 5px;
}

.wedding-block  .image-wrapper_as-fs{
    align-self: flex-start;
}

.wedding-block .image-wrapper_fs{
    align-items: flex-start !important;
    justify-content: center;
}

/* end_update_22.04.2019 */

/*UPDATE 23.04.2019*/
.information{
	display: block;
	max-width: 1020px;
	border: 1px solid #fd6f04;
	background-color: #FFFDF2;
	padding: 10px;
	margin: 0 auto 30px;
}
.information h3{
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fd6f04;
}
.information p{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 10px;
	color: #000;
}
.information h4{
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fd0800;
}
.information .last{
	margin-bottom: 0;
}
.information .last span{
	color: #fd0800;
}
/*UPDATE 23.04.2019 END*/

/* UPDATE PAINT 23.04.2019 */

.paint-holder{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	border: 5px solid #65472d;
	background-color: #fffde6;
	padding: 20px;
	margin: 10px 0 30px;
}
.paint-holder .title-holder{
	display: flex;
}
.paint-holder .title-holder{
	width: 57%;
}
.paint-holder .paints{
	width: 43%;
}
.paint-holder .title-holder .painter-name{
	position: relative;
	align-self: center;
	width: 100%;
	font-size: 29px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #65472d;
	padding: 75px 0;
}
.paint-holder .title-holder .painter-name:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 23px;
	background: url('../images/border-after.png') no-repeat;
	background-size: cover;
}
.paint-holder .title-holder .painter-name:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 23px;
	background: url('../images/border-after.png') no-repeat;
	background-size: cover;
}
.paint-holder .paints{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.paint-holder .paints .paint-border{
	position: relative;
	width: 100%;
	max-width: 200px;
	padding: 40px;
	background: url('../images/paint-board.png') no-repeat;
	background-size: contain;
}
.paint-holder .paints .paint-before{
	position: relative;
}
.paint-holder .paints .paint-before:after{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
	width: 55px;
	height: 50px;
	background: url('../images/red-arr.png') no-repeat;
	background-size: contain;
}
/*.paint-holder .paints .paint-border img{*/
	/*display: block;*/
	/*width: 100%;*/
/*}*/
.paint-holder .paints .paint-border img{
	display: block;
	position: absolute;
	left: 46%;
	transform: translate(-50%, -50%);
	top: 50%;
	width: 60%;
}
.paint-holder .paints .azaziz img{
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	width: 70%;
}
.paint-holder .paints .azazizkeke:after{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: -38px;
	width: 55px;
	height: 50px;
	background: url('../images/red-arr.png') no-repeat;
	background-size: contain;
	z-index: 10;
}


/*---SLIDER---*/


.slider-content{
	position: relative;
}
.slider-content .slick-prev,
.slider-content .slick-next{
	position: absolute;
	content: '';
	top: 50%;
	font-size: 0;
	line-height: 0;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	z-index: 10;
	border-radius: 50%;
	border: 1px solid transparent;
	outline: none;
}
.slider-content .slick-next{
	right: -5px;
	background: url(../images/arr-next.png) no-repeat;
	background-size: cover;
}
.slider-content .slick-prev{
	left: -5px;
	background: url(../images/arr-prev.png) no-repeat;
	background-size: cover;
}
.slider-content .black-lines{
	position: relative;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}
.slider-content .black-lines:before{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 25%;
	height: 4px;
	background-color: #000;
}
.slider-content .black-lines:after{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 25%;
	height: 4px;
	background-color: #000;
}
.artists .slide-holder{
	display: flex !important;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
	overflow: visible;
	justify-content: center;
}
.artists .slide-holder a{
	position: relative;
	display: block;
	width: 100%;
	max-width: 48%;
	min-height: 350px;
	background-color: #fff;
	border: 1px solid #d7c24e;
	border-radius: 10px;
	padding: 7px;
	overflow: visible;
	margin-left: 5px;
	margin-right: 5px;
}

.artists .slide-holder a:before{
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 90px;
	height: 90px;
	z-index: 10;
}
.artists .slide-holder.fst a:nth-child(1):before{
	background: url(../images/position-1.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.artists .slide-holder.fst a:nth-child(2):before{
	background: url(../images/position-2.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.artists .slide-holder.scd a:nth-child(1):before{
	background: url(../images/position-3.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.artists .slide-holder.scd a:nth-child(2):before{
	background: url(../images/position-4.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.artists .slide-holder.thd a:nth-child(1):before{
	background: url(../images/position-5.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.artists .slide-holder .img-holder{
	margin-bottom: 5px;
	height: 100%;
	max-height: 90px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
.artists .slide-holder .img-holder img{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	width: 100%;
	max-height: 100%;
	max-width: 18%;
	margin-left: 120px;
}
.artists .slide-holder .img-holder span{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding-top: 33px;
}
.artists .slide-holder .sub-img{
	margin-bottom: 10px;
}
.artists .slide-holder .sub-img img{
	display: block;
	margin: 0 auto;
}
.artists .slide-holder span{
	display: block;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #000;
	margin-bottom: 7px;
}
.artists .slide-holder h4{
	position: relative;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #4b9c29;
	margin: 0 0 6px;
}
.artists .slide-holder .push{
	display: block;
	background: #ff9a18;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	font-style: normal;
}
.slider-content .slick-dots{
	display: block;
	margin-top: 10px;
	text-align: center;
}
.slider-content .slick-dots li{
	display: inline-block;
	vertical-align: top;
}
.slider-content .slick-dots li button{
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
	background-color: rgb(170, 170, 170);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 3px 5px;
	text-indent: -9999px;
	overflow: hidden;
}
.slider-content .slick-dots li button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: none;
	cursor: pointer;
	transition: all ease .03s;
	border: 0;
	outline: none;
}
.index-banner{
	margin-bottom: 30px;
}
.index-banner a{
	display: block;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}
.index-banner img{
	display: block;
	width: 100%;
}
.title-holder h2{
	position: relative;
	width: 88%;
	font-size: 29px;
	line-height: 33px;
	font-weight: bold;
	text-align: center;
	color: #65472d;
	border-bottom: 4px solid #65472d;
	padding-bottom: 20px;
	margin: 0 auto 50px;
}
.paint-holder .kek{
	flex-direction: column;
}
.title-holder h3:after{
	position: absolute;
	content: 'サンプル：似顔絵師名SIN';
	bottom: -35px;
	right: 0;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #65472d;
}
.paint-holder .kek p{
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	width: 81%;
	margin: 0 auto 40px;
}
.paint-holder .kek a{
	position: relative;
	display: block;
	width: 100%;
	max-width: 400px;
	border: 2px solid #fff;
	border-radius: 50px;
	background-color: #fb1800;
	-webkit-box-shadow: 2px 10px 8px -4px rgba(0,0,0,1);
	-moz-box-shadow: 2px 10px 8px -4px rgba(0,0,0,1);
	box-shadow: 2px 10px 8px -4px rgba(0,0,0,1);
	margin: 0 auto;
	transition: .3s;
}
.paint-holder .kek a:after{
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 33px;
	height: 33px;
	background: url(../images/but-arr.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.paint-holder .kek a:hover{
	transform: translateY(-3px);
}
.paint-holder .kek a span{
	display: block;
	font-size: 25px;
	line-height: 70px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.samples-holder p{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 15px 0 25px;
	text-align: center;
}
.samples-holder .samples{
	display: flex;
	flex-wrap: wrap;
}
.samples-holder .samples li{
	width: 100%;
	max-width: 160px;
	margin: 0 5px 15px;
}
.samples-holder .samples li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #000;
}
.pop-up{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 850px;
	background-color: #fff;
	padding: 0 !important;
}
.pop-up .img-holder{
	position: relative;
	width: 100%;
	max-width: 350px;
	margin: 15px auto;
}
.pop-up .img-holder img{
	display: block;
	width: 100%;
}
.pop-up .img-holder span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	font-size: 16px;
	line-height: 350px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.pop-up .content{
	padding: 20px;
	background-color: #eee;
}
.pop-up .content .flex{
	display: flex;
	flex-wrap: nowrap;
}
.pop-up .content .flex .left{
	position: relative;
	margin-right: 15px;
}
.pop-up .content .flex .left img{
	display: block;
	width: 100%;
	max-width: 210px;
}
.pop-up .content .flex .left span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	font-size: 11px;
	line-height: 210px;
	text-align: center;
	color: #fff;
}
.pop-up .content .flex .right h2{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}
.pop-up .content .flex .right p{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
}
.pop-up .content .flex .right a{
	display: block;
	width: 100%;
	max-width: 300px;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background-color: #ff9a18;
	margin-bottom: 0;
}
/* UPDATE PAINT 23.04.2019 END */

.paint-holder .paints .paint-border {
    position: relative;
    width: 100%;
    max-width: inherit;
    min-height: inherit;
    padding: 0;
    padding-bottom: 70%;
    background: url(../images/paint-board.png)50% 50% no-repeat;
    background-size: 100% auto;
}
.paint-holder-img {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 70%;
    padding-bottom: 108%;
    top: 12%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);

}
@media only screen and (max-width: 995px){
	.paint-holder-img{
		top: 16%;
	}
}

.paint-holder .paints .paint-border img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 0;
	width: 100%;
	max-height: max-content;
    object-fit: cover;
    height: 100%;

}
.paint-holder .paints .paint-border .big-width{
	height: inherit;
}

/*#chatplusview.no-contact.closed {*/
	/*display: inherit !important;*/
/*}*/

.voice-list{
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;

}
.voice-item{
	width: 50%;
	padding: 0 10px;
	display: -webkit-flex;
	display: flex;
}
.voice-content{
	background: #fff;
	padding: 15px 25px 20px;
	border-radius: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}
.voice-title{
	display: block;
	background: url(./../../default/img/voice/voice-title-bg.png)50% 50% no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: #334b73;
	padding: 13px 5px;
	margin-bottom: 24px;
	font-weight: bold;
}
.voice-box-img{
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 51%;
	margin-bottom: 20px;
}
.voice-img{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.voice-text{
	display: block;
	font-size: 16px;
	line-height: 21px;
	color: #000;
	margin-bottom: 20px !important;
	font-weight: bold;
	flex: 0 1 100%;
}
.voice-artist{
	display: block;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	text-align: right;
}
.voice-link{
	text-decoration: underline;
	color: #0091dc;
}
.artists .slide-holder.thd a:nth-child(2):before{
    background: url(../images/position-6.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
/*.list-desired-author li:nth-child(6):before {
    background: url(../images/position-6.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}*/
.list-desired-author li:nth-child(1):before, .list-desired-author li:nth-child(2):before,
.list-desired-author li:nth-child(3):before, .list-desired-author li:nth-child(4):before,
.list-desired-author li:nth-child(5):before, .list-desired-author li:nth-child(6):before{
    content: '';
    position: absolute;
    top: -15px;
    left: -5px;
    width: 95px;
    height: 95px;
    z-index: 10;
}
/*css task #3711 create page pre-cart*/
.title-pre-confirmation-content {
	display: flex;
	width: 100%;
	height: 60px;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	margin: -20px 0 20px 0;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
}
.p-frame-1 {
	width: 100%;
	height: auto;
	padding: 30px 0 70px 0;
}
.p-frame-1 .frame-right {
	display: block;
	width: 62%;
	height: auto;
	float: left;
}
.p-frame-1 .frame-right p {
	line-height: 20px;
	font-size: 14px;
}
.p-frame-1 .frame-right h3 {
	margin: 38px 0 15px 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
}
.p-frame-1 .frame-left {
	display: inline-block;
	width: 38%;
	height: auto;
	padding-left: 45px;
}
.p-frame-1 .frame-left img {
	display: block;
	width: 100%;
	height: auto;
}
.title-brown {
	width: 100%;
	height: auto;
	background: url(../images/background-frame.jpg) no-repeat 0 0;
	background-size: 100%;
	margin-top: 35px;
}
.title-brown h3 {
	display: flex;
	width: 100%;
	height: 48px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.title-brown span {
	display: block;
	width: 100%;
	height: auto;
	line-height: 21px;
	font-size: 15px;
	padding-bottom: 15px;
	color: #fff;
	text-align: center;
}
.table-price-frame .table-prices th {
	vertical-align: middle;
	height: 50px;
	font-size: 10px;
}
.table-price-frame .table-prices .sizes {
	font-size: 14px;
}
.table-price-frame .table-prices .sizes td:first-child {
	vertical-align: middle;
	font-size: 10px;
}
.table-price-frame .table-prices tr:nth-child(3) td {
	font-size: 10px;
	height: 50px;
	vertical-align: middle;
}
.table-price-frame .table-prices tr:nth-child(3) td:first-child {
	font-size: 10px;
}
.after-table-price-frame {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
.after-table-price-frame .after-table-price-frame-item {
	display: block;
	width: 48%;
	height: 305px;
	padding: 25px;
	border: 1px solid #dcdcdc;
	margin-bottom: 40px;
}
.after-table-price-frame .after-table-price-frame-item h3 {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 14px;
	border-bottom: 3px solid #dcdcdc;
	margin-bottom: 20px;
}
.after-table-price-frame .after-table-price-frame-item span {
	display: block;
	width: 100%;
	height: auto;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 22px;
}
.p-frame-1.p-frame-2 .frame-left {
	width: 24%;
	padding-left: 45px;
	padding-right: 85px;
}
.p-frame-1.p-frame-2 .frame-right {
	width: 76%;
}

.table-price-frame .table-prices .sizes td:nth-child(3) .image img {
	height: 165px;
}
.table-price-frame .table-prices .sizes td:nth-child(2) .image img {
	height: 165px;
}
.after-table-price-frame.after-table-price-frame-orther .after-table-price-frame-item span {
	display: inline-block;
	width: 46%;
	float: left;
}
.after-table-price-frame.after-table-price-frame-orther .after-table-price-frame-item img {
	display: inline-block;
	width: 54%;
	padding-left: 3%;
}
.pre-cart-select {
	display: block;
	width: 375px;
	height: auto;
	margin: auto;
}
.pre-cart-select .pre-cart-select-item {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: space-between;
	align-items: center;
}
.pre-cart-select .pre-cart-select-item select {
	width: 320px;
	background: url(../images/custom-select.png) right -2px center no-repeat;
	background-size: contain;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 10px 60px 10px 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid rgb(167, 167, 167);
	outline: none;
	min-width: 122px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pre-cart-select .pre-cart-select-item input {
	width: 140px;
	margin-right: 185px;
	background-size: contain;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 10px 15px 10px 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid rgb(167, 167, 167);
	outline: none;
	min-width: 122px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.submit-form-pre-cart {
	display: flex;
	width: 375px;
	height: 50px;
	margin: auto;
	position: relative;
	background: rgb(204, 0, 0);
	border: 1px solid rgb(128, 51, 0);
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	text-shadow: 1px 1px 1px #000;
	border-radius: 4px;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	margin-top: 25px;
	font-weight: bold;
}
.submit-form-pre-cart:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid rgb(229, 127, 127);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.submit-form-pre-cart:hover {
	-webkit-box-shadow: 1px 1px rgb(128, 51, 0), 2px 2px rgb(128, 51, 0);
	box-shadow: 1px 1px rgb(128, 51, 0), 2px 2px rgb(128, 51, 0);
	-webkit-transform: translate(-2px,-2px);
	-ms-transform: translate(-2px,-2px);
	transform: translate(-2px,-2px);
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
}
.pre-cart-block-bottom .btn-red {
	background: #333333;
	border: 1px solid rgb(105, 93, 85);
}
.pre-cart-block-bottom .btn-red:after {
	border: 1px solid #967272;
}
.inputs-pre-cart {
	width: 450px !important;
	margin: auto;
}
.inputs-pre-cart select {
	min-width: 385px !important;
 }
.inputs-pre-cart .row {
	margin-bottom: 0 !important;
}
.buttons-pre-cart {
	width: 450px !important;
	margin: auto;
	margin-top: 50px;
}
/*end css task #3711 create page pre-cart*/

/*css task 3150 */
.block-preview-artists {
	margin-bottom: 44px;
}
.block-preview-artists h3 {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 0 0 20px;
	display: block;
}
.block-preview-artists-row {
	display: flex;
	margin-top: 15px;
	flex-wrap: wrap;
}
.block-preview-artists-row-image {
	width: calc((100% - 50px)/6);
	height: 160px;
	border: 2px solid #010101;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	background: #ffffff;
	margin: 0 10px 10px 0;
}
.block-preview-artists-row-image:nth-child(6n) {
	margin-right: 0;
}
.block-preview-artists-row img {
	width: 160px;
	height: auto;
	margin:auto;
	position:absolute;
	top:0; left:0; right:0; bottom:0;
}

.block-preview-artists-row-image-portrait img {
	width: auto;
	height: 160px;
}

.block-preview-artists .block-preview-artists-row img:hover {
	opacity: 0.8 !important;
}

.block-preview-artists-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
}

.block-preview-artists-pop-up {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 1px;
	width: 850px;
	position: relative;
	transition: all 0.1s ease-in-out;
}
.block-preview-artists-pop-up .close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: #333;
	color: #ffffff;
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 20px;

}
.block-preview-artists-pop-up .close:hover {
	transform: scale(1.1);
}
.block-preview-artists-before img {
	width: 45%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}
.block-preview-artists-after {
	display: flex;
	margin: 0 -20px -20px -20px;
	background: #eeeeee;
}
.block-preview-artists-after-left {
	margin: 20px;
	height: auto;
	width: 25%;
	float: left;
}
.block-preview-artists-after img {
	width: 100%;
	height: auto;
}
.block-preview-artists-after-right {
	display: flex;
	width: 75%;
	margin: 20px 20px 20px 0;
	flex-direction: column;
	justify-content: space-between;
}
.block-preview-artists-after-right-below {
	display: block;
	width: 45%;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgb(255, 154, 24);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	margin-top: 10px;
}
.block-preview-artists-after-right-below:hover {
	webkit-box-shadow: 1px 1px rgb(204, 0, 0), 2px 2px rgb(204, 0, 0);
	box-shadow: 1px 1px rgb(204, 0, 0), 2px 2px rgb(204, 0, 0);
	-webkit-transform: translate(-2px,-2px);
	-ms-transform: translate(-2px,-2px);
	transform: translate(-2px,-2px);
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
}
.block-preview-artists-after-right-above h2 {
	font-weight: bold;
	line-height: 20px;
	font-size: 19px;
	margin-bottom: 10px;
}
/*end css task 3150*/
/*css task 4299*/
.block.frame .block-reason-choosing p {
	display: block;
	float: right;
	font-size: 13px;
	font-weight: bold;
	padding-right: 120px;
	margin: -10px 0 20px 0;
}
/*end css task 4299*/

.sub-head {
	text-align: center;
	margin-bottom: 20px;
	background: url(../images/bg-body.gif);
	margin: 20px -17px 20px -21px;
	padding: 20px 0;
}
.sub-head:first-of-type {
	margin-top: -30px;
}
.sub-head h3 {
	font-size: 19px;
	margin-bottom: 10px;
	font-weight: bold;

}
.sub-head p {
	margin: 3px;
	font-weight: bold;
}
.image-question img:first-child {
	width: 120px;
	cursor: pointer;
}

.image-question img:last-child {
	margin-left: 50px;
	width: 55px;
	cursor: pointer;
}
/*4706*/
.main-inner .btn-order {
	display: block;
	margin: 60px auto 50px;
}
/*end 4706*/

/*4100*/
.zuga-content .frame-selection .radio-list li .package-free {
	display: flex;
	justify-content: center;
	align-items: center;
}
.zuga-content .frame-selection .radio-list li .package-free img {
	width: 70%;
}
/*end 4100*/

.list-desired-author .premium_pc {
	width: 65px;
	height: 50px;
	background: linear-gradient(to top right, #b20d2d, #dc002b, #b20d2d);
	color: #fff;
	font-size: 15px;
	font-family: serif;
	text-align: center;
	position: relative;
	padding-top: 8px;
}

.list-desired-author .wrap_premium {
	position: absolute;
	top: 0;
	right: 5px;
	display: none;
}

.list-desired-author .wrap_premium .premium_pc:after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	border-bottom: 15px solid #fff;
	bottom: 0;
	left: 0;
}

.list_wrap_premium .premium_pc {
	width: 80px;
	height: 60px;
	background: linear-gradient(to top right, #b20d2d, #dc002b, #b20d2d);
	color: #fff;
	font-size: 18px;
	font-family: serif;
	text-align: center;
	position: relative;
	padding-top: 18px;
}

.list_wrap_premium .wrap_premium {
	position: absolute;
	top: 0;
	left: 25%;
	display: none;
}

.list_wrap_premium .wrap_premium .premium_pc:after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 15px solid #fff;
	bottom: 0;
	left: 0;
}

.banner-events-parent img {
	cursor: pointer;
}

.banner-events-parent img:hover {
	opacity: 0.9 !important;
}

.parents-events .wedding-block {
	margin-top: 20px;
}
.parents-events .wedding-block h3 {
	font-size: 20px;
}
.parents-events .wedding-block p {
	font-weight: 500;
}

/*new frame*/
.tab-frame-new ul.tabset-list a {
	height: 45px;
}
#tab5 .tab-frame-new.block-tabset div.tab-children {
	padding-top: 40px;
	border-top: 1px solid black;
	display: none;
}
.tab-frame-new ul.tabset-list a.active {
	height: 50px;
	display: flex;
	align-items: center;
	padding-bottom: 0;
}

.tab-frame-new ul.tabset-list a.active:after {
	display: none;
}
.tab-frame-new .green-title {
	margin-bottom: 10px;
}
#tab5 .tab-frame-new.block-tabset div.tab-children.tab-children-ative {
	display: block;
}

/*event-gift*/
.image-event-gift {
	display: flex;
	margin-top: 20px;
}

.text-box-e-gift {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.img-auto-e-gift img {
	margin: auto;
}

.wedding-block .text-box .event-text-red {
  font-size: 22px;
  color: red;
  font-weight: 600;
}

.event-gift-link {
  display: block;
  font-size: 22px;
  color: #0957d5;
  margin: 26px 0 0;
  line-height: 24px;
}

.wrap-event-gift .wedding-block .text-box h3 {
  font-size: 25px;
}

.wrap-event-gift .text-box .area h3 {
  font-size: 25px;
  line-height: 48px;
}

.wrap-event-gift .block-tabset-title {
  font-size: 30px;
  padding: 14px 2px 8px;
}
/*event-gift*/
.promo-block .frame-img-column {
  flex-direction: column;
}

.frame-img-column img {
  margin: 15px auto;
}

.frame-parents {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 30px;
}

.frame-parents .image {
  margin: auto;
}
/*page magazine*/
.main-magazine h1 {
  font-weight: 700;
}

.main-magazine .info-author {
  background: url("../images/img_author/bg-yellow.jpg");
  padding: 35px 0;
}

.main-magazine .title-info-author {
  position: relative;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.main-magazine .title-info-author:before,
.main-magazine .title-info-author:after {
  content: '';
  height: 1px;
  width: 315px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-magazine .title-info-author:before {
  left: 0;
}

.main-magazine .title-info-author:after {
  right: 0;
}

.main-magazine .img-author {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.main-magazine .img-author img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-magazine .wrap-magazine {
  display: flex;
}

.main-magazine .content-magazine {
  width: calc(100% - 280px);
  margin-right: 20px;
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
}

.main-magazine .content-magazine p {
  font-size: 16px;
  line-height: 24px;
}

.main-magazine .sidebar-magazine {
  width: 260px;
}

.main-magazine .bg-white {
  background: #fff;
}

.main-magazine .bg-maga-yellow {
  background: #ffde00;
}

.main-magazine .wrap-magazine .bg-white {
  border-radius: 10px;
  overflow: hidden;
}

.main-magazine .list-info-author {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.main-magazine .list-info-author li {
  width: calc(100% / 8);
}

.main-magazine .list-info-author .item-info-author {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-magazine .name-author {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.main-magazine .top-sidebar {
  margin-bottom: 25px;
}

.main-magazine .title-sidebar {
  text-align: center;
  font-size: 18px;
  padding: 20px;
  font-weight: 700;
}

.main-magazine .box-content-side {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 15px;
  font-size: 16px;
}

.main-magazine .content-top-sidebar li {
  border-bottom: 1px solid #ebebeb;
}

.main-magazine .content-top-sidebar:last-child {
  border: 0;
}

.main-magazine .arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 22px;
  z-index: 999;
}

.main-magazine .arrow-orange:after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff9c00;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.main-magazine .content-bt-sidebar {
  padding: 0 15px;
}

.main-magazine .content-list li {
  border-bottom: 1px dashed #d0d0d0;
  position: relative;
}

.main-magazine .content-list li:last-child {
  border-bottom: 0;
}

.main-magazine .wrap-flex {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.main-magazine .wrap-relate .wrap-flex {
  padding: 20px 0;
}

.main-magazine .wrap-relate li:first-child .wrap-flex {
  padding-top: 0;
}

.main-magazine .wrap-relate .wrap-flex .col-right {
  padding-left: 15px;
}

.main-magazine .col-left {
  position: relative;
  width: 30%;
}

.main-magazine .col-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-magazine .content-bt-sidebar .col-left img {
  -o-object-fit: cover;
  object-fit: cover;
}

.main-magazine .content-bt-sidebar .col-left {
  height: 70px;
}

.main-magazine .wrap-relate .col-left {
  height: 130px;
}

.main-magazine .col-right {
  position: relative;
  width: 70%;
  padding-left: 10px;
  font-size: 13px;
}

.main-magazine .col-right p {
  margin-bottom: 0;
}

.main-magazine .right {
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
}

.main-magazine .left {
  -moz-transform:rotate(225deg);
  -webkit-transform:rotate(225deg);
  -o-transform:rotate(225deg);
  -ms-transform:rotate(225deg);
}

.main-magazine .list-category {
  display: flex;
  color: #9e9e9e;
  font-size: 14px;
}

.main-magazine .btn-category {
  color: #d1d1d1;
  border: 1px solid #d1d1d1;
  border-radius: 25px;
  padding: 5px 10px 3px;
  margin-left: 5px;
  width: 140px;
  text-align: center;
}

.main-magazine .btn-category:hover {
  color: #000;
  border: 1px solid #000;
}

.main-magazine .btn-category:first-child {
  margin-left: 0;
}

.main-magazine .wrap-relate .list-category {
  justify-content: flex-end;
  margin-top: 25px;
  position: absolute;
  bottom: 20px;
  right: 0;
}

.main-magazine .title-article {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0;
}
.main-magazine p a {
    font-weight: 700;
    color: #1155cc;
}
.main-magazine .title-article:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #000;
  margin-top: 15px;
}

.main-magazine .sub-title-article {
  font-size: 20px;
  margin: 50px 0 30px;
  padding: 12px 10px 12px 15px;
  border-left: 5px solid #302c2e;
  background: #f8f6f4;
  line-height: 32px;
  font-weight: normal;
  color: #302c2e;
}

.main-magazine .img-content-article {
  height: auto;
  margin-bottom: 20px;
}

.main-magazine .content-article p {
  margin-bottom: 45px;
}

.main-magazine .content-article h3 {
  margin-bottom: 15px;
}
.img-content-article a,
.main-magazine .content-article p a {
  color: #1a73e8 !important;
  text-decoration: unset;
}

.main-magazine .content-article p a:hover {
  text-decoration: underline;
}

.main-magazine .box-welcome-board {
  padding: 15px;
  background: #fafafa;
  border: 1px solid #d1d1d1;
}

.main-magazine .welcome-board {
  display: flex;
}

.main-magazine .img-welcome-board {
  width: 190px;
  margin-right: 15px;
}

.main-magazine .title-content-wl-broad {
  font-size: 18px;
}

.main-magazine .btn-wl-board {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ff9c00;
  border: 1px solid #ff9c00;
  width: 180px;
  margin: auto;
  border-radius: 50px;
  padding: 10px;
  box-shadow: 0 2px 1px 1px rgba(255,156,0,1);
}

.main-magazine .btn-wl-board .arrow {
  position: unset;
  margin-left: 10px;
}

.main-magazine .btn-wl-board.arrow-orange:after {
  right: 25px;
}

.main-magazine .list-btn-next-prev {
  display: flex;
  justify-content: center;
  margin: 25px auto;
}

.main-magazine .btn-next-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #575757;
  border-radius: 50px;
  padding: 10px 25px;
  box-shadow: 0 2px 1px 1px rgba(53,53,53,1);
}

.main-magazine .img-icon-book {
  display: flex;
  align-items: center;
}

.main-magazine .btn-maga-top {
  margin: 0 10px;
}

.main-magazine .list-btn-next-prev .arrow {
  position: unset;
  border-top: 2px solid #575757;
  border-right: 2px solid #575757;
}

.main-magazine .list-btn-next-prev .left {
  margin-right: 12px;
}

.main-magazine .list-btn-next-prev .right {
  margin-left: 12px;
}

.main-magazine .list-btn-next-prev .arrow-orange:after {
  background: #fff;
}

.main-magazine .list-btn-next-prev .arrow-gray-left.arrow-orange:after {
  left: 18px;
}

.main-magazine .list-btn-next-prev .arrow-gray-right.arrow-orange:after {
  right: 18px;
}

.main-magazine .img-icon-book {
  margin-left: 5px;
}

.main-magazine th:nth-child(1),
.main-magazine th:nth-child(3n),
.main-magazine td:nth-child(1),
.main-magazine td:nth-child(3n) {
  width: 10%;
}

.main-magazine th:nth-child(2n),
.main-magazine td:nth-child(2n)
{
  width: 40%;
}

.main-magazine th,
.main-magazine td {
  padding: 5px 10px;
  border-left: 1px solid #000;
}

.main-magazine th:last-child,
.main-magazine td:last-child {
  border-right: 1px solid #000;
}

.main-magazine tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
}

.main-magazine .pagination_numbers {
  text-align: center;
  margin: 30px 0;
}
.main-magazine .pagination_numbers .pagination_button,
.main-magazine .pagination_numbers .prev,
.main-magazine .pagination_numbers .next {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 14px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 50%;
  background: #d0d0d0;
}
.main-magazine .pagination_numbers .pagination_button.active,
.main-magazine .pagination_numbers .prev.active,
.main-magazine .pagination_numbers .next.active {
  background: #ffce0a;
  color: #fff;
  border: 0.5px solid transparent;
}
.main-magazine .pagination_numbers .pagination_button.active a,
.main-magazine .pagination_numbers .prev.active a,
.main-magazine .pagination_numbers .next.active a {
  color: #fff;
  font-weight: bold;
  line-height: 13px;
}
.main-magazine .pagination_numbers .pagination_button.passive,
.main-magazine .pagination_numbers .prev.passive,
.main-magazine .pagination_numbers .next.passive {
  opacity: 0.3;
  cursor: not-allowed;
}
.main-magazine .pagination_numbers .pagination_button a,
.main-magazine .pagination_numbers .prev a,
.main-magazine .pagination_numbers .next a {
  text-decoration: none;
  color: #fff;
}

.main-magazine .pagination_numbers .arrow {
  position: unset;
}

.main-magazine .banner-magazine {
  margin: -10px auto 25px;
	height: 214px;
}

.main-magazine .topical {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.main-magazine .topical li {
  position: relative;
  margin-right: 20px;
}

.main-magazine .topical li a {
  font-weight: bold;
}

.main-magazine .topical li:before {
  content: '>';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.main-magazine .topical li:first-child:before {
  content: unset;
}

/*end page magazine*/
.text-red-creat {
  display: none;
  color: red;
  line-height: 18px;
}
/*gallery*/
.bg-white {
  background: #fff;
}

.page-gallery {
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 30px;
}

.page-gallery form {
  display: flex;
  justify-content: center;
  max-width: 70%;
  margin: auto;
}

.page-gallery .form-search {
  padding: 10px 0 30px;
}

.page-gallery select {
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance:none;
  appearance: none;
  padding: 5px;
  min-width: 230px;
  border-radius: 5px;
  margin: 0 10px;
}

.page-gallery .form-group {
  position: relative;
}

.page-gallery .form-group:after {
  content: "";
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.page-gallery form button {
  border: 0;
  background: #434343;
  color: #fff;
  border-radius: 5px;
  padding: 0 5px;
  min-width: 70px;
  font-size: 16px;
}

.page-gallery .list-gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.page-gallery .list-gallery ul li {
  width: calc(100% / 6);
  padding: 10px;
  position: relative;
}

.page-gallery .list-gallery .image {
  min-height: 140px;
  max-height: 140px;
  position: relative;
  border: 1px solid #000;
}

.page-gallery .list-gallery .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;

}

.page-gallery .list-gallery ul li .fa-search-plus {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 16px;
  -webkit-filter: drop-shadow( -1px -1px 2px rgba(225, 225, 225));
  filter: drop-shadow( -1px -1px 2px rgba(225, 225, 225));
}
/*end gallery*/


.information-tet-holiday {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 20px 0;
}
.welcome-new .box-nav-item {
  display: none;
}

.welcome-new .box-nav-item ul {
  background: #404040;
  color: #fff;
  border-radius: 6px;
}

.welcome-new .box-nav-item li {
  margin: 0;
  height: 40px;
}

.welcome-new .box-nav-item li a {
  font-size: 12px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
}

.welcome-new .box-nav-item li a:hover {
  background: #ffde00;
  color: #000;
}

.welcome-new .tabset-list .nav-top {
  display: block;
  background: #404040;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding: 2px;
  height: 40px;
  color: #fff;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.welcome-new .tabset-list .active-active.nav-top {
  background: #ffde00;
  color: #000;
}

.welcome-new .tabset-list .active.nav-top:after {
  content: '';
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.welcome-new .tabset-list .active.nav-top:before {
  content: '';
  border-top: 7px solid #ffde00;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 9px;
  top: 52%;
  transform: translateY(-50%);
  z-index: 2;
}

.welcome-new .box-banner-pink .title {
  color: #e05b9d;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 35px;
}

.welcome-new .box-banner-pink {
  position: relative;
}

.welcome-new .box-banner-pink .box-content {
  position: absolute;
  top: 20px;
  left: 50px;
}

.welcome-new .box-banner-pink .box-content .title {
  margin-bottom: 30px;
}

.welcome-new .box-banner-pink .box-content .text-content {
  max-width: 55%;
  font-size: 16px;
  line-height: 26px;
}

.welcome-new .box-yellow {
  background: repeating-linear-gradient(-45deg, #ffe640, #ffe640 5px, #ffde00 5px, #ffde00 10px);
  margin-top: 50px;
}

.welcome-new .pd-20 {
  padding: 20px;
}

.welcome-new .box-yellow .title {
  position: relative;
}

.welcome-new .box-yellow .title h2 {
  font-size: 38px;
  color: #f3002e;
  text-align: center;
}

.welcome-new .box-yellow .title h3 {
  font-size: 20px;
  text-align: center;
}

.welcome-new .title .image {
  display: flex;
  justify-content: center;
}

.welcome-new .box-text-title {
  position: absolute;
  top: 56%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: max-content;
  line-height: 36px;
  font-weight: 700;
}

.welcome-new .box-yellow .content {
  display: flex;
  margin-top: 45px;
}

.welcome-new .text-point {
  width: 60%;
  padding-right: 20px;
}

.welcome-new .title-point {
  position: relative;
  color: #ff9c00;
  background: #fff;
  border: 4px solid #ff9c00;
  border-radius: 30px;
  padding: 15px 80px;
  font-size: 20px;
}

.welcome-new .left-title-point {
  position: absolute;
  background: #ff9c00;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  font-family: inherit;
  font-weight: 700;
}

.welcome-new .left-title-point span {
  font-size: 40px;
}

.welcome-new .img-point {
  width: 40%;
  padding-left: 20px;
}

.welcome-new .content-point {
  margin-top: 25px;
  font-size: 16px;
  line-height: 22px;
}

.welcome-new .btn-point {
  color: #ff9c00;
  background: #fff;
  border: 1px solid #ff9c00;
  border-radius: 30px;
  padding: 6px 25px;
  font-size: 16px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  border-bottom: 5px solid #ff9c00;
  border-top: 2px solid #ff9c00;
  font-weight: 700;
}

.welcome-new .btn-point i {
  margin-left: 10px;
  margin-top: 3px;
}

.welcome-new .list-seasion ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.welcome-new .list-seasion li {
  width: 50%;
  padding: 10px;
}

.welcome-new .list-seasion li .content-seasion {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}

.welcome-new .list-seasion li .content-seasion .text-seasion{
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
}

.welcome-new .list-seasion li .content-seasion .btn-point{
  margin: -10px auto 20px;
}

.welcome-new .hover-nav:hover .box-nav-item {
  display: block;
}

.welcome-new .hover-nav:hover .active.nav-top {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

.d-flex-ct {
  display: flex;
}

.fs-16 {
  font-size: 16px;
  line-height: 22px;
}

.welcome-new .wedding-tree {
  background: #fff;
  margin-bottom: 30px;
}

.w-30 {
  width: 30%;
}

.w-70 {
  width: 70%;
}

.w-45 {
  width: 45%;
}

.w-55 {
  width: 55%;
}

.pd-20 {
  padding: 20px;
}

.welcome-new .right-wd-tree {
  padding-left: 30px;
}

.welcome-new .content-wedding-tree {
  padding-bottom: 16px;
}

.welcome-new .caricature-gallery {
  margin: 40px 0;
  padding: 15px 20px;
  background: #fff5f5;
  border: 2px solid #dfb9c6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.welcome-new .caricature-gallery .w-45 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.welcome-new .caricature-gallery .title {
  color: #ea0909;
  font-size: 26px;
  padding-top: 10px;
}

.welcome-new .caricature-gallery .title-gallery {
  color: #aa9146;
}

.fw-700 {
  font-weight: 700;
}

.welcome-new .h2-title-ct {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 12px;
}

.welcome-new .h3-ct {
  margin: 0 0 25px;
  border: 1px solid #4ba800;
  border-width: 3px 0;
  font-size: 30px;
  line-height: 36px;
  color: #4ba800;
  font-weight: normal;
  height: 94px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrap-note-border-gray {
  border: 1px solid #eaeaea;
  padding: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 30px auto;
}

.wrap-note-border-gray .title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}

.title-autumn-theme {
  font-size: 20px;
  color: #56ad10;
  font-weight: 700;
  margin: 10px 0 15px;
}

.box-list-circle {
  border: 3px solid #b3b3b3;
  border-radius: 10px;
  padding: 30px;
  background: #fffeef;
  margin-top: 20px;
}

.box-list-circle .title {
  margin-bottom: 20px;
  color: #de8d00;
  font-size: 24px;
  text-align: center;
}

.box-list-circle ul {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 80%;
}

.box-list-circle ul li {
  width: calc(100% / 6);
}

.box-list-circle ul li .list-circle {
  padding: 0 10px;
  text-align: center;
}

.box-list-circle .round {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.box-list-circle .round img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrap-intro-autumn .artists li {
  position: relative;
  flex-flow: row nowrap;
  width: 100%;
  padding: 30px 15px 92px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgb(215, 194, 78);
}

.wrap-intro-autumn .artists li .about {
  display: block;
  position: relative;
  width: 50%;
  padding-right: 15px;
  margin-bottom: 0;
  overflow: visible;
}

.wrap-intro-autumn .artists li .about .picture {
  float: right;
  margin: 0 0 20px;
  height: 150px;
  line-height: 150px;
}

.wrap-intro-autumn .artists li .about .description {
  padding-top: 15px;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #000;
}

.wrap-intro-autumn .artists li .about .picture img {
  display: inline-block;
  vertical-align: middle;
  max-height: 150px;
  width: auto !important;
  max-width: 100%;
}

.wrap-intro-autumn .artists li .about .description h4 {
  display: flex;
  align-items: center;
  height: 160px;
  position: absolute;
  top: -10px;
  left: 0;
  padding-top: 10px;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.wrap-intro-autumn .artists li .about .description h4 span {
  margin-right: 10px;
  font-size: 14px;
}

.wrap-intro-autumn .artists li .about .description .text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.wrap-intro-autumn .artists li .about-2 {
  width: 50%;
  padding-left: 15px;
}

.wrap-intro-autumn .artists li .about-2 .image {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.wrap-intro-autumn .artists li .about-2 .image .image-item {
  margin: 5px;
  width: 47.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-intro-autumn .artists li .about-2 .image img {
  display: block;
  width: 100%;
}

.wrap-intro-autumn .artists li .about-2 .btn-art {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  max-width: 301px;
  margin: 0 auto;
}

.wrap-intro-autumn .artists li .about-2 .btn-art a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgb(255, 154, 24);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.repeating-linear-yellow-white {
  background: repeating-linear-gradient(-45deg, #fff, #fff 5px,#f9e67e 5px, #f9e67e 10px);
  border-radius: 10px;
}

.banner-wt {
  display: flex;
  max-width: 100%;
  padding: 10px;
  margin: auto;
}

.banner-wt img {
  margin: auto;
}

.bg-wt-pink {
  background: #ffe5e5;
}

.bg-wt-yellow-green {
  background: #faf7e2;
}

.hr-yellow-gree {
  width: 100%;
  height: 4px;
  background: #a19965;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
  line-height: 30px;
}

.fs-26 {
  font-size: 26px;
}

.pd-30 {
  padding: 30px;
}

.pd-30-0 {
  padding: 30px 0;
}

.pd-20-0 {
  padding: 20px 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.wt-info {
  display: flex;
  margin: 25px 0;
}

.wt-info .w-30 {
  padding-left: 30px;
}

.wt-info .title {
  color: #da0000;
  font-weight: 700;
  margin-bottom: 15px;
}

.wt-info .wt-content {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.wt-before-after {
  background: url("../images/page-welcome/wedding-tree/bg-op-wt.jpg") no-repeat;
  border: 3px solid #ffe8f9;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.wt-before-after .title {
  color: #da0000;
  font-weight: 700;
  margin-bottom: 20px;
}

.wt-before-after .content {
  display: flex;
  max-width: 50%;
  margin: auto;
  position: relative;
}

.wt-before-after .content .img-left,
.wt-before-after .content .img-right {
  border: 1px solid #000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 40px;
}


.wt-before-after .content .img-left img,
.wt-before-after .content .img-right img {
  max-width: 80%;
}

.wt-before-after .content .img-left {
  position: relative;
  margin-right: 20px;
}

.wt-before-after .content .bf-af {
  position: absolute;
  bottom: 15px;
  font-weight: 700;
}

.wt-before-after .img-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrap-wt-point {
  display: flex;
  border-bottom: 2px dashed #cfc684;
}

.wrap-wt-point:last-child {
  border: 0;
}

.wrap-wt-point .w-40 {
  padding-right: 30px;
}

.wrap-wt-point img {
  width: 100%;
}

.wrap-wt-point .w-60 {
  text-align: left;
}

.wrap-wt-point .w-60 .title {
  color: #000;
  margin-bottom: 20px;
}

.examp-wt {
  border: 2px solid #ffc7c7;
  background: linear-gradient(#ffe2e2, #fff);
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.examp-wt .title {
  color: #f42888;
  font-weight: 700;
  margin-bottom: 20px;
}

.examp-wt .content {
  line-height: 30px;
}

.text-red {
  color: #da0000;
  line-height: 28px;
}

.wt-point {
  text-align: center;
  margin: 30px auto 50px;
}

.wt-point .title {
  color: #7c701e;
  font-weight: 700;
}

.wt-point .text-point {
  background: #fd4d4d;
  color: #fff;
  padding: 7px 15px 4px;
  border-radius: 15px;
}

.welcome-new .frame-ct-1 .image {
  width: auto;
  max-width: 50%;
}

.welcome-new .promo-block h2 {
  height: auto;
  padding: 20px;
}

.welcome-new .right-wd-tree-left-0 {
  padding-left: 0;
}
/*review page*/
.review-page {
  font-size: 14px;
}

.review-page select {
  -moz-appearance: none;
  -webkit-appearance:none;
  appearance: none;
  border: 1px solid #101010;
  background-color: #fff;
  padding: 2px 10px;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 35px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
  transition: all 0.3s;
  box-sizing: border-box;
  margin: 0;
}

.review-page .holder-select {
  position: relative;
}

.review-page .holder-select:after {
  content: '';
  display: block;
  border-top: 7px solid #000;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.review-page .top-p-note {
  margin-top: 20px;
}

.review-page > div > p {
  margin-bottom: 20px;
}

.review-page .form-box > label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 20px;
}

.review-page .form-box .holder-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.review-page .form-box .holder-input.group .form-control {
  max-width: 355px;
  width: 355px;
}

/* Rating Star Widgets Style */
.review-page .rating-stars ul {
  list-style-type:none;
  padding:0;

  -moz-user-select:none;
  -webkit-user-select:none;
}
.review-page .rating-stars ul > li.star {
  display:inline-block;

}

/* Idle State of the stars */
.review-page .rating-stars ul > li.star > i.fa {
  font-size:30px;
  color:#ccc;
}

/* Hover state of the stars */
.review-page .rating-stars ul > li.star.hover > i.fa {
  background: linear-gradient(-135deg,#ffbd00 25%,#fed561 55%,#ebae03 35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Selected state of the stars */
.review-page .rating-stars ul > li.star.selected > i.fa {
  background: linear-gradient(-135deg,#ffbd00 25%,#fed561 55%,#ebae03 35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.review-page .impressions-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.review-page .impressions-text-gray {
  color: #979797;
}

.review-page .up-img {
  background: #f1f1f1;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.review-page .btn-attach-design {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  background: linear-gradient(to top, #f0f0f0, #fff);
  font-size: 14px;
  padding: 3px 10px;
}

.review-page .btn-delete-attach {
  background: #313131;
  color: #fff;
  border-radius: 5px;
  border: unset;
  padding: 3px 10px;
  font-size: 14px;
}

.review-page .up-img-left {
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	line-height: 30px;
	color: #000;
}

.review-page .up-img-left .button-file {
	float: left;
	padding: 0;
	margin-right: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	width: 162px;
	text-align: center;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
}

.review-page .up-img-left .files {
	padding: 9px 13px;
	border: 1px solid rgb(167, 167, 167);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	font-size: 14px;
	line-height: 18px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transform: scale(20);
	letter-spacing: 10em;
	-ms-transform: scale(20);
	opacity: 0;
	cursor: pointer;
}
.review-page .color {
	background: linear-gradient(-135deg,#ffbd00 25%,#fed561 55%,#ebae03 35%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.review-list-page .content-list-review {
  display: flex;
  border-bottom: 1px dashed #cecece;
  padding: 30px 0;
}

.review-list-page .content-list-review:first-child {
  padding-top: 0;
}

.review-list-page .list-review-left {
  width: 40%;
}

.review-list-page .list-review-right {
  width: 60%;
  padding-left: 35px;
}

.review-list-page .list-review-left .name-author {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
}

.review-list-page .img-list-review {
  border: 4px solid #e3e3e3;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.review-list-page .list-review-right .name-author {
  font-size: 20px;
}

.review-list-page .list-review-right .date-book {
  font-size: 14px;
}

.review-list-page .color-gray {
  color: #ccc;
}

.review-list-page .list-review-box-gray,
.review-list-page .list-stars {
  display: flex;
  align-items: center;
}

.review-list-page .list-review-box-gray {
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed #000;
}

.review-list-page .usage {
  width: 60%;
  margin-right: 10px;
  padding: 11px 10px;
  background: #f2f2f2;
}

.review-list-page .list-black-star {
  width: 40%;
}

.review-list-page .list-review-box-gray .rating-stars ul > li.star > i.fa {
  font-size: 24px;
}

.review-list-page .list-black-star {
  background: #000;
  padding: 1px;
}

.review-list-page .list-stars {
  background: #282828;
  justify-content: center;
  border: 1px solid #fff;
  padding: 7px 10px 5px;
  color: #fff;
}

.review-list-page .text-evaluation {
  font-size: 16px;
  margin-right: 10px;
}

.review-list-page .content-evaluation {
  padding: 20px 0;
}

.review-list-page .btn-book {
  position: relative;
  background: #ff8f0a;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 20px;
}

.review-list-page .box-arrow-right {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-list-page .arrow {
  position: unset;
  border-top: 3px solid #ff8f0a;
  border-right: 3px solid #ff8f0a;
  margin-right: 2px;
  width: 10px;
  height: 10px;
}

.review-list-page .pagination_numbers .arrow {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.review-list-page .pagination_numbers .arrow.left {
  margin-right: -3px;
}

.review-page .box-holder-select .holder-input.holder-select{
	width: 200px;
	padding: 20px 0;
}
/*end review page*/

.welcome-new .w-40 img {
  width: 100%;
}

.wrap-percent-happy-life {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px;
}

.wrap-percent-happy-life li {
  width: 50%;
  padding: 10px;
}

.wrap-percent-happy-life .box-percent {
  padding: 10px 20px;
  border: 2px solid #ebebeb;
  height: 100%;
  border-radius: 10px;
}

.wrap-percent-happy-life .box-percent .title {
  border-bottom: 5px solid #ebebeb;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  padding: 10px 0;
}

.wrap-percent-happy-life .box-percent .content {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0;
}

.box-wish-flower {
  background: url("../images/page-welcome/happy_life/wish-bg-flower-pc.jpg") repeat-y;
  background-size: 100%;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 20px;
}

.box-wish-flower .title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.box-wish-flower table {
  margin: 10px 0 20px;
}

.box-wish-flower tr {
  padding: 10px;
}

.box-wish-flower tr th,
.box-wish-flower tr td {
  border: 1px solid #ebebeb;
  padding: 10px;
  text-align: center;
  width: calc(100% / 7);
}

.box-wish-flower tr:first-child {
  background: #f4f4f4;
}

.box-wish-flower tr:last-child {
  background: #fff;
}

.box-wish-flower .calander-yellow {
  background: #fffff6;
  padding: 10px;
  text-align: center;
}

.box-wish-flower .calander-yellow .title {
  color: #873c3c;
  margin: 0;
  padding: 20px;
}

.box-wish-flower .calander-yellow .image {
  max-height: 200px;
  overflow: hidden;
}

.box-wish-flower .calander-yellow .content {
  padding: 20px;
}

.longevity-pink .title {
  font-size: 24px;
  text-align: center;
  margin: 50px 30px;
  font-weight: 700;
}

.longevity-pink .btn-longevity-pink {
  color: #ffb1b1;
  border: 1px solid #ffb1b1;
  max-width: 60%;
  padding: 15px;
  border-radius: 50px;
  text-align: center;
  margin: 40px auto 20px;
  font-size: 20px;
}

.longevity-pink .wrap-note-border-gray {
  border-radius: 8px;
}

.longevity-pink .wrap-note-border-gray .title {
  display: flex;
  align-items: center;
  text-align: left;
  margin: 0;
}

.longevity-pink .wrap-note-border-gray .point {
  background: #ffb1b1;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  margin-right: 10px;
}

.longevity-pink .wrap-note-border-gray .text-number {
  font-size: 36px;
}

.longevity-pink .wrap-note-border-gray .image .note {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
}

.longevity-pink .promo-block .text-box .area {
  padding-left: 0;
}

.box-wish-flower .title-table {
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
}

.promo-block.wrap-note-border-gray .text-box .area {
  padding-left: 0;
}
/*breadcrumb*/
.topicpath-niga {
  margin: 30px 0;
}

.topicpath-niga ul {
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.topicpath-niga li {
  position: relative;
  font-size: 12px;
  display: inline;
  list-style-type: none;
  padding: 0 0 0 15px;
}

.topicpath-niga li:last-child {
  font-weight: 700;
}

.topicpath-niga li:before {
  content: '>';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.topicpath-niga li:first-child:before {
  content: unset;
}

.topicpath-niga li.home {
  padding: 0 5px 0 5px;
  background: none;
}

.topicpath-niga li:last-child {
  font-weight: 700;
}
/*end breadcrumb*/

.wrap-intro-autumn .title-block {
  display: none;
}

.nigaoe-logo{
  display:block;
  width:238px;
  max-width:238px;
  height:84px;
  overflow:hidden;
  text-indent:-9999px;
  background:url(../images/logo.png) no-repeat 50%;
}
.nigaoe-logo a{
  display:block;
  position:relative;
  height:100%;
}

.nigaoe-title-block{
  position:relative;
  background:#ffde00;
  text-align:center;
  font-size:20px;
  line-height:50px;
  color:#000;
  font-weight:bold;
  overflow:hidden;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  margin-bottom:28px;
}

.nigaoe-title-block.merchandise {
  background: #ffde00 url(../images/ico-merchandise.png) no-repeat calc(50% - 205px) 50%;
}
.nigaoe-title-block:after{
  content:'';
  position:absolute;
  border-left:12px solid #fff;
  top:-12px;
  left:8px;
  height:100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nigaoe-title-block:before{
  content:'';
  position:absolute;
  border-left:12px solid #fff;
  bottom:-12px;
  right:8px;
  height:100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nigaoe-title-block span{
  display:inline-block;
  vertical-align:top;
  padding-left:40px;
}
.nigaoe-title-block span.merchandise{background:url(../images/ico-merchandise.png) no-repeat 0 50%;}
.nigaoe-title-block span.writers{background:url(../images/ico-writers.png) no-repeat 0 50%;}

.wrap-intro-autumn .nigaoe-title-block {
  display: none;
}

.contact-page .nigaoe-title-block{
  margin-bottom: 28px;
}

.how-order .nigaoe-title-block{
  margin-bottom: 28px;
}

.wrap-slider-season .img-banner {
  display: block;
  position: relative;
  height: 300px;
}

.wrap-slider-season .img-banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
/*end gallery*/

 /*popup gallery*/
.hover_bkgr_fricc{
	background:rgba(0,0,0,.4);
	cursor:pointer;
	display:none;
	height:100%;
	position:fixed;
	text-align:center;
	top:0;
	left: 0;
	width:100%;
	z-index:10000;
}
.hover_bkgr_fricc > div {
	background-color: #fff;
	box-shadow: 10px 10px 60px #555;
	height: auto;
	min-height: 100px;
	vertical-align: middle;
	width: 60%;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 8px;
	padding: 15px;
}
.popupCloseButton {
	background-color: #fff;
	border: 3px solid #000;
	border-radius: 50px;
	cursor: pointer;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	top: -15px;
	right: -15px;
	font-size: 30px;
	line-height: 30px;
	width: 35px;
	height: 35px;
	text-align: center;
}
.popupCloseButton:hover {
	background-color: #ccc;
}
.trigger_popup_fricc {
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}

.hover_bkgr_fricc .block-preview-artists-after {
	margin: 20px 0 0;
}

.hover_bkgr_fricc .block-preview-artists-after-right-above {
	text-align: left;
}

.non-scroll {
	overflow: hidden;
}

.hover_bkgr_fricc .image {
	max-width: 500px;
	max-height: 300px;
	height: 300px;
	position: relative;
	margin: 30px auto;
}

.hover_bkgr_fricc .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
/*end popup gallery*/
.zomm_author_gallery .block-preview-artists-row-image-portrait img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.review-page .box-holder-select .holder-select.holder-author-select {
	width: 250px;
}

.review-page .holder-author-select select {
	width: 250px;
}

.review-page .holder-select.holder-author-select:after
{
	right: 15px;
}

.page-gallery .list-gallery .pagination_numbers {
  justify-content: center;
  margin-top: 20px;
}

.banner-top-page.d-flex-ct {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	align-items: center;
	position: relative;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	padding: 10px 14px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border-radius: 50%;
	background: #d0d0d0;
	color: #FFF;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #ffce0a;
	color: #fff;
	border: 0.5px solid transparent;
}

.main-magazine .list_wrap_premium {
	background: #fff;
    border: 1px solid rgb(215,194,78);
}

.main-magazine .wrap_list {
	display: flex;
	padding: 15px;
}

.main-magazine .wrap_list .about {
	width: 50%;
	display: flex;
    padding-right: 15px;
}

.main-magazine .wrap_list .about .picture {
	width: 150px;
}

.main-magazine .wrap_list .about-2 {
	width: 50%;
	
}

.main-magazine .wrap_list .description {
	padding-right: 15px;
	flex: 1;
}

.main-magazine .wrap_list h4 {
	color: #000;
	font-size: 18px;
	margin: 30px 0;
}

.main-magazine .wrap_list .green-title {
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 0;
}

.main-magazine .wrap_list .image {
	display: flex !important;
	justify-content: center;
	height: 200px;
    position: relative;
}

.main-magazine .wrap_list .image img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.main-magazine .btn-art {
	max-width: 301px;
    margin: 20px auto;
}

.main-magazine .btn-art a {
	display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(255,154,24);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.main-magazine .btn-art a:hover {
	    -webkit-box-shadow: 1px 1px rgb(204 0 0), 2px 2px rgb(204 0 0);
    box-shadow: 1px 1px rgb(204 0 0), 2px 2px rgb(204 0 0);
    -webkit-transform: translate(-2px,-2px);
    -ms-transform: translate(-2px,-2px);
    transform: translate(-2px,-2px);
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.main-magazine .artists.list-info-author {
	margin: 30px 0; 
}
.wrap-article p a {
    color: #2196f3;
    font-weight: 700;
}

.main-magazine .content-magazine p a {
	 color: #2196f3;
    font-weight: 700;
}

b, strong{
	font-weight: 700 !important;
}

.button-block {
	display: flex;
}

.button-block.sticky {
    width: 100%;
    position: static;
    bottom: auto;
}
.button-block .red-btn.new-content-red {
	max-width: 500px;
}

.detail-breadcum {
	display: flex;
	column-gap: 5px;
	padding-bottom: 10px;
}

.name-breadcum {
    font-size: 14px;
}
.post-ol-li li{
	list-style: auto;
	margin-left: 20px;
}
.name-author-1{
	font-weight: 700;
	text-align: left;
	font-size: 18px;
}

/* fix ul li border */
.post-ol-li ul{
    #border: 1px solid;
    padding: 15px 10px;
}
.post-ol-li .toc_list,
.post-ol-li .toc_list ul,
.post-ol-li li ul{
    border: unset;
    padding: 0;
}
.post-ol-li ul li {
    list-style: disc;
}