/* styles */

body {
	min-width: 320px;
	background: #fff;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	cursor: default;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
	position: relative;
}
#wraPP{
	padding: 0 0 0 50px;
}
#wraPP1{
	padding: 0 0 0 50px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/* button */

.button {
	display: block;
	margin: 0 auto;
	width: 280px;
	height: 60px;
	border: none;
	border-radius: 4px;
	background: #a5151b;
	-webkit-box-shadow: 0 4px 0 #a5151b;
	box-shadow: 0 4px 0 #750e12;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 64px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.button:hover {
	background: #750e12;
}

.button:active {
	-webkit-box-shadow: 0 3px 0 #750e12;
	box-shadow: 0 3px 0 #750e12;
	top: 1px;
}

/* titles */

h2 {
	margin: 0 0 40px;
	font-weight: 700;
	font-size: 30px;
	line-height: 44px;
	text-transform: uppercase;
	text-align: center;
}

/* offer */

.offer_section {
	height: 630px;
	background: #eee url(../images/desctop__offer_bg.jpg) center top no-repeat;
}

.offer_section .triggers_block {
	margin: 0 0 30px;
	height: 30px;
	background: transparent;
	position: relative;
}
.offer_section .triggers_block {
	margin: 0;
	height: 30px;
	background: transparent;
	position: relative;
}

.offer_section .triggers_block ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: justify;
}

.offer_section .triggers_block ul:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.offer_section .triggers_block ul li {
	display: inline-block;
	vertical-align: middle;
	background: left center no-repeat;
	font-size: 16px;
	line-height: 70px;
	letter-spacing: normal;
	text-align: left;
}

.offer_section .triggers_block ul li:nth-child(1) {
	padding: 0 0 0 35px;
	background-image: url(../images/offer__trigger1_icon.png);
}

.offer_section .triggers_block ul li:nth-child(2) {
	padding: 0 0 0 41px;
	background-image: url(../images/offer__trigger2_icon.png);
}

.offer_section .triggers_block ul li:nth-child(3) {
	padding: 0 0 0 42px;
	background-image: url(../images/offer__trigger3_icon.png);
}
*/
.title_block{
	margin: 0 0 30px;
	padding: 0 0 0 20px;
	border-left: 8px solid #3170cc;
	text-transform: uppercase;}

.offer_section .title_block {
	margin: 0 0 30px;
	padding: 0 0 0 20px;
	border-left: 8px solid #a5151b;
	text-transform: uppercase;
}

.offer_section .main_title {
	font-weight: 700;
	font-size: 45px;
	line-height: 50px;
	color: #a5151b;

}

.offer_section .subtitle {
	font-size: 22px;
	line-height: 34px;
	letter-spacing: 0.8px;
	font-weight: 600;
}

.offer_section .discount {
	padding: 23px 0 0;
	width: 132px;
	height: 132px;
	/*background: url(../images/discount_bg.png) center no-repeat;*/
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 368px;
	left: 510px;
}

.offer_section .discount span {
	display: block;
	font-size: 34px;
	line-height: 34px;
}

.offer_section .content_block ul {
	margin: 0 0 30px;
	width: 330px;
	font-weight: 600;
}

.offer_section .content_block ul li {
	margin: 0 0 15px;
	padding: 0 0 0 34px;
	background: url(../images/check.svg) left top no-repeat;
	font-size: 17px;
	font-weight: 600;
}

.offer_section .content_block ul li:last-child {
	margin: 0;
}

.offer_section .price_block {
	margin: 0 0 25px;
	width: 280px;
}

.offer_section .price_block .price_item {
	float: left;
	width: 50%;
	text-align: center;
}

.offer_section .price_block .text {
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.offer_section .price_block .value {
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
}

.offer_section .price_block .price_item.old .value {
	text-decoration: line-through;
}

.offer_section .price_block .price_item.new .value {
	color: #a5151b;;
}

.offer_section .button {
	margin: 0;
}

.offer_section .deadline_text {
	margin: 10px 0 0;
	width: 280px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.offer_section .deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/circle.svg) center no-repeat;
}

/* use */

.use_section {
	padding: 40px 0 44px;
	background: #f7f7f7;
}

.use_section .use_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.use_section .use_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 40px 0;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.use_section .use_item:nth-child(3n) {
	margin: 0 0 40px;
}

.use_section .use_item img {
	display: block;
	margin: 0 auto 15px;
	width: 200px;
	border: 4px solid #a5151b;
	border-radius: 50%;
}

.use_section .use_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
	text-transform: uppercase;
}

/* video */

.video_section {
	padding: 40px 0;
	background: rgb(141,165,210);
	/*background: linear-gradient(90deg, rgba(141,165,210,0.42620798319327735) 0%, rgba(223,223,240,0.3925945378151261) 50%, rgba(141,165,210,1) 100%);*/
	background: #2f6dc6 url(../images/1.jpg);
	color: #fff;
}

.video_section .video_wrapper {
	margin: 0 auto;
	padding: 30px;
	width: 720px;
	background: #fff;
}

.video_section .video_block {
	width: 629px;
	/*height: 357px;*/
	background: #000;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.video_section .video_block iframe,
.video_section .video_block object,
.video_section .video_block embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* results */

.results_section {
	padding: 60px 0 20px;
}

.results_section h2 {
	margin: 0 0 15px;
}

.results_section p.description {
	font-size: 18px;
}

.results_section .images_block img {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	width: 460px;
}

.results_section .images_block img:nth-child(even) {
	margin: 0 0 20px;
}

/* benefits */

.benefits_section {
	padding: 40px 0;
	background: #fff;
}

.benefits_section .benefits_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.benefits_section .benefit_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 15px 0;
	width: 293px; /*300 */
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.benefits_section .benefit_item:last-child {
	margin: 0;
}
.block-img {
	width: 100%;
	height: 100%;
	border-radius: 9px;
}
.benefits_section .benefit_item .icon_block {
	margin: 0 auto 15px;
	width: 220px;
	font-size: 0;
	line-height: 120px;
	border: 2px solid #a5151b;
	letter-spacing: -1px;
	border-radius: 11px;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}
.benefits_section .benefit_item .icon_block:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.benefits_section .benefit_item img {
	display: inline-block;
	vertical-align: middle;
}

.benefits_section .benefit_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
}

/* use steps */

.use_steps_section {
	padding: 40px 0 10px;
}

.use_steps_section img {
	display: block;
	float: left;
}

.use_steps_section ul {
	float: left;
	margin: 20px 0 20px 30px;
	width: 540px;
}

.use_steps_section ul li {
	margin: 0 0 10px;
	padding: 0 0 0 51px;
	position: relative;
}

.use_steps_section ul li:last-child {
	margin: 0;
}

.use_steps_section ul li span {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #3170cc;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -6px;
	left: 0;
}

/* reviews */

.reviews_section {
	padding: 40px 0;
	background: #dedede;
	/*background: #edc3d7  url(../images/bg_blue.jpg);*/
}
#otzv {
	padding: 40px 0;
	background: #2f6dc6 url(../images/1.jpg);
}

.reviews_section h2 {
	margin: 0 0 15px;
	color: #982933;
}

.reviews_section p.description {
	margin: 0 auto 40px;
	max-width: 600px;
	color: #fff;
	text-align: center;
}

.reviews_section .review_item {
	padding: 20px 20px 15px;
	background: #fff;
	text-align: center;
}

.reviews_section .review_item img {
	margin: 0 0 15px;
}

.reviews_section .review_item .author_name {
	margin: 0 0 15px;
	padding: 0 0 20px;
	background: url(../images/reviews__stars.png) center bottom no-repeat;
	font-weight: 700;
}

/* order steps */

.order_steps_section {
	padding: 40px 0;
}

.order_steps_section .steps_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.order_steps_section .step_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	width: 200px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.order_steps_section .step_item:last-child {
	margin: 0;
}

.order_steps_section .step_item .image_block {
	margin: 0 0 4px;
	border: 1px solid #a5151b;
	position: relative;
}

.order_steps_section .step_item img {
	display: block;
}

.order_steps_section .step_item .number {
	width: 48px;
	height: 48px;
	background: #a5151b;
	font-weight: 700;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	position: absolute;
	top: -1px;
	left: -1px;
}

.order_steps_section .step_item p {
	padding: 10px 0;
	background: #f1f1f1;
}

/* order */

.order_section .top_title_block {
	padding: 18px 0 16px;
	background: #a5151b;
}

.order_section .top_title_block h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.order_section .top_title_block h3 span {
	color: #000000;
}

.order_section .content_block {
	padding: 25px 0 0;
	height: 630px;
	background: #eee url(../images/desctop__order_bg.jpg) center top no-repeat;
}

.order_section .title_block {
	margin: 0 0 25px;
	padding: 0 0 0 20px;
	border-left: 8px solid #3170cc;
	text-transform: uppercase;
	color: #3170cc;
	border-left: 8px solid #a5151b;

}

.order_section .main_title {
	font-weight: 700;
	font-size: 45px;
	line-height: 40px;
	color: #a5151b;
}

.order_section .subtitle {
	font-size: 22px;
	line-height: 34px;
	letter-spacing: 0.8px;
	color: black;
	font-weight: 600;
}

.order_section .discount {
	padding: 23px 0 0;
	width: 132px;
	height: 132px;
/*	background: url(../images/discount_bg.png) center no-repeat;*/
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 377px;
	left: 462px;
}

.order_section .discount span {
	display: block;
	font-size: 34px;
	line-height: 34px;
}

.order_section .form_block {
	padding: 2px;
	width: 320px;
	background: #fff;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.order_section .timer_block {
	margin: 0 auto;
	padding: 9px 10px 0 88px;
	width: 280px;
	height: 78px;
	border: 1px solid #cfd0d1;
	text-align: center;
	position: relative;
}

.order_section .timer_block:before {
	display: block;
	content: '';
	width: 78px;
	height: 78px;
	background: #a5151b url(../images/order__clock_icon.png) center no-repeat;
	position: absolute;
	top: -1px;
	left: -1px;
}

.order_section .timer_block p {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.order_section .timer_block .timer_item {
	float: left;
	width: 33.333333%;
}

.order_section .timer_block .count {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #a5151b;
	position: relative;
}

.order_section .timer_block .count:before {
	display: block;
	content: ':';
	width: 10px;
	position: absolute;
	top: -3px;
	right: -5px;
}

.order_section .timer_block .timer_item:last-child .count:before {
	display: none;
}

.order_section .timer_block .text {
	margin-top: -2px;
	font-size: 12px;
	line-height: 12px;
}

.order_section .price_block {
	margin: 19px auto 16px;
	width: 280px;
}

.order_section .price_block .price_item {
	float: left;
	width: 50%;
	text-align: center;
}

.order_section .price_block .text {
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.order_section .price_block .value {
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
}

.order_section .price_block .price_item.old .value {
	text-decoration: line-through;
}

.order_section .price_block .price_item.new .value {
	color: #a5151b;
}

.order_section .field,
.order_section select{
	display: block;
	margin: 16px auto 15px;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 4px;
	background: #f3f4f6;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.order_section .field::-webkit-input-placeholder {
	opacity: 1;
	color: #333;
}

.order_section .field:-moz-placeholder {
	opacity: 1;
	color: #333;
}

.order_section .field::-moz-placeholder {
	opacity: 1;
	color: #333;
}

.order_section .field:-ms-input-placeholder {
	opacity: 1;
	color: #333;
}

.order_section .field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.order_section .field:focus:-moz-placeholder {
	opacity: 0;
}

.order_section .field:focus::-moz-placeholder {
	opacity: 0;
}

.order_section .field:focus:-ms-input-placeholder {
	opacity: 0;
}

.order_section .button {
	margin: 0 auto;
}

.order_section .deadline_text {

	width: 280px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin: 10px;
}

.order_section .deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/circle.svg) center no-repeat
}

/* footer */

.footer_section {
	padding: 25px 0;
	font-size: 14px;
	text-align: center;
	background-color: #2d2d2d;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #222;
}

.footer_section a:hover {
	text-decoration: none;
}

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

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* titles */

	h2 {
		font-size: 30px;
		line-height: 38px;
	}

	/* offer */

	.offer_section {
		background-image: url(../images/tablet__offer_bg.jpg);
	}

	.offer_section .triggers_block {
		padding: 13px 0 0;
	}

	.offer_section .triggers_block ul li {
		line-height: 22px;
	}

	.offer_section .triggers_block ul li:nth-child(1) {
		width: 220px;
	}

	.offer_section .triggers_block ul li:nth-child(2) {
		width: 160px;
	}

	.offer_section .triggers_block ul li:nth-child(3) {
		width: 150px;
	}

	/* use */

	.use_section .use_item:nth-child(3n) {
		margin: 0 20px 40px 0;
	}

	.use_section .use_item:nth-child(2n) {
		margin: 0 0 40px;
	}

	/* video */

	.video_section .video_wrapper {
		width: 400px;
	}

	.video_section .video_block {
		width: 320px;
		height: 315px;
	}

	/* results */

	.results_section .images_block img {
		width: 300px;
	}

	/* benefits */

	.benefits_section {
		padding: 40px 0 0;
	}

	.benefits_section .benefit_item {
		margin: 0 40px 40px;
	}

	.benefits_section .benefit_item:last-child {
		margin: 0 40px 40px;
	}

	/* use steps */

	.use_steps_section {
		padding: 40px 0 46px;
	}

	.use_steps_section img {
		float: none;
		margin: 0 auto 10px;
	}

	.use_steps_section ul {
		float: none;
		margin: 0 auto;
		width: 500px;
	}

	/* reviews */

	.reviews_section .owl-prev,
	.reviews_section .owl-next {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #982933 url(../images/slider__arrows.png) no-repeat;
		position: absolute;
		top: 100px;
	}

	.reviews_section .owl-prev {
		background-position: left center;
		left: 10px;
	}

	.reviews_section .owl-next {
		background-position: right center;
		right: 10px;
	}

	/* order steps */

	.order_steps_section {
		padding: 40px 0 10px;
	}

	.order_steps_section .step_item {
		margin: 0 40px 30px;
	}

	.order_steps_section .step_item:last-child {
		margin: 0 40px 30px;
	}

	/* order */

	.order_section .top_title_block h3 {
		letter-spacing: normal;
	}

	.order_section .content_block {
		background-image: url(../images/tablet__order_bg.jpg);
	}

	.order_section .discount {
		top: 467px;
		left: 460px;
	}

}
@media screen and (max-width: 660px){
	.video_section .video_wrapper{
		width: 320px;
	}
}
@media screen and (max-width: 639px) {

	/* styles */

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		margin: 0 0 30px;
		font-size: 20px;
		line-height: 28px;
	}

	/* offer */

	.offer_section {
		padding: 20px 0 25px;
		height: auto;
		background-image: url(../images/mobile__offer_bg.jpg);
	}

	.offer_section .triggers_block {
		display: none;
	}

	.offer_section .title_block {
		margin: 0 0 360px;
		padding: 0;
		border: none;
		text-align: center;
	}

	.offer_section .main_title {
		margin: 0 0 10px;
	font-size: 20px;
		line-height: 25px;
	}

	.offer_section .subtitle {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: normal;
	}

	.offer_section .discount {
		top: 260px;
		left: 10px;
	}

	.offer_section .content_block ul {
		padding: 0 10px;
		width: 100%;
	}

	.offer_section .price_block {
		margin: 0 auto 25px;
	}

	.offer_section .button {
		margin: 0 auto;
	}

	.offer_section .deadline_text {
		margin: 15px auto 0;
	}

	/* use */

	.use_section {
		padding: 30px 0 34px;
	}

	.use_section .use_item,
	.use_section .use_item:nth-child(3n),
	.use_section .use_item:nth-child(2n) {
		margin: 0 0 30px;
	}

	/* video */

	.video_section {
		padding: 30px 0;
	}

	.video_section .video_wrapper {
		padding: 10px;
	}

	.video_section .video_block {
		width: 280px;
		height: 158px;
	}

	/* results */

	.results_section {
		padding: 30px 0 10px;
	}

	.results_section p.description {
		margin: 0 0 30px;
	}

	.results_section .images_block img {
		float: none;
		margin: 0 0 20px;
	}

	/* benefits */

	.benefits_section {
		padding: 30px 0 0;
	}

	.benefits_section .benefit_item {
		margin: 0 0 30px;
		width: 100%;
	}

	.benefits_section .benefit_item:last-child {
		margin: 0 0 30px;
	}

	/* use steps */

	.use_steps_section {
		padding: 30px 0 36px;
	}

	.use_steps_section ul {
		width: 100%;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0;
	}

	.reviews_section p.description {
		margin: 0 auto 30px;
	}

	/* order steps */

	.order_steps_section {
		padding: 30px 0 0;
	}

	.order_steps_section .step_item {
		margin: 0 0 30px;
	}

	.order_steps_section .step_item:last-child {
		margin: 0 0 30px;
	}

	/* order */

	.order_section .top_title_block h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.order_section .top_title_block h3 span {
		display: block;
	}

	.order_section .content_block {
		padding: 20px 0 25px;
		height: auto;
		background-image: url(../images/mobile__offer_bg.jpg);
	}

	.order_section .title_block {
		margin: 0 0 360px;
		padding: 0;
		border: none;
		text-align: center;
	}

	.order_section .main_title {
		margin: 0 0 10px;
		font-size: 20px;
		line-height: 25px;
	}

	.order_section .subtitle {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: normal;
	}

	.order_section .discount {
		top: 260px;
		left: 10px;
	}

	.order_section .form_block {
		margin: 0 0 0 -10px;
	}

}
.number-border{

	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #0097ce;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	position: absolute;

}
.top-info {
	width: 100%;
}
.left-2 {

	float: left;
}
.right-2 {
 	width: 100%;
	/*float: right;*/
}
.comp{
	display: block;
}
.comp-left{

	float: left;
}
.comp-right{

	float: right;
}

@media  (max-width: 960px){
	.comp-left{
		width: 100%;
	}
	.comp-right{
		width: 100%;
	}

}

.box__body-title {
	font-weight: 500;
	font-size: 26px;
	line-height: 1.2;


}
.box__body-text {
	margin-top: 5px;
	letter-spacing: .3px;
	font-size: 18px;
	font-family: "segoeuisemilight";
	line-height: 1.5;

}


#osob{
	 background-color: white;
}
.box-osob{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box-osob-2 {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.left-img{
	float: left;
	width: 50%;
}
.right-img{
	float: right;
	width: 50%;
}
.left-text{
	float: left;
	width: 50%;
	padding-top: 70px;
}
.right-text{
	float: right;
	width: 50%;
	padding-top: 70px;
}

.img-toptop {
	width: 50%;
}
.img-my-top {
	width: 100%;
}
.main-text {
	margin: 55px 20px 20px 20px;
}
@media (max-width: 1000px) {
	.box-osob {
		width: 480px;
		margin: 0 auto;
	}
	.box-osob-2 {
		width: 480px;
		margin: 0 auto;
	}
	.img-toptop {
		width: 100%;
	}
	.txt {
		width: 100%;
	}
	.flex-left {
		order: -1;
	}
	.box__body-text{
		font-size: 20px;
	}
	.box__body-title{
		font-weight: 600;
	}
}
@media (max-width: 500px){
	.box-osob {
		width: 300px;
		margin: 0 auto;
	}
	.box-osob-2 {
		width: 300px;
		margin: 0 auto;
	}
	.ki{
		display: none;
	}
}



@media screen and (max-width: 999px) {
	.wrapper {
		width: 660px;
	}
	#wraPP{ padding: 0; }
	#wraPP1{ padding: 0; }
}
}



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

		.wrapper{
			width: 320px;
		}

	}
	@media (max-width: 1000px){
		.menu-hid{
			display: none;

		}
	}
	@media (min-width: 1001px){
		.menu-hid{
			display: block;

		}
	}


.b-video-title {
	margin-bottom: 35px;
	font-weight: 300;
	font-size: 35px;
	text-align: center;
	padding-top: 17px;
	line-height: 1.3;
	letter-spacing: 1px;
}
.ki{
	position: absolute;
	width: 200px;
	top: 88px;
	left: -120px;
}
.or{
	position: absolute;
	width: 200px;
	top: 225px;
	left: -196px;
}
@media screen and (max-width: 480px){
	.video_section .video_wrapper{
		width: 300px;
	}
}
