

/* Start:/local/templates/.default/components/bitrix/news/actions/bitrix/news.detail/.default/style.css?173943222415938*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.wrapper__block-pricep {
	margin-top: 60px;
}
.top-banner__block {
	background-image: url("/upload/stock/top-baner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.top-banner-block__content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-banner-block__title{
	margin-top: 20px;
	font-size: 30px;
	font-weight: 700;
	color: white;
	max-width: 570px;
	line-height: 43px;
}
.top-banner-block__desc{
	max-width: 570px;
	color: white;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin: 20px 0;
}
.top-banner-block__link-block{
	margin-bottom: 20px;
	cursor: pointer;
	color: black;
	background-color: #ED6B22;
	font-weight: 800;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
	max-width: 167px;
}
.bottom-banner__block{
	display: none;
}
@media (max-width: 940px) {
	.top-banner-block__content_left{
		display: none;
	}
	.bottom-banner__block{
		/*display: block;*/
		width: 100%;
		height: 100%;
		background-color: #ED6B22;
	}
	.bottom-banner-block__content_mobile{
		padding: 25px 0 57px 0;
		margin: 0 auto;
	}
	.bottom-banner-block__content_mobile .top-banner-block__title {
		color: black;
		font-size: 28px;
		margin-top: 0;
	}
	.bottom-banner-block__content_mobile .top-banner-block__desc{
		color: black;
	}
	.bottom-banner-block__content_mobile .top-banner-block__link-block{
		max-width: 100%;
		background-color: #FFFFFF;
	}
}
@media (max-width: 500px) {
	.bottom-banner-block__content_mobile .top-banner-block__title {
		font-weight: 700;
		line-height: 33px;
		font-size: 21px;
	}
	.bottom-banner-block__content_mobile{
		padding: 25px 25px 48px 25px;
	}
}

.block-pricep__about{
	margin-top: 72px;
}
.about_block-first {
	position: relative;
	min-height: 577px;
}
.block-pricep__about-content-f .wrap{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}

.block-pricep__about-content .wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.block-pricep__about_block_img {
	left: 0;
	position: absolute;
}
.block-pricep__about_block_img-laptop {
	display: none;
}
@media (max-width: 1690px) {
	.block-pricep__about_block_img-laptop {
		display: block;
		left: 0;
		top: 40px;
		position: absolute;
	}
	.block-pricep__about_block_img {
		display: none;
	}
}
@media (max-width: 1200px) {
	.block-pricep__about-content-f .wrap{
		align-items: center;
	}
	.block-pricep__about_block_img-laptop {
		display: block;
		position: relative;
	}
	.block-pricep__about-content .wrap{
		flex-direction: column-reverse;
	}
	.about_block-third .wrap{
		flex-direction: column;
	}
}
@media (max-width: 640px) {
	.block-pricep__about_block_img-laptop {
		width: 400px;
	}
}
@media (max-width: 320px) {
	.block-pricep__about_block_img-laptop {
		width: 242px;
	}
}
.block-pricep__about_title
{
	font-size: 30px;
	font-weight: 700;
}
@media (max-width: 320px) {
	.block-pricep__about_title {
		font-size: 21px;
	}
}
.block-pricep__about_block_content{
	margin-top: 72px;
}

.block-pricep__about_block_title{
	font-size: 20px;
	font-weight: 700;
}
@media (max-width: 320px) {
	.block-pricep__about_block_title{
		font-size: 18px;
		line-height: 28px
	}
}
.block-pricep__about_block_desc{
	max-width: 570px;
	margin-top: 23px;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
}

.about_block-sec{
	margin-top: 93px;
}

.about_block-third{
	margin-top: 170px;
}
@media (max-width: 780px) {
	.about_block-sec {
		margin-top: 33px;
	}
	.about_block-third{
		margin-top: 72px;
	}
}
.block-pricep__about_block-third .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.block-pricep__offer {
	margin-top: 200px;
	width: 100%;
	background-color: #FC6F10;
}
@media (max-width: 780px) {
	.block-pricep__offer {
		margin-top: 85px;
	}
}
@media (max-width: 320px) {
	.block-pricep__offer {
		margin-top: 64px;
	}
}
.block-pricep__offer .wrap{
	min-height: 510px;
	padding: 47px 0 85px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.block-pricep__offer-info {
	margin: 40px 0 48px 0;
	font-weight: 700;
	font-size: 38px;
	color: white;
	text-align: center;
	line-height: 53px;
}
@media (max-width: 940px) {
	.block-pricep__offer-info {
		font-size: 28px;
		line-height: 42px;
	}
}
@media (max-width: 420px) {
	.block-pricep__offer-info {
		font-size: 21px;
		line-height: 33px;
    max-width: 320px;
	}
}
.block-pricep__offer .top-banner-block__link-block {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	font-weight: 600;
	min-width: 167px;
	min-height: 53px;
	font-size: 17px;
	background-color: white;
}
@media (max-width: 940px) {
	.block-pricep__offer .top-banner-block__link {
		width: 100%;
	}
	.block-pricep__offer .top-banner-block__link-block {
		min-width: 100%;
	}
}

.block-pricep__options {
	margin-top: 110px;
}
@media (max-width: 780px) {
	.block-pricep__options {
		margin-top: 79px;
	}
}
.block-pricep__options .top-banner-block__title {
	color: black;
}

.block-pricep__options_table {
	margin-top: 47px;
}
@media (max-width: 460px) {
	.block-pricep__options {
		margin-top: 76px;
	}
	.block-pricep__options_table {
		margin-top: 30px;
	}
}
.block-pricep__options_table-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 16px;
	padding: 23px;
	border-top: 1px #C7C7C7 solid;
	border-right: 1px #C7C7C7 solid;
	border-left: 1px #C7C7C7 solid;
}
.block-pricep__options_table-row:last-child {
	border-bottom: 1px #C7C7C7 solid;
}
@media (max-width: 460px) {
	.block-pricep__options .top-banner-block__title {
		font-size: 21px;
		line-height: 32px;
	}
	.block-pricep__options_table-row{
		flex-direction: column;
		gap: 11px;
	}
}
.block-pricep__options_table-name {
	font-weight: 700;
}

.block-pricep__options_list {
	margin-top: 44px;
	padding: 0 23px;
}
.block-pricep__options_list-title {
	font-weight: 700;
	font-size: 16px;
}

.block-pricep__options_list li {
	margin-top: 22px;
	line-height: 22px;
	font-size: 16px;
	display: flex;
	gap: 16px;
}

.block-pricep__video {
	position: relative;
	margin-top: 114px;
	width: 100%;
}
.block-pricep__video__dark-over {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);;
	z-index: 3;
}
.block-pricep__video__dark-over svg {
	cursor: pointer;
}
@media (max-width: 600px) {
	.block-pricep__video__dark-over svg {
		width: 58px;
		height: 58px;
	}
}
.block-pricep__video img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}
.block-pricep__video iframe {
	height: 630px;
	width: 100%;
}
@media (max-width: 1200px) {
	.block-pricep__video iframe {
		height: 530px;
	}
}
@media (max-width: 940px) {
	.block-pricep__video iframe {
		height: 430px;
	}
}
@media (max-width: 780px) {
	.block-pricep__video iframe {
		height: 396px;
	}
}
@media (max-width: 580px) {
	.block-pricep__video iframe {
		height: 300px;
	}
}
@media (max-width: 320px) {
	.block-pricep__video iframe {
		height: 202px;
	}
}

.content-text__orange-block-with-photo {
	position: relative;
	margin-top: 60px;
	display: flex;
	align-items: center;
	max-height: 552px;
}

.content-text__orange-block-with-photo__right {
	background-color: #FC6F10;
	height: 552px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.content-text__orange-block-with-photo__right-text {
	max-width: 556px;
	margin-right: 100px;
}
.content-text__orange-block-with-photo__right h1{
	font-size: 40px;
}
.content-text__orange-block-with-photo__right p{
	font-size: 18px;
	margin: 30px 0;
	line-height: 25px;
}
@media (max-width: 1140px) {
	.content-text__orange-block-with-photo {
		flex-wrap: wrap;
		max-height: 386px;
		margin-bottom: 600px;
	}
	.content-text__orange-block-with-photo__right-text{
		max-width: 588px;
		padding: 25px;
		margin-right: 0;
	}
	.content-text__orange-block-with-photo__right h1{
		font-size: 28px;
		color: black;
		font-weight: 700;
	}
}
@media (max-width: 400px) {
	.content-text__orange-block-with-photo__right h1{
		font-size: 21px;
	}
}
.content-text__orange-block-with-photo__left {
	width: 100%;
	height: 552px;
}
.content-text__orange-block-with-photo__left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	object-position: left;
}
@media (max-width: 1140px) {
	.content-text__orange-block-with-photo__left {
		order: 1;
		height: 386px;
	}
	.content-text__orange-block-with-photo__right {
		order: 2;
		min-height: 386px;
		justify-content: center;
	}
}

.content-text__orange-block-with-photo__right button {
	height: 120px;
}
.content-text__orange-block__btn {
	margin-bottom: 20px;
	cursor: pointer;
	color: black;
	background-color: #FFFFFF;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
	max-width: 167px;
}
.content-text__list-stages {
	margin-left: 50px;
}
@media (max-width: 1140px) {
	.content-text__list-stages_container {
		margin-top: 600px;
	}
	.content-text__orange-block__btn {
		max-width: 100%;
	}
}


.wrap .content-text__list-stages h3 {
	color: black;
	margin: 70px 0;
	font-size: 30px;
}
.content-text__list-stage-item {
	position: relative;
	padding-bottom: 85px;
}
.content-text__list-stage-item:last-child {
	padding-bottom: 0;
}
.content-text__list-stage-item-text p {
	max-width: 966px;
	line-height: 28px;
	font-size: 20px;
	font-weight: 600;
}

li.content-text__list-stage-item::before {
	position: absolute;
	left: -70px;
	top: 0;
	content: counter(list-item);
	font-size: 20px;
	text-align: center;
	width: 47px;
	color: #FC6F10;
	font-weight: 700;
}
li.content-text__list-stage-item::after {
	position: absolute;
	left: -70px;
	top: -13px;
	content: "";
	display: block;
	background: url("/images/free_delivery/marker.svg");
	width: 47px;
	height: 62px;
}

.content-text__list-stage-item-line {
	position: absolute;
	left: -47px;
	bottom: 13px;
	width: 1px;
	height: calc(100% - 63px);
	border-left: 1px dashed rgba(252, 111, 16, 0.59);
}
@media (max-width: 400px) {
	.content-text__list-stages {
		margin-left: 0;
	}
	li.content-text__list-stage-item::before {
		position: relative;
		left: 13px;
		top: -32px;
		content: counter(list-item);
		font-size: 20px;
		text-align: center;
		width: 47px;
		color: #FC6F10;
		font-weight: 700;
	}
	li.content-text__list-stage-item::after {
		position: absolute;
		left: -5px;
		top: -46px;
		content: "";
		display: block;
		background: url("/images/free_delivery/marker.svg");
		width: 47px;
		height: 62px;
	}
	.content-text__list-stage-item-line {
		display: none;
	}
}
.content-text__list-stage-item-description__warning {
	margin-top: 32px;
}
.content-text__list-stage-item-description__warning-text {
	display: flex;
}
@media (max-width: 400px) {
	.content-text__list-stage-item-description__warning-text {
		display: block;
	}
	.content-text__list-stage-item-description__warning_block-text {
		margin: 0 20px;
	}
}
.content-text__list-stage-item-description__warning-icon {
	margin: 16px;
}

.content-text__list-stage-item-description {
	max-width: 969px;
}
.content-text__list-stage-item-description p {
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
}
.content-text__list-stage-item-description p.content-text__bold-text  {
	font-weight: 600;
}
.content-text__list-stage-item-description p:last-child {
	margin-bottom: 30px;
	font-weight: 700;
}
.content-text__list-stage-item-description__warning {
	border: 1px solid rgba(252, 111, 16, 0.6);
}

.content-text__list-benefits {
	display: flex;
	justify-content: space-between;
}
.content-text__list-benefit-photo {
	display: none;
}
@media (max-width: 780px) {
	.content-text__list-benefits ol {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.content-text__list-benefit-item {
		max-width: 280px;
	}
	.content-text__list-benefit-photo {
		display: block;
	}
}
.content-text__list-benefit-item__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

li.content-text__list-benefit-item::before {
	position: relative;
	top: 35px;
	left: 10px;
	content: counter(list-item);
	font-size: 119px;
	text-align: center;
	color: rgba(0, 0, 0, 0.06);
	font-weight: 700;
}
.content-text__list-benefit-item-title {
	color: black;
	font-size: 18px;
	font-weight: 700;
}

.content-text__list-benefit-item-text {
	margin-top: 15px;
}
.content-text__list-benefit-item-text p{
	line-height: 19px;
}

.content-text__list-benefits__pictures {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (max-width: 780px) {
	.content-text__list-benefits__pictures {
		display: none;
	}
}

.content-text__list-benefits__btns {
	margin-top: 100px;
	display: flex;
	justify-content: center;
	gap: 50px;
}
@media (max-width: 780px) {
	.content-text__list-benefits__btns {
		margin-top: 100px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 0;
	}
}
.top-banner-block__link:first-child .content-text__list-benefits__btn {
	background-color: #F47321;
	border: 2px #F47321 solid;
}
.top-banner-block__link:last-child .content-text__list-benefits__btn {
	border: 2px #F47321 solid;
}


.content-text__block-info {
	position: relative;
	width: 100%;
	min-height: 842px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.content-text__block-info .wrap {
	position: relative;
	z-index: 2;
}
.content-text__block-info img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wrap .content-text__block-info__title h3{
	padding: 100px 0;
	color: white;
	font-size: 30px;
}
.content-text__block-info__title p{
	padding: 100px 0;
	color: white;
	font-size: 16px;
	text-align: end;
}
@media (max-width: 400px) {
	.content-text__block-info__title p{
		text-align: start;
	}
}
.content-text__gray-block {
	background-color: #F8F8F8;
}

.content-text__block-info__contents {
	display: flex;
	flex-wrap: wrap;
	row-gap: 100px;
	gap: 100px;
}
.content-text__block-info__contents-item {
	max-width: 340px;
	min-width: 252px;
	flex: 33%;
}
@media (max-width: 1280px) {
	.content-text__block-info__contents {
		display: flex;
		flex-wrap: wrap;
		row-gap: 100px;
		gap: 70px;
	}
	.content-text__block-info__contents-item {
		max-width: 550px;
	}
}
.content-text__block-info__contents-item * {
	color: white;
}
.content-text__block-info__contents-item span {
	font-size: 16px;
}
.content-text__block-info__contents-item p {
	font-size: 28px;
	max-width: 313px;
}
.content-text__block-info__contents-item_year {
	font-size: 80px;
	font-weight: 900;
}
@media (max-width: 1140px) {
	.content-text__block-info__contents-item_year {
		font-size: 60px;
	}
}
.content-text__wrong-list-stock {
	padding-bottom: 115px;
}
.content-text__wrong-list-stock_title {
	font-size: 30px;
	font-weight: 700;
	padding: 65px 0;
}
li.content-text__wrong-list-stock_item {
	position: relative;
	padding: 0 0 32px 60px;
}
li.content-text__wrong-list-stock_item::after {
	position: absolute;
	top: -5px;
	left: 0;
	content: "";
	display: block;
	background: url("/images/free_delivery/wrong-marker.svg");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
}
.content-text__wrong-list-stock_item {
	font-size: 20px;
}

.wrap h3.content-text__list-benefits_title {
	margin-top: 140px;
	font-size: 30px;
	font-weight: 700;
}
@media (max-width: 780px) {
	.wrap h3.content-text__list-benefits_title {
		margin-top: 80px;
		font-size: 28px;
	}
}
@media (max-width: 500px) {
	.wrap h3.content-text__list-benefits_title {
		margin-top: 80px;
		font-size: 21px;
	}
}

#action-products {
	padding-top: 50px;
}
/* End */
/* /local/templates/.default/components/bitrix/news/actions/bitrix/news.detail/.default/style.css?173943222415938 */
