

/* Start:/local/templates/ashmanov/components/bitrix/news.list/headblock/style.css?16859694526250*/
.b-headblock {
	position: relative;
	z-index: 11;
}

.b-headblock__wrapper {
	max-width: 1152px;
	margin: 0px auto;
}

.b-headblock-item {
	position: relative;
}

.b-headblock-item__img {
	width: 100%;
	height: 100%;
}

.b-headblock-item__title {
	font-weight: 400;
}

.b-headblock-item__subtitle {
	color: #ffffff;
	text-align: left;
	font-size: 12px !important;
	text-transform: uppercase;
}

.b-headblock-item--white {
	background-color: #fff;
}

.b-headblock-item--white .b-headblock-item__title {
	color: #000;
}

.b-headblock-item--white .b-headblock-item__text {
	color: #000;
	font-weight: 300;
}

.b-headblock-item--white .b-headblock-item__text a {
	color: #000;
	border-bottom: 1px solid #000;
}

.b-headblock-item--white .b-headblock-item__subtitle {
	color: #383838;

}

.b-headblock-item--gray {
	background-color: #dfe3e4;
}

.b-headblock-item--gray .b-headblock-item__title {
	color: #383838;
	letter-spacing: -0.7px;
}

.b-headblock-item--gray .b-headblock-item__text {
	color: #383838;
	font-weight: 300;
}

.b-headblock-item--gray .b-headblock-item__text a {
	color: #383838;
	border-bottom: 1px solid #383838;
}

.b-headblock-item--gray .b-headblock-item__subtitle {
	color: #383838;
}

.b-headblock-item--black {
	background-color: #383838;
}

.b-headblock-item--black .b-headblock-item__title {
	color: #fff;
}

.b-headblock-item--black .b-headblock-item__text {
	color: #fff;
	font-weight: 300;
}

.b-headblock-item--black .b-headblock-item__text a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.b-headblock-item--red {
	background-color: #c4262e;
}

.b-headblock-item--red .b-headblock-item__title {
	color: #fff;
}

.b-headblock-item--red .b-headblock-item__text {
	color: #fff;
	font-weight: 300;
}

.b-headblock-item--red .b-headblock-item__text a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.b-headblock-item--left {
	text-align: left !important;
}

.b-headblock-item--left .b-headblock-item__title,
.b-headblock-item--left .b-headblock-item__text {
	text-align: left !important;
}

.b-headblock-item__text {
	margin-bottom: 0px !important;
}

.b-headblock-item__text ul {
	padding-left: 16px;
	/*color: #383838;
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;*/
	list-style: none;
}

.b-headblock-item__text ul li {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
	font-weight: 300;
}
.b-headblock-item__text ul li:last-of-type {
	margin-bottom: 0px;
}

.b-headblock-item--gray .b-headblock-item__text ul li {
	color: #383838;
}

.b-headblock-item__text ul li:before {
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	font-size: 30px;
	content: '•';
	color: #c4262e;
	left: -16px;
}

.b-headblock-item__text a {
	text-decoration: none;
	padding-bottom: 1px;
}

.b-headblock-item__subtitle {
	font-size: 15px;
	line-height: 19px;
	font-weight: 700 !important;
}

@media all and (min-width: 960px) {
	.b-headblock-item__subtitle {
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
	}
}

.b-headblock-item__detail-link {
	display: block;
	margin: 32px 0px 0px 0px;
	color: #959595;
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.b-headblock-item__detail-link i {
	color: #383838;
	font-size: 24px;
	position: relative;
	top: 4px;
}

@media all and (min-width: 1344px) {
	.b-headblock-item__detail-link {
		margin: 0px;
		position: absolute;
		bottom: 48px;
		left: 48px;
	}
}

@media all and (min-width: 320px) and (max-width: 959px) {
	.b-headblock-item {
		padding: 20px 30px;
	}
	.b-headblock-item__title {
		text-align: left;
		margin: 0px 0px 15px 0px;
	}
	.b-headblock-item__text {
		margin: 15px 0px 0px 0px;
	}
	.b-headblock-item__link {
		margin: 30px 0px 0px 0px;
	}
}

@media all and (min-width: 640px) and (max-width: 959px) {
	.b-headblock__wrapper > .row {
		background-color: #fff;
	}
	.b-headblock-item__link {
		display: block;
		text-align: center;
	}
}

@media all and (min-width: 960px) {
	.b-headblock-item {
		padding: 55px 48px;
	}
	.b-headblock-item__title {
		font-size: 30px;
		line-height: 32px;
		margin: 0px 0px 20px 0px;
	}
	.b-headblock-item__title--right {
		font-size: 24px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.b-headblock-item__text {
		/*font-size: 18px;
            line-height: 26px;*/
		margin: 20px 0px;
	}
	.b-headblock-item__link {
		margin: 30px 0px 0px 0px;
	}
	.b-headblock-item--white .b-headblock-item__title {
		text-align: left;
	}
	.b-headblock-item--black,
	.b-headblock-item--gray {
		padding: 55px 48px;
	}
	.b-headblock-item--gray .b-headblock-item__title,
	.b-headblock-item--black .b-headblock-item__title {
		margin: 0px 0px 20px 0px;
		text-align: left;
	}
	.b-headblock-item--black .b-headblock-item__text {
		margin: 20px 0px 20px 0px;
	}
}

@media all and (min-width: 1344px) {
	.b-headblock-item {
		padding: 74px 48px;
	}
	.b-headblock-item--gray .b-headblock-item__title,
	.b-headblock-item--black .b-headblock-item__title {
		margin: 0px 0px 25px 0px;
	}
	.b-headblock-item--black .b-headblock-item__text {
		margin: 25px 0px 20px 0px;
	}
	.b-headblock-item--gray .b-headblock-item__title {
		text-align: left;
	}
	.b-headblock-item--red .b-headblock-item__text {
		margin: 0px;
	}
}

@media all and (max-width: 767px) {
	.b-headblock-item {
		padding: 32px;
	}
	.b-headblock-item__title {
		margin-bottom: 32px;
	}
	.b-headblock-item__text {
		font-weight: 300;
		font-size: 15px;
		line-height: 19px;
		margin-top: 32px;
	}
	.b-headblock-item__link {
		margin-top: 32px;
		display: block;
		text-align: center;
	}
}

@media all and (min-width: 640px) {
	.b-headblock-item__text {
		font-size: 16px !important;
		line-height: 24px !important;
	}
}

@media all and (min-width: 1344px) {
	.b-headblock-item__text {
		font-size: 16px !important;
		line-height: 24px !important;
	}
}

.b-headblock-item--red.b-headblock-item--left .b-headblock-item__title {
	text-align: left !important;
	text-transform: none !important;
}

.b-headblock-item--center .b-headblock-item__title,
.b-headblock-item--center .b-headblock-item__text {
	text-align: center;
}


.b-headblock__submit {
	max-width: 200px;
	margin: 32px auto 0px auto;
}
@media all and ( min-width: 1024px ) {
	.b-headblock__submit {
		margin-top: 48px;
	}
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/listblock/style.css?16859694522162*/
.b-listblock__wrapper {
	background-color: #fff;
}
.b-listblock__title {
	text-align: center;
	text-transform: uppercase;
}
.b-listblock__text {
	color: #383838;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
}
.b-listblock-item {
	border-bottom: 1px solid #f0f0f0;
}
.b-listblock-item:last-of-type {
	border-bottom: 0px;
	padding-bottom: 0px;
}
.b-listblock-item__wrapper :first-child {
	margin-top: 0px;
}
.b-listblock-item__wrapper {
	margin-bottom: 0px;
}
.b-listblock-item__img {
	max-width: 105px;
	display: block;
	margin: 0px auto;
}
.b-listblock-item__title {
	color: #383838;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	text-align: center;
}
.b-listblock-item__text {
	color: #383838;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	line-height: 19px;
}

@media all and ( min-width: 320px ) {
	.b-listblock__wrapper {
		padding: 0px 32px;
	}
	.b-listblock__title {
		margin: 32px 0px;
	}
	.b-listblock__text {
		margin: 32px 0px;
	}
	.b-listblock-item {
		margin-bottom: 32px;
		padding-bottom: 32px;
	}
	.b-listblock-item__title {
		margin: 32px 0px 16px 0px;
	}
	.b-listblock-item__wrapper {
		padding: 0px 16px;
	}
	.b-listblock-item__img {
		margin-bottom: 32px;
	}
}

@media all and ( min-width: 640px ) {
	.b-listblock-item {
		padding-bottom: 0px;
		border-bottom: 0px;
	}
}

@media all and ( max-width: 1023px ) {
	.b-listblock__text br {
		display: none;
	}
}
@media all and ( min-width: 1024px ) {
	.b-listblock-item {
		margin-bottom: 48px;
	}
	.b-listblock__title {
		margin: 48px 0px;
	}
	.b-listblock__text {
		margin: 48px 0px;
	}
	.b-listblock-item__wrapper {
		padding: 0px 48px;
	}
}

@media all and ( min-width: 1344px ) {
	.b-listblock-item {
		margin-bottom: 76px;
	}
	.b-listblock__title {
		margin: 76px 0px 32px 0px;
	}
	.b-listblock__text {
		margin: 32px 0px 76px 0px;
	}
}

/*.b-listblock-item:first-of-type .b-listblock-item__wrapper {
	padding-left: 0px;
}
.b-listblock-item:last-of-type .b-listblock-item__wrapper {
	padding-right: 0px;
}
@media all and ( min-width: 1344px ) {
	.b-listblock--four-in-row .b-listblock-item__wrapper {
		padding: 0px 18px 48px;
	}
}*/
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/how/style.css?16859694524976*/
.b-how {
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #383838;
}

.b-how .b-how__title.b-title a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.b-how .b-how__title.b-title a:hover {
	 border-bottom: none;
 }

.b-how--without-image {
	background-color: #383838;
}
.b-how__title {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.b-how__text,
.b-how__text2 {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	line-height: 19px;
}
.b-how__price {
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	letter-spacing: -2px;
	text-align: center;
}

.b-how__submit {
	max-width: 190px;
	margin: 0px auto;
}

@media all and ( min-width: 320px ) {
	.b-how__wrapper {
		padding: 64px 0px;
	}
	.b-how__text,
	.b-how__text2 {
		margin: 32px 0px;
	}
	.b-how__price {
		margin: 32px 0px;
	}
}

@media all and ( min-width: 640px ) {
	.b-how__wrapper {
		padding: 96px 32px;
	}
}

@media all and ( min-width: 1024px ) {
	.b-how__wrapper {
		padding: 144px 0px;
	}
	.b-how__text,
	.b-how__text2 {
		font-size: 18px;
		line-height: 26px;
	}
	.b-how__price {
		font-size: 80px;
		font-weight: 200;
		line-height: 80px;
		letter-spacing: -4px;
	}
}

@media all and ( min-width: 1344px ) {
	.b-how__wrapper {
		padding: 176px 144px;
	}
	.b-how__price {
		margin: 76px 0px;
	}
}


/**
 *
 * Таблица на странице /seo/filter/
 *
 *
 */
.b-how3-table {
	border-collapse: collapse;
}
.b-how3-table-head__cell {
	color: #6f6f6f;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid #626262;
}
.b-how3-table-head__cell--last,
.b-how3-table-body__cell--last {
	text-align: right;
}
.b-how3-table-body__cell {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}
.b-how3-table-body__row {
	border-bottom: 1px solid #626262;
}
.b-how3-table-body__row:last-of-type {
	border-bottom: 0px;
}

.b-how3-table__note {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
}

@media all and ( min-width: 320px ) {
	.b-how3-table-head__cell {
		padding: 7px;
	}
	.b-how3-table-body__cell {
		padding: 17px;
	}
	.b-how3-table-head__cell--first,
	.b-how3-table-body__cell--first {
		padding-left: 0px;
	}
	.b-how3-table-head__cell--last,
	.b-how3-table-body__cell--last {
		padding-right: 0px;
	}
}
@media all and ( min-width: 1024px ) {
	.b-how3-table {
		margin: 48px 0px;
		display: table !important;
	}
}


/**
 *
 * Таблица на странице /seo/negative/
 *
 *
 */
.b-how4-table {
	border-collapse: collapse;
}
.b-how4-table-head__cell {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right;
	border-bottom: 2px solid #464646;
}
.b-how4-table-head__cell:first-of-type {
	text-align: left;
}
.b-how4-table-body__row {
	border-bottom: 1px solid #464646;
}
.b-how4-table-body__row:last-of-type {
	border-bottom: 0px;
}
.b-how4-table-body__cell {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	text-align: right;
}
.b-how4-table-body__cell:first-of-type {
	font-weight: 400;
	text-align: left;
}

@media all and ( min-width: 320px ) {
	.b-how4-table-head__cell {
		padding: 16px 5px 16px 0px;
	}
	.b-how4-table-body__cell {
		padding: 14px 5px 14px 0px;
	}
}

@media all and ( min-width: 1024px ) {
	.b-how4-table {
		margin: 48px 0px;
		display: table !important;
	}
}



/**
 *
 * Таблица на странице /seo/audit/
 *
 *
 */
.b-how5-table {
	border-collapse: collapse;
}
.b-how5-table-head__cell {
	min-width: 285px;
	max-width: 285px;
	padding: 12px 32px;

	color: #fff;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	line-height: 19px;
	border-bottom: 2px solid #464646;
}

.b-how5-table-head__cell--is-active {
	background-color: #464646;
	border-bottom: 2px solid #535353;
}

.b-how5-table-body__cell {
	padding: 10px 32px 15px;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	line-height: 19px;
	vertical-align: top;
	border-bottom: 1px solid #464646;
}

.b-how5-table-body__cell--is-active {
	background-color: #464646;
	border-bottom: 1px solid #535353;
}

.b-how5-table-foot__cell {
	padding: 12px 32px 24px;
	text-align: center;
	vertical-align: top;
}

.b-how5-table-foot__cell--is-active {
	background-color: #464646;
}

.b-how5-table-foot__cell--is-active .b-how5-table__button {
	display: block;
}

.b-how5-table__price {
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 24px;
}

.b-how5-table__button {
	display: none;
	max-width: 150px;
	margin: 0px auto;
}

@media all and (min-width: 768px) {
	.b-how5-table-head__cell {
		font-size: 12px;
		line-height: 20px;
	}
	.b-how5-table-body__cell {
		font-size: 15px;
		line-height: 22px;
	}
	.b-how5-table__price {
		font-size: 30px;
		line-height: 32px;
	}
}

@media all and (min-width: 1344px) {
	.b-how5-table {
		margin-top: 64px;
	}
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/step/style.css?16859694521855*/
.b-step__wrapper {
	background-color: #ffffff;
}
.b-step__title {
	color: #383838;
	text-align: left;
	text-transform: uppercase;
}

.b-step-list {
	margin: 0px;
	padding: 0px;
	counter-reset: step-list;
}
.b-step-item {
	position: relative;
	list-style-type: none;
}
.b-step-item:before,
.b-step-item__title:before {
	width: 40px;
	height: 40px;
	display: none;
	position: absolute;
	counter-increment: step-list;
	content: counter(step-list);

	color: #c4262e;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #dedede;
}
.b-step-item:last-of-type {
	margin-bottom: 0px;
}
.b-step-item__title {
	position: relative;
	color: #383838;
}
.b-step-item__text {
	color: #383838;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
}

@media all and ( min-width: 320px ) {
	.b-step__wrapper {
		padding: 32px;
	}
	.b-step__title {
		margin-bottom: 32px;
	}
	.b-step-item {
		margin-bottom: 32px;
	}
	.b-step-item__title {
		margin-bottom: 16px;
	}
}

@media all and ( max-width: 1023px ) {
	.b-step__title {
		text-align: center;
	}
	.b-step-item__title {
		margin-left: 48px;
		padding-left: 16px;
	}
	.b-step-item__title:before {
		display: block;
		left: -50px;
		top: 50%;
		margin-top: -20px;
	}
}

@media all and ( min-width: 1024px ) {
	.b-step__wrapper {
		padding: 0px;
	}
	.b-step__column--left {
		padding: 64px 48px;
	}
	.b-step__column--right {
		padding: 64px 48px;
		border-left: 1px solid #e2e2e2;
	}
	.b-step-item:before {
		display: block;
		left: -68px;
	}
}

@media all and ( min-width: 1344px ) {
	.b-step__column--left {
		padding: 75px 48px;
	}
	.b-step__column--right {
		padding: 75px 75px 75px 48px;
	}
	.b-step-item {
		margin-bottom: 56px;
	}
	.b-step-item__title {
		margin-bottom: 8px;
	}
	.b-step-item:before {
		left: -68px;
	}
}
/* End */


/* Start:/local/components/ashmanov/video-and-stock/templates/.default/style.css?168596945246*/
.b-stock-and-video__wrapper {
	padding: 0px;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/video/style.css?1685969452522*/
.b-video {

}
.b-video__wrapper {
	min-height: 320px;
	position: relative;
}
.b-video__wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px;
}

@media all and ( max-width: 1023px ) {
	.b-video {
		margin: 0px 0px 32px 0px;
	}
}

@media all and ( min-width: 1024px ) {
	.b-video {
		margin-right: 32px;
	}
}
@media all and ( min-width: 1344px ) {
	.b-video {
		margin-right: 50px;
	}
	.b-video__wrapper {
		min-height: 384px;
	}
}

.b-video--no-margin {
	margin-right: 0;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/stock/style.css?16859694521007*/
.b-stock__wrapper  {
	padding: 32px;
	background-color: #c4262e;
}

.b-stock__wrapper :first-child {
	margin-top: 0px;
}
.b-stock__wrapper :last-child {
	margin-bottom: 0px;
}

.b-stock__title,
.b-stock__date,
.b-stock__text {
	color: #fff;
	text-align: center;
}

.b-stock__title {
	text-transform: uppercase;
}

.b-stock-item__text {
	font-size: 15px;
	font-weight: 300;
	line-height: 19px;
}
@media all and ( min-width: 320px ) {
	.b-stock__title {
		margin: 0px 0px 8px 0px;
	}
	.b-stock__date {
		margin: 8px 0px 36px 0px;
	}
	.b-stock__text {
		margin: 36px 0px 32px 0px;
	}
	.b-stock-link {
		max-width: 200px;
		margin: 32px auto;
	}
}
@media all and ( min-width: 768px ) {
	.b-stock__wrapper {
		padding: 48px;
	}
}
@media all and ( min-width: 1024px ) {
	.b-stock--form .b-stock__text {
		margin: 48px 0px;
	}
}
@media all and ( min-width: 1344px ) {
	.b-stock__wrapper {
		min-height: 384px;
		padding: 42px 48px;
		position: relative;
	}
	.b-stock--form .b-stock__text {
		margin: 64px 0px;
	}
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/slider-preview/style.css?16859694527451*/
/*------not insert------*/
.stock {
    font-family: Circe, Arial sans-serif;
    margin: 32px auto;
    padding: 0 16px;
}

.stock__inner {
    position: relative;
z-index: 11;
}

.stock .slick-slide {
    height: auto;
}

.stock__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.stock__item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.stock__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    min-height: 314px;
    padding: 32px 15px;
}

.stock__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-self: stretch;
    align-self: stretch;
    padding-top: 39px;
    position: relative;
    color: #fff;
    flex-grow: 1px;
}

.stock__btn {
    max-width: 260px;
    width: 100%;
    margin-top: auto;
    display: inline-block;
    padding: 9px 15px;
    background-color: #c4262e;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    text-align: center;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

.stock__btn:hover {
    background-color: #d22931;
}

.stock__btn:focus {
    outline: none;
}

.stock__label {
    position: absolute;
    top: 0;
    left: 1px;
    padding: 0 7px;
    background-color: #A9262E;
    font-size: 11px;
    text-align: center;
    line-height: 2.2;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}

.stock__subtitle {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 2.18;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    font-weight: 700;
}

.stock__title {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 400;
    text-transform: uppercase;
}

.stock__description p {
    margin-top: 0;
    margin-bottom: 28px;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
}

.stock__arrow {
    display: none !important;
    width: 32px;
    height: 32px;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 1;
    font-size: 0;
    background-color: #c42134;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
}

.stock__arrow:focus {
    outline: none;
}

.stock__arrow--prev {
    left: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVBRjBCRjlFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBRjBCRkFFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUFGMEJGN0U4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUFGMEJGOEU4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsTxQ0oAAAA5UExURcQhNMQiNcgwQsgxQsk0RtVgbdZjcdZkcdZlctdpduSYoeSbo+afp/TU2Pz09fz19f35+f76+v///+f5bXcAAAA9SURBVDjLY2AYBdgBEwF5Vj42/PICQtwE5HkYB7E8M58QLyNeH3II4vchdVSwU0cFFwEV/JwE4ptlROYCAMULAuY8uh9qAAAAAElFTkSuQmCC');
}

.stock__arrow--next {
    right: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVBRjBCRkRFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBRjBCRkVFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUFGMEJGQkU4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUFGMEJGQ0U4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjByUXIAAAA5UExURcQhNMQiNcgwQsgxQsk0RtVgbdZjcdZkcdZlctdpduSYoeSbo+afp/TU2Pz09fz19f35+f76+v///+f5bXcAAAA8SURBVDjLY2AYBVgAEwF5Nj5W/Aq4hQTwq2DkGTIqeIX4mPH7VZCDxvLslMhzEZBn4ORnJxDfLCM1IwAAvXAC5gFaZA0AAAAASUVORK5CYII=');
}

.stock__arrow.slick-disabled {
    background-color: #eaeced;
}

.stock__dots-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.stock__dots-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.stock__dots-list button {
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.stock__dots-list button:focus {
    outline: none;
}

.stock__dots-list button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #dfe3e4;
}

.stock__dots-list .slick-active button::before {
    background-color: #c4262e;
}

@media (min-width: 1344px) {
    .stock__arrow {
        display: block !important;
    }

    .stock__title {
        margin-bottom: 25px;
        font-size: 30px;
        letter-spacing: 0.12px;
        line-height: 32px;
    }

    .stock__subtitle {
        margin-bottom: 6px;
    }

    .stock__label {
        left: 0;
    }

    .stock {
        width: 1152px;
        margin: 0 auto;
        padding: 0;

    }

    .stock__wrap {
        padding-top: 48px;
        padding-bottom: 49px;
        padding-right: 144px;
        padding-left: 144px;
        min-height: 384px;
    }

    .stock__dots-wrapper {
        display: none;
    }

    .stock__content {
        padding-top: 47px;
    }

    .stock__description {
        padding-bottom: 17px;
    }

    .stock__description p {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 24px;
    }

    .stock__btn {
        max-width: 200px;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/slider-project/style.css?16859694523279*/
.b-project__wrapper {
	padding: 0px;
}

.b-project__title {
	text-align: center;
}
.b-project__subtitle {
	color: #383838;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
	text-align: center;
}

.project-slider .b-project__subtitle a {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    line-height: 2.17;
    letter-spacing: .6px;
    color: #c4262e;
    text-transform: uppercase;
    text-decoration: none;
}
.b-project-slider {
	margin-bottom: 0px;
	padding: 32px 0px 0px 0px;
}

.project-slider .b-project-slider {
    padding: 60px 0 0 0;
}
.b-project-slider-item {
	display: none;
}
.b-project-slider-item:first-of-type {
	display: block;
}
.b-project-slider-item__wrapper {
	padding: 0px 32px;
}

.project-slider .b-project-slider-item__wrapper {
    display: flex;
    flex-wrap: wrap;
}
.b-project-slider-item__img {
	margin: 0px auto;
}

.project-slider .b-partners-item__img {
    max-height: 190px;
    max-width: 170px;
    display: block;
    margin: 0 auto;
}

.project-slider .b-project-container__wrapper {
    position: static;
}

.project-slider .b-slider-container {
    position: relative;
}

.project-slider.project-slider .b-project-slider .b-partners-item__img {
    margin-top: 0;
}
.b-project-slider-item__name {
	margin: 0px;
    margin-top: 10px;
	padding: 0px;
	color: #383838;
	font-size: 24px;
	font-weight: 400;
}
.b-project-slider-item__position {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.b-project-slider-item__text {

	color: #383838;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

@media all and ( min-width: 320px ) {
	.b-project__title {
		padding: 32px 32px 16px 32px;
	}
	.b-project__subtitle {
		padding:  0px 32px 31px 32px;
		border-bottom: 1px solid #ebebeb;
	}
	.b-project-slider-item__position {
		margin-bottom: 32px;
	}
	.b-project-slider-item__text {
		margin: 32px auto;
	}
	.b-project-slider-dots {
		padding: 32px 0px;
	}
}
@media all and ( min-width: 768px ) {
    .project-slider .b-project__title {
        font-size: 30px;
        padding-top: 48px;
    }

    .project-slider .b-project__subtitle {
        font-size: 20px;
        padding: 0px 32px 33px 32px;
	}
}
@media all and ( min-width: 1024px ) {
	.b-project-container__wrapper {
		position: relative;
	}
	.b-project-slider-item__wrapper {
		padding: 0px 72px;
	}
	.b-project-slider-item__name {
		margin-top: 64px;
	}
	.b-project-slider-item__position {
		margin-bottom: 16px;
	}
	.b-project-slider-item__text {
		margin: 16px 0px 0px 0px;
	}
	.b-project-slider-item__img {
		margin: 0px 0px 0px auto;
	}

    .project-slider .b-project-slider-item__position {
        margin-bottom: 17px;
    }

    .project-slider .b-partners-item__img {
        margin: 0;
        margin-top: 48px;
    }

    .project-slider .b-slider-container {
        min-height: 368px;
    }

    .project-slider .b-project-slider-item__name {
        margin-top: 29px;
    }

    .project-slider .b-project-slider .b-slider-item__column:last-child {
        padding-left: 58px;
    }
}
@media all and ( min-width: 1344px ) {
	.b-project-slider-item__wrapper {
		padding: 0px 144px;
	}

    .project-slider .b-project-slider-item__wrapper {
        padding: 0 138px;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/trust/style.css?16859694521900*/
.b-trust {
	position: relative;
	z-index: 10;
	background: #383838;
}
.b-trust-item__img {
	max-width: 100%;
	display: block;
	margin: 0px auto;
}

.b-trust__title {
	color: #999999;
	text-transform: uppercase;
	text-align: center;
}

.trust_text {
	margin-top: -16px;
	margin-bottom: 56px;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
	color: #383838;
	padding: 0 96px;
	font-weight: 300;
}

@media all and ( min-width: 320px ) {
	.b-trust__wrapper {
		padding: 64px 16px;
	}
	.b-trust-item__img {
		padding: 0px 0px 32px 0px;
	}
	.b-trust__title {
		margin-bottom: 32px;
	}
}
@media all and ( max-width: 639px ) {
	.b-trust-item:nth-last-of-type(1) .b-trust-item__img,
	.b-trust-item:nth-last-of-type(2) .b-trust-item__img {
		padding-bottom: 0px;
	}
}
@media all and ( min-width: 640px ) {
	.b-trust-item:nth-last-of-type(3) .b-trust-item__img {
		padding-bottom: 0px;
	}
}
@media all and ( max-width: 767px ) {
	.b-trust-item:nth-last-of-type(1) .b-trust-item__img,
	.b-trust-item:nth-last-of-type(2) .b-trust-item__img,
	.b-trust-item:nth-last-of-type(3) .b-trust-item__img {
		padding-bottom: 0px;
	}
}
@media all and (max-width: 850px) {
	.trust_text {
		padding: 0 16px;
	}
}
@media all and (min-width: 768px) {
	.b-trust__wrapper {
		padding: 176px 32px 88px 32px;
	}
	.b-trust__title {
		letter-spacing: 1px;
		margin: 0px 0px 48px 0px;
	}
	.b-trust-item__img {
		padding: 0px 0px 72px 0px;
	}
}

@media all and (min-width: 1344px) {
	.b-trust {
		margin: -96px auto;
	}
	.b-trust__wrapper {
		width: 1200px;
		max-width: 1200px;
		padding: 176px 0px 112px 0px;
	}
	.b-trust-item__img {
		padding: 0px;
		margin: 0px auto 66px auto;
	}
}


.b-trust--main {
	background-color: #eaeced;
}
.b-trust--main .b-trust__title {
	color: #383838;
}

.margin240 {
	margin-top: -244px !important;
}

@media all and (max-width: 768px) {
	.margin240 {
		margin-top: -144px !important;
	}
}

/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/review2/style.css?16859694526195*/
.b-review2 {

}
.b-review2__wrapper {
	background-color: #ffffff;
	position: relative;
	z-index: 11;
}
.b-review2__title {
	color: #383838;
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
}
.b-review2__img {
	display: block;
	margin: 0 auto;
}
.b-review2__text p,
.b-review2__name,
.b-review2__position {
	margin: 0;
}
.b-review2__text {
	color: #383838;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
}
.b-review2__text p {
	margin: 12px 0;
}
.b-review2__text p:first-of-type {
	margin-top: 0;
}
.b-review2__text p:last-of-type {
	margin-bottom: 0;
}
.b-review2__site {
	display: block;
	color: #c4262e;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.b-review2__name {
	color: rgba(51, 51, 51, 0.6);
	font-size: 11px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}
.b-review2__position {
	color: rgba(51, 51, 51, 0.6);
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0.04px;
}
.b-review2__slider {
	position: relative;
}
.b-review2 .slick-arrow {
	width: 32px;
	height: 32px;
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -16px;
	color: transparent;
	font-size: 0;
	background-color: #c42134;
	background-repeat: no-repeat;
	background-size: cover;
	outline: none;
}
.b-review2 .slick-prev{
	left: 0;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVBRjBCRjlFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBRjBCRkFFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUFGMEJGN0U4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUFGMEJGOEU4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsTxQ0oAAAA5UExURcQhNMQiNcgwQsgxQsk0RtVgbdZjcdZkcdZlctdpduSYoeSbo+afp/TU2Pz09fz19f35+f76+v///+f5bXcAAAA9SURBVDjLY2AYBdgBEwF5Vj42/PICQtwE5HkYB7E8M58QLyNeH3II4vchdVSwU0cFFwEV/JwE4ptlROYCAMULAuY8uh9qAAAAAElFTkSuQmCC');
}
.b-review2 .slick-next{
	right: 0;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVBRjBCRkRFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBRjBCRkVFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUFGMEJGQkU4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUFGMEJGQ0U4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjByUXIAAAA5UExURcQhNMQiNcgwQsgxQsk0RtVgbdZjcdZkcdZlctdpduSYoeSbo+afp/TU2Pz09fz19f35+f76+v///+f5bXcAAAA8SURBVDjLY2AYBVgAEwF5Nj5W/Aq4hQTwq2DkGTIqeIX4mPH7VZCDxvLslMhzEZBn4ORnJxDfLCM1IwAAvXAC5gFaZA0AAAAASUVORK5CYII=');
}
.b-review2 .slick-dots {
	margin: 0;
	padding: 0;
	display: flex !important;
	flex-flow: row nowrap;
	justify-content: center;
}
.b-review2 .slick-dots li {
	float: left;
	margin: 0 5px;
	font-size: 0;
	list-style-type: none;
}
.b-review2 .slick-dots li button {
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #dfe3e4;
	border-radius: 3px;
	font-size: 0;
	outline: 0;
}
.b-review2 .slick-dots li.slick-active button {
	background: #c4262e;
}

@media all and (min-width: 300px) {
	.b-review2 {
		margin: 32px auto;
		padding: 0 16px;
	}
	.b-review2__title {
		padding: 32px;
	}
	.b-review2__slider {
		padding: 32px;
	}
}
@media all and (max-width: 1023px) {
	.b-review2__img {
		margin-bottom: 32px;
	}
	.b-review2__text {
		margin: 32px 0;
	}
	.b-review2__site {
		margin: 32px;
		margin-left: 0px;
	}
	.b-review2 .slick-dots {
		margin-top: 32px;
	}
}
@media all and (min-width: 1024px) {
	.b-review2 {
		margin: 32px;
		padding: 0;
	}
	.b-review2__text {
		padding-right: 64px;
		flex: 0 0 66.6666%;
	}
	.b-review2__column {
		margin-top: 26px;
		flex: 0 0 66.6666%;
	}
	.b-review2__site {
		flex: 0 0 33.3333%;
	}
	.b-review2__img {
		max-width: 290px;
	}
}
@media all and (min-width: 1344px) {
	.b-review2 {
		width: 1152px;
		margin: 48px auto;
	}
	.b-review2__title {
		padding: 48px;
	}
	.b-review2__slider {
		padding: 48px 0;
	}
	.b-review2__text {
		padding-right: 144px;
	}
	.b-review2__img {
		max-width: 320px;
	}
}

.b-review2-slider__item {
	outline: none;
}
@media all and (min-width: 1024px) {
	.b-review2-slider__item {
		display: flex !important;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
	}
}

.review_more_left {
	text-align: left;
}

.full_review_text {
	display: none;
}




@media all and (max-width: 1024px) {
	.mobil-align {
		text-align: left;
	}
}


/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/license/style.css?16859694521506*/
.b-license__wrapper {
	background: #fff;
}
.b-license-head__title {
	color: #383838;
}
.b-license-item__img {
	max-height: 238px;
	display: block;
	margin: 0px auto;
}

@media all and ( min-width: 320px ) {
	.b-license-item__img {
		margin: 32px auto;
	}
	.b-license-slider-dots {
		padding: 0px 0px 32px 0px;
	}
}

@media all and ( min-width: 1024px ) {
	.b-license-slider {
		padding: 0 48px;
	}
	.b-license-head {
		border-bottom: 0px;
	}
	.b-license-head__wrapper {
		padding: 56px 48px 0px 48px;
	}
	.b-license-item__img {
		margin: 48px auto;
	}
	.b-license-container {
		position: relative;
	}
	.b-license-item__img {
		filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
		filter: gray;
		-webkit-filter: grayscale(100%);
		filter: gray;
	}
	.b-license-item__img:hover {
		filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
		-webkit-filter: grayscale(0%);
	}
}

@media all and ( min-width: 1344px ) {
	.b-license-item__img {
		margin: 0px auto;
	}
	.b-license-content__wrapper {
		padding: 45px 0px 75px 0px;
	}
}

.b-license-slider-item__wrapper {
	justify-content: center;
}
/* End */


/* Start:/local/templates/ashmanov/css/simplelightbox.min.css?16859694523504*/
.sl-wrapper .sl-close,.sl-wrapper .sl-navigation button{height:44px;line-height:44px;font-family:Arial,Baskerville,monospace}.sl-wrapper .sl-close:focus,.sl-wrapper .sl-navigation button:focus{outline:0}body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;opacity:.7;display:none;z-index:1035}.sl-wrapper .sl-close,.sl-wrapper .sl-counter{top:30px;display:none;color:#000;position:fixed}.sl-wrapper{z-index:1040}.sl-wrapper button{border:0;background:0 0;font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{right:30px;z-index:10060;margin-top:-14px;margin-right:-14px;width:44px;font-size:3rem}.sl-wrapper .sl-counter{left:30px;z-index:1060;font-size:1rem}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;width:22px;text-align:center;display:block;z-index:10060;color:#000}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}@media (min-width:35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}.sl-wrapper .sl-image img{border:0}}@media (min-width:50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}.sl-wrapper .sl-image img{border:0}}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0;width:100%;height:auto}.sl-wrapper .sl-image iframe{background:#000;border:0}@media (min-width:35.5em){.sl-wrapper .sl-image iframe{border:0}}@media (min-width:50em){.sl-wrapper .sl-image iframe{border:0}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,.8);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#000;z-index:1060}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.sl-transition{transition:-moz-transform ease .2s;transition:-ms-transform ease .2s;transition:-o-transform ease .2s;transition:-webkit-transform ease .2s;transition:transform ease .2s}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}

/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/other-solutions/style.css?17501516517008*/

.b-price__text {
	padding-top: 3px;
	letter-spacing: .6px;
	font-weight: 600;
}

.b-price__text {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}


.b-rect .b-price__icon {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.price {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
	z-index: 10;
}

.price__title {
	margin-bottom: 32px;
	text-align: center;
	font-style: normal;
	font-size: 24px;
	font-weight: 400;
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.price__slider {
	max-width: 296px;
	margin-right: auto;
	margin-left: auto;
}

.price__slider li, .price__slider .slick-list, .price__slider .slick-track {
	height: 100%;
}

.price .slick-dots {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	padding: 0;
}

.price .slick-dots .slick-active button::before {
	background-color: #C42134;
}

.price .slick-slide {
	text-align: center;
}

.price .slick-dots button {
	position: relative;
	width: 14px;
	height: 14px;
	background-color: transparent;
}

.price .slick-dots button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 50%;
	z-index: 1;
}

.price .slick-dots {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	padding: 0;
}

.price__slider {
	padding: 0;
}

.price__item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 386px;
	max-width: 290px;
	width: 100%;
	padding: 24px 32px 39px 32px;
	border: 2px solid #ffffff;
	text-align: left;
	height: 100%;
}

.tariff-form-wrap .price__item {
	height: initial;
}

.price__tag {
	font-size: 11px;
	line-height: 38px;
	letter-spacing: 0.68px;
	text-transform: uppercase;
	font-weight: bold;
}

.price__name {
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: 400;
}

.price__desc {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}

.price__from-price {
	margin-top: auto;
	margin-bottom: 18px;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 0.74px;
}

.price__btn {
	margin-top: 0;
}

.price .slick-slide {
	width: 286px;
}

.tariff_text {
	margin-top: -16px;
	padding: 0 96px 38px;
	font-weight: 300;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
}


@media (max-width: 850px) {
	.tariff_text {
		padding: 0 32px 24px;
	}
}

@media (min-width: 768px) {
	.price {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.price__slider {
		max-width: 572px;
	}

	.price__slider {
		border-right: 2px solid #fff;
		border-left: 1px solid #fff;
	}

	.price__item {
		border-right-width: 1px;
		border-left-width: 1px;
	}
}


@media (min-width: 1024px) {

	.price {
		padding-top: 187px;
		padding-bottom: 175px;
	}

	.price__title {
		font-size: 30px;
		margin-bottom: 47px;
	}

	.price__slider {
		max-width: 1160px;
	}

	.price__item {
		padding: 39px 20px 39px 20px;
		min-height: 400px;
	}
}

@media (min-width: 1344px) {

	.price__item {
		min-height: 384px;
		padding: 24px 32px 39px 32px;
	}
}

.b-soc__wrapper {
	padding: 0px;
}
.b-soc-container__wrapper {
	position: relative;
}

.b-soc-slider-item {
	display: none;
}
.b-soc-slider-item:first-of-type {
	display: block;
}

.b-soc-slider-item__img {
	display: block;
	margin: 0px auto;
}

.b-soc-slider-item__name,
.b-soc-slider-item__text,
.b-soc-slider-item__link {
	margin: 0px;
	padding: 0px;
}

.b-soc-slider-item__name {
	color: #383838;
	font-size: 24px;
	font-weight: 400;
}
.b-soc-slider-item__text {
	color: #383838;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.b-soc-slider-item__link {
	color: #c4262e;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.prom-costs .slick-track {
	display: flex;
}

.prom-costs .prom-costs-slider .slick-slide {
	padding: 40px 16px;
	height: auto;
}

.prom-costs .prom-costs-slider__item .prom-costs-title {
	font-size: 28px;
	line-height: 32px;
}

.prom-costs .prom-costs-slider__item .prom-costs-description {
	margin-bottom: 16px;
}

.tabs-buttons {
	display: flex;
	justify-content: center;
}

.prom-costs .prom-block__title {
	margin-bottom: 32px;
}

.prom-costs-slider[data-slides-position="center"] {
	display: flex;
	justify-content: center;
}

.prom-costs-cost {
	text-align: center;
}

.other_blocks {
	margin-bottom: 64px;
}

.constructor-block.prom-costs .prom-costs-slider .slick-slide {
	padding: 40px 16px;
	height: auto;
}

.constructor-block.prom-costs .prom-costs-slider__item .prom-costs-description {
	height: auto;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.prom-costs-slider[data-slides-position="center"] .slick-track {
		max-width: 100%;
		justify-content: center;
		transform: unset !important;
	}
}

@media all and ( min-width: 320px ) {
	.b-soc__title {
		padding: 32px;
	}
	.b-soc-slider {
		margin: 32px 0px 0px 0px;
	}
	.b-soc-item__column--right {
		padding: 32px 32px 0px 32px;
	}
	.b-soc-slider-item__name,
	.b-soc-slider-item__text,
	.b-soc-slider-item__link {
		margin: 16px 0px;
	}
	.b-soc-slider__dots {
		padding: 32px 0px;
	}
}

@media all and ( min-width: 767px ) {
	.other_blocks {
		margin-bottom: 96px;
	}
}

@media all and ( min-width: 1024px ) {
	.b-soc-slider {
		margin: 32px 0px;
	}
	.b-soc-slider-item__wrapper {
		display: table;
	}
	.b-soc-item__column {
		display: table-cell;
		float: none !important;
	}
	.b-soc-item__column--left {
		vertical-align: middle;
	}
	.b-soc-item__column--right {
		padding: 0px 50px 0px 0px;
		vertical-align: top;
	}

	.other_blocks {
		margin-bottom: 144px;
	}
}

@media all and ( min-width: 1344px ) {
	.b-soc__title {
		padding: 48px 0px;
	}
	.b-soc-slider-item__name {
		margin: 5px 0px;
	}
	.b-soc-slider-item__text {
		margin: 5px 0px 8px 0px;
	}
	.b-soc-slider-item__link {
		margin: 8px 0px;
	}
	.b-soc-slider {
		margin: 48px 0px;
	}
	.b-soc-item__column--right {
		padding-right: 100px;
	}
}

@media (max-width: 767px) {
	.prom-costs .prom-costs-slider .slick-slide {
		margin: 0;
		justify-content: flex-start;
	}

	.prom-costs .prom-costs-slider__item .prom-costs-description {
		height: auto;
	}

	.prom-costs .prom-btn {
		margin-top: auto;
	}
	.constructor-block.prom-costs .prom-costs-slider .slick-slide {
		width: calc(100vw - 32px);
	}
}
/* End */


/* Start:/local/templates/ashmanov/css/constructor-blocks.css?173803728411968*/
.constructor-block {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #0a0a0a;
    position: relative;
}

.constructor-block.gray,
.constructor-block.dark-gray,
.constructor-block.black,
.constructor-block.absolutely-black,
.constructor-block.red,
.constructor-block.vinous {
    color: #fff;
}

.constructor-block__title-background  {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
}

.constructor-block__container {
    position: relative;
    z-index: 2;
}

.title-bg-red .constructor-block__header {
    color: #fff;
}

.constructor-block__header {
    margin-bottom: 34px;
}

.constructor-block__wrapper {
    width: 100%;
    padding: 0 16px;
    max-width: 1184px;
    margin: auto;
}

.constructor-block__instruments {
    padding: 80px 0;
}

.constructor-block__buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.constructor-block__btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 20px;
    color: #ffffff;
    background-color: #C4262E;
    border: 1px solid #C4262E;
    cursor: pointer;
    text-align: center;
    transition: 0.2s;
}

.constructor-block__btn:hover {
    color: #C4262E;
    background-color: #fff;
}

.constructor-block-subtitle {
    font-weight: 400;
    margin-top: 8px;
}

.constructor-block-subtitle-big {
    font-size: 24px;
    line-height: 28px;
}

.constructor-block .prom-costs-title {
    font-weight: 700;
}

.constructor-block.white .prom-costs-description  {
    color: #0a0a0a;
}

.constructor-block .text-left {
    text-align: left;
}

.constructor-block .text-left .prom-costs-title:after {
    margin: 16px 0 0;
}

.constructor-block .text-center {
    text-align: center;
}

.constructor-block.white .prom-costs-title:after {
    background-color: #C4262E;
}

.constructor-block.prices .prom-costs-slider__item {
    justify-content: flex-start;
}

.constructor-block.prices .prom-costs-title {
    text-transform: uppercase;
}

.constructor-block.prices .prom-costs-cost {
    font-weight: 700;
    margin-top: auto;
}

.constructor-block.prices .prom-costs-slider__item .prom-btn-pour {
    width: 100%;
}

.prom-costs-type {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 16px;
}



/* Баннер */

.constructor-banner {
    padding: 147px 0;
}

.constructor-banner .prom-head-image__wrapper {
    padding: 0;
}

.constructor-banner__container {
    width: 60%;
    max-width: 670px;
}

.constructor-banner .prom-head-image__title {
    margin-bottom: 16px;
}

.constructor-banner .prom-head-image__subtitle {
    width: 88%;
    line-height: 28px;
    letter-spacing: -0.01px;
    margin-bottom: 31px;
}

.constructor-banner .prom-btn-pour {
    width: auto;
    padding: 15px 31px;
    margin-right: 16px;
}

.constructor-banner__container .prom-btn-link {
    color: #fff;
    padding: 16px 53px 16px 18px;
    position: relative;
    width: auto;
}

.prom-btn-link:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    background: url('/static/svg/link.svg');
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
}

.constructor-banner__container .prom-btn-link:hover {
    background: #fff;
    color: #0a0a0a;
}

.constructor-banner__container .prom-btn-link:hover:after {
    filter: brightness(0);
}

@media (max-width: 1023px) {
    .constructor-banner__container .prom-btn-link {
        margin: 10px 0 0;
        padding-left: 0;
        padding-right: 30px;
    }
    .prom-btn-link:after {
        right: 0;
    }

    .constructor-banner {
        padding: 56px 0;
    }
}

@media (max-width: 767px) {
	.constructor-banner {
		padding: 75px 0;
	}
    .constructor-banner .prom-btn-pour {
        margin-right: 0;
        width: 100%;
    }
    .constructor-banner .prom-btn-link {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        border: 1px solid #fff;
        text-align: center;
    }
    .constructor-banner .prom-btn-link:after {
        display: none;
    }
}

@media (max-width: 660px) {
    .constructor-banner__container {
        width: 100%;
        max-width: 76%;
    }

    .constructor-banner .prom-head-image__subtitle {
        width: 100%;
    }
}

/* Баннер */



/* Слайдер */

.constructor-block.prom-costs .prom-costs-slider__item {
    width: 362px;
}

.constructor-block.prom-costs .slider-count-4 .prom-costs-slider__item {
    width: 273px;
	margin: 0 10px;
	padding: 40px 10px;
}

.constructor-block.white .prom-costs-slider__item {
    background: #fff;
}

.constructor-block.prom-costs .slick-arrow.slick-next {
    right: -38px;
}

.constructor-block.prom-costs .prom-costs-description {
    height: auto;
    margin-bottom: 20px;
}

.constructor-block.prom-costs .prom-costs-description li {
    list-style: "— ";
    list-style-position: inside;
}

.constructor-block.white .tariff-form-wrap {
    background: #fff;
}

.constructor-block.white .agreement-label,
.constructor-block.white .agreement-label .agreement {
    color: #383838;
}

.constructor-block.white .go-to-tariffs img {
    filter: brightness(0.8);
}

.prom-costs .prom-costs-slider__item .prom-btn-wrap {
    margin-top: 15px;
    width: 210px;
}


@media (max-width: 1230px) {
    .constructor-block.prom-costs .slick-arrow.slick-prev {
        left: -16px;
    }
    .constructor-block.prom-costs .slick-arrow.slick-next {
        right: -16px;
    }
    .constructor-block.prices .prom-costs-slider__item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .prom-costs .prom-costs-slider__item .prom-btn-wrap {
        width: 83%;
    }
}

@media (max-width: 420px) {
    .constructor-block.prom-costs .prom-costs-slider__item {
        width: calc(100vw - 32px);
    }
    .constructor-block.prom-costs .slider-count-4 .prom-costs-slider__item {
        width: calc(100vw - 32px);
    }
	.constructor-block.prom-costs .slider-count-4 .prom-costs-slider__item {
		padding: 40px 16px;
	}
}


/* Слайдер */




/* Плитка */

/* В компоненте плитки */

/* Плитка */



/* Текстовые блоки с заголовками */

/*.constructor-block-with-titles__items {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr 1fr;*/
/*    grid-gap: 32px;*/
/*    padding-right: 8px;*/
/*}*/

.constructor-block-with-titles__items {
    display: flex;
    grid-gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

.constructor-block-with-titles-item {
    width: calc(33.33333% - 22px);
    /*margin: 0 32px 32px 0;*/
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 26px 16px 24px;
}

.constructor-block-with-titles__items.items_row2 .constructor-block-with-titles-item {
    width: calc(50% - 16px);
}

.constructor-block-with-titles-item__header {
    display: flex;
    margin-bottom: 12px;
}

.constructor-block-with-titles-item__number {
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    color: #C4262E;
    margin-right: 24px;
}

.constructor-block-with-titles-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    width: 100%;
}

.constructor-block-with-titles-item__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
}

@media (max-width: 991px) {
    .constructor-block-with-titles__items {
        padding: 0;
        grid-gap: 20px;
        justify-content: flex-start;
    }

    .constructor-block-with-titles-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .constructor-block-with-titles-item,
    .constructor-block-with-titles__items.items_row2 .constructor-block-with-titles-item {
        width: 100%;
    }
}

/* Текстовые блоки с заголовками */



/* Список */

.constructor-block-list__items {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 48px;
}

.constructor-block-list-item:not(:last-child) {
    margin-bottom: 32px;
}

.constructor-block-list-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    padding-left: 8px;
}

.constructor-block-list-item__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    border-left: 1px solid #C4262E;
}

.constructor-block-list-item__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .constructor-block-list__items {
        padding: 24px;
    }
}

/* Список */



/* Сравнение */

.constructor-block-comparison__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
}

.constructor-block-comparison-item {
    padding: 24px 32px 24px 20px;
    background: #FFFFFF;
    border-left: 12px solid #C4262E;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    position: relative;
}

.constructor-block-comparison-item:nth-child(2n) {
    border-left: 12px solid #77FF8D;
}

.constructor-block-comparison-item__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

.constructor-block-comparison-item__description li {
    margin-top: 12px;
    list-style-position: inside;
    font-size: 16px;
    line-height: 15px;
}

.constructor-block-comparison-item__description li::marker {
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .constructor-block-comparison__items {
        grid-template-columns: 1fr;
    }
}

/* Сравнение */



/* Этапы работ */

.constructor-block.gray .slick-dots li,
.constructor-block.dark-gray .slick-dots li,
.constructor-block.black .slick-dots li,
.constructor-block.absolutely-black .slick-dots li,
.constructor-block.red .slick-dots li,
.constructor-block.vinous .slick-dots li {
    color: #fff;
}

@media (max-width: 767px) {
    .constructor-block .slick-dots {
        justify-content: flex-start;
        flex-wrap: wrap;
        bottom: unset;
    }
    .constructor-block .slick-dots li {
        padding: 0px 8px;
        height: auto;
    }
}

/* Этапы работ */



/* Видео */

.constructor-video {
    padding: 0;
}

/* Видео */



/* Этапы работ */

.constructor-block .prom-works-scope_item {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .constructor-block.works {
        padding-bottom: 0px;
    }
    .constructor-block.works .slick-slide {
        margin: 0 2px;
    }
}

/* Этапы работ */



/* Сравнение */

.constructor-block.comparison {
    padding-top: 30px;
}

/* Сравнение */



/* Отзывы */

.constructor-reviews .slick-dots {
    left: 0;
    bottom: 5px;
}

.constructor-reviews .slick-dots li {
    margin: 0;
}

.constructor-reviews .slick-dots li button,
.constructor-reviews .slick-dots li.slick-active button {
    background: none;
}

/* Отзывы */



/* Этапы покупки */

@media (max-width: 600px) {
    .constructor-block.stages_purchase .stages-item {
        padding-right: 20px;
    }
    .constructor-block.stages_purchase .stages-list .stages-item .stages-item-info .title {
        font-size: 26px;
    }
}

/* Этапы покупки */



/* Акции */

.constructor-promo {
    overflow-x: hidden;
}

/* Акции */


.prom-tools-list .prom-tools-item-head div.prom-tools-item-title {
    cursor: text;
}

.constructor-block-with-titles__under-text{
    margin-top: 2rem;
    text-align: center;
}

.b-block--to-up{
    margin-top: -100px;
    margin-bottom: 100px;
}

/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/award/style.css?16859694521344*/
.b-award {
	background-image: url("/static/img/aip_awards-2.webp");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
	z-index: 10;
}

.b-award__wrapper {
	padding: 64px 16px;
}

.b-award__title {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

@media all and ( min-width: 320px ) {
	.b-award__title {
		margin: 0 0 32px 0;
	}
}

@media all and (min-width: 768px) {
	.b-award__wrapper {
		padding: 168px 32px;
	}
	.b-award__list {
		padding: 0px;
	}
	.b-award__title {
		margin-bottom: 72px;
	}
}


.b-award-item {
	padding: 0px 32px 0px 32px;
	margin: 0px 0px 32px 0px;
}

.b-award-item__img {
	max-height: 152px;
	display: block;
	margin: 0px auto 32px auto;
}

.b-award-item__text {
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
	color: #fff;
	text-align: center;
	margin: 32px 0px 0px 0px;
}

.b-award-item:last-of-type {
	margin-bottom: 0px;
}

@media all and (min-width: 768px) {
	.b-award-item {
		padding: 0px;
		margin: 0px;
	}
	.b-award-item__text {
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
		margin-top: 48px;
	}
	.b-award-item__img {
		margin-bottom: 48px;
		padding: 0px 12px;
	}
}

@media all and (min-width: 1280px) {
	.b-award-item__text {
		padding: 0px 32px;
	}
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/faq_seo/style.css?16859694523057*/
.faq {

}
.faq__wrapper {
    max-width: 1152px;
    margin: 0 auto;
    padding: 32px 0;

    z-index: 11;
    position: relative;

    background: #fff;
}
.faq__title {
    color: #383838;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
 }
.faq__description {
    color: #383838;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
}
.faq__description p {
    margin: 0 0 24px 0;
}
.faq__description p:last-of-type {
    margin-bottom: 0;
}
.faq__line {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #f6f6f6;
}
.faq__list {
    margin: 0;
    padding: 0 16px;
}
.faq__item {
    list-style-type: none;
    border-bottom: 1px solid #f6f6f6;
}
.faq__item:last-of-type {
    border-bottom: 0;
}

/*
 * FAQ ITEM
 */
.faq-item {}
.faq-item__link {
    padding: 8px 34px 8px 8px;

    display: block;
    position: relative;

    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.faq-item__link:before {
    content: attr(data-number) ". ";
}
.faq-item__link svg {
    width: 18px;
    height: 11px;

    right: 8px;
    top: calc(50% - 5px);
    position: absolute;

    stroke: #e5e5e5;

    transition: all 0.25s ease-in-out;
}

.faq-item__link--is-active {
    color: #fff;
    background-color: #c4262e;
}
.faq-item__link--is-active svg {
    transform: rotate(180deg);
    stroke: #fff;
}
.faq-item__detail {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;

    color: #383838;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;

    transition: all 0.25s ease-in-out;
}
.faq-item__detail--is-active {
    padding: 16px 8px;
    max-height: 10000px;
    visibility: visible;
}
.faq-item__detail p {
    margin: 0 0 8px 0;
}
.faq-item__detail p:last-of-type {
    margin-bottom: 0;
}
.faq-item__detail ul {
    margin: 8px 0;
}
.faq-item__detail ul li {
    margin-bottom: 4px;
}
.faq-item__detail ul li:last-of-type {
    margin-bottom: 0;
}

@media all {
    .faq__title {
        margin-bottom: 16px;
    }
    .faq__description {
        margin-bottom: 31px;
    }
    .faq__line {
        margin-bottom: 32px;
    }
}
/*@media all and (min-width: 768px){*/
/*    .faq__list {*/
/*        padding: 0 32px;*/
/*    }*/
/*    .faq-item__link {*/
/*        padding: 16px 50px 16px 16px*/
/*    }*/
/*    .faq-item__detail--is-active {*/
/*        padding: 16px;*/
/*    }*/
/*}*/
@media all and (min-width: 1344px){
    .faq__wrapper {
        padding: 40px 184px 48px;
    }
    .faq__title {
        margin-bottom: 4px;

        font-size: 26px;
        line-height: 38px;
    }
    .faq__description {
        margin-bottom: 24px;

        font-size: 18px;
        line-height: 24px;
    }
    .faq__list {
        padding: 0;
    }
    .faq-item__link {
        font-size: 18px;
        line-height: 27px;
    }
    .faq-item__detail {
        font-size: 15px;
        line-height: 22px;
    }
    .faq-item__detail--is-active {
        padding: 16px 8px;
    }
}

/* End */


/* Start:/local/templates/ashmanov/css/promotionstyle.css?168596945264955*/
@font-face {
  font-family: "Circe";
  src: url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Regular.woff") format("woff"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("/local/templates/ashmanov/css/../newpromoFonts/Circe-ExtraLight.eot");
  src: local("Circe ExtraLight"), local("Circe-ExtraLight"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-ExtraLight.woff") format("woff"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Thin.eot");
  src: local("Circe Thin"), local("Circe-Thin"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Thin.woff") format("woff"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Light.eot");
  src: local("Circe Light"), local("Circe-Light"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Light.woff") format("woff"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Bold.eot");
  src: local("Circe Bold"), local("Circe-Bold"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Bold.woff") format("woff"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("/local/templates/ashmanov/css/../newpromoFonts/Circe-ExtraBold.eot");
  src: local("Circe ExtraBold"), local("Circe-ExtraBold"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-ExtraBold.woff") format("woff"), url("/local/templates/ashmanov/css/../newpromoFonts/Circe-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
* {
  font-family: "Circe", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  font-family: Circe;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

br.mobile {
  display: none;
}
@media (max-width: 550px) {
  br.mobile {
    display: inline;
  }
}

br.tablet {
  display: none;
}
@media (min-width: 550px) and (max-width: 800px) {
  br.tablet {
    display: inline;
  }
}

br.md-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  br.md-tablet {
    display: inline;
  }
}

.min-desktop {
  display: none;
}
@media (min-width: 1343px) {
  .min-desktop {
    display: inline;
  }
}

.prom-pt {
  padding-top: 56px;
}
@media (min-width: 550px) {
  .prom-pt {
    padding-top: 64px;
  }
}
@media (min-width: 1240px) {
  .prom-pt {
    padding-top: 80px;
  }
}

.prom-pb {
  padding-bottom: 56px;
}
@media (min-width: 550px) {
  .prom-pb {
    padding-bottom: 64px;
  }
}
@media (min-width: 1240px) {
  .prom-pb {
    padding-bottom: 80px;
  }
}

title {
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 72px;
  /* identical to box height, or 150% */
  text-transform: uppercase;
}

.prom-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  /* identical to box height, or 117% */
  /* A&P Light Grey */
}
.prom-subtitle__white {
  color: #FFFFFF;
}
.prom-subtitle__gray {
  color: #D3D3D3;
}

text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  /* or 140% */
  color: #FFFFFF;
}

h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 1160px) {
  h2 {
    font-size: 40px;
    line-height: 56px;
  }
}

text title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */
  text-align: center;
  color: #363636;
}

.text {
  font-size: 16px;
  line-height: 24px;
}

.red {
  color: #C4262E;
}

.title2 {
  font-style: normal;
  font-weight: bold;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .title2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.accent-text {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
}

.card-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.card-text__white {
  color: #FFFFFF;
}
.card-text__gray {
  color: #D3D3D3;
}

.slick-arrow {
  position: absolute;
  content: "";
  top: 49%;
  height: 32px;
  width: 32px;
  margin-top: -15px;
  background: url("/local/templates/ashmanov/css/../img/promotionNew/slickarrow.svg") no-repeat center #C4262E !important;
  background-size: 13px 19px !important;
  border: none;
  cursor: pointer;
  transform: unset;
  z-index: 1;
}
.slick-arrow:hover {
  background: url("/local/templates/ashmanov/css/../img/promotionNew/slickarrow.svg") no-repeat center #C4262E !important;
  background-size: 13px 19px !important;
}
.slick-arrow.slick-next {
  right: -4%;
}
@media (min-width: 768px) {
  .slick-arrow.slick-next {
    right: -32px;
  }
}
.slick-arrow.slick-prev {
  transform: scale(-1, 1);
  left: -4%;
}
@media (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: -32px;
  }
}
.prom-block__wrapper {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 500px) {
  .prom-block__wrapper {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .prom-block__wrapper {
    max-width: 705px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .prom-block__wrapper {
    max-width: 1000px;
  }
}
@media (min-width: 1160px) {
  .prom-block__wrapper {
    max-width: 1152px;
  }
}

.prom-btn {
  font-family: "Circe", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.prom-btn-wrap {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 11px 0;
  text-align: center;
  width: 183px;
  cursor: pointer;
}
.prom-btn-wrap:hover {
  color: #363636;
  background-color: #ffffff;
}
.prom-btn-wrap__dark {
  color: #363636;
  border: 1px solid #363636;
}
.prom-btn-wrap__dark:hover {
  color: #ffffff;
  background-color: #363636;
}

.prom-btn-pour {
  padding: 11px 0;
  width: 204px;
  color: #ffffff;
  background-color: #C4262E;
  border: 1px solid #C4262E;
  cursor: pointer;
  text-align: center;
}
.prom-btn-pour:hover {
  background-color: #981E25;
  border: 1px solid #981E25;
}

.prom-btn-arrow {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #C4262E;
  text-decoration: none;
}
.prom-btn-arrow:after {
  content: url("/local/templates/ashmanov/css/../img/promotionNew/btn-arrow.svg");
  margin-left: 9px;
}

.prom-head-image {
  background-image: url("/local/templates/ashmanov/css/../img/promotionNew/mainBannerMobile.png");
  margin-bottom: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .prom-head-image {
    background-image: url("/local/templates/ashmanov/css/../img/promotionNew/mainBannerDesktop.png");
  }
}

.prom-head-image__wrapper {
  padding: 56px 0px;
}
@media (min-width: 768px) {
  .prom-head-image__wrapper {
    padding: 128px 4px 132px;
  }
}
@media (min-width: 1024px) {
  .prom-head-image__wrapper {
    padding: 128px 20px;
  }
}
@media (min-width: 1344px) {
  .prom-head-image__wrapper {
    padding: 128px 0px;
  }
}
.prom-head-image__wrapper .prom-btn-pour {
  margin-right: 28px;
}
@media (max-width: 767px) {
  .prom-head-image__wrapper .prom-btn-pour {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .prom-head-image__wrapper .prom-btn {
    width: 204px;
  }
}

.prom-head-image__title {
  text-align: left;
  margin-bottom: 8px;
  color: #FFFFFF;
}
@media (min-width: 1344px) {
  .prom-head-image__title {
    margin-bottom: 4px;
  }
}
.prom-head-image__title h1 {
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 300px) {
  .prom-head-image__title h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  .prom-head-image__title h1 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (min-width: 1344px) {
  .prom-head-image__title h1 {
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 5px;
  }
}

.prom-head-image__subtitle {
  color: #FFFFFF;
  text-align: left;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.prom-head-image__subtitle:nth-child(3) {
  font-size: 16px;
  line-height: 20px;
  color: #D3D3D3;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .prom-head-image__subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 21px;
  }
  .prom-head-image__subtitle:nth-child(3) {
    max-width: 510px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 19px;
  }
}
@media (min-width: 1344px) {
  .prom-head-image__subtitle {
    max-width: 672px;
    margin-bottom: 24px;
  }
  .prom-head-image__subtitle:nth-child(3) {
    margin-bottom: 31px;
    max-width: 670px;
  }
}

.prom-tools {
  background-color: #fff;
}
.prom-tools h2 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .prom-tools h2 {
    margin-bottom: 28px;
  }
}
@media (min-width: 1344px) {
  .prom-tools h2 {
    margin-bottom: 40px;
  }
}

.prom-tools-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prom-tools-list .prom-tools-item {
  border: 1px solid #DFE3E4;
  box-sizing: border-box;
  padding: 20px 16px 16px 16px;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .prom-tools-list .prom-tools-item:nth-child(1) {
    order: 1;
  }
  .prom-tools-list .prom-tools-item:nth-child(2) {
    order: 2;
  }
  .prom-tools-list .prom-tools-item:nth-child(3) {
    order: 4;
  }
  .prom-tools-list .prom-tools-item:nth-child(4) {
    order: 3;
  }
  .prom-tools-list .prom-tools-item:nth-child(5) {
    order: 5;
  }
  .prom-tools-list .prom-tools-item:nth-child(6) {
    order: 6;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .prom-tools-list .prom-tools-item:nth-child(4) {
    height: 158px;
  }
}
@media (min-width: 768px) {
  .prom-tools-list .prom-tools-item {
    padding: 32px 14px 30px 24px;
  }
}
@media (min-width: 1344px) {
  .prom-tools-list .prom-tools-item:nth-child(1) {
    max-width: 672px;
  }
  .prom-tools-list .prom-tools-item:nth-child(2) {
    max-width: 456px;
  }
  .prom-tools-list .prom-tools-item:nth-child(3) {
    max-width: 616px;
  }
  .prom-tools-list .prom-tools-item:nth-child(4) {
    max-width: 512px;
  }
  .prom-tools-list .prom-tools-item:nth-child(4) .prom-tools-item-desc {
    width: 80%;
  }
  .prom-tools-list .prom-tools-item:nth-child(5) {
    max-width: 784px;
  }
  .prom-tools-list .prom-tools-item:nth-child(6) {
    max-width: 344px;
  }
}
.prom-tools-list .prom-tools-item:last-child .prom-tools-item-head {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .prom-tools-list .prom-tools-item:last-child {
    padding-top: 36px;
  }
}
.prom-tools-list .prom-tools-item__link {
  transition: 0.2s;
}
.prom-tools-list .prom-tools-item__link:hover {
  background-color: #981E25;
  color: #FFFFFF;
  transition: 0.2s;
}
.prom-tools-list .prom-tools-item__link:hover .prom-tools-item-head .prom-tools-item-imageWrap svg path {
  fill: #FFFFFF;
}
.prom-tools-list .prom-tools-item__link:hover .prom-tools-item-head .prom-tools-item-title {
  color: #FFFFFF;
}
.prom-tools-list .prom-tools-item__link:hover .prom-tools-item-desc {
  color: #FFFFFF;
}
.prom-tools-list .prom-tools-item-head {
  display: flex;
  margin-bottom: 15px;
}
.prom-tools-list .prom-tools-item-head .prom-tools-item-imageWrap {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .prom-tools-list .prom-tools-item-head .prom-tools-item-imageWrap {
    width: 24px;
    height: 24px;
  }
}
.prom-tools-list .prom-tools-item-head .prom-tools-item-imageWrap svg {
  width: 100%;
  height: 100%;
}
.prom-tools-list .prom-tools-item-head .prom-tools-item-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #363636;
  width: 89%;
  cursor: pointer;
}
.prom-tools-list .prom-tools-item-head .prom-tools-item-title .small-title {
  font-size: 16px;
}
@media (min-width: 768px) {
  .prom-tools-list .prom-tools-item-head .prom-tools-item-title {
    font-size: 24px;
    line-height: 32px;
  }
  .prom-tools-list .prom-tools-item-head .prom-tools-item-title .small-title {
    font-size: 16px;
  }
}
.prom-tools-list .prom-tools-item-desc {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #363636;
}
@media (min-width: 768px) {
  .prom-tools-list .prom-tools-item-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

.prom-tools .tabs {
  font-weight: bold;
  /* identical to box height, or 133% */
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #363636;
  display: flex;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .prom-tools .tabs {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.prom-tools .tablink {
  width: 50%;
  border-bottom: 1px solid #DFE3E4;
  padding: 0 15px 8px;
  transition: 0.2s;
  position: relative;
  font-weight: bold;
  font-size: 14.5px;
  line-height: 24px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .prom-tools .tablink {
    font-size: 23px;
    line-height: 32px;
    padding-bottom: 11px;
  }
}
.prom-tools .tablink svg {
  position: absolute;
  width: 13px;
  height: 12px;
  top: 29%;
}
@media (min-width: 768px) {
  .prom-tools .tablink svg {
    width: 19px;
    height: 16px;
  }
}
.prom-tools .tablink:nth-child(1) {
  text-align: left;
}
@media (min-width: 768px) {
  .prom-tools .tablink:nth-child(1) {
    text-align: center;
  }
}
.prom-tools .tablink:nth-child(1) svg {
  right: -2px;
}
@media (min-width: 768px) {
  .prom-tools .tablink:nth-child(1) svg {
    right: -2px;
  }
}
.prom-tools .tablink:nth-child(2) {
  text-align: right;
}
@media (min-width: 768px) {
  .prom-tools .tablink:nth-child(2) {
    text-align: center;
  }
}
.prom-tools .tablink:nth-child(2) svg {
  left: -3px;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .prom-tools .tablink:nth-child(2) svg {
    left: -3px;
  }
}
.prom-tools .tablink.active {
  color: #C4262E;
  border-bottom: 2px solid #C4262E;
  transition: 0.2s;
}
.prom-tools .tablink.active svg {
  top: 43%;
}
.prom-tools .tablink.active svg path {
  fill: #C4262E;
  fill-opacity: 1;
}

.prom-costs {
  padding-top: 56px;
}
@media (min-width: 550px) {
  .prom-costs {
    padding-top: 64px;
  }
}
.prom-costs .tabs {
  font-weight: bold;
  /* identical to box height, or 133% */
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .prom-costs .tabs {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 36px;
  }
}
.prom-costs .tablink {
  width: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  padding: 0 15px 8px;
  transition: 0.2s;
  position: relative;
  font-weight: bold;
  font-size: 14.5px;
  line-height: 24px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .prom-costs .tablink {
    font-size: 23px;
    line-height: 32px;
    padding-bottom: 11px;
  }
}
.prom-costs .tablink svg {
  position: absolute;
  width: 13px;
  height: 12px;
  top: 29%;
}
.prom-costs .tablink svg path {
  fill: #FFFFFF;
  fill-opacity: 0.5;
}
@media (min-width: 768px) {
  .prom-costs .tablink svg {
    width: 19px;
    height: 16px;
  }
}
.prom-costs .tablink:nth-child(1) {
  text-align: left;
}
@media (min-width: 768px) {
  .prom-costs .tablink:nth-child(1) {
    text-align: center;
  }
}
.prom-costs .tablink:nth-child(1) svg {
  right: -2px;
}
@media (min-width: 768px) {
  .prom-costs .tablink:nth-child(1) svg {
    right: -2px;
  }
}
.prom-costs .tablink:nth-child(2) {
  text-align: right;
}
@media (min-width: 768px) {
  .prom-costs .tablink:nth-child(2) {
    text-align: center;
  }
}
.prom-costs .tablink:nth-child(2) svg {
  left: -3px;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .prom-costs .tablink:nth-child(2) svg {
    left: -3px;
  }
}
.prom-costs .tablink.active {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transition: 0.2s;
}
.prom-costs .tablink.active svg {
  top: 43%;
}
.prom-costs .tablink.active svg path {
  fill: #FFFFFF;
  fill-opacity: 1;
}

.prom-costs {
  background-color: #3E3E3E;
  color: #FFFFFF;
}
.prom-costs h2 {
  margin-bottom: 8px;
}
.prom-costs .prom-subtitle {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
@media (min-width: 768px) {
  .prom-costs .prom-subtitle {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.prom-costs .slick-track {
  margin: 0;
}
@media (min-width: 768px) {
  .prom-costs .slick-track {
    margin: 0;
  }
}
@media (min-width: 1344px) {
  .prom-costs .slick-track {
    margin: 0 0px;
  }
}
.prom-costs:nth-child(2) {
  background-color: #981E25;
}
.prom-costs .prom-costs-slider {
  margin-bottom: 40px;
}
.prom-costs .prom-costs-slider .slick-slide {
  width: 288px;
  margin: 0 auto;
  height: 404px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .prom-costs .prom-costs-slider .slick-slide {
    width: 344px;
    margin: 0 8px;
    height: 412px;
  }
  .prom-costs .prom-costs-slider .slick-slide:nth-child(1) {
    margin: 0 8px 0 0;
  }
}
@media (min-width: 1344px) {
  .prom-costs .prom-costs-slider .slick-slide {
    width: 360px;
    margin: 0 16px;
  }
  .prom-costs .prom-costs-slider .slick-slide:nth-child(1) {
    margin: 0 16px 0 0;
  }
}
.prom-costs .prom-costs-slider__item {
  background-color: #3E3E3E;
  border: 1px solid #DFE3E4;
  text-align: center;
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .prom-costs .prom-costs-slider__item {
    padding: 40px 20px 30px;
  }
}
@media (min-width: 1344px) {
  .prom-costs .prom-costs-slider__item {
    padding: 40px 28px 30px;
  }
}
.prom-costs .prom-costs-slider__item__accent {
  background: rgba(196, 38, 46, 0.2);
}
.prom-costs .prom-costs-slider__item .prom-costs-title {
  padding-bottom: 16px;
}
.prom-costs .prom-costs-slider__item .prom-costs-title:after {
  content: "";
  width: 96px;
  height: 1px;
  background-color: #FFFFFF;
  display: block;
  margin: 14px auto 0;
}
.prom-costs .prom-costs-slider__item .prom-costs-description {
  margin-bottom: 0px;
  height: 178px;
}
.prom-costs .prom-costs-slider__item .prom-costs-cost {
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .prom-costs .prom-costs-slider__item .prom-costs-cost {
    margin-bottom: 19px;
  }
}
@media (min-width: 768px) {
  .prom-costs .prom-costs-slider__item .prom-btn-pour {
    width: 210px;
  }
}
.prom-costs .prom-btn {
  width: 83%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .prom-costs .prom-btn {
    width: 241px;
  }
}
@media (max-width: 767px) {
  .prom-costs .slick-arrow {
    top: 39.8%;
  }
  .prom-costs .slick-arrow.slick-next {
    right: -16px;
  }
  .prom-costs .slick-arrow.slick-prev {
    left: -16px;
  }
}
@media (min-width: 768px) {
  .prom-costs .slick-arrow {
    top: 50%;
  }
  .prom-costs .slick-arrow.slick-next {
    right: -31px;
  }
  .prom-costs .slick-arrow.slick-prev {
    left: -38px;
  }
}

h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
    line-height: 36px;
  }
}

.prom-why {
  color: #363636;
}
.prom-why h2 {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .prom-why h2 {
    margin-bottom: 37px;
  }
}
@media (min-width: 1344px) {
  .prom-why h2 {
    margin-bottom: 40px;
  }
}
.prom-why--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .prom-why--list {
    margin-bottom: 40px;
  }
}
@media (min-width: 1344px) {
  .prom-why--list {
    margin-bottom: 48px;
  }
}
.prom-why--item {
  text-align: left;
  width: 100%;
}
.prom-why--item:not(:nth-last-child(-n+1)) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .prom-why--item {
    width: 49%;
    max-width: 352px;
  }
  .prom-why--item:not(:nth-last-child(-n+2)) {
    margin-bottom: 40px;
  }
}
@media (min-width: 1344px) {
  .prom-why--item {
    width: 32%;
    max-width: 372px;
  }
  .prom-why--item:not(:nth-last-child(-n+3)) {
    margin-bottom: 40px;
  }
}
.prom-why--item .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding-left: 8px;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
}
.prom-why--item .title:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #981E25;
  z-index: 2;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .prom-why--item .title:before {
    height: 32px;
    top: -18%;
  }
}
@media (min-width: 768px) {
  .prom-why--item .title {
    margin-bottom: 16px;
  }
}
@media (min-width: 1344px) {
  .prom-why--item .title {
    margin-bottom: 16px;
  }
}
.prom-why--item .description {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .prom-why--item .description {
    font-size: 16px;
    line-height: 24px;
  }
}
.prom-why--statistics {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 568px;
  margin: 0 auto 32px;
}
@media (min-width: 768px) {
  .prom-why--statistics {
    margin-bottom: 56px;
  }
}
@media (min-width: 1024px) {
  .prom-why--statistics {
    max-width: 100%;
  }
}
@media (min-width: 1344px) {
  .prom-why--statistics {
    margin-bottom: 40px;
  }
}
.prom-why--statistics-item {
  text-align: center;
  width: 49%;
  width: 137px;
  border-bottom: 1px solid #C4262E;
  padding-bottom: 16px;
}
.prom-why--statistics-item:nth-child(-n+2) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .prom-why--statistics-item {
    width: 47%;
    padding-bottom: 32px;
  }
  .prom-why--statistics-item:nth-child(-n+2) {
    margin-bottom: 37px;
  }
}
@media (min-width: 1024px) {
  .prom-why--statistics-item {
    width: 24%;
  }
  .prom-why--statistics-item:nth-child(-n+2) {
    margin-bottom: 0px;
  }
}
.prom-why--statistics-item .title {
  font-weight: bold;
  font-size: 42px;
  line-height: 56px;
  color: #C4262E;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .prom-why--statistics-item .title {
    font-size: 56px;
    line-height: 72px;
  }
}
.prom-why--statistics-item .description {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #363636;
}
.prom-why .prom-btn {
  display: block;
  margin: 0 auto;
  width: 231px;
}

.prom-works-scope {
  background-color: #363636;
  color: #FFFFFF;
}
.prom-works-scope h2 {
  text-align: center;
  margin-bottom: 40px;
}
.prom-works-scope .slick-dots {
  top: 0;
  left: 0;
  display: flex !important;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .prom-works-scope .slick-dots {
    top: 6%;
    left: 5.2%;
    width: inherit;
    display: block;
  }
}
@media (min-width: 1023px) {
  .prom-works-scope .slick-dots {
    left: 5.2%;
  }
}
.prom-works-scope .slick-dots li {
  width: auto;
  color: #FFFFFF;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .prom-works-scope .slick-dots li {
    margin-right: 32px;
  }
}
.prom-works-scope .slick-dots li.slick-active {
  opacity: 1;
}
.prom-works-scope .prom-works-scope_item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .prom-works-scope .prom-works-scope_item {
    flex-direction: column;
  }
}
.prom-works-scope .prom-works-scope_item-info {
  width: 43%;
  margin: 0 auto;
  padding-top: 70px;
}
.prom-works-scope .prom-works-scope_item-info h3 {
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .prom-works-scope .prom-works-scope_item-info {
    width: 100%;
  }
}
.prom-works-scope .prom-works-scope_item-image {
  width: 538px;
  height: 356px;
  max-width: 60%;
}
@media (max-width: 1023px) {
  .prom-works-scope .prom-works-scope_item-image {
    width: 100%;
    margin: 0 auto;
    max-width: initial;
  }
}
.prom-works-scope .prom-works-scope_item-image img {
  width: 137%;
  height: 121%;
  object-fit: cover;
}
.prom-works-scope .prom-works__detail {
  display: none;
}
@media (max-width: 767px) {
  .prom-works-scope {
    padding-bottom: 1px;
  }
  .prom-works-scope .prom-works-scope_item-info {
    margin-bottom: 57px;
  }
  .prom-works-scope .slick-slider {
    margin-bottom: 0 !important;
  }
}

.prom-guarantees {
  background-color: #FFFFFF;
  position: relative;
  color: #363636;
  height: initial;
}
@media (min-width: 768px) {
  .prom-guarantees {
    height: 432px;
  }
}
@media (min-width: 1023px) {
  .prom-guarantees {
    height: 298px;
  }
}
@media (min-width: 1343px) {
  .prom-guarantees {
    height: 298px;
  }
}
.prom-guarantees__image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 308px;
}
@media (max-width: 767px) {
  .prom-guarantees__image {
    transform: scale(-1, 1);
  }
}
@media (min-width: 768px) {
  .prom-guarantees__image {
    width: 230px;
    height: 179px;
    right: 0;
    bottom: 0;
    left: unset;
  }
}
@media (min-width: 1343px) {
  .prom-guarantees__image {
    height: initial;
  }
}
.prom-guarantees__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prom-guarantees .prom-block__wrapper {
  display: flex;
  padding: 0;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 768px) {
  .prom-guarantees .prom-block__wrapper {
    flex-direction: row;
  }
}
.prom-guarantees .prom-guarantee {
  width: 100%;
  padding-bottom: 32px;
  padding-top: 56px;
}
@media (min-width: 768px) {
  .prom-guarantees .prom-guarantee {
    width: 50%;
    padding-top: 42px;
  }
}
@media (min-width: 768px) {
  .prom-guarantees .prom-guarantee .prom-block__info {
    width: 88%;
  }
}
@media (min-width: 1343px) {
  .prom-guarantees .prom-guarantee .prom-block__info {
    width: 79%;
  }
}
.prom-guarantees .prom-guarantee .prom-btn-pour {
  width: 177px;
  display: block;
}
@media (max-width: 767px) {
  .prom-guarantees .prom-guarantee .prom-btn-pour {
    margin: 0 auto;
  }
}
.prom-guarantees #background__red {
  position: absolute;
  bottom: 0;
  background-color: #C4262E;
  z-index: 1;
  width: 100%;
  height: 61.2%;
}
@media (min-width: 768px) {
  .prom-guarantees #background__red {
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
  }
}
.prom-guarantees .prom-doubts {
  padding-top: 32px;
  width: 100%;
  z-index: 2;
  padding-bottom: 40px;
  margin-bottom: 208px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .prom-guarantees .prom-doubts {
    padding-top: 42px;
    width: 50%;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .prom-guarantees .prom-doubts .prom-block__info {
    padding-left: 32px;
  }
}
@media (min-width: 1343px) {
  .prom-guarantees .prom-doubts .prom-block__info {
    width: 66%;
    padding-left: 70px;
  }
}
.prom-guarantees .prom-doubts .prom-btn-wrap {
  width: 206px;
  display: block;
}
@media (max-width: 767px) {
  .prom-guarantees .prom-doubts .prom-btn-wrap {
    margin: 0 auto;
  }
}
.prom-guarantees .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .prom-guarantees .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 9px;
  }
}
.prom-guarantees .description {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .prom-guarantees .description {
    height: 72px;
    line-height: 24px;
    margin-bottom: 31px;
  }
}
@media (min-width: 1343px) {
  .prom-guarantees .description {
    height: initial;
  }
}
.prom-guarantees .btn {
  font-family: Circe;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.prom-company-cases {
  position: relative;
}
.prom-company-cases:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 37.7%;
  background-color: #363636;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .prom-company-cases:after {
    height: 25.3%;
  }
}
@media (min-width: 1344px) {
  .prom-company-cases:after {
    height: 18%;
  }
}
.prom-company-cases .buttons-wrap {
  text-align: center;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .prom-company-cases .buttons-wrap {
    flex-direction: row;
    max-width: 418px;
    justify-content: space-between;
  }
}
.prom-company-cases .buttons-wrap .prom-btn-wrap {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .prom-company-cases .buttons-wrap .prom-btn-wrap {
    margin-bottom: 0;
  }
}
.prom-company-cases .buttons-wrap .prom-btn-pour {
  width: 195px;
}

.prom-recommend {
  background-color: black;
  color: #FFFFFF;
  background-image: url("/local/templates/ashmanov/css/../img/promotionNew/recommend-background.png");
  margin-bottom: -277px;
}
@media (min-width: 768px) {
  .prom-recommend {
    margin-bottom: -410px;
  }
}
@media (min-width: 1343px) {
  .prom-recommend {
    margin-bottom: -180px;
  }
}
.prom-recommend h2 {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .prom-recommend h2 {
    text-align: left;
    margin-top: 16px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1343px) {
  .prom-recommend h2 {
    width: 103%;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .prom-recommend__info {
    width: 56%;
  }
}
@media (min-width: 1343px) {
  .prom-recommend__info {
    width: 82%;
  }
}
.prom-recommend__info .description {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .prom-recommend__info .description {
    line-height: 24px;
    font-size: 16px;
  }
}
.prom-recommend__lab-title {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-start;
  width: 101%;
}
@media (min-width: 1343px) {
  .prom-recommend__lab-title {
    margin-bottom: 12px;
  }
}
@media (min-width: 1343px) {
  .prom-recommend__lab-title {
    align-items: center;
  }
}
.prom-recommend__lab-title .title-preview {
  width: 26px;
  height: 29px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .prom-recommend__lab-title .title-preview {
    width: 13%;
    height: 29px;
    margin-right: 18px;
    margin-top: 5px;
  }
}
@media (min-width: 1343px) {
  .prom-recommend__lab-title .title-preview {
    margin-right: 16px;
    width: 30px;
    height: 30px;
  }
}
.prom-recommend__lab-title .title-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prom-recommend__lab-title .title2 {
  text-align: left;
  margin-bottom: 5px;
}
.prom-recommend .text {
  text-align: left;
}
@media (max-width: 768px) {
  .prom-recommend .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .prom-recommend .text {
    font-size: 16px;
    line-height: 24px;
  }
}
.prom-recommend__lab {
  background: rgba(54, 54, 54, 0.6);
  border: 1px solid #DFE3E4;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 265px;
}
@media (min-width: 768px) {
  .prom-recommend__lab {
    flex-direction: row;
    margin-bottom: 371px;
    padding: 31px 22px;
  }
}
@media (min-width: 1343px) {
  .prom-recommend__lab {
    padding: 32px 24px;
    margin-bottom: 100px;
  }
}
.prom-recommend__image {
  width: 100%;
  height: 143px;
  position: relative;
}
@media (min-width: 768px) {
  .prom-recommend__image {
    width: 46%;
    height: auto;
  }
}
@media (min-width: 1343px) {
  .prom-recommend__image {
    width: 31%;
  }
}
.prom-recommend__image .prom-recommend__image-wrap {
  position: absolute;
  bottom: -8px;
  right: 20px;
  height: 105%;
}
@media (min-width: 768px) {
  .prom-recommend__image .prom-recommend__image-wrap {
    bottom: 8px;
    right: 7px;
    height: 88%;
  }
}
@media (min-width: 1343px) {
  .prom-recommend__image .prom-recommend__image-wrap {
    height: 205px;
    bottom: -30px;
  }
}
.prom-recommend__image .prom-recommend__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prom-recommend__cases {
  background-color: #FFFFFF;
  border: 1px solid #DFE3E4;
  padding: 24px 16px 32px 16px;
  position: relative;
  overflow: hidden;
  margin-bottom: 54px;
}
@media (min-width: 768px) {
  .prom-recommend__cases {
    padding: 40px 24px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1343px) {
  .prom-recommend__cases {
    margin-bottom: 80px;
  }
}
.prom-recommend__cases .btn {
  width: 222px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  display: block;
}
.prom-recommend__cases .title {
  color: #C4262E;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .prom-recommend__cases .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 8px;
  }
}
.prom-recommend__cases .description {
  color: #363636;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .prom-recommend__cases .description {
    margin-bottom: 16px;
  }
}
.prom-recommend__cases .read-more {
  color: #C4262E;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 45px;
  display: block;
}
@media (min-width: 768px) {
  .prom-recommend__cases .read-more {
    margin-bottom: 45px;
  }
}
.prom-recommend__cases .prom-recommend__case {
  position: relative;
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .prom-recommend__cases .prom-recommend__case {
    margin-bottom: 19px;
  }
}
.prom-recommend__cases .prom-recommend__case:nth-child(-n+2):after {
  position: absolute;
  content: "";
  width: 121%;
  height: 1px;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translate(-9%, -13px);
  background-color: #D3D3D3;
}
@media (min-width: 1343px) {
  .prom-recommend__cases .prom-recommend__case:nth-child(-n+2):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 160px;
    right: -10px;
    top: 0;
    left: auto;
    transform: translate(0, 30%);
    background-color: #D3D3D3;
  }
}
@media (min-width: 1343px) {
  .prom-recommend__cases .prom-recommend__case:nth-child(1) {
    width: 29%;
  }
}
@media (min-width: 1343px) {
  .prom-recommend__cases .prom-recommend__case:nth-child(2) {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .prom-recommend__cases .prom-recommend__case:nth-child(3) .description {
    margin-bottom: 26px;
  }
  .prom-recommend__cases .prom-recommend__case:nth-child(3) .read-more {
    margin-bottom: 12px;
  }
}
@media (min-width: 1343px) {
  .prom-recommend__cases .prom-recommend__case:nth-child(3) {
    width: 35%;
  }
}
.prom-recommend .btn.prom-btn-wrap .cases-mobile {
  color: #363636;
  border: 1px solid #363636;
  width: 222px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  display: block;
}
.prom-recommend__cases-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1343px) {
  .prom-recommend__cases-list {
    flex-direction: row;
    justify-content: space-between;
  }
}

.prom-leaders {
  margin-bottom: 40px;
}
.prom-leaders h2 {
  margin-bottom: 40px;
}
.prom-leaders__case {
  background-color: #FFFFFF;
}
.prom-leaders__case .top {
  border-bottom: 1px solid #D3D3D3;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.prom-leaders__case .top .prom-leaders-info {
  width: 100%;
  z-index: 1;
}
.prom-leaders__case .top .prom-leaders-info .btn {
  display: none;
}
.prom-leaders__case .top .prom-leaders-img {
  position: absolute;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.8);
}
.prom-leaders__case .top .prom-leaders-img:after {
  content: "";
  background-color: #666666;
}
.prom-leaders__case .top .prom-leaders-img img {
  width: 100%;
  height: 101%;
  object-fit: cover;
  object-position: center;
}
.prom-leaders__case .top .btn {
  z-index: 1;
}
.prom-leaders__case .prom-leaders-info {
  padding: 30px 20px;
  width: 100%;
}
@media (min-width: 767px) {
  .prom-leaders__case .prom-leaders-info {
    padding: 50px 40px 0;
  }
}
@media (min-width: 1024px) {
  .prom-leaders__case .prom-leaders-info {
    padding: 50px 40px;
    width: 45%;
  }
}
@media (min-width: 767px) {
  .prom-leaders__case .prom-leaders-info .prom-leaders-imgsmall {
    display: none;
  }
}
.prom-leaders__case .prom-leaders-info .preview {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
  width: max-content;
  padding: 5px;
  background-color: rgba(242, 252, 255, 0.4);
}
@media (max-width: 767px) {
  .prom-leaders__case .prom-leaders-info .preview {
    text-align: left;
  }
}
.prom-leaders__case .prom-leaders-info .preview-title-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.prom-leaders__case .prom-leaders-info .preview-title-wrap .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-right: 16px;
  color: #FFFFFF;
}
@media (min-width: 767px) {
  .prom-leaders__case .prom-leaders-info .preview-title-wrap .title {
    font-size: 40px;
    line-height: 48px;
  }
}
.prom-leaders__case .prom-leaders-info .preview-title-wrap .tag {
  height: max-content;
  padding: 4px 0;
  width: 112px;
  background-color: #C4262E;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 767px) {
  .prom-leaders__case .prom-leaders-info .preview-title-wrap .tag {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .prom-leaders__case .prom-leaders-imgsmall {
    margin-bottom: 24px;
  }
}
.prom-leaders__case .prom-leaders-img {
  width: 100%;
}
@media (min-width: 767px) {
  .prom-leaders__case .prom-leaders-img {
    display: block;
  }
}
@media (min-width: 1024px) {
  .prom-leaders__case .prom-leaders-img {
    padding: 0;
    width: initial;
  }
}
.prom-leaders__case .prom-leaders-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prom-leaders__case .bottom {
  padding: 40px;
}
.prom-leaders__case .bottom .bottom-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}
.prom-leaders__case .bottom .text-wrap {
  border: 1px solid #D3D3D3;
  padding: 20px 20px 30px 20px;
  position: relative;
  margin-bottom: 46px;
}
.prom-leaders__case .bottom .text-wrap svg {
  position: absolute;
  bottom: -32px;
  left: 6%;
}
.prom-leaders__cases-short .prom-leaders__items {
  margin-bottom: 25px;
}
.prom-leaders__cases-short .top {
  position: relative;
}
.prom-leaders__cases-short .top .prom-leaders-info {
  width: 100%;
  z-index: 1;
}
.prom-leaders__cases-short .top .prom-leaders-info .btn {
  display: block;
}
.prom-leaders__cases-short .top .prom-leaders-img {
  position: absolute;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: brightness(0.8);
}
.prom-leaders__cases-short .top .prom-leaders-img:after {
  content: "";
  background-color: #666666;
}
.prom-leaders__cases-short .top .prom-leaders-img img {
  width: 100%;
  height: 101%;
  object-fit: cover;
  object-position: center;
}
.prom-leaders__cases-short .top .btn {
  z-index: 1;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .prom-leaders__cases-short .top .btn {
    margin: 0 0 20px;
  }
}
.prom-leaders__items {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 767px) {
  .prom-leaders__items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.prom-leaders__item {
  text-align: center;
}
@media (min-width: 768px) {
  .prom-leaders__item {
    margin-right: 31px;
    width: 34%;
  }
}
@media (min-width: 1024px) {
  .prom-leaders__item {
    width: 21%;
  }
}
@media (max-width: 767px) {
  .prom-leaders__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.prom-leaders__item .title {
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  text-align: left;
}
@media (min-width: 767px) {
  .prom-leaders__item .title {
    text-align: center;
    font-size: 40px;
    line-height: 59px;
  }
}
.prom-leaders__item .info {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #FFFFFF;
}
@media (min-width: 767px) {
  .prom-leaders__item .info {
    text-align: center;
  }
}
.prom-leaders__case-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .prom-leaders__case-footer {
    flex-direction: row;
  }
}
.prom-leaders__case-footer .logo-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .prom-leaders__case-footer .logo-wrap {
    margin-bottom: 0px;
  }
}
.prom-leaders__case-footer .logo-wrap .logo-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: rgba(54, 54, 54, 0.5);
}
.prom-leaders__case-footer .btn {
  font-family: Circe;
  height: max-content;
  width: 145px;
  display: inline-block;
  text-align: center;
}
.prom-leaders__block-buttons {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 30%;
}

.prom-leaders-block-afterbuttons {
  background-color: #363636;
  height: 300px;
}

.media-about {
  background-color: #FFFFFF;
  color: #363636;
  overflow-x: hidden;
}
.media-about h2 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .media-about h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1343px) {
  .media-about h2 {
    margin-bottom: 36px;
  }
}
@media (min-width: 1343px) {
  .media-about .slick-list {
    padding: 0 20% 0 0;
    width: 120%;
  }
  .media-about .slick-list .slick-slide {
    opacity: 0.6;
    border: none;
  }
  .media-about .slick-list .slick-slide .media-item {
    border-color: transparent;
  }
  .media-about .slick-list .slick-active {
    opacity: 1;
  }
  .media-about .slick-list .slick-active .media-item {
    border-color: #DFE3E4;
  }
}
.media-about .media-item__wrap {
  padding: 0 10px;
}
.media-about .media-item {
  border: 1px solid #DFE3E4;
  padding: 24px 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  transition: 0.6s;
}
@media (min-width: 768px) {
  .media-about .media-item {
    padding: 32px 22px 24px 24px;
  }
}
@media (min-width: 1343px) {
  .media-about .media-item {
    padding: 32px 27px 24px 24px;
  }
}
.media-about .media-item__fill {
  position: absolute;
  display: none;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.media-about .media-item__fill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-about .media-item:after {
  position: absolute;
  display: none;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(54, 54, 54, 0.8);
}
.media-about .media-item .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  z-index: 1;
}
@media (min-width: 760px) {
  .media-about .media-item .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.media-about .media-item .description {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  z-index: 1;
}
.media-about .media-item__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.media-about .media-item:hover {
  transition: 0.6s;
}
.media-about .media-item:hover .prom-btn-arrow {
  color: #FFFFFF;
}
.media-about .media-item:hover .prom-btn-arrow:after {
  content: url("/local/templates/ashmanov/css/../img/promotionNew/btn-arrow-white.svg");
}
.media-about .media-item:hover .media-item__fill {
  display: block;
}
.media-about .media-item:hover:after {
  display: block;
}
.media-about .media-item:hover .title {
  color: #FFFFFF;
}
.media-about .media-item:hover .description {
  color: #FFFFFF;
}
.media-about .media-item:hover__footer {
  color: #FFFFFF;
}
.media-about .media-item:hover__footer a.prom-btn-arrow {
  color: #FFFFFF !important;
}

.prom-awards {
  background-color: #363636;
  color: #FFFFFF;
}
.prom-awards h2 {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 1024px) {
  .prom-awards h2 {
    text-align: left;
  }
}
.prom-awards .awards-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 760px) {
  .prom-awards .awards-list {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .prom-awards .awards-list {
    width: 100%;
  }
}
.prom-awards .awards-item {
  width: 100%;
}
@media (min-width: 760px) {
  .prom-awards .awards-item {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .prom-awards .awards-item {
    width: 24%;
  }
}
.prom-awards .awards-item .awards-item__preview {
  width: 180px;
  height: 180px;
  margin: 0 auto 8px;
}
.prom-awards .awards-item .awards-item__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prom-awards .awards-item .title {
  text-align: center;
}

.prom-faq h2 {
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .prom-faq h2 {
    margin-bottom: 24px;
  }
}
.prom-faq .accordion {
  background-color: #FFFFFF;
  color: #363636;
  padding: 5px 15px;
}
@media (min-width: 760px) {
  .prom-faq .accordion {
    padding: 10px 30px;
  }
}
.prom-faq .accordion-wrap:not(:last-child) .accordion-open {
  border-bottom: 1px solid #D3D3D3;
}
.prom-faq .accordion-open {
  padding: 16px 5px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  text-align: left;
}
@media (min-width: 760px) {
  .prom-faq .accordion-open {
    font-size: 24px;
    line-height: 30px;
    padding: 24px 10px;
  }
}
.prom-faq .accordion-open:after {
  position: absolute;
  content: "";
  background-image: url("/local/templates/ashmanov/css/../img/promotionNew/plus.svg");
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: 0.3s;
}
.prom-faq .accordion-open.active:after {
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s;
}
.prom-faq .accordion-panel {
  display: none;
  padding: 5px;
  text-align: left;
  font-weight: 300;
}
@media (min-width: 760px) {
  .prom-faq .accordion-panel {
    padding: 10px;
  }
}

.prom-promotions {
  background: url("/local/templates/ashmanov/css/../img/promotionNew/promoBG.webp") no-repeat right, linear-gradient(99.47deg, #000000 0%, #434343 100%);
  background-size: cover;
  color: #FFFFFF;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 760px) {
  .prom-promotions {
    padding: 64px 0;
  }
}
@media (min-width: 1344px) {
  .prom-promotions {
    padding: 80px 0;
  }
}
.prom-promotions .promotions-item {
  list-style-type: none;
  padding: 0 2px;
}
@media (min-width: 760px) {
  .prom-promotions .promotions-item {
    padding-left: 20px;
  }
}
.prom-promotions .promotions-item .preview {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  width: 140px;
  border: 1px solid #FFFFFF;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 760px) {
  .prom-promotions .promotions-item .preview {
    display: none;
  }
}
.prom-promotions .promotions-item .title {
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}
@media (min-width: 760px) {
  .prom-promotions .promotions-item .title {
    font-size: 40px;
    line-height: 48px;
  }
}
.prom-promotions .promotions-item .description {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
  text-align: left;
}
@media (min-width: 760px) {
  .prom-promotions .promotions-item .description {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1344px) {
  .prom-promotions .promotions-item .description {
    width: 58%;
  }
}
.prom-promotions .promotions-item .btn {
  width: 142px;
  font-family: Circe;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 550px) {
  .prom-promotions .promotions-list {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .prom-promotions .slick-arrow.slick-prev {
    left: -12%;
  }
}
@media (max-width: 550px) {
  .prom-promotions .slick-arrow.slick-next {
    right: -12%;
  }
}
@media (min-width: 760px) {
  .prom-promotions .slick-arrow.slick-next {
    right: -31px;
  }
}

.prom-license {
  background-color: #363636;
  padding: 80px 0;
}
.prom-license h2 {
  color: #FFFFFF;
  margin-bottom: 24px;
  text-align: left;
}
.prom-license .b-license-slider {
  padding: 0;
}
.prom-license .prom-license-slider-item {
  height: 462px;
}
@media (min-width: 768px) {
  .prom-license .prom-license-slider-item {
    height: 304px;
  }
}
.prom-license .prom-license-slider-item .slider-item-img-wrap {
  cursor: pointer;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 8px;
  display: block;
  position: relative;
}
.prom-license .prom-license-slider-item .slider-item-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-filter: grayscale(100%);
}
.prom-license .prom-license-slider-item .slider-item-img-wrap img:hover {
  -webkit-filter: none;
}
@media (min-width: 550px) and (max-width: 1010px) {
  .prom-license .slick-arrow.slick-next {
    right: -31px;
  }
}
@media (min-width: 550px) and (max-width: 1024px) {
  .prom-license .slick-arrow.slick-prev {
    left: -31px;
  }
}

.prom-form-consult {
  background-color: #363636 !important;
}
.prom-form-consult .prom-block__wrapper {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .prom-form-consult .prom-block__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.prom-form-consult__title h2 {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .prom-form-consult__title {
    flex: 0 0 460px !important;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .prom-form-consult .text {
    text-align: left;
  }
}
.prom-form-consult .product-form__column .product-form__field-info span {
  color: #981E25;
}
.prom-form-consult .product-form__column_first .product-form__field-info {
  display: none;
}
@media (min-width: 1344px) {
  .prom-form-consult .product-form__column_first .product-form__field-info {
    display: block;
  }
}
.prom-form-consult .product-form__column_second .product-form__field-info {
  display: block;
}
@media (min-width: 1344px) {
  .prom-form-consult .product-form__column_second .product-form__field-info {
    display: none;
  }
}
.prom-form-consult .product-form .field__input {
  color: #D3D3D3 !important;
}
.prom-form-consult .product-form .field-select__input {
  color: #D3D3D3 !important;
  background-color: transparent !important;
}
.prom-form-consult .product-form .field__textarea {
  color: #D3D3D3 !important;
}
@media (min-width: 1344px) {
  .prom-form-consult .product-form .field__textarea {
    min-height: 127px !important;
  }
}
.prom-form-consult .product-form .field__textarea:focus::placeholder {
  color: transparent !important;
}
.prom-form-consult .product-form .jq-selectbox__select {
  background-color: #363636 !important;
}
.prom-form-consult .product-form .jq-selectbox__select-text {
  color: #D3D3D3 !important;
}
.prom-form-consult .product-form .jq-file__name {
  color: #D3D3D3 !important;
}
.prom-form-consult .product-form #industry-styler.jq-selectbox.jqselect.field-select__input {
  z-index: 10 !important;
  background-color: transparent !important;
}
.prom-form-consult .product-form #product-form .jq-file.field-file__input {
  z-index: 9 !important;
}
.prom-form-consult .product-form .field-file {
  z-index: 8 !important;
}
.prom-form-consult .product-form .product-form__note {
  color: #FFFFFF;
}
.prom-form-consult .product-form .product-form__note a {
  text-decoration: underline;
}
.prom-form-consult .product-form .field__label--required:after {
  color: #981E25 !important;
}
@media (max-width: 1343px) {
  .prom-form-consult .product-form .form-button {
    margin-bottom: 10px;
  }
}
.prom-form-consult__form {
  /*display: flex;
  flex-direction: column;
  flex-wrap: wrap;

  align-content: space-between;
  @media (min-width: 660px) {
    max-height: 333px;
  }
  @media (min-width: 1024px) {
    width: 701px;
    max-width: 69%;
  }*/
  /*label {

    width: 100%;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 14px;
    text-align: left;
    @media (min-width: 660px) {
      width: 49%;
    }
  }
  input,
  textarea {
    border: 1px solid #D3D3D3;
    color: #D3D3D3;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    padding: 8px 12px;
    @media (min-width: 660px) {
      width: 331px;
    }
  }
  textarea {
    height: 160px;
    margin-top: 8px;
  }
  input {
    height: 40px;
    margin-top: 8px;
  }
  p {
    width: 100%;

    font-size: 15px;
    line-height: 19px;
    margin-bottom: 14px;
    font-weight: normal;
    @media (min-width: 660px) {
      width: 331px;
      max-width: 100%;
    }
    a {
      color: #FFFFFF;
    }
  }
  button {
   width: 100%;
    @media (min-width: 660px) {
      width: 331px;
      max-width: 100%;
    }
  }*/
}

.prom-webinar {
  background-color: #FFFFFF;
  position: relative;
  padding: 56px 0;
}
@media (min-width: 768px) {
  .prom-webinar {
    padding: 64px 0;
    overflow-x: hidden;
  }
}
@media (min-width: 1344px) {
  .prom-webinar {
    padding: 80px 0;
  }
}
.prom-webinar .background__red {
  position: absolute;
  bottom: 0;
  background-color: #C4262E;
  z-index: 1;
  bottom: 0px;
  right: 0px;
  left: 0;
  width: 100%;
  height: 33%;
}
@media (min-width: 760px) {
  .prom-webinar .background__red {
    top: 0px;
    left: unset;
    right: 0px;
    width: 42%;
    height: 100%;
  }
}
.prom-webinar .prom-block__wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .prom-webinar .prom-block__wrapper {
    flex-direction: column;
  }
}
.prom-webinar .webinar__info {
  margin-bottom: 24px;
  align-self: center;
}
@media (min-width: 767px) {
  .prom-webinar .webinar__info {
    width: 60%;
    margin-bottom: 0px;
  }
}
.prom-webinar .webinar__info h2 {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .prom-webinar .webinar__info h2 {
    max-width: 77%;
    margin-bottom: 0px;
  }
}
.prom-webinar .webinar__info .preview {
  text-align: left;
}
@media (min-width: 767px) {
  .prom-webinar .webinar__info .preview {
    max-width: 60%;
  }
}
.prom-webinar .webinar__video {
  width: 40%;
  z-index: 2;
}
@media (max-width: 767px) {
  .prom-webinar .webinar__video {
    width: 100%;
  }
}
.prom-webinar .webinar__video .macbookscreen-border {
  display: flex;
  justify-content: center;
  width: 260px;
  height: 176px;
  background: #1A202C;
  border: 2px solid #4A5568;
  box-sizing: border-box;
  border-radius: 9px 9px 4px 4px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .prom-webinar .webinar__video .macbookscreen-border {
    width: 378px;
    height: 256px;
    margin-left: -13%;
    border-radius: 13px 13px 4px 4px;
  }
}
@media (min-width: 1024px) {
  .prom-webinar .webinar__video .macbookscreen-border {
    width: 640px;
    height: 435px;
    border-radius: 28px 28px 4px 4px;
  }
}
.prom-webinar .webinar__video .macbookscreen-border .macbookbottom {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 120%;
}
.prom-webinar .webinar__video .macbookscreen-border .macbookbottom svg {
  width: 100%;
}
.prom-webinar .webinar__video .macbookscreen-wrap {
  border-radius: 9px 9px 0px 0px;
  background-color: black;
  width: 632px;
  height: 94%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 767px) {
  .prom-webinar .webinar__video .macbookscreen-wrap {
    border-radius: 13px 13px 0px 0px;
  }
}
@media (min-width: 1024px) {
  .prom-webinar .webinar__video .macbookscreen-wrap {
    border-radius: 22px 22px 0px 0px;
  }
}
.prom-webinar .webinar__video .macbookscreen {
  background-size: contain;
  width: 96%;
  height: 98%;
  background: linear-gradient(180deg, #EBECED 0%, #DEDBD3 100%);
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 20px;
}
@media (min-width: 767px) {
  .prom-webinar .webinar__video .macbookscreen {
    width: 95%;
  }
}
@media (min-width: 1400px) {
  .prom-webinar .webinar__video .macbookscreen {
    height: 91%;
  }
}
.prom-webinar .webinar__video .macbookscreen .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  color: #363636;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 10px 10px;
}
@media (min-width: 767px) {
  .prom-webinar .webinar__video .macbookscreen .info {
    top: 5px;
  }
}
.prom-webinar .webinar__video .macbookscreen .info .speaker {
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 767px) {
  .prom-webinar .webinar__video .macbookscreen .info .speaker {
    font-size: 19px;
    line-height: 32px;
  }
}
@media (min-width: 1240px) {
  .prom-webinar .webinar__video .macbookscreen .info .speaker {
    font-size: 32px;
    line-height: 54px;
  }
}
.prom-webinar .webinar__video .macbookscreen .info .title {
  font-weight: 400;
  font-size: 7px;
  line-height: 10px;
  text-align: left;
}
@media (min-width: 767px) {
  .prom-webinar .webinar__video .macbookscreen .info .title {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1240px) {
  .prom-webinar .webinar__video .macbookscreen .info .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.prom-webinar .webinar__video .macbookscreen .youtubeiframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.prom-webinar .webinar__video .macbookscreen .start-video {
  position: absolute;
  padding: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 4;
  transition: all 0.3s;
}
.prom-webinar .webinar__video .macbookscreen .start-video svg {
  width: 34.2px;
  height: 34.2px;
}
@media (min-width: 767px) {
  .prom-webinar .webinar__video .macbookscreen .start-video svg {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1024px) {
  .prom-webinar .webinar__video .macbookscreen .start-video svg {
    width: 84px;
    height: 84px;
  }
}

.prom-team h2 {
  margin-bottom: 24px;
}
@media (min-width: 1240px) {
  .prom-team h2 {
    margin-bottom: 32px;
  }
}
.prom-team .prom-team-slider {
  background-color: #FFFFFF;
  padding-bottom: 20px;
}
.prom-team .prom-team-slider .prom-team-slide {
  padding: 24px 0 0;
}
@media (min-width: 768px) {
  .prom-team .prom-team-slider .prom-team-slide {
    padding: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .prom-team .prom-team-slider .prom-team-slide .prom-team-item-photo {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .prom-team .prom-team-slider .prom-team-slide .prom-team-item-photo img {
    object-fit: contain;
    height: 100%;
    margin: 0 auto;
  }
}
.prom-team .prom-team-slider .prom-team-slide .b-project-slider-item__wrapper {
  padding: 0px 32px;
}
@media (min-width: 768px) {
  .prom-team .prom-team-slider .prom-team-slide .b-project-slider-item__wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .prom-team .prom-team-slider .prom-team-slide .b-project-slider-item__wrapper {
    padding: 0px 72px;
  }
}
@media (min-width: 1344px) {
  .prom-team .prom-team-slider .prom-team-slide .b-project-slider-item__wrapper {
    padding: 0px 144px;
  }
}
@media (max-width: 767px) {
  .prom-team .prom-team-slider .prom-team-slide .b-project-slider-item__text {
    display: none;
  }
}
@media (min-width: 767px) {
  .prom-team .prom-team-slider .prom-team-slide .b-project-slider-item__text {
    margin: 16px auto;
  }
}
@media (min-width: 768px) {
  .prom-team .prom-team-slider .prom-team-slide .b-project-slider-item__name {
    margin-top: 20px;
  }
}
@media (min-width: 1240px) {
  .prom-team .prom-team-slider .prom-team-slide .b-project-slider-item__name {
    margin-top: 30px;
  }
}
.prom-team .prom-team-slider .prom-team-slide .b-project-slider-item__position {
  margin-bottom: 10px !important;
}
.prom-team .prom-team-slider .slick-arrow.slick-next {
  right: 0;
}
.prom-team .prom-team-slider .slick-arrow.slick-prev {
  left: 0;
}
.prom-team .prom-team-slider .slick-dots {
  bottom: 5px;
}
@media (min-width: 767px) {
  .prom-team .prom-team-slider .slick-dots {
    bottom: 20px;
  }
}

.prom-nps89 .nps89-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .prom-nps89 .nps89-list {
    justify-content: space-evenly;
    margin-bottom: 56px;
  }
}
@media (min-width: 1343px) {
  .prom-nps89 .nps89-list {
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
.prom-nps89 .nps89-item {
  border-bottom: 1px solid #C4262E;
  padding-bottom: 16px;
  width: 100%;
  list-style-type: none;
  text-align: center;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .prom-nps89 .nps89-item {
    margin: 0 0 20px;
    max-width: 38%;
  }
  .prom-nps89 .nps89-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .prom-nps89 .nps89-item {
    max-width: 24.5%;
    margin: 0;
  }
}
.prom-nps89 .nps89-item .title {
  text-transform: uppercase;
  color: #C4262E;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 16px;
}
.prom-nps89 .nps89-item .description {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #363636;
}
.prom-nps89 .prom-btn-wrap {
  font-family: "Circe";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .prom-nps89 .prom-btn-wrap {
    width: 471px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.slick-dots li {
  margin: 0;
}

.slick-dots li.slick-active button {
  color: #981E25;
}

.slick-dots li button:before {
  color: black;
  opacity: 0.25;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #981E25;
}

#promModalLicense {
  display: none;
  position: fixed;
  z-index: 15;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.6);
  /* Modal Content */
  /* The Close Button */
}
#promModalLicense .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  height: 96%;
  max-width: 1200px;
}
#promModalLicense .modal-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#promModalLicense .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
#promModalLicense .close:hover,
#promModalLicense .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.b-trust.b-block.b-block--negative-position {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .cases.prom__cases {
    padding-bottom: 0;
  }
}
.prom__cases button.cases__arrow.cases__arrow--prev {
  transform: rotate(180deg) !important;
}

.prom-company-cases .prom-leaders .b-main .cases {
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .prom-trust .b-trust__wrapper {
    padding: 90px 32px 44px 32px !important;
  }
}
@media (min-width: 1344px) {
  .prom-trust .b-trust__wrapper {
    padding: 90px 0px 56px 0px !important;
  }
}
.prom-company-cases .cases .cases__arrow--prev {
  transform: rotate(180deg) !important;
}

.jq-selectbox__dropdown {
	width: 100%;
	min-width: 100%;
}

.jq-selectbox__dropdown ul {
	width: 100%;
	min-width: 100%;
}

.promotions-item__buttons {
    margin: -15px 0 0 -15px;
}

.promotions-item__buttons .btn {
    margin-top: 15px;
    margin-left: 15px;
}

.prom-promotions .promotions-item .promotions-item__buttons .btn {
    width: auto;
    min-width: 142px;
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 550px) {
    .prom-promotions .promotions-item .promotions-item__buttons .btn {
        max-width: calc(100% - 15px);
    }
}
/* End */


/* Start:/static/plugins/hystmodal/hystmodal.min.css?16859694732290*/
.hystmodal__opened,.hystmodal__shadow{position:fixed;right:0;left:0;overflow:hidden}.hystmodal__shadow{border:none;display:block;width:100%;top:0;bottom:0;pointer-events:none;z-index:98;opacity:0;transition:opacity .15s ease;background-color:#000}.hystmodal__shadow--show{pointer-events:auto;opacity:.6}.hystmodal{position:fixed;top:0;bottom:0;right:0;left:0;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:1;pointer-events:none;display:flex;flex-flow:column nowrap;justify-content:flex-start;z-index:99;visibility:hidden}.hystmodal--active{opacity:1}.hystmodal--active,.hystmodal--moved{pointer-events:auto;visibility:visible}.hystmodal__wrap{flex-shrink:0;flex-grow:0;width:100%;min-height:100%;margin:auto;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.hystmodal__window{margin:50px 0;box-sizing:border-box;flex-shrink:0;flex-grow:0;background:#fff;width:600px;max-width:100%;overflow:visible;transition:transform .2s ease 0s,opacity .2s ease 0s;transform:scale(.9);opacity:0}.hystmodal--active .hystmodal__window{transform:scale(1);opacity:1}.hystmodal__close{position:absolute;z-index:10;top:0;right:-40px;display:block;width:30px;height:30px;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");background-size:100% 100%;border:none;font-size:0;cursor:pointer;outline:none}.hystmodal__close:focus{outline:2px dotted #afb3b9;outline-offset:2px}@media (max-width:767px){.hystmodal__close{top:10px;right:10px;width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E")}.hystmodal__window{margin:0}}
/* End */


/* Start:/local/components/ashmanov/form-and-text/templates/product/bottom-product.css?16859694511658*/
.bottom-product {
    max-width: 1152px;

    margin: 16px auto;
    padding: 0 16px;
}

.bottom-product__wrapper {
    background-color: #fff;
    position: relative;
    z-index: 11;
}

.bottom-product__column--gray {
    background-color: #dfe3e4;
}

.bottom-product__title {
    margin: 0;

    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.bottom-product__description {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.bottom-product__description p {
    margin: 0;
}

@media all {

    .bottom-product__column {
        padding: 24px 16px;
    }

    .bottom-product__title {
        margin-bottom: 16px;
    }
}

@media all and (min-width: 768px) {
    .bottom-product {
        margin: 32px auto;
        padding: 0 32px;
    }

    .bottom-product__column--small {
        padding: 40px 60px;
    }

    .bottom-product__column--big {
        padding: 32px 60px;
    }

    .bottom-product__title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media all and (min-width: 1344px) {
    .bottom-product {
        margin: 48px auto;
        padding: 0;
    }

    .bottom-product__wrapper {
        display: flex;
    }

    .bottom-product__column {
        padding: 60px 40px;
        flex: 1 1 auto;
    }

    .bottom-product__column--small {
        flex: 0 0 384px;
    }

    .bottom-product__title {
        font-size: 26px;
        line-height: 30px;
        text-align: left;
    }

    .bottom-product__description {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
}
/* End */


/* Start:/local/components/ashmanov/form-and-text/templates/product/popup.css?16859694511367*/
.hystmodal {
    z-index: 999!important;
}

.hystmodal__shadow {
    z-index: 998!important;
}

#product-popup-success .hystmodal__window,
#product-popup-error .hystmodal__window,
#product-popup .hystmodal__window {
    max-width: 450px;
    width: 100%;
    position: relative;
}

#product-popup-success .hystmodal__close,
#product-popup-error .hystmodal__close,
#product-popup .hystmodal__close {
    top: 32px;
    right: 16px;

    width: 8px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9' stroke='%23363636'/%3E%3Cpath d='M9 1L1 9' stroke='%23363636'/%3E%3C/svg%3E%0A");
}

@media all and (max-width: 767px) {
    #product-popup-success,
    #product-popup-error,
    #product-popup {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }
}

@media all and (min-width: 768px) {
    #product-popup-success .hystmodal__window,
    #product-popup-error .hystmodal__window,
    #product-popup .hystmodal__window {
        max-width: 450px;
        position: relative;
    }

    #product-popup-success .hystmodal__close,
    #product-popup-error .hystmodal__close,
    #product-popup .hystmodal__close {
        top: 48px;
        right: 40px;

        width: 16px;
        height: 16px;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/product/style.css?16859694521502*/
/** Хачим с полями типа input(type="file") и select */

#product-form .jq-selectbox.field-select__input {
    padding: 0;
}

#product-form .jq-selectbox__select {
    height: auto;
    padding: 9px 12px 10px 12px;
    border: 0;
    background-color: #fff;
}

#product-form .jq-selectbox__select-text {
    height: auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

#product-form .jq-selectbox__select-text:after {
    display: none;
}

#product-form .jq-selectbox__dropdown {
    border: 1px solid #d3d3d3;
    z-index: 100;

    width: calc(100% + 2px);

    top: -1px !important;
    left: -1px;
}

#product-form .jq-selectbox__dropdown ul {
    max-height: 161px !important;
}

#product-form .jq-selectbox__dropdown li {
    padding: 6px 12px;

    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;

    border: 0;
    cursor: pointer;
}

#product-form .jq-selectbox__dropdown li:first-of-type {
    padding: 9px 12px 10px 12px
}

#product-form .jq-selectbox__dropdown li:hover,
#product-form .jq-selectbox__dropdown li.sel {
    background-color: rgba(211, 211, 211, 0.5);
}

#product-form .jq-file {
    padding: 0;
}

#product-form .jq-file.field-file__input {
    opacity: 1;
    height: auto;
    border: 0;
    z-index: 99;
}

#product-form .jq-file__name {
    color: #000;
    font-size: 15px;
    font-family: Circe;
    font-weight: 400;
    line-height: 19px;
}

#product-form .jq-file:after {
    display: none;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/product/field.css?16859694522796*/
.field__label {
    display: block;

    color: #666;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
}

.field__label--required:after {
    content: " *";
}

.field__input,
.field__textarea {
    width: 100%;
    padding: 9px 12px 10px 12px;

    display: block;

    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;

    border: 1px solid #d3d3d3;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;

    transition: all 0.5s ease-in-out;
}

.field-select {
    position: relative;

    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;

    border-radius: 0;
    box-shadow: none;
    background-color: transparent;

    transition: all 0.5s ease-in-out;
}

.field-select__icon {
    top: 17px;
    right: 16px;
    position: absolute;
}

.field-select__input {
    width: 100%;
    padding: 9px 12px 10px 12px;

    display: block;

    color: #000;
    font-size: 15px;
    font-family: Circe;
    font-weight: 400;
    line-height: 19px;

    border: 1px solid #d3d3d3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.field-select__input:focus {
    outline: none;
    border-color: #000;
}

.field-file {
    width: 100%;
    min-height: 40px;
    padding: 9px 12px 10px 12px;

    position: relative;

    border: 1px solid #d3d3d3;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.field-file__input {
    width: 100%;

    display: block;

    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 100;


    color: #000;
    font-size: 15px;
    font-family: Circe;
    font-weight: 400;
    line-height: 19px;

    opacity: 0;
}

.field-file__icon {
    top: 8px;
    right: 16px;
    z-index: 90;
    position: absolute;
}

.field__input:disabled,
.field__select:disabled,
.field__textarea:disabled {
    opacity: 0.5;
}

.field__input--error,
.field__select--error,
.field__textarea--error {
    border-color: #c4262e;
}

.field__textarea {
    min-height: 150px;
    resize: none;
}

.field__input:focus,
.field__select:focus,
.field__textarea:focus {
    border-color: #000;
    outline: none;
}

.field__textarea::-moz-placeholder {
    color: #d3d3d3;
}
.field__textarea::-webkit-input-placeholder {
    color: #d3d3d3;
}
.field__textarea:-ms-input-placeholder {
    color: #d3d3d3;
}
.field__textarea::-ms-input-placeholder {
    color: #d3d3d3;
}
.field__textarea::placeholder {
    color: #d3d3d3;
}

@media all {
    .field__label {
        margin-bottom: 8px;
    }
}

@media all and (min-width: 768px) {

}

@media all and (min-width: 1344px) {
    .field__label {
        font-size: 14px;
        line-height: 21px;
    }

    .field__textarea {
        min-height: 80px;
    }
}

/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/product/button.css?1685969452786*/
.form-button {
    width: 100%;
    padding: 10px 16px;
    display: block;
    background-color: #c4262e;

    cursor: pointer;
}

.form-button:hover {
    background-color: #d32931;
}

.form-button:disabled {
    opacity: 0.7;
}

.form-button__text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    transition: all 0.25s ease-in-out;
}


.form-button--loading .form-button__text {
    color: transparent;
    position: relative;
}

.form-button--loading .form-button__text:after {
    width: 24px;
    height: 24px;
    display: block;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/static/img/oval.svg);
    content: " ";
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/product/form.css?1685969452698*/
.product-form {

}

.product-form__note {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

.product-form__note p {
    margin: 0;
}

.product-form__note a {
    color: inherit;
}

@media all {
    .product-form__field {
        margin-bottom: 16px;
    }

    .product-form__buttons {
        margin-top: 16px;
    }
}

@media all and (min-width: 1344px) {
    .product-form__wrapper {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: stretch;
    }

    .product-form__column {
        flex: 0 0 calc(50% - 20px);
    }

    .product-form__field:last-of-type {
        margin-bottom: 0;
    }
}
/* End */


/* Start:/local/components/ashmanov/newsletters-subscribe/templates/.default/social.css?1685969451906*/
.subscribe-social .social {

}

.subscribe-social .social__list {
    margin: 0;
    padding: 0;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
}

.subscribe-social .social__item {
    list-style-type: none;
}

.subscribe-social .social__link {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #363636;
}

.subscribe-social .social__link:hover,
.subscribe-social .social__link--selected {
    color: #c4262e;
}

.subscribe-social .social__icon {
    display: block;
    fill: currentColor;
    transition: all 0.25s ease-in-out;
}

@media all {
    .subscribe-social .social__item {
        margin: 0 16px;
    }

    .subscribe-social .social__item:first-of-type {
        margin-left: 0;
    }
    .subscribe-social .social__item:last-of-type {
        margin-right: 0;
    }
}
/* End */


/* Start:/local/components/ashmanov/newsletters-subscribe/templates/.default/subscribe-social.css?16859694511280*/
.subscribe-social {
    padding: 60px 16px 40px;
}

.subscribe-social__img {
    display: block;
    margin: 0 auto 16px auto;
}

.subscribe-social__title {
    margin: 0;

    color: #363636;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.subscribe-social__description {
    margin: 0;

    color: #363636;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.subscribe-social__description p {
    margin: 0 0 19px 0;
}

.subscribe-social__description p:last-of-type {
    margin-bottom: 0;
}

@media all {
    .subscribe-social__title {
        margin-bottom: 16px;
    }

    .subscribe-social__description {
        margin-bottom: 24px;
    }

    .subscribe-social__list {
        margin: 24px 0;
    }

    .subscribe-social__form {
        max-width: 330px;
        margin: 0 auto;
    }
}

@media all and (min-width: 768px) {
    .subscribe-social {
        padding: 100px 40px 40px 40px;
    }

    .subscribe-social__title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media all and (min-width: 1344px) {
    .subscribe-social {
        padding: 90px 40px 40px 40px;
    }

    .subscribe-social__title {
        font-size: 26px;
        line-height: 30px;
    }
}
/* End */


/* Start:/local/components/ashmanov/newsletters-subscribe/templates/.default/product-subscribe-form.css?1685969451206*/
.product-subscribe-form {
    transition: all 0.25s ease-in-out;
}

.product-subscribe-form__field {
    margin-bottom: 16px;
}

.product-subscribe-form--disabled {
    visibility: hidden;
    opacity: 0;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/interes/style.css?16859694521520*/
.b-interes {
	background-color: #e8e8e8;
	position: relative;
	z-index: 10;
}

.b-interes__title {
	color: #999999;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;

}

@media all and (min-width: 320px) {
	.b-interes__wrapper {
		padding: 32px 16px;
	}
	.b-interes__title {
		margin: 0px 0px 32px 0px;
	}
}

@media all and (min-width: 768px) {
	.b-interes__wrapper {
		padding: 36px 48px 42px 48px;
	}
	.b-interes__title {
		margin: 0px 0px 25px 0px;
		font-size: 11px;
		line-height: 32px;
	}
}



.b-interes-item {
	padding: 32px;
	border-bottom: 1px solid #cecece;
}

.b-interes-item:first-of-type {
	margin-top: 0px;
	padding-top: 0px;
}

.b-interes-item:last-of-type {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.b-interes-item__link {
	display: block;
	text-decoration: none;
}

.b-interes-item__category {
	font-weight: 300;
	font-size: 15px;
	line-height: 19px;
}

.b-interes-item__title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #383838;
	text-align: center;
	margin: 0px 0px 5px 0px;
}

.b-interes-item__title:hover {
	color: #c4262e;
}

.b-interes-item__category {
	font-weight: 300;
	color: #383838;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

@media all and (min-width: 768px) {
	.b-interes-item {
		border-bottom: 0px;
		padding: 0px;
	}
	.b-interes-item__title {
		margin: 0px 0px 4px 0px;
	}
	.b-interes-item__category {
		font-size: 15px;
		line-height: 22px;
		font-weight: 300;
		margin: 4px 0px 0px 0px;
	}
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/modal/style.css?17501592674495*/
.b-main-form__wrapper {
    padding: 32px;
}
.b-main-form__name {
    margin-bottom: 32px;
}
.b-main-head-form label.error {
    display: none !important;
}
.b-main-head-form .jq-file:after {
    display: none;
}
.b-main-head-form .starrequired {
    font-family: Arial;
}
@media all and ( max-width: 767px ) {
    .b-main-form__column {
        width: 100%;
    }
    .b-main-form__column--left {
        margin-bottom: 17px;
    }
    .b-main-form__submit {
        margin-top: 32px;
    }
}
@media all and ( min-width: 768px ) {

    .b-main-form__column--left {
        padding-right: 16px;
    }
    .b-main-form__column--right {
        padding-left: 16px;
    }
    .b-main-form__submit {
        margin-top: 25px;
    }
    .b-main-form__textarea {
        height: 198px;
    }
}
@media all and ( min-width: 1344px ) {
    .b-main-form__wrapper {
        padding: 52px 48px;
    }
    .b-main-form__name {
        margin-bottom: 20px;
    }
    .b-main-form__field {
        margin-bottom: 18px;
    }
    .b-main-form__label {
        margin-bottom: 1px;
    }
    .b-main-form__textarea {
        height: 144px;
    }
    .b-main-form__column--left {
        padding-right: 24px;
    }
    .b-main-form__column--right {
        padding-left: 24px;
    }
    .b-main-form__submit {
        margin-top: 30px;
    }
}


.b-form-success {
    display: none;
}
.b-form-success__wrapper {
    text-align: center;
}
.b-form-success__wrapper p {
    color: #383838;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
@media all and ( min-width: 320px ){
    .b-form-success__wrapper {
        width: 275px;
        height: 275px;
        padding: 80px 30px;
    }
}
@media all and ( min-width: 640px ) {
    .b-form-success__wrapper {
        width: 384px;
        height: 384px;
        padding: 144px 48px;
    }
}
.b-main-form__files::before {
    top: 7px;
    transform: none;
}
.b-main-form__files {
    font-size: 0;
}
.b-main-form__files  .jq-file{
    height: 26px;
    border: none;
    padding: 0;
}
.b-main-head-form .jq-file:after {
    background-image: none;
}

.b-main-head-form   .jq-file__name {
    color: #666;
    font-size: 14px;
    font-weight: 700;
}
.b-main-form__files {
    margin-top: 0;
}
.b-field__file {
    display: none!important;
}
@media screen and (min-width: 1344px){
    .b-main-form__textarea {
        height: 144px;
    }

    .b-main-form__column--left {
        padding-right: 16px;
    }

    .b-main-form__column--right {
        padding-left: 16px;
    }

    .b-main-form__wrapper {
        padding: 50px 48px 64px;
    }

    .b-main-form__field {
        margin-bottom: 10px;
    }

    .b-main-form__submit {
        margin-top: 24px;
    }

    .b-main-form-text__title {
        margin-bottom: 18px;
    }
}

.b-main-form--no-margin {
    margin: 0;
}

.b-main-head-form .agreement-label {
    padding-top: 2px;
}
.b-field {
    position: relative;
}
.b-field--checkbox {
    padding-left: 30px;
}

.b-field__file {
    display: none !important;
}

.b-field__checkbox {
    display: none;
}

.b-field__checkbox + span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #d1d1d1;
    /*background-color: rgba(56, 56, 56, .4);*/
}

.b-field__checkbox:checked + span {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALBAMAAAC9q6FRAAAAAXNSR0IB2cksfwAAACFQTFRFAAAA3wAg3wAl4AAl3wAl4AAl3wAk4AAl4QAl4AAl4AAlbcJ6XAAAAAt0Uk5TABAw72D/QL+gz9CjLnWRAAAAPUlEQVR4nGNgAAFGBghQdgBTTKZhDEyFQG5oA4NypACTaQQDg1ToRBCXgXFpJIgLEgBxQQIREM1SDQwIwwCdrwnZy0AGJwAAAABJRU5ErkJggg==') no-repeat center;
}

.modal--avto .modal-dialog {
    max-height: unset;
}

.modal--avto .modal-scroll {
    max-height: 700px;
}

.modal--avto .avto--success {
    padding: 120px 48px;
}

.modal--avto .avto--success, .modal--avto .avto--success .modal-title {
    text-align: center;
}

.modal--avto .avto--success .form_success_link .b-button__wrapper {
    border: 1px solid #c4262e;
}

.modal--avto .avto--success .form_success_link .b-button__text {
    border: 1px solid #c4262e;
    color: #c4262e;
}

.modal--avto .avto--success .form_success_link .b-button__wrapper:hover {
    background-color: #c4262e;
}

.modal--avto .avto--success .form_success_link .b-button__wrapper:hover .b-button__text {
    color: #fff;
}

.modal--methodichka .jq-selectbox__dropdown ul {
    max-height: 120px !important;
}
/* End */
/* /local/templates/ashmanov/components/bitrix/news.list/headblock/style.css?16859694526250 */
/* /local/templates/ashmanov/components/bitrix/news.list/listblock/style.css?16859694522162 */
/* /local/templates/ashmanov/components/bitrix/news.list/how/style.css?16859694524976 */
/* /local/templates/ashmanov/components/bitrix/news.list/step/style.css?16859694521855 */
/* /local/components/ashmanov/video-and-stock/templates/.default/style.css?168596945246 */
/* /local/templates/ashmanov/components/bitrix/news.list/video/style.css?1685969452522 */
/* /local/templates/ashmanov/components/bitrix/news.list/stock/style.css?16859694521007 */
/* /local/templates/ashmanov/components/bitrix/news.list/slider-preview/style.css?16859694527451 */
/* /local/templates/ashmanov/components/bitrix/news.list/slider-project/style.css?16859694523279 */
/* /local/templates/ashmanov/components/bitrix/news.list/trust/style.css?16859694521900 */
/* /local/templates/ashmanov/components/bitrix/news.list/review2/style.css?16859694526195 */
/* /local/templates/ashmanov/components/bitrix/news.list/license/style.css?16859694521506 */
/* /local/templates/ashmanov/css/simplelightbox.min.css?16859694523504 */
/* /local/templates/ashmanov/components/bitrix/news.list/other-solutions/style.css?17501516517008 */
/* /local/templates/ashmanov/css/constructor-blocks.css?173803728411968 */
/* /local/templates/ashmanov/components/bitrix/news.list/award/style.css?16859694521344 */
/* /local/templates/ashmanov/components/bitrix/news.list/faq_seo/style.css?16859694523057 */
/* /local/templates/ashmanov/css/promotionstyle.css?168596945264955 */
/* /static/plugins/hystmodal/hystmodal.min.css?16859694732290 */
/* /local/components/ashmanov/form-and-text/templates/product/bottom-product.css?16859694511658 */
/* /local/components/ashmanov/form-and-text/templates/product/popup.css?16859694511367 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/style.css?16859694521502 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/field.css?16859694522796 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/button.css?1685969452786 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/form.css?1685969452698 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/social.css?1685969451906 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/subscribe-social.css?16859694511280 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/product-subscribe-form.css?1685969451206 */
/* /local/templates/ashmanov/components/bitrix/news.list/interes/style.css?16859694521520 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/modal/style.css?17501592674495 */
