

/* Start:/local/templates/ashmanov_new/components/bitrix/breadcrumb/top-breadcrumb/style.css?1781087098644*/
.b-breadcrumb {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 14;
}

.b-breadcrumb__list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 0px;
}

.b-breadcrumb__item {
	color: #acadad;
	display: inline;
	padding-right: 7px;
}

.b-breadcrumb__item--divider {
	font-size: 11px;
}

.b-breadcrumb__link {
	font-size: 12px;
	color: #acadad;
	font-weight: 300;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
.b-breadcrumb__link--hidden {
	display: none;
}

.b-breadcrumb__link--is-active {
	border-bottom: 1px solid rgba(172, 173, 173, 0.5);
}

@media (max-width: 767px) {
	.b-breadcrumb__item {
		line-height: 24px;
	}
}
/* End */


/* Start:/local/templates/ashmanov_new/components/ashmanov/form-subscribe/blog_form/style.css?17810870982580*/
.subscribe2024 {
    margin: 32px 0;
    padding: 0 16px;
    color: #A5A5A5;
}
.b-news__wrapper .subscribe2024 {
    padding: 0;
}

.subscribe2024__wrapper {
    width: 100%;
    max-width: 1152px;
    padding: 32px;
    margin: 0 auto;
    border: 3px solid #c4262e;
    background-color: #ffffff;
}

.subscribe2024__title {
    margin: 0 0 24px;
    color: #414141;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.subscribe2024__description {
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
    margin-bottom: 24px;
}

.subscribe2024__description p {
    margin: 0;
}

.subscribe2024__note {
    text-align: center;
    margin-top: 16px;
}

.subscribe2024__note a {
    color: #A5A5A5;
    text-decoration: none;
}

.subscribe2024-social {
    margin: 12px 0 0;
    padding: 0;

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

.subscribe2024-social__item {
    list-style-type: none;
    margin: 0 8px;
}

.subscribe2024-social__item:first-of-type {
    margin-left: 0;
}

.subscribe2024-social__item:last-of-type {
    margin-right: 0;
}

.subscribe2024-social__item a {
    display: flex;
    align-items: center;
}

.subscribe2024-social__item .icon-rutube {
    /*margin-top: -6px;*/
}

.subscribe2024__form .b-block-form-form__submit {
    cursor: pointer;
    color: #fff;
    background: #C4262E;
    border-color: #C4262E;
    width: 100%;
    padding: 0;
}

@media (max-width: 767px) {
    .subscribe2024__form svg {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .subscribe2024__title {
        font-size: 26px;
        line-height: 30px;
    }
    .subscribe2024__description {
        font-size: 16px;
        line-height: 22px;
    }

    .subscribe2024 .b-block-form-form__wrapper {
        display: grid;
        grid-template-columns: 120px auto 120px;
        width: 100%;
        max-width: 560px;
        margin: auto;
        grid-gap: 12px;
    }

    .subscribe2024 .b-block-form-form__input,
    .subscribe2024 .b-block-form-form__submit {
        width: 100%;
        margin: 0;
    }

    .subscribe2024 svg {
        margin-left: auto;
    }
}

@media all and (min-width: 1344px) {
    .subscribe2024 {
        margin: 48px auto;
    }
    .subscribe2024__wrapper {
        padding: 24px 32px;
    }
    .subscribe2024__title {
        font-size: 38px;
        line-height: 32px;
    }
    .subscribe2024__description {
        font-size: 18px;
        line-height: 18px;
    }
}
/* End */


/* Start:/local/templates/ashmanov_new/components/bitrix/catalog.smart.filter/articles/style.css?178108709835220*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

/* Plugins, which is used in current project. */
/* Components, which is used in current project. */
.n-case-filter-dropdown__list {
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.n-case-filter-dropdown__item {
    list-style-type: none;
}

.n-case-filter-dropdown__button {
    color: #363636;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
}

.n-case-filter-dropdown__button svg {
    fill: none;
    stroke: #363636;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.n-case-filter-dropdown__button p {
    margin: 0;
}

@media all and (max-width: 767px) {
    .n-case-filter-dropdown__item {
        padding: 8px 20px 8px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #D3D3D3;
    }
    .n-case-filter-dropdown__item:last-of-type {
        border-bottom: 0;
    }
    .n-case-filter-dropdown__input {
        width: 16px;
        height: 16px;
        margin-right: 16px;
        display: block;
        border: 1px solid #363636;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .n-case-filter-dropdown__text {
        color: #363636;
        font-size: 11px;
        font-weight: 700;
        line-height: 16px;
        text-transform: uppercase;
    }
    .n-case-filter-dropdown__button {
        width: 100%;
        padding: 16px 20px 8px 0;
        display: block;
        position: relative;
        border-bottom: 1px solid #d3d3d3;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .n-case-filter-dropdown__button svg {
        right: 0;
        top: 18px;
        position: absolute;
    }
    .n-case-filter-dropdown__button:focus {
        outline: none;
    }
    .n-case-filter-dropdown__checkbox {
        width: 100%;
    }
    .n-case-filter-dropdown--is-active .n-case-filter-dropdown__button {
        color: #c4262e;
        border-bottom: 1px solid #c4262e;
    }
    .n-case-filter-dropdown--is-active .n-case-filter-dropdown__button svg {
        stroke: #c4262e;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .n-case-filter-dropdown--is-active .n-case-filter-dropdown__list {
        max-height: 10000px;
        opacity: 1;
    }
}

@media all and (min-width: 768px) {
    .n-case-filter-dropdown__button {
        width: 100%;
        padding: 11px 30px 11px 8px;
        position: relative;
        font-size: 11px;
        border: 1px solid #363636;
    }
    .n-case-filter-dropdown__button svg {
        right: 8px;
        top: calc(50% - 4px);
        position: absolute;
    }
    .n-case-filter-dropdown__button span {
        display: none;
    }
    .n-case-filter-dropdown__button:focus {
        outline: none;
    }
    .n-case-filter-dropdown__list {
        padding: 8px 16px;
        top: 100% !important;
        left: 0 !important;
        z-index: 1000;
        position: absolute;
        background-color: #fff;
        -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
        width: 100%;
    }
    .n-case-filter-dropdown__item {
        margin-bottom: 16px;
    }
    .n-case-filter-dropdown__item:last-of-type {
        margin-bottom: 0;
    }
    .n-case-filter-dropdown--is-active {
        position: relative;
    }
    .n-case-filter-dropdown--is-active .n-case-filter-dropdown__button {
        color: #fff;
        background-color: #c4262e;
        border: 1px solid #c4262e;
    }
    .n-case-filter-dropdown--is-active .n-case-filter-dropdown__button svg {
        stroke: #fff;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .n-case-filter-dropdown--is-active .n-case-filter-dropdown__list {
        max-height: 10000px;
        opacity: 1;
    }
    .n-case-filter-dropdown--selected {
        position: relative;
    }
    .n-case-filter-dropdown--selected .n-case-filter-dropdown__button {
        color: #fff;
        background-color: #c4262e;
        border: 1px solid #c4262e;
    }
    .n-case-filter-dropdown--selected .n-case-filter-dropdown__button svg {
        stroke: #fff;
    }
}

@media all and (min-width: 1024px) {
    .n-case-filter-dropdown__button span {
        display: inline;
    }
}

@media all and (min-width: 1344px) {
    .n-case-filter-dropdown__list {
        width: 100%;
        top: 100% !important;
        left: 0 !important;
        position: absolute;
    }
}

.n-case-filter-tags {
    margin: 0;
    margin-left: -8px !important;
    margin-right: -8px !important;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.n-case-filter-tags__item {
    margin: 8px;
    padding: 2px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    background-color: #d3d3d3;
}

.n-case-filter-tags__name, .n-case-filter-tags__number {
    color: #363636;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.n-case-filter-tags__number {
    margin-left: 3px;
}

.n-case-filter-tags__link {
    width: 8px;
    height: 8px;
    display: block;
    position: relative;
    margin-left: 8px;
}

.n-case-filter-tags__link:before, .n-case-filter-tags__link:after {
    width: 11.3737px;
    height: 1px;
    top: 3px;
    left: calc(50% - 11.3737px / 2);
    position: absolute;
    background-color: #383838;
    content: " ";
}

.n-case-filter-tags__link:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.n-case-filter-tags__link:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media all and (min-width: 768px) {
    .n-case-filter-tags__name, .n-case-filter-tags__number {
        font-size: 11px;
    }
}

.n-case-filter__button {
    min-width: 132px;
    margin: 0 auto;
    display: block;
}

.n-case-filter__found {
    color: #363636;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

@media all and (max-width: 767px) {
    .n-case-filter__close {
        width: 8px;
        height: 8px;
        margin: 0 0 8px auto;
        display: block;
        position: relative;
    }
    .n-case-filter__close:before, .n-case-filter__close:after {
        width: 11.3737px;
        height: 1px;
        top: 3px;
        left: calc(50% - 11.3737px / 2);
        position: absolute;
        background-color: #000;
        content: " ";
    }
    .n-case-filter__close:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .n-case-filter__close:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .n-case-filter__popup {
        width: 100%;
        height: 100%;
        padding: 32px 16px 24px 16px;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        position: fixed;
        background-color: #fff;
    }
    .n-case-filter__popup--is-active {
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .n-case-filter__title {
        margin-bottom: 8px;
        color: #363636;
        font-size: 10px;
        font-weight: 700;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
    }
    .n-case-filter__tags {
        margin: 8px 0;
    }
    .n-case-filter__found {
        margin-bottom: 16px;
    }
    .n-case-filter__reset {
        min-width: 202px;
        margin: 0 auto 16px auto;
        display: block;
    }
    .n-case-filter__submit {
        min-width: 202px;
        margin: 0 auto;
        display: block;
    }
    .n-case-filter__reset-link {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .n-case-filter__close, .n-case-filter__title, .n-case-filter__button, .n-case-filter__reset, .n-case-filter__submit {
        display: none;
    }
    .n-case-filter__buttons {
        margin-bottom: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        /*justify-content: space-between;*/
    }
    .n-case-filter__dropdown {
        width: calc(100% / 5 - 10px * 4);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 10px;
        margin-bottom: 20px;
        position: relative;
        max-width: 250px;
    }
    .n-case-filter__dropdown:last-of-type {
        margin-right: 0;
    }
    .n-case-filter__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .n-case-filter__reset-link {
        margin-left: auto;
        display: block;
        color: #363636;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-decoration: none;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
    }
    .n-case-filter__reset-link:hover {
        color: #c4262e;
    }
    .n-case-filter__found {
        font-size: 11px;
        margin-right: auto;
        margin-left: 16px;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media all {
    .n-case-grid__item {
        margin-bottom: 16px;
        cursor: pointer;
    }
    .n-case-grid__item--two-case {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .n-case-grid__item--two-case .n-case-item {
        margin: 4px 0;
    }
    .n-case-grid__item--two-case .n-case-item:first-of-type {
        margin-top: 0;
    }
    .n-case-grid__item--two-case .n-case-item:last-of-type {
        margin-bottom: 0;
    }
}

@media all and (max-width: 767px) {
    .n-case-grid__item:last-of-type {
        margin-bottom: 0;
    }
}

@media all and (min-width: 768px) {
    .n-case-grid {
        margin: 0 -4px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .n-case-grid__item {
        margin: 4px;
    }
    .n-case-grid__item--big1 {
        width: calc(33.3333333% - 8px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .n-case-grid__item--big2 {
        width: calc(66.6666666% - 8px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .n-case-grid__item--big3 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .n-case-grid__item--two-case {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .n-case-grid__item--two-case .n-case-item {
        margin: 4px 0;
        min-height: calc(50% - 4px);
    }
    .n-case-grid__link {
        margin: 24px 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .n-case-grid--is-loading:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 900;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.85);
        content: " ";
    }
    .n-case-grid--is-loading:after {
        width: 83px;
        height: 83px;
        top: calc(50% - 41px);
        left: calc(50% - 41px);
        z-index: 901;
        position: absolute;
        display: block;
        background-image: url("/static/svg/icon-loader.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-animation: rotate 3s infinite linear;
        animation: rotate 3s infinite linear;
        content: " ";
    }
}

@media all and (min-width: 1344px) {
    .n-case-grid {
        margin: 0 -8px;
    }
    .n-case-grid__item {
        margin: 8px;
    }
    .n-case-grid__item--big1 {
        width: calc(33.3333333% - 16px);
    }
    .n-case-grid__item--big2 {
        width: calc(66.6666666% - 16px);
    }
    .n-case-grid__item--two-case .n-case-item {
        margin: 8px 0;
        min-height: calc(50% - 8px);
    }
}

.n-case-item-result {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.n-case-item-result__item {
    list-style-type: none;
    /*text-align: center;*/
}

.n-case-item-result__number {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
}

.n-case-item-result__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

@media all and (max-width: 767px) {
    .n-case-item-result {
        overflow: hidden;
    }
    .n-case-item-result__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media all and (min-width: 1344px) {
    .n-case-item-result__number {
        margin-bottom: 8px;
        font-size: 48px;
    }
    .n-case-item-result__text {
        font-size: 18px;
        line-height: 26px;
    }
}

.n-case-item {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative;
    background-color: #c4262e;
    background-color: #363636;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.n-case-item__label {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.n-case-item__title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
}

.n-case-item__subtitle {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

.n-case-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.n-case-item__tags {
    width: calc(100% - 48px);
}

.n-case-item__link {
    width: 24px;
    height: 24px;
    display: block;
    text-decoration: none;
}

.n-case-item__link span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.n-case-item__pic {
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.n-case-item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media all {
    .n-case-item {
        min-width: 288px;
        min-height: 288px;
        padding: 24px;
    }
    .n-case-item__label {
        margin-bottom: 24px;
    }
    .n-case-item__title {
        margin-bottom: 40px;
    }
    .n-case-item__result {
        margin-bottom: 40px;
    }
    .n-case-item__bottom {
        margin-top: auto;
    }
    .n-case-item--short {
        min-height: calc(288px / 2 - 4px);
    }
    .n-case-item--short .n-case-item__title {
        margin-bottom: 8px;
    }
}

@media all and (min-width: 768px) {
    .n-case-item {
        min-width: 229px;
        min-height: 229px;
        padding: 16px;
    }
    .n-case-item__label {
        margin-bottom: 16px;
        font-size: 18px;

    }
    .n-case-item__title {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 28px;
    }
    .n-case-item__result {
        margin-bottom: 8px;
    }
}

@media all and (max-width: 1343px) {
    .n-case-item--is-active {
        background-color: #c4262e;
    }
    .n-case-item--is-active .n-case-item__pic {
        visibility: hidden;
        opacity: 0;
    }
}

@media all and (min-width: 1344px) {
    .n-case-item {
        min-width: 373px;
        min-height: 373px;
        padding: 40px;
    }
    .n-case-item:hover, .n-case-item:focus-within {
        background-color: #c4262e;
    }
    .n-case-item:hover .n-case-item__pic, .n-case-item:focus-within .n-case-item__pic {
        visibility: hidden;
        opacity: 0;
    }
    .n-case-item__label {
        margin-bottom: 32px;
    }
    .n-case-item__title {
        margin-bottom: 40px;
        font-size: 30px;
        line-height: 30px;
    }
    .n-case-item__subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    .n-case-item__link:focus {
        outline: none;
    }
}

.n-case-item-tags {

}

.n-case-item-tags__list {
    margin: 0;
    padding: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.n-case-item-tags__item {
    padding: 4px;

    color: #fff;
    font-size: 11px;
    font-weight: 700;
    font-family: Circe;
    line-height: 11px;
    text-transform: uppercase;
    list-style-type: none;

    background-color: rgba(255, 255, 255, 0.4);
}

@media all {
    .n-case-item-tags__item {
        margin-right: 8px;
    }

    .n-case-item-tags__item:last-of-type {
        margin-right: 0;
    }
}



.n-case-button {
    padding: 10px 10px;
    border: 1px solid #363636;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.n-case-button__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.n-case-button__text {
    color: #363636;
    font-size: 15px;
    font-weight: 700;
    font-family: Circe;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.n-case-button__icon {
    margin-left: 8px;
}

.n-case-button:hover, .n-case-button:focus {
    outline: none;
    border-color: #fff;
    background-color: #c4262e;
}

.n-case-button:hover .n-case-button__text, .n-case-button:focus .n-case-button__text {
    color: #fff;
}

.n-case-button--open-filter {
    padding: 13px 10px;
}

.n-case-button--open-filter .n-case-button__text {
    color: #363636;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.n-case-button--open-filter .n-case-button__icon {
    stroke: #363636;
    fill: #fff;
    top: -1px;
    position: relative;
}

.n-case-button--open-filter:hover .n-case-button__icon, .n-case-button--open-filter:focus .n-case-button__icon {
    stroke: #fff;
    fill: #363636;
}

.n-case-checkbox__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.n-case-checkbox__input {
    width: 16px;
    height: 16px;
    z-index: 5;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    cursor: pointer;
}

.n-case-checkbox__input:checked + .n-case-checkbox__imitation {
    background-size: 10px 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/static/svg/icon-case-checked.svg");
}

.n-case-checkbox__imitation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    border: 1px solid #363636;
    background-color: #fff;
}

.n-case-checkbox__label {
    width: calc(100% - 32px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 2px;
    color: #363636;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.n-case {
    padding: 48px 16px 40px;
}

.n-case__filter {
    width: 100%;
}

.n-case__title {
    color: #363636;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.n-case__title span {
    position: relative;
    display: inline-block;
}

.n-case__title span:before {
    padding: 5px;
    left: calc(100% + 2px);
    bottom: calc(100% - 2px);
    position: absolute;
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #c4262e;
    content: attr(data-count);
}

.n-case__link {
    width: 202px;
    margin: 0 auto;
    display: block;
    color: #363636;
    font-size: 15px;
    font-weight: 700;
    font-family: Circe;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.n-case__link:hover {
    color: #fff;
}

@media all {
    .n-case__title {
        margin-bottom: 16px;
    }
    .n-case__filter {
        margin-bottom: 16px;
    }
    .n-case__grid {
        margin-bottom: 24px;
    }
}

@media all and (min-width: 768px) {
    .n-case {
        padding: 78px 32px 60px;
    }
    .n-case__title {
        margin-bottom: 40px;
        font-size: 30px;
        line-height: 40px;
    }
    .n-case__title span:before {
        padding: 4px 5px;
        font-size: 11px;
        line-height: 13px;
    }
}

@media all and (min-width: 1344px) {
    .n-case__wrapper {
        width: 1152px;
        margin: 0 auto;
    }
    .n-case__title {
        margin-bottom: 32px;
        font-size: 50px;
        line-height: 74px;
    }
}

/* Additional style files. */


.n-case-item--white {
    background-color: #fff;
}
.n-case-item--white .n-case-item__label,
.n-case-item--white .n-case-item__title,
.n-case-item--white .n-case-item__subtitle,
.n-case-item--white .n-case-item-result__number,
.n-case-item--white .n-case-item-result__text {
    color: #383838;
}

.n-case-item--gray {
    background-color: #dfe3e4;
}
.n-case-item--gray .n-case-item__label,
.n-case-item--gray .n-case-item__title,
.n-case-item--gray .n-case-item__subtitle,
.n-case-item--gray .n-case-item-result__number,
.n-case-item--gray .n-case-item-result__text {
    color: #383838;
}
.n-case-item--red {
    background-color: #c4262e;
}
.n-case-item--red .n-case-item__label,
.n-case-item--red .n-case-item__title,
.n-case-item--red .n-case-item__subtitle,
.n-case-item--red .n-case-item-result__number,
.n-case-item--red .n-case-item-result__text {
    color: #fff;
}


.n-case-grid .n-case-item:hover {
    background-color: #c4262e;
}
.n-case-grid .n-case-item:hover .n-case-item__label,
.n-case-grid .n-case-item:hover .n-case-item__title,
.n-case-grid .n-case-item:hover .n-case-item__subtitle,
.n-case-grid .n-case-item:hover .n-case-item-result__number,
.n-case-grid .n-case-item:hover .n-case-item-result__text {
    color: #fff;
}

.n-case-grid .n-case-item:hover .icon__icon-case-arrow {
    filter: brightness(0) invert(1);
}

.n-case-filter-tags__item {
    padding: 3px 8px 1px 8px;
}
@media all and (min-width: 768px) {
    .n-case-filter-dropdown__button {
        padding: 11px 22px 11px 8px;
        text-align: center;

    }
    .n-case-filter-dropdown__button p {
        display: inline-block;
        position: relative;
    }
    .n-case-filter-dropdown__button svg {
        right: -22px;
    }
    .n-case__title span:before {
        padding: 5px 5px 3px 5px;
    }
}

/** Правки для текста на фоне */
.n-case-item--img {
    background-color: transparent;
}
.n-case-item--img .n-case-item__pic {
    z-index: -1;
    filter: brightness(0.7);
    -webkit-filter: brightness(0.7);
    -moz-filter: brightness(0.7);
    -o-filter: brightness(0.7);
    -ms-filter: brightness(0.7);
}

.n-case-item--img .n-case-item__label,
.n-case-item--img .n-case-item__title,
.n-case-item--img .n-case-item__subtitle,
.n-case-item--img .n-case-item-result__number,
.n-case-item--img .n-case-item-result__text {
    color: #fff;
}

.n-case-form-button {
    color: #fff;
    text-decoration: none;
    border: solid 1px;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 10%;
    width: 80%;
    cursor: pointer;
}
.n-case-grid__case.n-case-item .n-case-form-button:hover{
    background-color: #fff;
    color: #c4262e;
    font-weight: 700;
}

.n-case-item--form {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.n-case-item--form .n-case-item__title,
.n-case-item--form .n-case-item-result__text
{
    max-width: 300px;
    text-align: center;
}

.n-case-form-link {
    min-width: 200px;
    margin: 32px auto 0 auto;
    padding: 10px;

    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: Circe;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 1px solid #fff;
    cursor: pointer;
}

.n-case-form-link:hover {
    color: #c4262e;
    background-color: #fff;
}

.n-ratings {
    z-index: 10;
    background-color: #333;
}

.n-ratings__tags {
    width: 100%;
}

.n-ratings__title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

@media all {
    .n-ratings {
        margin: -96px 0;
        padding: 96px 0 96px 0;
    }
    .n-ratings__title {
        margin-bottom: 24px;
    }
    .n-ratings__tags {
        margin-bottom: 24px;
        margin-top: 24px;
    }
}
@media all and (min-width: 768px) {
    .n-ratings__title {
        margin-bottom: 40px;

        font-size: 24px;
        line-height: 28px;
    }
    .n-ratings__tags {
        margin-bottom: 16px;
        margin-top: unset;
    }
}
@media all and (min-width: 1344px) {
    .n-ratings__title {
        font-size: 26px;
        line-height: 45px;
    }
}

.n-ratings-tags {
    overflow-x: auto;
}
.n-ratings-tags__list {
    margin: 0;
    padding: 0;

    display: flex;
    flex-flow: row wrap;
}
.n-ratings-tags__item {
    list-style-type: none;
    cursor: pointer;
}
.n-ratings-tags__item:last-of-type {
    margin-right: 0;
}
.n-ratings-tags__link {
    padding: 11px 23px;
    display: block;

    color: #363636;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;

    border: 1px solid #363636;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.n-ratings-tags__link:hover,
.n-ratings-tags__link:focus {
    color: #fff;
    border-color: #c22833;
    background-color: #c22833;
}
.n-ratings-tags__link:focus {
    outline: none;
}
.n-case-checkbox__input:checked + .n-ratings-tags__link {
    background-color: #c22833;
    border-color: #c22833;
    color: #d3d3d3;
}

@media all {
    .n-ratings-tags__item {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media all and (min-width: 768px) {
    .n-ratings-tags__item {
        margin-right: 24px;
        margin-bottom: 24px;
    }
    .n-ratings-tags {
        overflow: hidden;
    }
    .n-ratings-tags__list {
        flex-flow: row wrap;
    }
}

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

}



.n-other-rating {
    z-index: 10;
    position: relative;
    background-color: #363636;
}
.n-other-rating__title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.n-other-rating__list {
    margin: 0;
    padding: 0;
}
.n-other-rating__item {
    border: 1px solid #d3d3d3;
    transition: all 0.25s ease-in-out;
}
.n-other-rating__item:last-of-type {
    margin-bottom: 0;
}
.n-other-rating__item .n-ratings-item__bar .bar__bg {
    background: #fff;
}
.n-other-rating__item .n-ratings-item__link,
.n-other-rating__item .n-ratings-item__site,
.n-other-rating__item .n-ratings-item__bar .percents {
    color: #fff;
    transition: all 0.25s ease-in-out;
}
.n-other-rating__item .n-ratings-item__link svg {
    fill: #fff;
}

.n-other-rating__item:hover {
    background-color: #fff;
}
.n-other-rating__item:hover .n-ratings-item__link {
    color: #545454;
}
.n-other-rating__item:hover .n-ratings-item__site {
    color: #333;
}
.n-other-rating__item:hover .n-ratings-item__bar .percents {
    color: #c4262e;
}
.n-other-rating__item:hover .n-ratings-item__link svg {
    fill: #545454;
}
@media all {
    .n-other-rating {
        margin: -96px 0;
        padding: 96px 0 96px 0;
    }
    .n-other-rating__wrapper {
        padding: 0 16px;
    }
    .n-other-rating__title {
        margin-bottom: 24px;
    }
    .n-other-rating__list {
        display: flex;
        flex-flow: column nowrap;
    }
    .n-other-rating__item {
        margin-bottom: 16px;
        padding: 24px 16px;
    }
    .n-other-rating__item .n-ratings-item__title {
        margin-bottom: 24px;
    }
}
@media all and (min-width: 768px) {
    .n-other-rating__wrapper {
        padding: 0 32px;
    }
    .n-other-rating__title {
        margin-bottom: 40px;

        font-size: 24px;
        line-height: 28px;
    }
    .n-other-rating__list {
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .n-other-rating__item {
        margin-bottom: 0;
        padding: 32px 32px 40px 32px;

        flex: 0 0 50%;
    }
}
@media all and (min-width: 1344px) {
    .n-other-rating__wrapper {
        width: 1152px;

        margin: 0 auto;
        padding: 0;
    }
    .n-other-rating__title {
        font-size: 26px;
        line-height: 45px;
    }
    .n-other-rating__list {

    }
    .n-other-rating__item {
        margin-bottom: 0;
        padding: 40px 40px 50px 40px;

        flex: 0 0 33.3333333%;
    }
}

.n-ratings.n-ratings-v1 {
    margin-top: 0px;
    padding-top: 0px;
}

.js-delete-tags {
    cursor: pointer;
}

.n-case__wrapper {
    max-width: 1150px;
    margin: auto;
}

@media (max-width: 1166px) {
    .n-case__wrapper {
        padding: 0 16px;
    }
}
/* End */


/* Start:/local/templates/ashmanov_new/components/ashmanov/form-subscribe/blog_form_modal/style.css?17810870982580*/
.subscribe2024 {
    margin: 32px 0;
    padding: 0 16px;
    color: #A5A5A5;
}
.b-news__wrapper .subscribe2024 {
    padding: 0;
}

.subscribe2024__wrapper {
    width: 100%;
    max-width: 1152px;
    padding: 32px;
    margin: 0 auto;
    border: 3px solid #c4262e;
    background-color: #ffffff;
}

.subscribe2024__title {
    margin: 0 0 24px;
    color: #414141;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.subscribe2024__description {
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
    margin-bottom: 24px;
}

.subscribe2024__description p {
    margin: 0;
}

.subscribe2024__note {
    text-align: center;
    margin-top: 16px;
}

.subscribe2024__note a {
    color: #A5A5A5;
    text-decoration: none;
}

.subscribe2024-social {
    margin: 12px 0 0;
    padding: 0;

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

.subscribe2024-social__item {
    list-style-type: none;
    margin: 0 8px;
}

.subscribe2024-social__item:first-of-type {
    margin-left: 0;
}

.subscribe2024-social__item:last-of-type {
    margin-right: 0;
}

.subscribe2024-social__item a {
    display: flex;
    align-items: center;
}

.subscribe2024-social__item .icon-rutube {
    /*margin-top: -6px;*/
}

.subscribe2024__form .b-block-form-form__submit {
    cursor: pointer;
    color: #fff;
    background: #C4262E;
    border-color: #C4262E;
    width: 100%;
    padding: 0;
}

@media (max-width: 767px) {
    .subscribe2024__form svg {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .subscribe2024__title {
        font-size: 26px;
        line-height: 30px;
    }
    .subscribe2024__description {
        font-size: 16px;
        line-height: 22px;
    }

    .subscribe2024 .b-block-form-form__wrapper {
        display: grid;
        grid-template-columns: 120px auto 120px;
        width: 100%;
        max-width: 560px;
        margin: auto;
        grid-gap: 12px;
    }

    .subscribe2024 .b-block-form-form__input,
    .subscribe2024 .b-block-form-form__submit {
        width: 100%;
        margin: 0;
    }

    .subscribe2024 svg {
        margin-left: auto;
    }
}

@media all and (min-width: 1344px) {
    .subscribe2024 {
        margin: 48px auto;
    }
    .subscribe2024__wrapper {
        padding: 24px 32px;
    }
    .subscribe2024__title {
        font-size: 38px;
        line-height: 32px;
    }
    .subscribe2024__description {
        font-size: 18px;
        line-height: 18px;
    }
}
/* End */
/* /local/templates/ashmanov_new/components/bitrix/breadcrumb/top-breadcrumb/style.css?1781087098644 */
/* /local/templates/ashmanov_new/components/ashmanov/form-subscribe/blog_form/style.css?17810870982580 */
/* /local/templates/ashmanov_new/components/bitrix/catalog.smart.filter/articles/style.css?178108709835220 */
/* /local/templates/ashmanov_new/components/ashmanov/form-subscribe/blog_form_modal/style.css?17810870982580 */
