

/* Start:/bitrix/templates/designstudioag/components/bitrix/news.detail/luchshaya_cena/style.css?17186897266126*/
.mobile-show{
	display: none;
}

.desktop-show{
	display: flex;
}

.best-price{
	width: 1100px;
	margin: 0 auto;
	max-width: 100%;
	margin-top: 20px;
}

.best-price__intro{
	background: #3e7ab6;
	padding: 25px;
	height: 240px;
	display: flex;
	justify-content: start;
}

.best-price__intro-logo{
	/*margin-right: 30px;*/
	width: 30%;
}

.best-price__intro-logo img{
	width: 100%;
	max-height: 100%;
}

.best-price__intro-text{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	margin-right: 30px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	width: 45%;
}

.best-price__intro-text b{
	font-weight: 600;
}

.best-price__intro-form{
	width: 30%;
}

.best-price__stages-title{
	padding: 15px 0 15px 15px;
	font-size: 20px;
	text-transform: uppercase;
	color: #000000;
}

.promo-page__steps-item{
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 20px;
	align-items: center;
}

.promo-page__steps .even,
.promo-page__steps .odd{
	padding: 0 20px 0 50px;
	display: flex;
	justify-content: space-evenly;
	font-size: 24px;
}

.promo-page__steps .even{
	background: #3e7ab6;
	color: #ffffff;
}

.promo-page__steps .odd{
	background: #e8e8e8;
	color: #5b5b5b;
}

.promo-page__steps .even span,
.promo-page__steps .odd span{
	padding: 20px 0;
}

.promo-page__steps-num{
	font-size: 110px;
}

.promo-page__steps .even .promo-page__steps-num{
	color: #81A7CB;
	margin-right: 20px;
}

.promo-page__steps .odd .promo-page__steps-num{
	color: #CDCDCD;
	margin-left: 20px;
}

/* accordion */

.accordion-item{
	margin-bottom: 20px;
}

.accordion-item__title{
	padding: 50px 0 0 50px;
	text-transform: uppercase;
	font-size: 24px;
	height: 127px;
}

.accordion-item.grey .arr-down:after{
	border-top-color: #000000 !important;
}

.accordion-item__text{
	padding: 0 30px 20px 30px;
	font-size: 18px;
}

.accordion-item__text ul{
	list-style-type: none;
	margin: 20px;
}

.accordion-item__text ul li{
	margin-bottom: 8px;
	color: #000000;
}

.accordion-item__text ul li:before{
	content: " ";
	background: #4d82d4;
	width: 10px;
	height: 10px;
	position: absolute;
	margin-left: -20px;
	margin-top: 10px;
	border-radius: 10px;
}

.accordion-item.grey .accordion-item__title{
	background: #e8e8e8;
	color: #5b5b5b;
}

.accordion-item.grey .accordion-item__text{
	background: #ffffff;
}

.accordion-item + .blue{
	background: #3e7ab6;
	color: #ffffff;
}

.accordion-item__title{
	cursor: pointer;
}

.accordion-item .accordion-item__text{
	display: none;
}

.accordion-item.open .accordion-item__text{
	display: block;
}

.accordion-item.odd .accordion-item__text{
	background: #ffffff !important;
}

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

.promo-button__input{
	background: #1a5f9f;
	color: #ffffff;
	text-align: center;
	width: 45%;
	padding: 15px;
	font-size: 28px;
	margin: 0px 0 20px;
	cursor: pointer;
	border: 1px solid #1a5f9f;
}

.promo-button__input:nth-child(1){
	margin-right: 20px;
	background: transparent;
	border: 1px solid #1a5f9f;
	color: #1a5f9f;
}

.arr-down{
	width: 15px;
	height: 15px;
	position: relative;
	display: block;
	float: right;
	margin: 0 0 0 15px;
	cursor: pointer;
	transition: .3s;
}

.accordion-item.open .arr-down{
	transform: rotate(180deg);
}

.arr-down{
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 6px 0 0 15px;
	cursor: pointer;
	transition: .3s;
	position: absolute;
}

.arr.arr-down:hover:after {
	border-top-color: #6495ed;
}

.arr.arr-down:after {
	content: " ";
	position: absolute;
	margin: auto;
	width: 0;
	height: 0;
	top: 4px;
	border: 8px solid transparent;
	border-top-color: #fff;
	border-bottom: none;
}

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media(max-width: 1130px){
	.promo-button__input{
		height: 87px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media(max-width: 1100px){
	.best-price__intro-text{
		line-height: 1.4;
		font-size: 1.8rem;
		margin: 0;
		width: 36%;
	}
}

@media(max-width: 1000px){
	.best-price__intro-text{
		line-height: 1.4;
		font-size: 1.5em;
	}
}

@media(max-width: 890px){
	.best-price__intro-form{
		width: 100%;
	}

	.best-price__intro{
		padding: 0;
	}

	.mobile-show{
		display: block;
	}

	.feeback-form__row{
		text-align: center;
	}

	.mobile-show .best-price__intro-row:nth-child(1){
		display: flex;
		flex-direction: row;
		padding: 20px;
		justify-content: space-evenly;
	}

	/*.mobile-show .best-price__intro-row:nth-child(1) .best-price__intro-logo{*/
	/*	width: 50%;*/
	/*}*/

	.mobile-show .best-price__intro-row:nth-child(2) .feeback-form{
		width: 100%;
		height: auto;
		max-width: 100%;
	}

	.desktop-show{
		display: none;
	}

	.best-price__intro-text{
		width: 60%;
	}

	.best-price__intro-logo{
		text-align: center;
		width: 35%;
	}

	.best-price__intro{
		height: auto;
		display: flex;
		flex-direction: column;
	}

	/*.best-price__intro-logo img{*/
	/*	width: 100%;*/
	/*}*/

	.feeback-form__row input[type="text"] {
		height: 38px;
		margin-bottom: 12px;
		font-size: 18px;
	}

	.feeback-form__title {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.feeback-form__row input[type="submit"] {
		font-size: 18px;
		padding: 8px 35px;
		height: auto;
		width: auto;
	}

	.promo-button__input{
		font-size: 1.5em;
	}
}

@media(max-width: 770px){
	.accordion-item__title{
		height: 172px;
	}
}

@media(max-width: 550px){
	.promo-button{
		flex-direction: column;
	}

	.promo-button__input{
		width: 70%;
		font-size: 24px;
	}

	.promo-button__input:nth-child(1){
		margin-right: 0;
	}
}

@media(max-width: 420px){
	.accordion-item__title{
		height: 220px;
	}

	.accordion-item__title {
		padding: 80px 0 0 30px;
	}

	.mobile-show .best-price__intro-row:nth-child(1){
		display: flex;
		flex-direction: column;
		padding: 20px;
		align-items: center;
	}

	.mobile-show .best-price__intro-row:nth-child(1) .best-price__intro-logo{
		width: 80%;
		margin-bottom: 30px;
	}

	.mobile-show .best-price__intro-row:nth-child(1) .best-price__intro-text{
		width: 100%;
	}
}
/* End */
/* /bitrix/templates/designstudioag/components/bitrix/news.detail/luchshaya_cena/style.css?17186897266126 */
