.btn_s1{
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 1px solid transparent;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding: 14px 18px;
	color: #fff;
	width: 100%;
	border-radius: 8px;
	max-width: 300px;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 5;
}

.btn_s1-default{
	max-width: 830px;
	border-top: 1px solid rgba(255,255,255,.5);
	box-shadow: 0 0 0 2px #000;
	padding: 15px 8px;
	overflow: hidden;
	background: #cf3524;
	text-align: center;
}
.btn_s1-default:before,
.btn_s1-default:after{
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	background: #cf3524;
	background: -moz-linear-gradient(top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
	background: -webkit-linear-gradient(top, #cf3524 0%,#ee1100 49%,#ee1100 50%,#cd0000 50%,#cd0000 100%);
	background: linear-gradient(to bottom, #cf3524 0%,#ee1100 49%,#ee1100 50%,#cd0000 50%,#cd0000 100%);
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.btn_s1-default:after{
	background: #cf3524;
	background: -moz-linear-gradient(bottom, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
	background: -webkit-linear-gradient(bottom, #cf3524 0%,#ee1100 49%,#ee1100 50%,#cd0000 50%,#cd0000 100%);
	background: linear-gradient(to top, #cf3524 0%,#ee1100 49%,#ee1100 50%,#cd0000 50%,#cd0000 100%);
	opacity: 0;
}
.btn_s1-default strong{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 80px;
	font-size: 40px;
	line-height: 44px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	z-index: 10;
}
.btn_s1-default strong span{
	display: block;
	font-size: 24px;
	line-height: 30px;
}
.btn_s1-default strong .icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 68px;
	height: 68px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
}
.btn_s1-default strong .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -8px;
	border: 17px solid transparent;
	border-left: 26px solid #ff0000;
	border-right: 0;
}
.btn_s1-default:hover,
.btn_s1-default:active,
.btn_s1-default:focus{
	box-shadow: 0 0 0 2px #000, 2px 2px 1px 2px rgba(0,0,0,.8);
}
.btn_s1-default:hover:before,
.btn_s1-default:active:before,
.btn_s1-default:focus:before{
	opacity: 0;
}
.btn_s1-default:hover:after,
.btn_s1-default:active:after,
.btn_s1-default:focus:after{
	opacity: 1;
}
.btn_s1-default.default_sm{
	max-width: 255px;
	border-top: 0;
	box-shadow: none;
	padding: 10px 5px;
	overflow: hidden;
	background: #ea0000;
}
.btn_s1-default.default_sm:before,
.btn_s1-default.default_sm:after{
	display: none;
}
.btn_s1-default.default_sm strong{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 35px;
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	z-index: 10;
}
.btn_s1-default.default_sm strong .icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
}
.btn_s1-default.default_sm strong .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -4px;
	border: 7px solid transparent;
	border-left: 11px solid #ff0000;
	border-right: 0;
}
.btn_s1-default.default_sm:hover,
.btn_s1-default.default_sm:active,
.btn_s1-default.default_sm:focus{
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.8);
}

.container_s1{
	display: block;
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: content-box;
}
.container_s1:after{
	content: '';
	clear: both;
	display: block;
}
.common-title_s1{
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(/common/design/user/img/images_index-add/title-common-bg.png) left top repeat;
	margin: 0 0 20px;
	padding: 20px 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.text-info_s1{
	display: block;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #272727;
}
.title-item_s1{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 44px;
	font-weight: bold;
	color: #2aa400;
	border-bottom: 2px solid #2aa400;
	border-left: 10px solid #2aa400;
	padding: 0 10px;
	margin: 0 0 24px;
}

.row_s1{
	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_s1 > .col_s1{
	position: relative;
	width: 50%;
	z-index: 5;
}
.row_s1 > .col_s1.left{
	float: left;
	padding-right: 12px;
}
.row_s1 > .col_s1.right{
	float: right;
	padding-left: 12px;
}

.table-specification_s1{
	display: block;
}
.table-specification_s1 table{
	width: 100%;
	background-color: #fff;
	font-size: 12px;
	line-height: 18px;
	color: #323232;
	font-weight: bold;
}
.table-specification_s1 tr{
	height: 30px;
}
.table-specification_s1 th{
	border: 1px solid #afc8fa;
	vertical-align: middle;
	width: 45%;
	padding: 8px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	background-color: #219ed2;
}
.table-specification_s1 td{
	border: 1px solid #afc8fa;
	vertical-align: middle;
	padding: 8px;
	text-align: left;
}
.table-specification_s1 .price_s1{
	color: #cf0000;
}

.top_visual_s3,
.top_visual_s2,
.top_visual_s1{
	position: relative;
	overflow: hidden;
	background: url(/common/design/user/img/images_index-add/img-top_visual.jpg) left top repeat;
	padding: 0 0 25px;
}
.top_visual_s1 h1{
	font-size: 46px;
	line-height: 58px;
	color: #fff;
	font-weight: bold;
	margin: 0 -45px 5px 0;
}
.top_visual_s1 .row_s1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 12px;
	white-space: nowrap;
}

.top_visual_s1 .row_s1 .col-left_s1{
	position: relative;
	z-index: 2;
	flex: 1 1 57%;
	padding: 30px 0 0;
}
.top_visual_s1 .row_s1 .col-right_s1{
	position: relative;
	z-index: 1;
	flex: 1 1 43%;
	padding: 155px 0 0;
}
.top_visual_s1 .row_s1 .col-right_s1 img{
	position: absolute;
	top: 0;
	left: 40px;
	right: -40px;
	display: block;
	width: 100%;
	height: auto;
	z-index: 0;
}
.top_visual_s1 .item-list_s1{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.top_visual_s1 .item-list_s1 li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	padding: 0 12px 6px 0;
	max-width: 158px;
	width: 25%;
}
.top_visual_s1 li .holder_s1{
	display: block;
	width: 100%;
	min-height: 215px;
	border: 2px solid #fff;
	border-radius: 6px;
	overflow: hidden;
	padding: 65px 10px 15px;
}
.top_visual_s1 li .holder_s1 .img_s1{
	height: 131px;
	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;
}
.top_visual_s1 li .holder_s1 img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.top_visual_s1 li .event_s1{
	display: block;
	position: absolute;
	top: 16px;
	left: -1px;
	right: 4px;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	font-size: 16px;
	line-height: 40px;
	color: #262626;
	font-weight: bold;
	text-align: center;
	background: #febf04;
	background: -moz-linear-gradient(top, #febf04 0%, #ffd65e 100%);
	background: -webkit-linear-gradient(top, #febf04 0%,#ffd65e 100%);
	background: linear-gradient(to bottom, #febf04 0%,#ffd65e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf04', endColorstr='#ffd65e',GradientType=0 );
}
.top_visual_s1 li .event_s1:after{
	content: "";
	position: absolute;
	bottom: -8px;
	right: 1px;
	border: 4px solid transparent;
	border-left: 4px solid #052a62;
	border-top: 4px solid #052a62;
}
.top_visual_s1 .col-left_s1 > strong{
	display: block;
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
}
.top_visual_s1 .col-left_s1 > strong > span{
	font-size: 55px;
	line-height: 1;
	font-family: "Arial", Arial, serif;
	color: #ff0101;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.top_visual_s1 .col-left_s1 > strong > small{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.top_visual_s1 .col-left_s1 > small{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
}
.top_visual_s1 .roster_s1{
	position: relative;
	margin: 0 -3px 16px -12px;
	padding: 0;
	list-style: none;
	letter-spacing: -10px;
}
.top_visual_s1 .roster_s1 li{
	display: inline-block;
	vertical-align: top;
	padding: 3px;
	letter-spacing: 0;
}
.top_visual_s1 .roster_s1 li .item_s1{
	display: block;
	width: 115px;
	height: 115px;
	border: 3px solid #fff;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	overflow: hidden;
	background-color: #000;
}
.top_visual_s1 .roster_s1 li:nth-child(1) .item_s1{
	background-color: #fc9600;
}
.top_visual_s1 .roster_s1 li:nth-child(2) .item_s1{
	background-color: #a9cd4b;
}
.top_visual_s1 .roster_s1 li:nth-child(3) .item_s1{
	background-color: #e01f81;
}
.top_visual_s1 .roster_s1 li:nth-child(4) .item_s1{
	background-color: #43d3f3;
}
.top_visual_s1 .roster_s1 li .item_s1 span{
	display: table-cell;
	vertical-align: middle;
	height: 109px;
	width: 1%;
	padding: 0 0 8px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
}
.top_visual_s1 .roster_s1 li .item_s1 b{
	display: block;
	font-family: "Arial", Arial, serif;
	font-size: 40px;
	line-height: 42px;
	font-weight: bold;
}
.top_visual_s1 .delivery-date_s1{
	position: relative;
	padding: 5px 18px;
	min-height: 192px;
	background: #ffca00 url(/common/design/user/img/delivery-red-car.png?v=1.1) no-repeat;
	background-position: 39% 50%;
	line-height: 30px;
	font-weight: bold;
	width: 50%;
	text-align: center;
	float: left;
	border: 4px solid #fff;
	border-right: none;
  background-size: 45%;
}
.top_visual_s1 .delivery-date_s1 strong{
	padding: 2px 0;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 23px;
	font-weight: bolder;
	color: #dd1000;
	margin-bottom: 75px;
	border: 3px solid;
	border-radius: 10px;

}
.top_visual_s1 .delivery-date_s1 span{
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
	display: inline-block;
}
.top_visual_s1 .delivery-date_s3 {
	background: #e0fcff url(/common/design/user/img/delivery-blue-car.png) no-repeat;
	background-position: 52% 50%;
	border-left: none;
	border-right: 4px solid #fff
}

.top_visual_s1 .delivery-date_s3 strong {
	color: #0064aa;
}

.top_visual_s1 .delivery-date_s1 span > sub{
	display: inline-block;
	vertical-align: top;
}
.top_visual_s1 .btn_s1-default{
	display: block;
	margin: 0 auto;
}


.unpredictable_s1{
	display: block;
	overflow: hidden;
	background: #00276a;
	padding: 15px;
	font-size: 72px;
	line-height: 74px;
	font-weight: bold;
	color: #FFE600;
	text-align: center;
}
.unpredictable_s1 span{
	display: inline-block;
	vertical-align: top;
	padding: 7px 4px;
	min-width: 184px;
	border: 3px solid #fff;
	border-radius: 8px;
	text-align: center;
	font-size: 25px;
	line-height: 28px;
	color: #fff;
}
.unpredictable_s1 span small{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 24px;
}
.unpredictable_s1 span b{
	display: inline-block;
	vertical-align: text-bottom;
	font-family: "Arial", Arial, serif;
	font-size: 40px;
	font-weight: bold;
}

.original_item_list_s1{
	margin-bottom: 60px;
}
.original_item_list_s1 .box_s1{
	display: block;
}
.original_item_list_s1 .box-item_s1{
	display: block;
}
.original_item_list_s1 .box-item_s1 + .box-item_s1{
	margin-top: 30px;
}

.text-info_s1{
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 28px;
	color: #272727;
}

.push-blue_s1{
	display: block;
	text-align: center;
	overflow: hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width: 398px;
	margin: 70px auto 60px;
	font-size: 22px;
	line-height: 77px;
	font-weight: bold;
	color: #fff !important;
	background: rgb(74,155,234);
	background: -moz-linear-gradient(top, rgba(74,155,234,1) 0%, rgba(31,123,229,1) 100%);
	background: -webkit-linear-gradient(top, rgba(74,155,234,1) 0%,rgba(31,123,229,1) 100%);
	background: linear-gradient(to bottom, rgba(74,155,234,1) 0%,rgba(31,123,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9bea', endColorstr='#1f7be5',GradientType=0 );
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	box-shadow:
			0 1px #004797,
			0 2px #004797,
			0 3px #004797;
}
.push-blue_s1:hover{
	box-shadow:
			0 0 #fff,
			0 0 #fff,
			0 0 #fff;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.push-blue_s1 span{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 31px;
}
.push-blue_s1 span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 26px;
	height: 26px;
	background: #fff;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	margin-top: -13px;
}
.push-blue_s1 span:before{
	content: '';
	position: absolute;
	left: 9px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 10px solid #227de5;
	border-bottom: 6px solid transparent;
	z-index: 5;
	margin-top: -6px;
}

#link-top{
	display: none !important;
}

#link-top2.fixed-block{
	margin-bottom: 10px;
	position: fixed;
}
#link-top2{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 1100px;
	width: 100%;
	overflow: hidden;
	text-align: right;
	z-index: 1000;
}
#link-top2 a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 330px;
	width: 100%;
	height: 38px;
	overflow: hidden;
	background: #ff2100;
	font-size: 16px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	overflow: hidden;
}
#link-top2 a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	border: 8px solid transparent;
	border-bottom: 13px solid #fff;
	border-top: 0;
	margin: -4px 5px 0 0;
}
#link-top2 a:nth-child(2):before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	border: 5px solid transparent;
	border-bottom: 9px solid #fff;
	border-top: 1px;
	margin: -3px 5px 0 0;

}
#link-top2 {
	padding-left: 50px;
	box-sizing: border-box;
}
#link-top2 a:nth-child(2){
	margin-right: 75px;
	max-width: 50%;
	width: 40%;
	height: 60px;
	background: black;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding-top: 14px;
	box-sizing: border-box;
}
#link-top2 a:nth-child(1) {
	margin-left: 65px;
	max-width: 50%;
	width: 40%;
	height: 60px;
	background: red;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding-top: 0;
	float: left;
}
#link-top2 a:nth-child(1):before{
	content: "";
	background-image: url(/common/smart/design/img/images_index-add/pen.png);
	border: 0;
	width: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	height: 45px;
	margin-top: 9px;
	margin-left: -202px;
}
#link-top2 a:nth-child(1) :nth-child(1){
	display: block;
	margin-bottom: -26px;
	margin-top: -52px;
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
}
#link-top2 a:nth-child(1) :nth-child(3){
	font-size: 24px;
	font-weight: bold;
	display: block;
	margin-top: -25px;
	margin-left: 15px;
}
.link-top2-ouside {
	height: 100px;
	width: 100%;
	position: relative;
}

.center-btn-poz{
	margin: 60px auto;
	display: block;
}

#qc{
	margin: 60px auto;
	height: auto;
	overflow: hidden;
}
#qc .qc-wrapper{
	margin-bottom: 60px;
}
#qc ul #qc_sec01{
	height: 550px;
}
#qc ul .circleA span,
#qc ul .circleP span,
#qc ul .circleC span,
#qc ul .circleD span{
	left: 18%;
	top: 20%;
	font-size: 34px;
}
#qc ul #qc_sec03 .sec03-wrap .blocks{
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: 550px;
}
#qc ul #qc_sec03 .sec03-wrap .blocks > li:nth-child(4)::before,
#qc ul #qc_sec03 .sec03-wrap .blocks > li:nth-child(2)::before{
	right: 82%;
}

.text-red {
	color: red;
}

.link-top2-ouside.wrap_outchat {
	height: 110px;
}

.wrap_outchat #link-top2 {
	max-width: 100%;
	padding: 10px 0;
	background: transparent;
}

.link_outside_chat {
	max-width: 1100px;
	padding: 0 15px;
	margin: auto;
	display: flex;
}

.wrap_outchat #link-top2 a {
	margin-right: 20px;
	border: 2px solid #e8e8e8;
	width: calc((100% - 20px) / 2) !important;
	height: 90px !important;
	border-radius: 10px !important;
	line-height: 20px;
	box-sizing: border-box;
}

.wrap_outchat #link-top2 a:nth-child(1) {
	margin-left: 0;
	background: url('/common/design/user/css/img/bg_lg.jpg');
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	padding-left: 80px;
}

.wrap_outchat #link-top2 .link-back-top {
	margin-right: 0;
	background: url('/common/design/user/css/img/bg_lg_black.jpg');
	padding: 0 0 0 150px;
	display: flex;
	align-items: center;
	font-size: 28px;
	max-width: calc((100% - 20px) / 2) !important;
}

.wrap_outchat #link-top2 a:nth-child(1) :nth-child(1),
.wrap_outchat #link-top2 a:nth-child(1) :nth-child(3) {
	margin: 0;
}

.wrap_outchat #link-top2 a:nth-child(1):before {
	position: absolute;
	left: 35px;
	margin: 0;
}

.top_outside {
	line-height: 10px;
}

.wrap_outchat #link-top2 a:nth-child(1) :nth-child(3) {
	font-size: 30px;
	color: #fff000;
}

.wrap_outchat .button-link-drawer:after {
	content: '';
	background: url(/common/design/user/css/img/bg_lg_icon.png) no-repeat;
	position: absolute;
	right: 15px;
	width: 170px;
	background-size: 100%;
	height: 65px;
}

.wrap_outchat #link-top2 .link-back-top:before {
	content: '\f139';
	border: unset;
	font-family: FontAwesome;
	position: absolute;
	right: 130px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	font-size: 36px;
}

.chat_bot {
	display: none;
}

.chat_bot_2 {
	display: block;
	background: #ff2100;
	padding: 10px 25px 10px 40px;
	border-radius: 8px 8px 0 0;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 10%;
}

.chat_bot_2 span {
	position: relative;
}

.chat_bot_2 span:before {
	content: '';
	width: 0;
	border-bottom: 10px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
}

.quality-standard-list .h4-orange {
  background: #ff8400;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  padding: 18px 5px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
}
.quality-standard-list .h4-orange a {
    text-decoration: underline;
}

.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 .text-delivery-banner {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  line-height: 44px;
  color: #007caf;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 .text-delivery-banner strong {
  display: block;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #212121;
}

.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 .text-delivery-banner span {
  display: inline-block;
  vertical-align: top;
  color: #ca0000;
  font-size: 30px;
}

.holder-original-design_k1 .frame_k1 .text-frame_k1 {
  margin: 0;
  position: absolute;
  line-height: 22px;
  font-size: 17px;
  font-weight: normal;
  color: #323232;
  width: 370px;
  top: 19%;
  right: 7%;
}

.holder-original-design_k1 .frame_k2 .text-frame_k2 {
  margin: 0;
  line-height: 30px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
	text-align: center;
	width: fit-content;
	padding-left: 60px;
}

.holder-original-design_k1 .frame_k2 .text-frame_k2 span {
	font-size: 14px;
	line-height: 18px;
}

.holder-original-design_k1 .frame_k3 .text-frame_k3{
  margin: 0 0 15px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #222020;
}

.items-creator_s1 li h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.holder-original-design_k1 .frame_k3 .title-frame_k3 {
  margin: 0 0 5px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #222020;
}

.flow_to_order_s1 .holder_s1 .head_s1 strong {
  font-size: 16px;
}

@media (min-width: 1600px) {
  #chatplusview.closed #outline #eye_catcher {
    right: 150px;
  }
}

@media (min-width: 1850px) {
  #chatplusview.closed #outline #eye_catcher {
    right: 250px;
  }
}

#chatplusview #eye_catcher img:not([width]) {
  width: 110px;
}
/*update delivery*/
.unpredictable_s22 .text-delivery {
    margin-right: 20px;
}
.unpredictable_s22 .text-delivery .top {
    display: flex;
}
.unpredictable_s22 .text-delivery .text {
    font-size: 26px;
    line-height: 1.2;
    color: #ff0101;
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}

.unpredictable_s22 .text-delivery .top .image {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.unpredictable_s22 .text-delivery .bottom {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-align: left;
}

.unpredictable_s22 .text-delivery span {
    border: 0;
    min-width: unset;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    margin-right: 0;
}
.unpredictable_s22 {
    display: flex;
    align-items: center;
}

.color-FFE600 {
    color: #FFE600;
}

.unpredictable_s22 .text-more {
    background: #095281;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 20px;
    transform: rotate(-10deg);
}
/*end update delivery*/
