#order_form {
	background: white;
	padding: 0px;
	font-family: sans-serif;
	background-image: url(../images/bgform.jpg);
	background-size: cover;
	border-radius: 5px;
	max-width: 320px;
}

#order_form_place {
	padding: 10px;
	border: 0px solid red;
	border-radius: 5px;
	box-shadow: 4px 9px 5px 0px rgba(50, 50, 50, 0.75);
	text-align: center;
}

.order_form_inner {
	margin: 0 auto;
}

#order_form div {
	background: transparent !important;
}

#order_form h2 {
	margin: 25px 0 0 0;
	padding: 0px;
	line-height: 32px;
	border: none;
}

#order_form label {
	text-align: left;
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 14px;
	color: #1f282c;
	font-weight: bold;
}

#order_form label.vertical {
	border: none !important;
}

.device_info {
	font-size: 14px;
	color: green;
	display: block;
	margin: 10px 20px;
}

#order_form .order_form_pole {
	padding: 10px;
	margin: 10px;
	margin-bottom:20px;
	position:relative;
	text-align: center;
}

.arrow-img {
	position: absolute;
	top: -46px;
	right: -14px;
	max-width: 30px;
}

.form-footnote {
	font-size: 16px;
	text-align: center;
}

#order_form .input_pole,
select {
	border-radius: 4px;
	border: 1px solid red;
	background: #fff !important;
	box-sizing: border-box;
	text-align: left;
}

#order_form input {
	font-size: 21px;
	padding: 0px;
	border: none;
	max-width: 300px;
	width: 100%;
	text-align: left;
}

#order_form input:focus {
	border: none;
	outline: none;
}

#order_form .input_pole:focus {
	background: red;
}

#order_form span {
	font-size: 12px;
}

.orderInfoText {
	font-size: 18px;
}

#order_form button,
.obutton {
	max-width: 336px;
	display: block;
	padding: 20px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
	border-radius: 5px;
	background-color: red;
	background-position: 1.35em .94em;
	background-size: 1em;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	font-size: 20px;
	margin: 20px auto 15px;
}

#order_form button:hover,
.obutton:hover {
	background-color: rgb(200, 0, 0);
}

#order_form button:active {
	position: relative;
	top: 1px;
}

.order_info h2 {
	border: none !important;
	color: red !important;
}

.left_count {
	background: red;
	padding: 23px;
	margin: 12px 0px;
	width: 178px;
	color: #fff;
	text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
	font-size: 32px !important;
	border-radius: 5px;
}

.left_count .prod_left_val {
	font-size: 52px !important;
}

#order_form_success {
	position: relative;
}



.timerHolder {
	background: red !important;
	padding: 10px 25px;
	border-radius: 5px;
	max-width: 240px;
	margin: 0 auto;
	text-align: center;
}

.timerHolder div {
	background: transparent !important;
	display: inline-block !important;
	border: 1px solid green;
	border-radius: 5px;
	padding: 5px;
}

.timerNameText {
	color: #fff;
	font-size: 18px;
	margin-bottom: 7px;
}


.timerHolder span {
	display: block;
}

.timerHolder .timerVal {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	margin: 0px 10px;
}

.timerHolder .timerDelim {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.timerHolder .timerSign {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	color: #fff;
}

.orderType {
	max-width: 395px;
	text-align: center;
	margin: 0 auto 30px;
}

.orderWrapper {
	background: #F2F3F3 !important;
	padding: 20px;
}

hr {
	padding: 0;
	border: none;
	border-top: medium double #333;
	color: #333;
	text-align: center;
}

hr:after {
	content: "⬇";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.5em;
	padding: 0 0.25em;
	background: #F2F3F3;
}

.orderType h3 {
	margin: 0;
}

.orderTypeFlex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.orderTypeButton {
	background-color: #e7e7e7 !important;
	display: inline-block;
	padding: 7px;
	border-radius: 5px;
	cursor: pointer;
	max-width: 130px;
	position: relative;
	border: 2px solid #fff;
	min-height: 119px;
}

.orderTypeButton .price-old,
.orderTypeButton .price-new {
	font-weight: bold;
}

.orderTypeButton .last {
	color: green;
}

.orderTypeButton .lastpack {
	color: red;
}

.orderTypeButtonActive {
	background: yellow !important;
	background-image: url(../images/tick.png) !important;
	background-repeat: no-repeat !important;
	background-position: center bottom 10px !important;
	border: 2px solid red;
}

.otTimerImg {
	position: absolute;
	top: -16px;
	right: -20px;
	width: 100px;
	font-size: 12px;
	padding: 3px;
	margin: 0;
	background: red !important;
	color: white;
	font-weight: bold;

}

.otTimerImg img {
	padding: 0px !important;
	margin: 0px !important;
}

.orderTypeButton span {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}

.otHead {
	font-size: 16px;
	display: block;
}

.otCurr {
	font-size: 10px;
}

.otButton {
	cursor: pointer;
	font-size: 12px;
	margin-top: 10px;
}

.otFirst {
	margin-right: 15px;
}

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

	#order_form button {
		font-size: 16px;
	}
}

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

	#order_form button {
		margin-left: 0px;
		font-size: 15px;
	}
}

select {
	width: 100%;
	height: 100%;
	border: 0;
}

.pg img {
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
	max-width: 435px;
}

@media (max-width: 480px) {
	.pg img {
		padding: 0;
	}
}

html,
body {
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 22px;
	color: #000;
	background-color: #F4F7FA;
}

body {
	min-width: 320px;
}

.mark {
	background-color: #fff3bc;
}

.h3 {
	font-size: 32px !important;
	font-family: sans-serif;
	line-height: 42px !important;
}

@media (max-width: 660px) {
	.h3 {
		font-size: 26px !important;
		line-height: 1.4 !important;
	}
}

@media (max-width: 479px) {
	.h3 {
		font-size: 22px !important;
	}
}

.q {
	font-weight: bold;
	border-left: 5px solid red;
	padding-left: 10px;
}

#content .floatimg {
	max-width: 300px;
	width: 90%;
	margin-top: 0;
	margin-bottom: 0;
}

.insetinfo__img {
	margin-right: 20px;
	min-width: 300px;
}

@media (max-width: 660px) {
	#content .floatimg {
		margin: 0 auto 20px;
	}
}

.insetinfo {
	box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
	background: #EDEEF0 !important;
	padding: 20px;
}

.insetinfo--flex {
	display: flex;
}

.insetinfo__text {
	width: 60%;
}

@media (max-width: 780px) {
	.insetinfo--flex {
		flex-direction: column;
		align-items: center;
	}

	.insetinfo__text {
		width: 100%;
	}

	.insetinfo__img {
		margin-bottom: 20px;
		margin-right: 0;
	}
}

.insetinfo__text .pg:last-child {
	margin-bottom: 0;
}

.mainLogo {
	max-height: 120px;
	width: 100%;
	max-width: 491px;
}

#headsearch {
	position: absolute;
	top: 0px;
	right: 0px;
}

.main_title {
	text-shadow:
		-0 -2px 0 #000000,
		0 -2px 0 #000000,
		-0 2px 0 #000000,
		0 2px 0 #000000,
		-2px -0 0 #000000,
		2px -0 0 #000000,
		-2px 0 0 #000000,
		2px 0 0 #000000,
		-1px -2px 0 #000000,
		1px -2px 0 #000000,
		-1px 2px 0 #000000,
		1px 2px 0 #000000,
		-2px -1px 0 #000000,
		2px -1px 0 #000000,
		-2px 1px 0 #000000,
		2px 1px 0 #000000,
		-2px -2px 0 #000000,
		2px -2px 0 #000000,
		-2px 2px 0 #000000,
		2px 2px 0 #000000,
		-2px -2px 0 #000000,
		2px -2px 0 #000000,
		-2px 2px 0 #000000,
		2px 2px 0 #000000;
}

#social {
	font-family: sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 35px;
	display: none;
	margin-right: 20px;
	margin-top: 20px;
}

#vk {
	background: url(../images/vk.png) no-repeat;
	padding-left: 35px;
	height: 35px;
}

#ok {
	background: url(../images/ok.png) no-repeat;
	padding-left: 35px;
	height: 35px;
}

.imgsig {

	font-size: 16px;
	text-align: center;
	margin-bottom: 40px;
}

.blurClass {
	filter: blur(15px);
}

#title_block {
	height: 100%;
	min-height: 504px;
	width: 100%;
}

@media (max-width: 660px) {
	#title_block {
		min-height: 308px;
	}
}

.title_block_wrapper {
	width: 100%;
	height: 100%;
	min-height: 504px;
}

@media (max-width: 660px) {
	.title_block_wrapper {
		min-height: 308px;
	}
}

.title_block_content {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 504px;
}

@media (max-width: 660px) {
	.title_block_content {
		min-height: 308px;
	}
}

.title_block_img .title_img {
	margin: 0px !important;
	padding: 0px !important;
	height: 100% !important;
	width: 100% !important;
	display: inline !important;
	-o-object-fit: cover;
	object-fit: cover;
}

.title_block_img {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.title_block_shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: #000 !important;
	opacity: 0.7;
}

.title_block_texts {
	position: relative;
	z-index: 9;
	background: transparent !important;
	padding: 21px;
}

.title_block_bread span.bread {
	color: #fff;
	font: bold 10px/16px "IBM Plex Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .88;
	padding: 5px;
}

.title_block_bread .bread {
	background:red;
}

.title_h1 {
	font: 600 40px/48px "IBM Plex Sans", sans-serif;
	color: #fff;
}

.title_bq {
	border-left: 4px solid #349dee;
	padding-left: 16px;
	color: #fff;
	opacity: 0.88;
	font-family: sans-serif;
	font-size: 24px;
	line-height: 1.5;
}

@media (max-width: 660px) {
	.title_bq {
		font-size: 20px;
	}
}

.title_block_author {
	margin-top: 26px;
}

.tauthor {
	font: 600 19px/24px "IBM Plex Sans", sans-serif;
	color: #349dee;
}

.tdate {
	margin-top: 2px;
	color: #fff;
	font: 500 10px/16px "IBM Plex Sans", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.title_block_texts div {
	background: transparent !important;
}

#top_xs {
	padding-top: 5px;
	display: none;
	height: 80px;
	background-repeat: no-repeat;
	background-position: top right;
}

.lead_text {
	color: #565d6d;
}

#top_xs embed {
	width: 50px;
	height: 50px;
}

#top_xs_left {
	width: 50px;
	height: 50px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

#top_xs_right {
	width: 50px;
	height: 50px;
	float: right;
	margin-top: 10px;
}

#head_title {
	background-image: url(../images/main.jpg);
	background-size: cover;
	height: 300px;
	position: relative;
	padding: 15px;
}

#top {
	height: 100%;
	background: transparent;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top right;
}

#topwrap {
	height: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: transparent;
	position: relative;
}

.topleft {
	height: 80px;
	width: 740px;
	float: left;
	position: relative;
	margin-left: 10px;
}

#head_title:before {
	display: block;
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1400;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
	background: -webkit-linear-gradient(top, #000000 0%, #000000 100%);
	background: -moz-linear-gradient(top, #000000 0%, #000000 100%);
	background: -o-linear-gradient(top, #000000 0%, #000000 100%);
	background: linear-gradient(to bottom, #000000 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}


.topright {
	height: 110px;
	width: 224px;
	float: right;
	background: url('../jornal.html') no-repeat;
}

.toplogo {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
}

.toplogo embed {
	border: 0px;
	max-width: 50px;
	max-height: 50px;
	overflow: hidden !important;
}

.topdate {
	position: absolute;
	top: 10px;
	left: 250px;
	font-size: 12px;
	line-height: 20px;
	color: #96a0a8;
}

.topdate .city {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-left: 25px;
	color: #05519d;
}

#bodyWrapper {
	max-width: 1000px;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

#mainWrapper {
	width: 100%;
	height: 100%;
}

#wrapper {
	max-width: 1000px;
	margin: 0px auto;
}

#subtop {
	width: 998px;
	color: #39b4ff;
	margin: 0 auto;
	background: #F3F3F3 !important;
	border: solid 1px #e7e7e7;
	height: 30px;
}

#subtop h2 {
	line-height: 40px;
	margin-bottom: 0;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#subtop ul {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	padding: 0;
	list-style: none;
	margin-left: 10px;
}

#subtop ul li {
	display: inline-block;
	margin-right: 11px;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.99px;
	padding: 3px;
	color: #000;
}

.tag {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 0 9px;
	width: auto;
	height: 30px;
	line-height: 28px;
	font-size: 13px;
	letter-spacing: 0.1px;
	font-weight: normal;
	background-color: transparent;
	color: #366799;
	border: 1px solid #7e9fb8;
	border-radius: 2px;
	text-decoration: none;
	cursor: text;
}

#subtop .tagactive {
	background-color: #01478d;
	border-color: #01478d;
	color: white;
	text-decoration: none;
}

#content {
	padding: 0px;
	text-align: left;
	width: 100%;
}

#content .padWrap {
	padding: 20px 30px;
}

#content img {
	width: 100%;
	display: block;
	margin: 20px auto;
}

#content p {
	font-size: 18px;
	line-height: 29px;
}

.pg {
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 33px;
}

@media (max-width: 660px) {
	.pg {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
}

#content .date {
	display: inline-block;
	color: #a3b0b9;
	font-size: 17px;
}

#content h1 {
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
}

#content h2 {
	font-family: sans-serif;
	font-size: 28px;
	margin-bottom: 33px;
	line-height: 32px;
}

#content h3 {
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 33px;
}

#content ul li span {
	display: block;
	font-size: 16px;
	color: gray;
	font-weight: normal;
	line-height: 20px;
}

.glava {
	list-style-image: url(../images/qtick.png);

}

.glava li {
	margin-bottom: 20px;
	line-height: 32px;
	font-weight: bold;
	font-family: sans-serif;
}

.subtitle {
	display: block;
	margin-bottom: 33px;
	font-size: 22px;
}

.note {
	float: right;
	max-width: 200px;
	font-weight: 500 !important;
	font-size: 18px !important;
}

.note_left {
	float: left;
	max-width: 200px;
	font-weight: 500 !important;
	font-size: 18px !important;
}

#content ul {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
}

@media (max-width: 660px) {
	#content ul {
		font-size: 18px;
		line-height: 1.5;
	}
}

#content ul li {
	margin-bottom: 20px;
}

#content blockquote {
	border-left: 5px solid;
	border-color: #39b4ff;
	padding: 10px 25px 10px 10px;
	margin: 35px;
	margin-left: 0;
	color: #39b4ff;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
}

@media (max-width: 660px) {
	#content blockquote {
		font-size: 18px;
		line-height: 1.5;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

#comments .pg {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
}

@media (max-width: 660px) {
	#comments .pg {
		line-height: 1.5;
	}
}

#comments h2 {
	background: url('../images/comentsm.jpg') no-repeat;
	padding-left: 40px;
	color: #000;
	border-bottom: 0px solid;
	border-color: #000;
	text-transform: uppercase;
	padding-bottom: 10px;
}

@media (max-width: 480px) {
	#comments h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

#comments .item {
	text-align: left;
	padding: 10px;
	margin: 10px 0px;
	min-height: 80px;
	border-bottom: 1px dashed #05519d;
}

#comments .item :last-child {
	border-bottom: none;
}

#comments .item .name {
	font-size: 18px;
	font-weight: bold;
	color: #05519d;
}

#comments .item .info p {
	display: block;
	font-size: 15px;
	line-height: 19px;
	margin-top: 4px;
	text-align: justify;
	margin-right: 20px;
}

#comments .coment_ava {
	margin-right: 15px;
}

#content .ava-img {
	margin: 0px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	display: block;
}

#comments .date {
	font-weight: normal;
	background: none;
}

@media (max-width: 420px) {
	#comments .date {
		display: block;
		margin-top: 3px;
		margin-bottom: 3px;
	}
}

#sidebar {
	min-height: 800px;
	width: 300px;
	float: left;
}

#sidebar h3 {
	display: block;
	font-size: 1.5em;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}

#sidebar .news {
	border-top: 1px solid #a1c5e1;
	padding: 20px 0 20px 0;
}

#sidebar .news .time {
	float: left;
	font-weight: bold;
	color: #05519d;
	text-align: left;
	margin-bottom: 5px;
}

#sidebar .news p {
	margin: 0 0 0 50px;
	font-size: 16px;
	color: black;
	display: block;
	font-weight: bold;
}

#sidebar .news p .play {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 19px;
	height: 19px;
}

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

	#subtop {
		width: 100%;
	}

	#content {
		width: 100%;
	}

	#sidebar {
		display: none;
	}

	#head_title {
		background-size: cover;
		height: 300px;
		position: relative;
		padding: 15px;
	}
}

@media screen and (max-width: 999px) {
	.topright {
		display: none;
	}
}

@media screen and (max-width: 810px) {
	#subs {
		display: none;
	}

	#social {
		display: block;
	}
}

@media screen and (max-width: 780px) {
	.topleft {
		width: 100%;
	}

	#head_title {
		background-size: cover;
		height: 250px;
		position: relative;
		padding: 15px;
	}

	.note,
	.note_left {
		float: none;
		max-width: 100%;
	}
}

@media screen and (max-width: 690px) {
	.topleft {
		width: 100%;
	}

	#tags {
		display: none;
	}
}

@media screen and (max-width: 660px) {
	#head_title {
		background-size: cover;
		background-repeat: no-repeat;
		height: 170px;
		position: relative;
		padding: 15px;
	}

	#content h1 {
		font-size: 28px;
		line-height: 36px;
	}

}

@media screen and (max-width: 610px) {
	#headsearch {
		position: static;
	}

	#social {
		font-size: 10px;
		line-height: 18px;
		margin: 0px;
		margin-bottom: 15px;
		text-align: left;
		margin-left: 10px;
	}

	#vk {
		background: url(../images/vk.png) no-repeat;
		padding-left: 22px;
		height: 18px;
		background-size: contain;
		display: inline-block;
		margin-right: 15px;
	}

	#ok {
		background: url(../images/ok.png) no-repeat;
		padding-left: 22px;
		height: 18px;
		background-size: contain;
		display: inline-block;
	}

	.floatimg {
		float: none;

	}
}

@media screen and (max-width: 560px) {
	#head_title {
		background-size: cover;
		height: 170px;
		position: relative;
		padding: 15px;
	}

	.pg {
		margin-left: 0px;
		margin-right: 0px;
	}

	#content .padWrap {
		padding: 15px;
	}

	.title_block_shadow {
		display: none;
	}

	.title_block_img {
		position: relative;
	}

	.main_title {
		color: #000;
		text-shadow: none;
	}

	.title_bq {
		color: #000;
	}

	.tdate {
		color: #000;
	}

	.title_block_bread span {
		color: #000;
	}
}

@media screen and (max-width: 520px) {
	#head_title {
		background-image: url(../main2.html);
		background-size: cover;
		height: 170px;
		position: relative;
		padding: 15px;
	}
}

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

	.title_bq {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.tauthor {
		font-size: 14px;
	}
}


@media screen and (max-width: 310px) {
	#top {
		background-position: top center;
	}
}

@media screen and (max-width: 358px) {
	#subtop ul li {
		font-size: 11px;
	}
}

@media screen and (min-width: 1300px) {
	#subtop {
		width: 998px;
	}

	#wrapper {
		max-width: 1000px;
	}

	#content {
		width: 100%;
	}

	#topwrap {
		max-width: 1000px;
	}
}

@media screen and (min-width: 1600px) {
	#subtop {
		width: 998px;
	}

	#wrapper {
		max-width: 1000px;
	}

	#content {
		width: 100%;
	}

	#topwrap {
		max-width: 1000px;
	}
}

#content ul.bold {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.promoDate {
	text-align: center;
}

.promoDate h2 {
	font-size: 38px;
	line-height: 50px;
	margin-bottom: 0;
}

.promoDate h2 b {
	font-size: 68px;
	line-height: 1;
}

.promoDate h3 {
	font-size: 34px;
	color: #000;
	line-height: 24px;
}

.order_info h4 {
	text-align: center;
}

.order_info .price-new {
	font-size: 30px;
	color: red;
	font-weight: bold;
}

.order_info .price-old {
	font-size: 30px;
	color: gray;
}

img.comment-img {
	max-width: 350px;
}

.caution {
	border: 1px solid #0299ff;
	padding: 10px;
	padding-bottom: 40px;
	text-align: center;
}

@media (max-width: 660px) {
	.caution h2 {
		font-size: 26px;
	}
}


.caution .lastpack {
	font-size: 42px;
	color: red;
	text-decoration: underline;
}

@media (max-width: 660px) {
	.caution .lastpack {
		font-size: 34px;
	}

	.caution h3 {
		font-size: 23px;
	}
}

.footer {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	padding: 20px 15px;
}

.footer-img {
	max-width: 400px;
	width: 100%;
}

.form-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#content img.form-img {
	max-width: 350px;
	margin: 0 auto;
	display: block;
}

@media (max-width: 780px) {
	.form-wrapper {
		flex-direction: column;
	}

	#content img.form-img {
		margin-bottom: 20px;
	}
}

.info {
	display: flex;
}

.order-form {
	width: 100%;
  max-width: 360px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: right;
  position: relative
}

.conditions {
  position: relative;
  padding: 10px 15px
}

.stock {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  margin-bottom: 0;
  align-items: center;
  background-color: #fa7213;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px
}

#content .stock__header {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  color: #000;
	margin: 0;
}

#content .stock__top {
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0 4px;
  display: block;
  width: 100%;
  text-align: center;
	margin: 0;
}

#content .stock__bottom {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  margin: 5px 0 10px;
  text-align: center;
}

.info__flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
	justify-content: center;
	text-align: center;
}

#content .info__top {
  font-size: 14px;
  color: #d43428;
  margin-top: 5px;
	margin-bottom: 0;
}

#content .info__bottom {
  font-size: 30px;
  color: #d43428;
  font-weight: 700;
  margin-top: 3px;
	margin-bottom: 0;
}

.conditions-text {
  font-size: 16px
}

.input-block {
  line-height: 38px
}

.input-block {
  background-color: #efefef;
  font-size: 14px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.or-line-top .input-block_new {
  display: block
}

.input-block>div {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.input-block input {
  color: #000;
  background-color: #fff;
  border: 1px solid #ff0b00;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
  width: 100%;
  padding: 3px;
  height: 36px;
  text-indent: 15px;
  display: block
}

.count-bay,
.pain-item__text {
  color: #000
}

.ib-name {
  margin-bottom: 8px
}

.btn-block {
  padding: 15px;
  position: relative
}

.send {
  font-size: 25px;
  padding: 18px 40px 23px;
  width: 100%
}

.count-bay {
  font-size: 14px;
  margin-top: 10px;
  text-align: center
}

.send {
  font-size: 25px;
  padding: 18px 40px 23px;
  width: 100%
}

.btn {
  display: inline-block;
  background-color: #fa7213 !important;
  border-color: #fa7213 !important;
  border: 1px solid;
  color: #fff;
  -webkit-transition: all ease .5s;
  transition: all ease .5s
}

.btn:hover {
  color: #fff !important;
  background-color: #f96d1f !important;
  border-color: #f96d1f !important;
  text-decoration: none
}

.count-bay {
  font-size: 14px;
  margin-top: 10px;
  text-align: center
}

.red {
	color: red;
	font-weight: 700;
}

#content .rubprim {
  font-size: 14px;
  color: #000;
  margin: 0 0 -10px 0;
  text-align: center
}

.rubprim {
  font-size: 14px;
  color: #000;
  margin: 0 0 -10px 0;
  text-align: center
}

.visually-hidden {
	position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}