/* 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;
}

.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: #d98945;
	-webkit-box-shadow: 0 4px 0 #d98945;
	box-shadow: 0 4px 0 #c27a3c;
	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: #c27a3c;
}

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

/* titles */

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

/* offer */

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

.offer_section .triggers_block {
	margin: 0 0 30px;
	height: 70px;
	background: rgba(255,255,255,0.6);
	position: relative;
}

.offer_section .triggers_block:after {
	display: block;
	content: '';
	width: 100%;
	height: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), to(rgba(0,0,0,0.06)));
	background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.06) 100%);
	position: absolute;
	bottom: -10px;
	left: 0;
}

.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 #d98945;
	text-transform: uppercase;
}

.offer_section .main_title {
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	color: #BE6E29;
	padding-top: 20px;

}

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

.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: 130px;
	left: 500px;
}

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

.offer_section .content_block ul {
	margin: 0 0 30px;
	width: 330px;
}

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

.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: #d98945;
}

.offer_section .button {
	margin: 0;
}

.offer_section .deadline_text {
	margin: 15px 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/attention.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: 300px;
	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 #d98945;
	border-radius: 25%;
	background-color: #d98945;
}

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

/* video */

.video_section {
	padding: 40px 0;
	background: rgb(233,195,114);
	background: linear-gradient(90deg, rgba(233,195,114,1) 0%, rgba(235,228,212,1) 50%, rgba(233,195,114,1) 100%);
	color: #fff;
}

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

.video_section .video_block {
	width: 660px;
	height: 371px;
	background: #000;
	overflow: hidden;
	position: relative;
}

.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: 40px 0 20px;
}

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

.results_section p.description {
	margin: 0 0 40px;
	text-align: center;
}

.results_section .images_block img {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	width: 460px;
}
.osob-text {
	font-size: 17px;
}
.osob-text-list {
	font-size: 18px;
}
.results_section .images_block img:nth-child(even) {
	margin: 0 0 20px;
}

/* benefits */

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

.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 0 0;
	width: 220px;
	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 #0097CE;
	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 0 30px;
	width: 540px;
}

.use_steps_section ul li {
	margin: 0 0 30px;
	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: rgb(233,195,114);
	background: linear-gradient(90deg, rgba(233,195,114,1) 0%, rgba(235,228,212,1) 50%, rgba(233,195,114,1) 100%);
}

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

.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: 220px;
	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 #f1f1f1;
	position: relative;
}

.order_steps_section .step_item img {
	display: block;
}

.order_steps_section .step_item .number {
	width: 48px;
	height: 48px;
	background: #d98945;
	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: #d98945;
}

.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: #ffe400;
}

.order_section .content_block {
	padding: 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 #d98945;
	text-transform: uppercase;
	color: #3170cc;
	border-left: 8px solid #d98945;

}

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

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

.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: 140px;
	left: 500px;
}

.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: #d98945 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: #d98945;
	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: #d98945;
}

.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;
}

.order_section .deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/attention.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: #fff;
}

.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: 100%;
	}

	.video_section .video_block {
		width: 100%;
		height: 320px;
	}

	/* 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: #d98945 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: 135px;
		left: 500px;
	}

}

@media screen and (max-width: 639px) {
	
	/* styles */

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		margin: 0 0 30px;
		font-size: 25px;
		line-height: 28px;
	}
	.osob-text {
		font-size: 18px;
	}
	/* 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: 40px;
		line-height: 40px;
	}

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

	.offer_section .discount {
		top: 100px;
		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: 28px;
		line-height: 40px;
	}

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

	.order_section .discount {
		top: 100px;
		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: 83%;
	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: 15px;
	letter-spacing: .3px;
	font-size: 15px;
	font-family: "AvenirNextCyr", sans-serif;
	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%;
	height: 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%;
	}
	.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;
	}
}



@media screen and (max-width: 999px) {
	.wrapper {
		width: 660px;
	}
}

	@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;
}







 /* Стили блоков */
 .wrp {
	width: 1000px;
	margin: 0 auto;
}

.header {
	text-align: center;
	border: 1px dashed #ddd;
	padding: 50px 0;
	margin: 20px 0;
	font-size: 18px;
}

.block {
	text-align: center;
	border: 1px dashed #ddd;
	padding: 100px 0;
	margin-bottom: 20px;
	font-size: 18px;
	background: #eeeeee;
}

/* Фиксированное меню */

.header-menu-wrp {
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: #d98945;
	color: white;

}

.header-menu-wrp.cloned {
	position: fixed;
	top: 0;
	margin-top: 0;
	z-index: 9999;
	display: none;
}

/* Растягивание меню на всю ширину */
.header-menu {
	width: 100%;
	display: table;
	border-left: 1px solid #ffa44c;
}

.header-menu ul {
	display: table-row;
}

.header-menu li {
	display: table-cell;
	float: none;
	border-right: 1px solid #ffa44c;
}

.header-menu li.active {
	background: #d7a071;
}

.header-menu li a {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}



@media (max-width: 998px) {
	.offer_section .main_title {
		font-size: 26px;
		padding-top: 0;
	}

	.offer_section .subtitle {
		font-size: 19px;
	}
}


