

/* 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/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/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/our.results.h/style.css?16859694528185*/
.cases {
    /* padding-bottom: 64px; */
}

.cases__slider {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
}

.show_case {
    position: relative;
    padding: 0 15px;
    vertical-align: top;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    z-index: 1;
    text-decoration: none;
    color: #fff;
    border: 2px solid #c4262e;
    background-color: #c4262e;

    height: 40px;
    display: inline-block;
    line-height: 36px;
    font-size: 15px;
    font-weight: 700;
    font-family: Circe,Helvetica,Arial,sans-serif;
    min-width: 190px;
}

.cases__link {
    color: #FFFFFF;
    text-decoration: none;
}

.cases__item {
    padding-top: 50px;
    padding-bottom: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    min-height: 485px;
}

.cases__arrow {
    display: none;
    position: absolute;
    top: 199px;
    width: 32px;
    height: 32px;
    font-size: 0;
    z-index: 1;
}

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

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

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

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

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

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

.cases__tag {
    position: relative;
    display: inline-block;
    padding: 0 7px;
    vertical-align: top;
    min-width: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    /*background-color: #c4262e;*/
    font-size: 11px;
    font-weight: 600;
    line-height: 2.19;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    z-index: 1;
}

.cases__tag::before {
    content: '';
    position: absolute;
    top: -0.53px;
    right: 0;
    left: 0;
    height: 24px;
    background-color: #c4262e;
    z-index: -1;
}

.cases__title {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 1.87;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.cases__site {
    font-size: 16px;
    line-height: 16px;
    font-family: Circe, Helvetica, Arial, sans-serif;
    color: #fff;
    text-transform: none;
}

.cases__percent {
    display: block;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 200;
    line-height: 4px;
}

.cases__desc {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
}

.cases__block {
    margin-bottom: 30px;
}

.cases__desc span {
    display: block;
}

@media (min-width: 768px) {

    /*.cases {
        padding-bottom: 96px;
    }*/
    .cases__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cases__percent {
        font-size: 56px;
        display: block;
        margin-bottom: 30px;
        letter-spacing: -1.6px;
    }

    .cases__block {
        margin-bottom: 0;
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .cases__title {
        margin-bottom: 71px;
        font-size: 30px;
    }

    .cases__item {
        min-height: 432px;
    }

    .cases .slick-dots {
        display: none!important;
    }

}

@media (min-width: 1024px) {
    /*.cases {
        padding-bottom: 144px;
    }*/
    .cases__arrow {
        display: block;
    }

    .cases__title {
        margin-bottom: 83px;
    }

    .cases .slick-dots {
        bottom: 45px;
    }

    .cases__percent {
        margin-bottom: 47px;
        font-size: 80px;
    }
}

@media (min-width: 1344px) {

    .cases__item {
        min-height: 432px;
        padding-right: 100px;
        padding-left: 94px;
    }
}

@media (max-width: 768px) {
    .show_case {
        margin-top: 0;
        width: calc(100% - 40px);
        position: absolute;
        bottom: 45px;
        left: 0;
        right: 0;
        max-width: 190px;
        padding: 0;
    }

    .cases__item {
        padding-left: 20px;
        padding-right: 20px;
        min-height: 550px;
        position: relative;
    }

    .cases__title {
        line-height: 1.5;
        margin-bottom: 35px;
        margin-top: 5px;
    }
}
.header-title {
    background-color: #fff;
    padding-top: 48px;
    padding-bottom: 48px;
}
.header-title .b-result4__title {
    color: #383838;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}


/* 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/text-block/style.css?1685969452695*/
.b-text-block__title {
	margin: 0px 0px 32px 0px;
	color: #383838;
	text-align: center;
}

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

.b-text-block__wrapper :first-child {
	margin-top: 0;
}
.b-text-block__wrapper :last-child {
	margin-bottom: 0;
}

@media all and (min-width: 768px) {
	.b-text-block__title {
		margin: 0px 0px 16px 0px;
		letter-spacing: -1px;
	}
	.b-text-block__text {
		margin: 16px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 18px;
		line-height: 24px;
	}
}

@media all and (min-width: 1344px) {
	.b-text-block {
		margin: 72px auto;
	}
	.b-text-block__wrapper {
		padding: 0px 96px;
	}
}
/* 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/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/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/style.css?16859694523233*/
.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:/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 */
/* /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/step/style.css?16859694521855 */
/* /local/templates/ashmanov/components/bitrix/news.list/how/style.css?16859694524976 */
/* /local/templates/ashmanov/components/bitrix/news.list/our.results.h/style.css?16859694528185 */
/* /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/text-block/style.css?1685969452695 */
/* /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/license/style.css?16859694521506 */
/* /local/templates/ashmanov/components/bitrix/news.list/award/style.css?16859694521344 */
/* /local/templates/ashmanov/components/bitrix/news.list/faq/style.css?16859694523233 */
/* /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 */
