

/* Start:/local/templates/ashmanov/components/bitrix/news.list/headblock/style.css?16003872876250*/
.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/text-block/style.css?1532006045695*/
.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/templates/ashmanov/components/bitrix/news.list/listblock-vertical/style.css?15796842361340*/
.b-listblock-vertical__wrapper {
	background-color: #fff;
}
.b-listblock-vertical-item:first-of-type {
	margin-top: 0px;
}
.b-listblock-vertical-item:last-of-type {
	margin-bottom: 0px;
}
.b-listblock-vertical-item__title {
	margin-bottom: 16px;
}
.b-listblock-vertical-item__text {
	margin-top: 15px;
	color: #383838;;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.b-listblock-vertical-item__table {
	height: 100%;
}
.b-listblock-vertical-item__table td {
	vertical-align: middle;
}
.b-listblock-vertical-item__img {
	max-width: 120px;
	max-height: 100px;
	display: block;
	margin: 0px auto;
}

.b-listblock_pros__title {
	margin: 0 0 32px 0;
	color: #383838;
	text-align: center;
}
@media all and ( min-width: 320px ) {
	.b-listblock-vertical__wrapper {
		padding: 32px;
	}
	.b-listblock-vertical-item {
		margin: 32px 0px;
	}
	.b-listblock-vertical-item__img {
		margin-bottom: 32px;
	}
}
@media all and ( min-width: 1024px ) {
	.b-listblock-vertical__wrapper {
		padding: 48px 0px;
	}
	.b-listblock-vertical-item {
		margin: 48px 0px;
	}
	.b-listblock-vertical-item__img {
		margin-bottom: 0px;
	}
	.b-listblock-vertical-item__text {
		padding-right: 32px;
	}
}
@media all and ( min-width: 1344px ) {
	.b-listblock-vertical__wrapper {
		padding: 72px 0px;
	}
	.b-listblock-vertical-item__text {
		padding-right: 56px;
	}
}
/* End */


/* Start:/local/components/ashmanov/calculator-universal/templates/rates-mixed/style.css?156932459338397*/
/* Not copy*/
.line {
    height: 64px;
}

@media (min-width: 1024px) {
    .line {
        height: 200px;
    }
}

/*not copy*/
.b-calculator-and-form {
    background-color: #383838;
}

.b-calculator-and-form__wrapper :first-child {
    margin-top: 0px;
}

.b-calculator-and-form__wrapper :last-child {
    margin-bottom: 0px;
}

.b-calculator-and-form__title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.b-calculator-and-form__subtitle {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
}

@media all and ( min-width: 320px ) {
    .b-calculator-and-form__wrapper {
        padding: 64px 0px;
    }

    .b-calculator-and-form__title,
    .b-calculator-and-form__subtitle,
    .b-calculator-and-form__tabs {
        margin: 32px 0px;
    }
}

@media all and ( max-width: 767px ) {
    .b-calc__button--checkAll {
        margin-top: 32px !important;
        margin-bottom: 16px;
    }

    .b-calc__button--resetAll {
        margin-bottom: 16px;
    }
}

@media all and ( min-width: 768px ) {
    .b-calculator-and-form__subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .b-calculator-and-form__wrapper {
        padding: 96px 32px
    }
}

@media all and ( min-width: 1024px ) {
    .b-calculator-and-form__wrapper {
        padding: 144px 48px;
    }
}

@media all and ( min-width: 1344px ) {
    .b-calculator-and-form__wrapper {
        padding: 184px 48px 128px 48px;
    }
}

/** Item */
.b-calculator-and-form__item {
    display: none;
}

.b-calculator-and-form__item--is-active {
    display: block;
}

/**
 * Переопределяем стили вкладок
 */
.b-calculator-and-form__tabs {
    text-align: center;
}

.b-calculator-and-form__tabs .b-tabs-list__link {
    background-color: #383838;
    border: 2px solid #fff;
    color: #fff;
}

.b-calculator-and-form__tabs .b-tabs-list__link--is-active {
    background-color: #fff;
    color: #383838;
}

@media all and ( max-width: 639px ) {
    .b-calculator-and-form__tabs .b-tabs__wrapper,
    .b-calculator-and-form__tabs .b-tabs-list,
    .b-calculator-and-form__tabs .b-tabs-list__item {
        display: block;
    }
}

/* Мобильная и не мобильная версия */
.b-tariffs--mobile {
    display: block;
}

.b-tariffs--desktop {
    display: none;
}

@media all and ( min-width: 768px ) {
    .b-tariffs--mobile {
        display: none;
    }

    .b-tariffs--desktop {
        display: block;
    }
}

/**
 * Таблица для мобилок
 */
.b-tarif-table {
    border-collapse: collapse;
}

.b-tarif-table-head__column {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.b-tarif-table-body__column {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.b-tarif-table-body__column:last-of-type {
    vertical-align: middle;
    text-align: center;
}

.b-tarif-table-foot__price {
    margin: 0px;
    padding: 0px;
    color: #f6f6f6;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.b-tarif-table__check {
    width: 16px;
    height: 12px;
    display: block;
    margin: 0px auto;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUM4RUMyNkYwRDY3MTFFNzg1NThCOUQ3MTQ3RkVCQTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUM4RUMyNzAwRDY3MTFFNzg1NThCOUQ3MTQ3RkVCQTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxQzhFQzI2RDBENjcxMUU3ODU1OEI5RDcxNDdGRUJBMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxQzhFQzI2RTBENjcxMUU3ODU1OEI5RDcxNDdGRUJBMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps6rTuQAAACVSURBVHjaYvr//z8DGZgNxmZiIB0oAvENIA4D80i0WRGIH/6HgD9AbA5zgQYQLwRiDgI2HwBiOSh/HhCfApmqBsTPoaZuB2IOAjaDwCwgZgTJgSQFgfgskiS6ITg1wwzAZwhezcgGYDNkNyHN6AZgMwSvZmwGYDMEp2ZcBiAbglczCLPgiPP3QOwAxF9AaQ1fsgQIMAC1L9+VGiJJbwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
}

@media all and ( min-width: 320px ) {
    .b-tarif-table-head__column {
        padding: 10px;
    }

    .b-tarif-table-body__column {
        padding: 7px 10px 6px 10px;
    }

    .b-tarif-table-foot__price {
        padding: 25px 10px;
    }
}

@media all and ( min-width: 416px ) {
    .b-tarif-table-foot__submit {
        max-width: 200px;
        margin: 0px auto;
    }
}

@media all and ( max-width: 767px ) {
    .b-tarif-table-head__column:first-of-type,
    .b-tarif-table-body__column:first-of-type {
        border-right: 1px solid #464646;
    }

    .b-tarif-table-body__row,
    .b-tarif-table-foot__row {
        border-top: 1px solid #464646;
    }

    .b-tarif-table-head__column:first-of-type {
        text-align: left;
    }

    .b-tarif-table-head__column:last-of-type {
        text-align: center;
    }
}

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

}

@media all and ( min-width: 768px ) {
    .b-tarif-table {
        max-width: 870px;
        margin: 0px auto;
    }

    .b-tarif-table-head__row {
        border-bottom: 2px solid #464646;
    }

    .b-tarif-table-head__column {
        text-align: center;
    }

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

    .b-tarif-table-head__column:first-of-type {
        text-align: left;
    }

    .b-tarif-table-body__row {
        border-top: 1px solid #464646;
    }

    .b-tarif-table-body__column--is-active {
        background-color: #464646;
        border-top: 1px solid #535353;
    }

    .b-tarif-table-body__column--tarif {
        width: 194px;
        text-align: center;
    }

    .b-tarif-table-foot__column {
        padding: 25px;
        border-top: 1px solid #464646;
    }

    .b-tarif-table-foot__column--is-active {
        background-color: #464646;
        border-top: 1px solid #535353;
    }

    .b-tarif-table-foot__price {
        padding: 0px;
        margin-bottom: 25px;
    }

    .b-tarif-table-foot__price,
    .b-tarif-table-foot__submit {
        display: none;
    }

    .b-tarif-table-foot__column--is-active .b-tarif-table-foot__price,
    .b-tarif-table-foot__column--is-active .b-tarif-table-foot__submit {
        display: block;
    }
}

/* Список услуг */
.b-service-list {
    margin: 0px;
    padding: 0px;
}

.b-service-list__item {
    position: relative;
    list-style-type: none;
    border-top: 1px solid #464646;
}

.b-service-list__item:first-of-type {
    border-top: 0px;
}

.b-service-list__link {
    display: block;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.b-service-list__link--has-submenu:after {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -12px;
    content: " ";
    background-image: url('/static/svg/plus-light.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.b-service-list__link--is-active:after {
    background-image: url('/static/svg/minus-light.svg');
}

.b-service-sublist {
    display: none;
    padding-left: 40px;
}

.b-service-sublist__item {
    list-style-type: none;
}

.b-service-sublist__link {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.2px;
}

.b-service-list__checkbox {
    width: 20px;
    height: 20px;
    float: left;
    top: -3px;
    border: 1px solid #4a4a4a;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
}

div.b-service-list__checkbox.checked,
.b-service-list__checkbox:checked {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0VCOTJDNkYwREM5MTFFN0IyQjk4MEQ5QUNEQkZEMDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0VCOTJDNzAwREM5MTFFN0IyQjk4MEQ5QUNEQkZEMDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRUI5MkM2RDBEQzkxMUU3QjJCOTgwRDlBQ0RCRkQwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRUI5MkM2RTBEQzkxMUU3QjJCOTgwRDlBQ0RCRkQwMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpmAEM0AAAC1SURBVHjaYvz//z8DtQATAxXB4DWMBcZ4yKhGij42IP4FYsj/v0WRyxSB+AYQh1HqTZBBB6D0MiA2x2eYBhAvBGIOPAbJQfnzgPgU1jADAlCg7QdiCSAWA+JAIP6Bw6DZQJwOxP9xuewNED+Dsj2AeD3UhUQZhG7YOyB2AeJzSAZuJtYgbGH2Hs1AF2INwhWb6AYSZRB6BGAzcA8QnyXGIHyGwQx0AOIvxBgEAoyjRRDJACDAAEqjMT6SbPIlAAAAAElFTkSuQmCC');
}

@media all and ( min-width: 320px ) {
    .b-service-list__item {
        padding: 13px 0px 10px 0px;
    }

    .b-service-list__link {
        margin-left: 40px;
        padding-right: 25px;
    }

    .b-service-sublist {
        margin-top: 17px;
    }

    .b-service-sublist__item {
        padding: 7px 0px 11px 0px;
    }

    .b-service-sublist__link {
        margin-left: 40px;
    }
}

.b-calculator-form-field__label {
    display: block;
    margin-bottom: 1px;
    color: #898989;
    font-size: 14px;
    font-weight: 700;
}
.b-calculator-form-field__input {
    width: 100%;
    height: 40px;
    margin: 0px;
    padding: 0px 10px;
    display: block;
    line-height: 40px;
    background-color: #fff;
    color: #383838;
    font-size: 15px;
    font-weight: 300;
    border: 0px;
    outline: none;
}
.b-calculator-form label.error {
    display: none !important;
}
@media all and ( min-width: 320px ) {
    .b-calculator-form-field {
        margin-bottom: 18px;
    }
    .b-tarif-slider__dots {
        margin-top: 32px;
    }
    .b-selected {
        margin-bottom: 32px;
    }
}
@media all and ( min-width: 1024px ) {
    .b-calculator-form-field:last-of-type {
        margin-bottom: 0px;
    }
}
@media all and ( min-width: 1344px ) {
    .b-calculator-form {
        max-width: 1056px;
        margin: 0px auto;
    }
    .b-calculator-form__column--left {
        padding-left: 30px;
    }
    .b-calculator-form__column--center,
    .b-calculator-form__column--right {
        padding-left: 48px;
    }
    .b-calculator-form-field__textarea {
        height: 280px;
    }
    .b-calculator-form__footer {
        border-top: 1px solid #464646;
        padding: 55px 0px;
        margin-top: 55px;
    }
}

.b-calculator-form {
    display: block;
}

.b-selected__title {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.b-selected-list__item {
    list-style-type: none;
}

.b-selected-list--services {
    padding-left: 0px;
}
.b-selected-list--services .b-selected-list__item {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}
.b-selected-list--services .b-selected-list__item:before {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0%;
    left: -30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0VCOTJDNkYwREM5MTFFN0IyQjk4MEQ5QUNEQkZEMDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0VCOTJDNzAwREM5MTFFN0IyQjk4MEQ5QUNEQkZEMDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRUI5MkM2RDBEQzkxMUU3QjJCOTgwRDlBQ0RCRkQwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRUI5MkM2RTBEQzkxMUU3QjJCOTgwRDlBQ0RCRkQwMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpmAEM0AAAC1SURBVHjaYvz//z8DtQATAxXB4DWMBcZ4yKhGij42IP4FYsj/v0WRyxSB+AYQh1HqTZBBB6D0MiA2x2eYBhAvBGIOPAbJQfnzgPgU1jADAlCg7QdiCSAWA+JAIP6Bw6DZQJwOxP9xuewNED+Dsj2AeD3UhUQZhG7YOyB2AeJzSAZuJtYgbGH2Hs1AF2INwhWb6AYSZRB6BGAzcA8QnyXGIHyGwQx0AOIvxBgEAoyjRRDJACDAAEqjMT6SbPIlAAAAAElFTkSuQmCC');
    content: " ";
}

.b-selected-list--tariff {
    padding-left: 0px;
}
.b-selected-list--tariff .b-selected-list__item {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}
.b-selected-list--tariff .b-selected-list__item:first-of-type {
    font-weight: 700;
    line-height: 36px;
}


.b-textarea--services {
    display: none;
}

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

}
@media all and ( min-width: 1024px ) {
    .b-calc__footer {
        border-top: 1px solid #464646;
        margin-top: 55px;
        padding: 55px 0px;
    }

    .b-calc__button--checkAll,
    .b-calculator-form__back {
        float: left;
    }

    .b-calc__button--resetAll {
        float: left;
        margin-left: 45px;
    }

    .b-calc__button--sendRequest,
    .b-calculator-form__submit {
        width: 200px;
        float: right;
    }
}
.b-tarif-table-head__column:first-of-type,
.b-tarif-table-body__column:first-of-type {
    border-right: none;
}
.b-calculator-form {
    max-width: 1062px;
    margin-right: auto;
    margin-left: auto;
}
.b-tarif-table-body__column {
    font-size: 14px;
    line-height: 18px;
}

.b-tarif-table-body__column:first-child {
    max-width: 191px;
    padding-right: 19px;
}

.b-tarif-table-body__column.no-wrap {
    white-space: nowrap;
}

.price,
.price__symbol,
.price__title,
.price__from {
    font-size: 18px;
    line-height: 32px;
}

.b-tarif__inner {
    width: 100%;
    float: right;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 1024px) {
    .b-tarif__inner {
        max-width: 78px;
        width: 100%;
        float: right;
        text-align: center;
        white-space: nowrap;
    }
}

.price {
    font-weight: 700;
}

td.b-tarif-table-body__column.price__title {
    padding: 18px 0;
}

.price__symbol {
    font-weight: 200;
}

.price__title {
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.68px;
}

.b-calculator-and-form__title {
    margin-bottom: 0;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0.74px;
}

.b-calculator-and-form__title span {
    display: block;
}

.b-tarif-table-body__column.ta-right {
    text-align: right;
}

.b-tarif-table-body__column:last-of-type {
    text-align: center;
}

@media (min-width: 1024px) {
    .b-tarif-table-body__column:last-of-type {
        text-align: right;
    }
}

.price__row {
    border-top: none;
}

.b-calculator-form-field__textarea {
    border: none;
}

.b-calculator-and-form__tabs .b-tabs-list__link {
    cursor: pointer;
}

.b-calculator-form__back {
    position: relative;
    padding-left: 30px;
}

.b-calculator-form__back::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 13px;
    height: 12px;
    background: url(/local/components/ashmanov/calculator-universal/templates/rates-mixed/../img/back-icon.png) 0 0 no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-selected-list__item {
    position: relative;
    padding-left: 31px;
}

.b-selected-list__item::before {
    content: '';
    position: absolute;
    left: 0 !important;
    top: 1px;
    width: 14px;
    height: 18px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0VCOTJDNkYwREM5MTFFN0IyQjk4MEQ5QUNEQkZEMDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0VCOTJDNzAwREM5MTFFN0IyQjk4MEQ5QUNEQkZEMDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRUI5MkM2RDBEQzkxMUU3QjJCOTgwRDlBQ0RCRkQwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRUI5MkM2RTBEQzkxMUU3QjJCOTgwRDlBQ0RCRkQwMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpmAEM0AAAC1SURBVHjaYvz//z8DtQATAxXB4DWMBcZ4yKhGij42IP4FYsj/v0WRyxSB+AYQh1HqTZBBB6D0MiA2x2eYBhAvBGIOPAbJQfnzgPgU1jADAlCg7QdiCSAWA+JAIP6Bw6DZQJwOxP9xuewNED+Dsj2AeD3UhUQZhG7YOyB2AeJzSAZuJtYgbGH2Hs1AF2INwhWb6AYSZRB6BGAzcA8QnyXGIHyGwQx0AOIvxBgEAoyjRRDJACDAAEqjMT6SbPIlAAAAAElFTkSuQmCC') 0 0 no-repeat;
}

.b-calculator-form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-selected__title {
    padding-left: 31px;
    padding-top: 9px;
}

.b-selected-list--tariff .b-selected-list__item {
    margin-bottom: 10px;
}

@media (min-width: 320px) {
    .b-calculator-and-form__wrapper {
        padding-top: 51px;
        padding-bottom: 51px;
    }

    .b-tarif-table-head__column {
        padding-left: 0;
        padding-right: 0;
    }

    .b-tarif-table-body__column:first-child {
        padding-left: 0;
    }

    .b-tarif-table-body__column {
        padding: 8px 10px 9px 10px;
    }

    .b-tarif-table-body__column:last-child {
        padding-right: 0;
        padding-left: 0;
    }

    .b-tarif-slider__dots {
        margin-top: 26px;
    }
}

.b-calculator-and-form__agree {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
    max-width: 445px;
}

.b-calculator-and-form__agree a {
    text-decoration: none;
    color: #fff;
    border-bottom: dashed 1px rgba(255, 255, 255, .5);
}
@media (min-width: 768px) {
    .b-tariffs--mobile {
        display: block;
    }

    .b-tariffs--desktop {
        display: none;
    }

    .b-calculator-form-field__input {
        max-width: 312px;
    }

    .b-slider-dots {
        display: block;
    }

    .b-tarif-table-foot__submit {
        display: block;
    }

    .b-tarif-table-foot__column {
        padding-bottom: 0;
    }

    .b-calculator-form__column--center, .b-calculator-form__column--right {
        padding-left: 24px;
    }

    .b-calculator-form__column {
        padding-left: 24px;
    }

    .b-calculator-form__column:last-child {
        padding-left: 24px;
    }

    .b-selected-list--tariff .b-selected-list__item:first-of-type {
        display: none;
    }

    .b-tarif-table-foot__price {
        margin-bottom: 14px;
    }
}

@media (min-width: 1024px) {
    .b-block__wrapper {
        max-width: 1158px;
    }

    .b-calculator-and-form__wrapper {
        padding-top: 184px;
        padding-bottom: 128px;
    }

    .b-calculator-form {
        padding-bottom: 40px;
    }

    .b-tarif-table {
        max-width: 987px;
    }

    .b-tarif-table-head__column {
        letter-spacing: .74px;
    }

    .b-calculator-and-form__agree {
        margin-top: 0;
    }

    .b-tarif-table-head__column {
        padding: 14px 0;
        height: 47px;
        padding-top: 18px;
        padding-bottom: 10px;
    }

    .b-calculator-and-form__title span {
        display: inline-block;
        vertical-align: top;
    }

    .b-tarif-table-body__column {
        padding: 7px 10px 8px 10px;
    }

    .b-tarif-table-body__column:first-child {
        width: 375px;
    }

    .b-tarif-table-body__column--tarif {
        width: 130px;
    }

    .b-tarif-table-foot__column {
        padding-right: 9px;
        padding-left: 9px;
    }

    .b-calculator-and-form__title {
        margin-bottom: 26px;
        letter-spacing: 1.14px;
    }

    .b-tarif-table-head__column--is-active {
        position: relative;
        border-bottom: none;
        background-color: transparent;
    }

    .b-tarif-table-body__column {
        font-size: 15px;
        line-height: 20px;
    }

    .b-tarif-table-head__column--is-active span,
    .b-tarif-table-body__column--tarif span,
    .b-tarif-table-head__column span,
    .b-t-footer__inner {
        position: relative;
        z-index: 2;
    }

    .b-tarif-table-foot__submit {
        position: relative;
        height: 40px;
    }

    .b-tarif-table-head__column--is-active::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -24px;
        left: -24px;
        background-color: #464646;
        -webkit-box-shadow: 0 2px 0 #535353;
        box-shadow: 0 2px 0 #535353;
        z-index: 1;
    }

    .b-tarif-table-body__column--is-active,
    .b-tarif-table-foot__column--is-active {
        position: relative;
        background-color: transparent;
        border-top: none;
    }

    .not-border-bottom {
        border-top: none;
    }

    .space td {
        padding-top: 30px;
    }

    .b-tarif-table-body__column--is-active::before,
    .b-tarif-table-foot__column--is-active::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -24px;
        left: -24px;
        background-color: #464646;
        -webkit-box-shadow: 0 1px 0 #535353;
        box-shadow: 0 1px 0 #535353;
        z-index: 1;
    }

    .b-tarif-table-foot__column--is-active::before {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .b-tarif-table__check {
        position: relative;
        z-index: 2;
    }

    .b-tarif-table-foot__price {
        display: block;
    }

    .b-tarif-table-foot .b-tarif-table-foot__column {
        border-top: none;
    }

    .btn-b.b-button__wrapper {
        position: absolute;
        top: 0;
        width: 140px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .btn-b.b-button__wrapper {
        display: none;
    }

    .b-tarif-table-foot__column--is-active .btn-b.b-button__wrapper {
        display: block;
    }

    .b-tabs-list__link.b-tabs-list__link--is-active {
        background-color: transparent;
        color: #fff;
    }

    .b-tabs-list__link.b-tabs-list__link--is-active-x {
        background-color: #fff;
        color: #383838;
    }

    .tarif .b-calculator-and-form__title {
        margin-bottom: 58px;
    }

    .b-calculator-and-form__tabs {
        margin-bottom: 82px;
        margin-top: 0;
    }

    .b-calculator-form__column--center {
        padding-left: 35px;
    }

    .b-tarif-table-body__column:last-of-type {
        text-align: center;
    }

    .b-slider-dots {
        display: block;
    }

    .b-calculator-form__column:last-child {
        padding-left: 41px;
    }

    .b-tariffs--mobile {
        display: none;
    }

    .b-tariffs--desktop {
        display: block;
    }

    .b-calculator-form__submit {
        width: 176px;
    }

    .b-calculator-form__submit {
        margin-left: auto;
        margin-right: 47px;
    }

    .b-calculator-form__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .b-calculator-form__footer {
        margin-top: 55px;
        padding-top: 56px;
        border-top: 1px solid rgba(255, 255, 255, 0.07);
    }

    .b-tarif-table-foot__column {
        padding: 15px;
        padding-bottom: 24px;
    }

    .b-tarif-table-foot__price {
        font-size: 20px;
    }
}

@media (min-width: 1344px) {
    .b-calculator-form__column--left {
        padding-left: 0;
    }
}

body {
    font-weight: 400;
    color: #0a0a0a;
    overflow-x: hidden;
    background-color: #f6f6f6;
    position: relative;
    margin: 0;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-calc {
    padding-top: 50px;
    padding-bottom: 57px;
    font-weight: 400;
    font-family: "Circe", Helvetica, Arial, sans-serif;
    background-color: #383838;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.banner-calc__title {
    margin-top: 0;
    margin-bottom: 17px;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.16;
    text-transform: uppercase;
    letter-spacing: 0.47px;
    text-align: center;
}

.banner-calc__inner {
    max-width: 1152px;
    margin-right: auto;
    margin-left: auto;
}

.banner-calc__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner-calc__col {
    padding-top: 19px;
    padding-bottom: 19px;
    border-top: 1px solid rgba(255, 255, 255, .07);
}

.banner-calc__checkbox {
    display: none;
}

.banner-calc__checkbox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-calc__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.18px;
    padding-left: 30px;
    padding-top: 4px;
}

.banner-calc__label--uppercase {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

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

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

.banner-calc__price {
    color: #f6f6f6;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.banner-calc__price span {
    font-weight: 200;
}

.banner-calc__desc {
    max-width: 316px;
    margin-top: 12px;
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
}

.banner-calc__sub-list {
    margin: 0;
    margin-top: 22px;
    padding: 0;
    padding-left: 31px;
    list-style-type: none;
}

.banner-calc__sub-list .banner-calc__label {
    padding-top: 3px;
}

.banner-calc__sub-price {
    margin: 0;
    padding-left: 31px;
}

.banner-calc__sub-item {
    margin-bottom: 11px;
}

.banner-calc__sub-item:last-child {
    margin-bottom: 0;
}

.banner-calc__sub-item .banner-calc__checkbox {
    margin-right: 11px;
}

.banner-calc__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .07);
}

.banner-calc__total-desc p {
    margin: 0;
    line-height: 20px;
}

.banner-calc__total {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.68px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.banner-calc__sum {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0;
    margin-left: auto;
    color: #f6f6f6;
    font-size: 18px;
    font-weight: 400;
}

.banner-calc__sum span {
    font-weight: 200;
}

.banner-calc__order-in {
    margin-top: 20px;
    margin-bottom: 22px;
    width: 100%;
    background-color: #c4262e;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    padding: 12px 20px;
    line-height: 1.1;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

.banner-calc__order-in:focus {
    outline: none;
}

.banner-calc__order-in:hover {
    background-color: #D22931;
}

.banner-calc__col--padding {
    padding-top: 23px;
}

@media (min-width: 336px) {
    .banner-calc__title {
        letter-spacing: 1.47px
    }
}

@media (min-width: 768px) {
    .banner-calc__inner {
        padding-right: 32px;
        padding-left: 32px;
    }
}

@media (min-width: 1024px) {
    .banner-calc__inner {
        padding: 0 96px;
    }

    .banner-calc__col--padding {
        padding-top: 17px;
    }


    .banner-calc__desc {
        max-width: 356px;
        margin-top: 23px;
        padding-left: 41px;
        line-height: 1.6;
    }

    .banner-calc__title {
        margin-bottom: 56px;
        font-size: 30px;
        letter-spacing: 1.84px;
    }

    .banner-calc__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, .07);
    }

    .banner-calc__col {
        padding-right: 53px;
        width: calc(50% + 74px);
        padding-bottom: 23px;
        padding-top: 19px;
    }

    .banner-calc__col:last-child {
        width: 50%;
        padding-right: 0;
    }

    .banner-calc__checkbox + span {
        margin-right: 20px;
    }

    .banner-calc__label {
        padding-top: 2px;
        padding-left: 40px;
    }

    .banner-calc__label--uppercase {
        font-size: 12px;
    }

    .banner-calc__price {
        font-size: 20px;
    }

    .banner-calc__sub-list {
        padding-left: 37px;
        margin-top: 22px;
    }

    .banner-calc__sub-price {
        font-size: 15px;
        line-height: 1;
        flex: none;
    }

    .banner-calc__sub-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 12px;
    }

    .banner-calc__footer {
        padding-top: 13px;
        padding-left: 41px;
        border-top: none;
    }

    .banner-calc__total {
        font-size: 12px;
    }

    .banner-calc__order-in {
        width: 144px;
        margin-left: 25px;
        margin-top: 10px;
        margin-bottom: 7px;
    }

    .banner-calc__total-desc {
        width: 100%;
    }

    .banner-calc__total-desc p {
        max-width: 410px;
        font-size: 15px;
        line-height: 22px;
    }
}

.form-order {
    padding-top: 50px;
}

.b-selected-list {
    padding: 0;
}

.b-selected-list__item {
    margin-bottom: 15px;
    color: #fff;
}

.banner-calc__radio {
    display: none;
}

.banner-calc__radio + span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #888888;
    border-radius: 50%;
    background-color: #383838;
}

.banner-calc__radio:checked + span::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E00025;
}

.radio {
    margin-left: 15px;
    border: none;
}

.not-border {
    border-top: none;
}

.banner-calc__radio-group > label {
    margin-bottom: 16px;
}

.tariff {
    padding-top: 55px;
    padding-bottom: 65px;
}

.tariff__title {
    margin-bottom: 29px;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1.47px;
    text-align: center;
}

.tariff__label {
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.68px;
}

.tariff__table {
    border-top: 1px solid #535353;
    color: #fff;
    border-collapse: collapse;
}

.tariff__row--border {
    border-bottom: 1px solid #535353;
}

.tariff__slide {
    height: auto;
}

.b-calculator-and-form .slick-slider {
    height: auto;
}

.b-tarif-table-foot__column {
    vertical-align: top;
}

.b-tarif-table-body__from {
    display: block;
    text-align: center;
}

.price {
    padding-left: 4px;
}

.target .b-tarif-table-body__column:nth-child(2) {
    text-align: center;
}

.target .b-tarif__inner {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.tariff__col {
    color: #fff;
    padding-top: 11px;
    padding-bottom: 8px;
    vertical-align: top;
}

.tariff__col:nth-child(2) {
    vertical-align: top;
    white-space: nowrap;
    text-align: right;
    color: #f6f6f6;
}

.tariff__col--radio {
    padding: 3px 0;
}

.tariff__row--border .tariff__col--radio {
    padding-bottom: 18px;
}

.tariff__checkbox {
    margin-left: 16px;
}

.tariff__currency {
    font-weight: 200;
}

.tariff__total {
    padding-top: 20px;
    padding-bottom: 3px;
}

.tariff .b-tarif-slider__dots {
    margin-top: 0;
}

.hover {
    position: relative;
    background-color: #464646;
}

.hover::before {
    content: '';
    position: absolute;
    top: -32px;
    bottom: -23px;
    background-color: #464646;
    left: 0;
    width: 100%;
    z-index: -1;
}

.tariff__text-sm {
    margin: 0;
    list-style-type: none;
    padding-left: 24px;
    padding-top: 7px;
    font-size: 14px;
    font-weight: 300;
}

div.tariff__text-sm {
    padding-left: 0;
}

.tariff__table--promotion-soc {
    border-top: none;
}

@media (min-width: 1024px) {
    .tariff__title {
        margin-bottom: 64px;
        font-size: 30px;
        line-height: 32px;
    }

    .tariff__hover {
        position: relative;
        z-index: 2;
    }

    .tariff__table {
        max-width: 956px;
        margin-right: auto;
        margin-left: auto;
    }

    .tariff__col {
        text-align: center;
        padding: 15px 23px 13px;
    }

    .tariff__col:first-child {
        text-align: left;
        padding-left: 0;
    }

    .tariff__col:nth-child(2) {
        text-align: center;
    }

    .tariff .banner-calc__order-in {
        margin-right: auto;
        margin-left: auto;
    }

    .tariff__radio {
        margin-left: 24px;
    }

    .tariff__col--radio, .tariff__col--checkbox {
        padding: 4px 0;
        padding-bottom: 8px;
    }

    .tariff__checkbox {
        margin-left: 24px;
    }

    .tariff__label {
        display: block;
        padding-top: 5px;
        font-size: 12px;
        line-height: 20px;
    }

    .tariff__col-sm {
        padding-bottom: 6px;
    }

    .tariff .banner-calc__order-in {
        visibility: hidden;
        opacity: 0;
    }

    .tariff .hover .banner-calc__order-in {
        visibility: visible;
        opacity: 1;
    }

    .tariff__cost {
        font-size: 20px;
        font-weight: 200;
    }

    .tariff__cost-sm {
        font-size: 15px;
        font-weight: 200;
    }

    .b-tarif-table-foot__column:nth-child(1) {
        padding-left: 0;
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.74px;
    }
}
.b-calculator-and-form__item {
    display: none;
}

.b-calculator-and-form__item--is-active {
    display: block;
}
.b-calculator-form {
    display: block;
}
.tariff__col.hover {
    cursor: pointer;
}

@media all and ( min-width: 1344px ) {
    .b-calculator-and-form__wrapper {
        padding: 184px 48px 128px 48px;
    }
}
.tariff__table--usability {
    max-width: 984px;
}

.tariff__col--break{
    white-space: normal!important;
}
.tariff__col--regular_font{
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.tariff__col--left-align{
    text-align: left!important;
}
.tariff__body .tariff__col:first-child {
    min-width: 155px;
}

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

.b-title.tariff__title a:hover {
    border-bottom: none;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/form.result.new/calculator/style.css?15409072505051*/

.b-calculator-form-field__label {
	display: block;
	margin-bottom: 1px;
	color: #898989;
	font-size: 14px;
	font-weight: 700;
}
.b-calculator-form-field__input {
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px 10px;
	display: block;
	line-height: 40px;
	background-color: #fff;
	color: #383838;
	font-size: 15px;
	font-weight: 300;
	border: 0px;
	outline: none;
}
.b-calculator-form label.error {
	display: none !important;
}
@media all and ( min-width: 320px ) {
	.b-calculator-form-field {
		margin-bottom: 18px;
	}
	.b-tarif-slider__dots {
		margin-top: 32px;
	}
	.b-selected {
		margin-bottom: 32px;
	}
}
@media all and ( min-width: 1024px ) {
	.b-calculator-form-field:last-of-type {
		margin-bottom: 0px;
	}
}
@media all and ( min-width: 1344px ) {
	.b-calculator-form {
		max-width: 1056px;
		margin: 0px auto;
	}
	.b-calculator-form__column--left {
		padding-left: 30px;
	}
	.b-calculator-form__column--center,
	.b-calculator-form__column--right {
		padding-left: 48px;
	}
	.b-calculator-form-field__textarea {
		height: 280px;
	}
	.b-calculator-form__footer {
		border-top: 1px solid #464646;
		padding: 55px 0px;
		margin-top: 55px;
	}
}

.b-calculator-form {
    display: block;
}

/**
 * Список выбранных услуг
 */
.b-selected__title {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}
.b-selected-list__item {
	list-style-type: none;
}

/** Стили для списка услуг */
.b-selected-list--services {
	padding-left: 0px;
}
.b-selected-list--services .b-selected-list__item {
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}
.b-selected-list--services .b-selected-list__item:before {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0%;
	left: -30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0VCOTJDNkYwREM5MTFFN0IyQjk4MEQ5QUNEQkZEMDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0VCOTJDNzAwREM5MTFFN0IyQjk4MEQ5QUNEQkZEMDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRUI5MkM2RDBEQzkxMUU3QjJCOTgwRDlBQ0RCRkQwMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRUI5MkM2RTBEQzkxMUU3QjJCOTgwRDlBQ0RCRkQwMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpmAEM0AAAC1SURBVHjaYvz//z8DtQATAxXB4DWMBcZ4yKhGij42IP4FYsj/v0WRyxSB+AYQh1HqTZBBB6D0MiA2x2eYBhAvBGIOPAbJQfnzgPgU1jADAlCg7QdiCSAWA+JAIP6Bw6DZQJwOxP9xuewNED+Dsj2AeD3UhUQZhG7YOyB2AeJzSAZuJtYgbGH2Hs1AF2INwhWb6AYSZRB6BGAzcA8QnyXGIHyGwQx0AOIvxBgEAoyjRRDJACDAAEqjMT6SbPIlAAAAAElFTkSuQmCC');
	content: " ";
}

/** Стили для списка услуг */
.b-selected-list--tariff {
	padding-left: 0px;
}
.b-selected-list--tariff .b-selected-list__item {
	position: relative;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
}
.b-selected-list--tariff .b-selected-list__item:first-of-type {
	font-weight: 700;
	line-height: 36px;
}


.b-textarea--services {
	display: none;
}

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

}

.b-calculator-form__back::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 13px;
	height: 12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAAPElEQVQokWNgwAL+//8v8////xJsclgBVMOd/xBAWCOahjv///+XGVwaiALkaSLLeWT7i9oaSU4V9bjkAfxE+qrvvLAiAAAAAElFTkSuQmCC) 0 0 no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.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;
}

/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/listblock/style.css?15320060452162*/
.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/step3/style.css?15320060459774*/

.stages {
    margin: 32px auto;
    padding: 0 16px;
}

.stages__inner {
    background-color: #fff;
    position: relative;
    max-width: 1152px;
    margin: 0 auto;
    padding: 32px;
    z-index: 11;
}

.stages__title {
    margin: 0 0 32px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.stages__block {
    display: none;
}

.stages__block.active {
    display: block;
}

.stages__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    counter-reset: step-list;
}

.stages__item:not(:last-child) {
    margin-bottom: 32px;
}

.stages__item h4 {
    position: relative;
    padding-left: 64px;
    line-height: 28px;
    margin: 0;
}

.stages__item h4::before {
    counter-increment: step-list;
    content: counter(step-list);
    width: 40px;
    height: 40px;
    padding-top: 6px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 1px;
    color: #c4262e;
    font-size: 20px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #dedede;
}

.stages__item a {
    color: #383838;
    font-size: 24px;
    text-decoration: none;
}

.stages__content {
    display: none;
    max-width: 638px;
    padding: 123px 47px 41px;
    margin: 0;
}

.stages__work {
    margin-bottom: 29px;
    color: #383838;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.stages__results {
    margin-bottom: 34px;
    padding: 14px 24px;
    border: 2px solid #c4262e;
}

.stages__results p {
    margin: 0;
    font-weight: 300;
}

.stages__subject {
    color: #c4262e;
}

.stages__scale {
    position: relative;
    display: block;
    padding: 0;
    border: 1px solid rgba(186, 186, 186, 0.5);
}

.stages__scale:hover::before,
.stages__scale:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.stages__scale::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(207, 207, 207, .41);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.stages__scale::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    width: 80px;
    height: 80px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABLCAMAAADtTJGhAAAAAXNSR0IB2cksfwAAAkZQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////2Vzz5gAAAMJ0Uk5TAB5PcY+uu8XMwrimh2hDEQI6gbaobiYUuadXBxh6yGAJBmLGtUIukBMBXcmwflkgFg0air66NgiLXirKoANHq3apokl5Vgx8coytJD2amY14MAVGm1KdxIg+K45qwE0csg6vSCe8ZQqDWscbpMORTkBThEWhEnUXb7dESpYQKRm9hjxmgmcfqjEVSwtzkpSAUX1Qs2MdOyI4mFWXW0yVwYlte2Gld2tshT85LTIEaaPLcL8jtJNfMzUoLLFkVJ+cNCH5VHccAAAF6ElEQVR4nKWY6UNTRxDAH4jyElRACwULaDgL5Ui4IUIRSqAIgqGCMQgISAyIQCsqKFKKFfEothZBW0RolR5gEUXtYY//rO/N7DuzS2KcTzOzs7/s7sweLxzHkIDALUFbtwXzvMEYsn3HzlBWnFcJC9+1m9fJOxGR/qDejYjSk1Ci97z3hqiY2Dg6SpSovfveAGWKT2CjRElM8pmVvHVzlCgp7/uESk37QNUpPSMzPMtssWRHJsXn5Koa8vJ9YBUUqta6KFvTFla8JU9utBZ5ZVn2KzNJprSXlH4oB5SlemEdkCLLixkhqRXy6D7alFYgjSuhMowdZauSaNWbsFI/JkE1B5WetfG7guoO1TdkHrbLzkYDCaxkw9JIyCc2iXSkyarko/moQxpvJJlq3DEWK5nUhJPsF1vLcX15pbcSXFs7OtpP0FmmDjIuwurM06MgMV3YGnAS7Qw6rJusF87RdYqGEmfmxvBjPWjTCojrxf2YgGsfeprBEqQKp1qJVjQt77HYhvkJ7ZC79p3Z0T+QNFi9X0nFp9jfidZnnqwYPHPOQpxLHtfZUvn0GioySt5z4DjfDEaIZ+lewDCse2m9hkc0MaZusk78RbDj0QjXs0owdUFgdJIul0b1YZcTydzHYAKfgzGuj/pClRobqYlxueR75ZvETM46J1gTmDObDnYFMwP6l2RcEuvqJM/nFBBjjPzSNdGYwqRc18FwbdNE9QbWfdQQaUqdFM2bUmQ+wm6B8RXo01pWFkbAWXgb9UaprQ3MDjn2a1XsN6Du1sIQkA56HSZcbosE+45sT2ERfSvqMwge08CqwQf7zGVVJZ8GI+vbBHoipTjOgA923V1Qg/exYeHgiINqvqV0lAUTfldUizCVHBtmwl0cqUypQQPD82RWVPFMjoAZ78x0u924N3IFzV05B7stBDywJ92gntLA8LdiRLUe1NuCljXMe8g9cXI5oN4Xo/tBdWpgGGkR1e9ALeWkItLJ90LDNGhwb46AWkeBhSpLOi9ouTSYuBGvKKveCOoDDWwBfFCHD+XIEBpsUR5yoBgdCGqhBoarU6zkZ0nQaq2erCiz0ICXCRTXD6Bq99OP8kJxR0CdFNXiR/WCHAJHsKg+fDwluM28Mo8lUJc1sJ/ANyGqXRg6I7d51NkgOE7CAdsEeqsGhgdTiqiG4bq3sGHl4NguqiV9oGtvqJ/B11ci6hmgH7ewYL/g0OFU+RVU6w0N7ASuNZx4Kxj8iAFbheONX4Ct+QT0/ZxWfgNvLOiYjbU50jSrhT1VSkTa0y06WAt4103KnPncZ9hkh2sjhwS2YqNhVDWJFR0sAN2DYDxAI498QCQJF9zzXtT7Se3BAc8dBb3d4+LEZ94dSEEbeX71kZvifP+ICxTTTWzgyyFudk2pKI3MY9QeMBpJH36jSxWSOiA9Gtbx4Ryk7qOWVTyAF/B9PyHR+Ev9U0h69qJG8vW8BJeZfMVYKzxoWNd8PS7ABV4RY1PKRvmCYic4SBcHk2YnP0zO8zTKLkfJVZLHpr3Chjjy6ZFvpLOaYlR92DQ883jDZTRtZZTBrQ9q33ZMmoskK1fatzNLzVqUca/+jcKmRZIvw2BphTnX/Lj8TK5pmKO9OJm0i1LHxRLFOXR44Hqn43eX4vFxpi8kGvPTSZDS5698o8VLNGtsDEeVP4SHTbCPNLecwrgMz2+ZVcc9XFUfaY51JXs1T16alBbLQOw2qYVFq9XRssvV1dBzIOfphNs9Ueb8U1MlDNpCto5m/8vLnweb0Qo5vWQH+U+b9aBxxfVMSIKTTiOHoP5CALm67PFPkCiTaaPcazptHJx/02BCoa9M/KP5F2dhoygLWui0f8FnoMNEsf83UPT43PR01XKmY0a5OKi0IfSxYSyh0WL8hdFoeEwY/YB50uzRYKf4A1NoePrZyUF93y+YTFubvjZqrsBx8X0W7x03paml208WjXba5L0Xk6a7wBLN/rOEj4o+zbjeiiVchykyytD9FnMkcnCxXHiCDae8Jnn8HwfwTMJ1NdpbAAAAAElFTkSuQmCC) center no-repeat;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: 1;
}

.stages__scale img {
    width: 100%;
}

.stages__desc {
    margin: 8px 0 25px;
    padding-left: 25px;
    color: #808080;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

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

.stages__doc-file {
    margin-bottom: 15px;
}

.stages__doc-file a {
    position: relative;
    display: block;
    padding-left: 36px;
    color: #383838;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.stages__doc-file a:hover {
    color: #c4262e;
}

.stages__doc-file a::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 21px;
    left: 0;
    top: 0;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAyMSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIxIj4KCTxzdHlsZT4KCQl0c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9CgkJLnNocDAgeyBmaWxsOiAjMzgzODM4IH0gCgkJLnNocDEgeyBmaWxsOiAjYzQyNTJkIH0gCgk8L3N0eWxlPgoJPGcgaWQ9IlBhZ2UgMSI+CgkJPHBhdGggaWQ9IlBhdGggMSIgY2xhc3M9InNocDAiIGQ9Ik02LjU2IDAuMDFMMCA2LjIzTDAgMjAuNTFMMTcuNSAyMC41MUwxNy41IDAuMDFMNi41NiAwLjAxWk0xLjUgNi44N0w3LjE2IDEuNTFMMTYgMS41MUwxNiAxOS4wMUwxLjUgMTkuMDFMMS41IDYuODdaTTEzLjk4IDEwLjg2TDMuOCAxMC44NkwzLjggOS4zNkwxMy45OCA5LjM2TDEzLjk4IDEwLjg2Wk0xMy45OCAxMy45M0wzLjggMTMuOTNMMy44IDEyLjQzTDEzLjk4IDEyLjQzTDEzLjk4IDEzLjkzWk0xMy45OCAxNi45OUwzLjggMTYuOTlMMy44IDE1LjQ5TDEzLjk4IDE1LjQ5TDEzLjk4IDE2Ljk5WiIgLz4KCQk8cGF0aCBpZD0iUGF0aCAyIiBjbGFzcz0ic2hwMSIgZD0iTTYuNTcgMEwwIDYuMjVMMCA3LjMyTDcuNjEgNy4zMkw3LjYxIDBMNi41NyAwWk02LjExIDIuNTFMNi4xMSA1LjgyTDIuNjMgNS44Mkw2LjExIDIuNTFaIiAvPgoJPC9nPgo8L3N2Zz4=) center no-repeat;
}

@media (min-width: 768px) {
    .stages {
        margin: 48px auto;
        padding: 0 32px;
    }
}

@media (min-width: 1024px) {
    .stages__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 816px;
        padding: 0;
    }

    .stages__title {
        margin-bottom: 13px;
        padding-right: 50px;
        text-align: right;
        font-size: 30px;
        line-height: 32px;
    }

    .stages__item .active a {
        color: #c4262e;
        border-bottom: none;
    }

    .stages__item .active::before {
        color: #c4262e;
    }

    .stages__item:nth-child(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .stages__item:nth-child(4) h4 {
        max-width: 370px;
        margin-left: auto;
    }

    .stages__item a {
        /*      text-decoration: underline;
              -webkit-text-decoration-style: dashed;
              text-decoration-style: dashed;
              -webkit-text-decoration-color: rgba(56, 56, 56, .4);
              text-decoration-color: rgba(56, 56, 56, .4);*/
        text-decoration: none;
        border-bottom: 1px dashed rgba(56, 56, 56, .4);
    }

    .stages__content {
        display: block;
    }

    .stages__column {
        position: relative;
        max-width: 432px;
        width: 100%;
        padding-left: 48px;
        padding-top: 72px;
        text-align: right;
        padding-bottom: 41px;
    }

    .stages__column::before {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        width: 1px;
        background-color: rgba(186, 186, 186, .5);
    }

    .stages__list {
        padding-top: 18px;
    }

    .stages__item:not(:last-child) {
        margin-bottom: 33px;
    }

    .stages__item span {
        display: block;
    }

    .stages__item h4 {
        padding-left: 0;
        padding-right: 50px;
    }

    .stages__item h4::before {
        right: 0;
        top: -6px;
        left: initial;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        color: #383838;
    }

}

.stages h3 {
    font-style: normal;
    font-weight: 400;
}

.stages h4 {
    font-style: normal;
    font-weight: 400;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/main.services/style.css?15883443112765*/
.b-section-main {

}
.b-section-main__wrapper {
	position: relative;
	z-index: 11;
}
@media all and (min-width: 1024px) {
	.b-section-main__wrapper {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: stretch;
	}
}

@media all and (min-width: 1344px) {
	.b-section-main {
		margin: 48px 0;
		padding: 0;
	}
	.b-section-main__wrapper {
		width: 1152px;
		margin: 0 auto;
	}
}

.b-price {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
}
.b-price__text {
	padding-left: 16px;
	letter-spacing: 0.65px;
}


.b-rect {
	cursor: pointer;
}
.b-rect--white {
	background-color: #ffffff;
}
.b-rect--white .b-rect__title,
.b-rect--white .b-rect__text {
	color: #383838;
}
.b-rect--white .b-rect__price {
	color: #959595;
}
.b-rect--gray {
	background-color: #dfe3e4;
}
.b-rect--gray .b-rect__title,
.b-rect--gray .b-rect__text {
	color: #383838;
}
.b-rect--gray .b-rect__price {
	color: #959595;
}
.b-rect--red {
	background-color: #c4262e;
}
.b-rect--red .b-rect__title,
.b-rect--red .b-rect__text {
	color: #ffffff;
}
.b-rect--red .b-rect__price {
	color: rgba(255, 255, 255, 0.5);
}
.b-rect--black {
	background-color: #383838;
}
.b-rect--black .b-rect__title,
.b-rect--black .b-rect__text {
	color: #ffffff;
}
.b-rect--black .b-rect__price {
	color: rgba(255, 255, 255, 0.5);
}
.b-rect__title {
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.3px;
}
.b-rect__text {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.1px;
}
.b-rect__price {
	font-size: 11px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
}
.b-rect__text p {
	margin: 0;
	padding: 0;
}
.b-rect--4 .b-rect__text {
	line-height: 22px;
}
.b-rect--8 .b-rect__text {
	line-height: 24px;
}

.main_services_head {
	background-color: white;
	width: 99.99%;
}

@media all and (min-width: 300px) {
	.b-section-main__wrapper {
		margin: 32px auto;
		padding: 0 16px;
	}
	.b-rect {

	}
	.b-rect__wrapper {
		padding: 32px;
	}
	.b-rect__title {
		margin-bottom: 32px;
	}
	.b-rect__price {
		margin-top: auto;
	}
}

@media all and (max-width: 1023px) {
	.b-rect__title br {
		display: none;
	}
	.b-rect__text {
		margin: 32px 0;
	}
}
@media all and (min-width: 1024px) {
	.b-section-main__wrapper {
		margin: 48px auto;
		padding: 0 32px;
	}
	.b-rect {
		height: 384px;
	}
	.b-rect__wrapper {
		height: 100%;
		padding: 48px;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
	}
	.b-rect__title {
		margin-bottom: 16px;
	}
	.b-rect--4 {
		width: 33.3333%
	}
	.b-rect--8 {
		width: 66.6666%
	}
}

@media all and (min-width: 1344px) {
	.b-section-main__wrapper {
		padding: 0;
	}
	.b-rect__wrapper {
		padding: 80px 48px 48px 48px;
	}
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/slider-project/style.css?15320060453279*/
.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?15475495091762*/
.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;
}
/* End */


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


/* Start:/local/templates/ashmanov/components/bitrix/news.list/video/style.css?1532006045522*/
.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?15320060451007*/
.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?16161043311506*/
.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?15651769113504*/
.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/award/style.css?15320060451343*/
.b-award {
	background-image: url("/static/img/aip_awards-2.jpg");
	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:/static/plugins/hystmodal/hystmodal.min.css?16040549192290*/
.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?16339249711658*/
.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?16340322181367*/
.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?16339253181502*/
/** Хачим с полями типа 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?16334880252796*/
.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?1633490485786*/
.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?1633921859698*/
.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?1634000112726*/
.social {

}

.social__list {
    margin: 0;
    padding: 0;

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

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

.social__link {
    width: 28px;
    height: 28px;

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

    color: #363636;
}

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

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

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

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


/* Start:/local/components/ashmanov/newsletters-subscribe/templates/.default/subscribe-social.css?16340317061280*/
.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?1634002051206*/
.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?16294538571520*/
.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 */
/* /local/templates/ashmanov/components/bitrix/news.list/headblock/style.css?16003872876250 */
/* /local/templates/ashmanov/components/bitrix/news.list/text-block/style.css?1532006045695 */
/* /local/templates/ashmanov/components/bitrix/news.list/listblock-vertical/style.css?15796842361340 */
/* /local/components/ashmanov/calculator-universal/templates/rates-mixed/style.css?156932459338397 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/calculator/style.css?15409072505051 */
/* /local/templates/ashmanov/components/bitrix/news.list/listblock/style.css?15320060452162 */
/* /local/templates/ashmanov/components/bitrix/news.list/step3/style.css?15320060459774 */
/* /local/templates/ashmanov/components/bitrix/news.list/main.services/style.css?15883443112765 */
/* /local/templates/ashmanov/components/bitrix/news.list/slider-project/style.css?15320060453279 */
/* /local/templates/ashmanov/components/bitrix/news.list/trust/style.css?15475495091762 */
/* /local/components/ashmanov/video-and-stock/templates/.default/style.css?153200604546 */
/* /local/templates/ashmanov/components/bitrix/news.list/video/style.css?1532006045522 */
/* /local/templates/ashmanov/components/bitrix/news.list/stock/style.css?15320060451007 */
/* /local/templates/ashmanov/components/bitrix/news.list/license/style.css?16161043311506 */
/* /local/templates/ashmanov/css/simplelightbox.min.css?15651769113504 */
/* /local/templates/ashmanov/components/bitrix/news.list/award/style.css?15320060451343 */
/* /static/plugins/hystmodal/hystmodal.min.css?16040549192290 */
/* /local/components/ashmanov/form-and-text/templates/product/bottom-product.css?16339249711658 */
/* /local/components/ashmanov/form-and-text/templates/product/popup.css?16340322181367 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/style.css?16339253181502 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/field.css?16334880252796 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/button.css?1633490485786 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/form.css?1633921859698 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/social.css?1634000112726 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/subscribe-social.css?16340317061280 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/product-subscribe-form.css?1634002051206 */
/* /local/templates/ashmanov/components/bitrix/news.list/interes/style.css?16294538571520 */
