

/* Start:/local/templates/ashmanov/components/bitrix/catalog.smart.filter/articles/style.css?168596945235141*/
.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__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__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/components/bitrix/system.pagenavigation/page-counter/style.css?17534461041847*/
.ajax-pagination {
    width: 100%;
}

.navigation {
    display: grid;
    grid-template-columns: 164px 1fr;
    width: 100%;
}

.navigation__pagination {
    display: flex;
    justify-content: flex-end;
    height: 36px;
    margin-top: 1px;
}

.pagination__items {
    display: flex;
    margin: 0 18px;
}

.pagination__items--mobile {
    display: none;
}

.navigation__item {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #383838;
    letter-spacing: 0.15px;
    text-align: center;
    text-decoration: unset;
    padding-top: 2px;
    border: 2px solid transparent;
    transition: .15s ease-in-out;
    margin: 0 4px;
}

.navigation__item--text {
    width: unset;
    height: unset;
    font-weight: 700;
    padding: 2px 10px 0;
}

div.navigation__item--text {
    opacity: 0;
    pointer-events: none;
    touch-action: none;
}

.navigation__item--active {
    border-color: #383838;
}

.navigation__item:not(.navigation__item--text):hover {
    color: #fff;
    background: #C4262E;
    border-color: #C4262E;
}

.navigation__more {
    width: unset;
    height: 38px;
    padding: 0;
    font-weight: 700;
    border-color: #383838;
}

@media (max-width: 767px) {
    .navigation {
        grid-template-columns: 1fr;
    }

    .navigation__more {
        margin-bottom: 15px;
    }

    .navigation__pagination {
        justify-content: center;
    }
}

@media (max-width: 599px) {
    .navigation__pagination {
        margin: 0 -10px;
        justify-content: space-between;
    }

    .pagination__items--desktop {
        display: none;
    }

    .pagination__items--mobile {
        display: flex;
        margin: 0 auto;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news/articles_2020/ashmanov/news.list/.default/style.css?168596945230112*/
.b-news-button {
    margin: 0px 16px;
    clear: both;
}

.b-news-button__link {
    padding: 0px 32px;
    display: inline-block;
    vertical-align: top;
}

.b-news-item__text {
    font-weight: 300;
}

.b-news-item--hidden {
    display: none;
}

@media all and ( min-width: 640px ) {
    .b-news-button {
        text-align: center;
    }

    .b-news-button__wrapper {
        display: inline-block;
        vertical-align: top;
    }
}

@media all and ( min-width: 1344px ) {
    .b-news-item__wrapper .b-image-item__wrapper {
        min-height: 384px;
    }

    .b-news-item__link {
        position: absolute;
        bottom: 48px;
        left: 48px;
    }
}

.b-news__wrapper {
    /*padding: 0 96px;*/
    margin: 50px auto 0;
    max-width: 1150px;
}

.b-news__wrapper:after {
    clear: both;
    display: table;
    content: " ";
}

.b-new-item {
    display: block;
    position: relative;
    float: left;
    margin-right: 46px;
    margin-bottom: 50px;
    min-height: 384px;
    z-index: 15;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.b-new-item a {
    text-decoration: none;
    color: #383838;
}

.left-small {
    width: 33%;
}

.right-big {
    width: 66%;
    margin-right: 0px !important;
}

.full {
    width: 100%;
    margin-right: 0px !important;
}

.left-big {
    width: 66%;
}

.right-small {
    width: 33%;
    margin-right: 0px !important;
}

.b-new-title {
    font-size: 30px;
    padding: 70px 48px 0 48px;
    line-height: 32px;
    font-weight: 500;
}

.b-new-text {
    font-size: 16px;
    padding: 32px 48px 0 48px;
    font-weight: 300;
    line-height: 24px;
    max-height: 100px;
    overflow: hidden;
}

.full .b-new-title, .full .b-new-text, .full .b-new-tags {
    width: 80%;
}

/*.left-big .b-new-title, .left-big .b-new-text, .left-big .b-new-tags,
.right-big .b-new-title, .right-big .b-new-text, .right-big .b-new-tags {
	max-width: 624px;
}
.right-small .b-new-title, .right-small .b-new-text, .right-small .b-new-tags,
.left-small .b-new-title, .left-small .b-new-text, .left-small .b-new-tags {
	max-width: 288px;
}*/
.b-new-tags {
    padding: 32px 48px 0 48px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    opacity: 0.6;
}

.b-new-tags a {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
}

.b-new-tags a:hover {
    text-decoration: underline;
}

.b-new-link {
    position: absolute;
    padding: 48px 48px 0 48px;
    bottom: 48px;
}

@media all and ( min-width: 1167px ) {
    .left-small {
        width: 384px;
    }

    .right-big {
        width: 720px;
    }

    .full {
        width: 1150px;
    }

    .left-big {
        width: 720px;
    }

    .right-small {
        width: 384px;
    }

    .left-small .b-new-text, .right-small .b-new-text {
        display: none;
    }
}

@media all and ( max-width: 1166px ) {
    .b-new-item {
        margin-right: 25px;
        margin-bottom: 25px;
    }

    .b-news__wrapper {
        padding: 0 16px;
        margin: 25px auto 0;
    }

    .b-new-item {
        display: block;
        position: relative;
        float: left;
        margin-right: 50px;
        margin-bottom: 50px;
        min-height: 384px;
        z-index: 15;
        background-color: #ffffff !important;
        background-image: none !important;
        color: #383838 !important;
    }

    .b-new-item a {
        text-decoration: none;
        color: #383838;
    }

    .left-small {
        width: 100%;
    }

    .right-big {
        width: 100%;
    }

    .full {
        width: 100%;
    }

    .left-big {
        width: 100%;
    }

    .right-small {
        width: 100%;
    }

    .b-new-title a {
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
        color: #383838 !important;
    }

    .b-new-text {
        display: none;
    }

    .full .b-new-title, .full .b-new-text,
    .left-big .b-new-title, .left-big .b-new-text,
    .right-big .b-new-title, .right-big .b-new-text {
        width: 90%;
    }

    .b-new-tags {
        padding: 20px 48px 0 48px;
        font-size: 14px;
        color: rgba(153, 153, 153, 0.5);
        font-weight: 300;
    }

    .b-new-tags a {
        font-size: 14px;
        font-weight: 300;
    }

    .b-new-link {
        position: absolute;
        padding: 40px 0 0 48px;
        bottom: 48px;
    }

    .b-icon--arrow-down-light {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZJREFUeNrcWjFz01AMth2OI8cS+AXp1q3hFzRsHdORqcnGlnRjazMykUzAZGfqMbVjmXA3tjq/ALMxtWbgaI+hSJzCvSp6cZ6tBAfd6XKx4/c+SZ/e05Pjewry9MnjJny0QXdAW6BNUlNS0gR0ChpfXf9Iy87tlwTdBT0QwC4raMAENCpqjF8Q+BGB15QIdOhqiO8AvAEfAwK/ShmCjsCQTM0AAI+8Ps2hCnI7Br0AzQBAzMbAHEEn7FK+tHKotQ9jJKUNgImRKqHlNnppXITDRg71yTBJejButGicWs4kx/DxxgL8NegLmOD8582vzJUn+AxoXK8/fA9fbykij9jPOnDfx985R4DAS3w/I89kmsSnHMNId6S8gPmOl44A0Uby/CEMdAgeudHOXBwT9AN4/Dt83WO323D9K9xPciNACXtZhI+K0bDl3TOe2L4QxkthtVkb+BwjUjIiEykEYXolcBBp885bsyBdBDqhg2/NpPbZsvaFJyyA31fwZpvvCw7PngpO3Zot24Fx8UhYKnsK4JEGn4gSRaRHWDwJa8A2FVPGZZdKAj8bNyxiBGEYs8tdwvw3Al3B+6OytBHGDQtGYiREoWsacKDtfeK8REFnIyxR+IPZtyTvlsZhI2dNd1qabTgDqgzvVZVa4Ml7kUYkCBPfidsBHQNNiT1l0TJCwLYTCHX5xSo2JiUjOLZWIJQNmbciUTCCY2tiEt+xSfycZLpbYQWRm9h8/sCrljgvsVUzwFmqZoBz2f6AauzmspVjXo6scmOj8uTe+SAgAzxWc6/7pLWs5xuSAXx3260oeAlbggZM+fZcUfAStmkgbM+tWa1dwWKOVw1xQEVSKtXaFfK8hClF7LNldMJu9qlDUfZAowKesPTZ5Ym5D0RCtg8UDjSRUntmIKxA0dz5FesMQ6/LRoGN2y34fIOwmNhCaSceClEIFSpQrD6fl2iMhYL3h3ONLewWYyeYLVXb2FyCe59LNqnSgt4fCFTGRu/ZXGPLSJaNai1ufHO3JoT7G7ayvfl2XkeDTkvS5q3Fgef8Ys3C2UTIB5Q9uN4C/aj9jgDpC+OeWJZv5L3YaKstSLzYYsQ26Eu4VwdNyhpCwLErfuLJL/6sb2fEHHDg4+yQ/U9f8v3/r1nZEruZL7qF0G/eXw0WcHiz/uyxwBjk9dr/bvNbgAEAO+LxyUhxtOEAAAAASUVORK5CYII=) !important;
    }
}

.archive-menu {
    font-family: "Circe", Helvetica, Arial, sans-serif;
    margin-top: 15px;
    position: relative;
    display: inline-block;
    width: 193px;
    border: 2px solid #383838;
    vertical-align: top;
    background-color: #ececec;
    box-sizing: border-box;
    z-index: 20;
    float: right;
    font-weight: 600;
    font-size: 15px;
}

.archive-menu::before {
    content: '';
    position: absolute;
    right: 18px;
    top: 16px;
    width: 7px;
    height: 4px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAAAXNSR0IB2cksfwAAAAZQTFRFAAAAAAAApWe5zwAAAAJ0Uk5TAP9bkSK1AAAAEElEQVR4nGM4xpDDYMEgAAAIRgF7+ynSawAAAABJRU5ErkJggg==') no-repeat;
    transition: all .2s;
}

.archive-menu.open {
    background-color: #fff;
}

.archive-menu.open .archive-menu__list {
    display: block;
}

.archive-menu.open::before {
    transform: rotate(-180deg);

}

.archive-menu__placeholder,
.archive-menu__item {
    font-family: "Circe", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #383838;
}

.archive-menu__item {
    display: block;
    padding: 5px 22px;
    text-decoration: none;
}

.archive-menu__item:hover {
    color: #c4262e;
}

.archive-menu__placeholder {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 3px;
    text-align: left;
    padding: 7px 23px;
    background-color: transparent;
    border: none;
    font-weight: 700;
    cursor: pointer;
}

.archive-menu__placeholder:focus,
.archive-menu__btn:focus {
    outline: none;
}

.archive-menu__list {
    padding-top: 5px;
    padding-bottom: 34px;
    display: none;
    position: absolute;
    background-color: #fff;
    top: 100%;
    right: 0;
    left: 0;
    max-height: 200px;
    border: 2px solid #fff;
    overflow: hidden;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    z-index: 20;
    font-weight: 600;
    font-size: 15px;
    max-height: 157px;
    box-sizing: content-box;
}

.archive-menu__btn {
    height: 34px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    color: #f18121;
    text-align: center;
    background: #fff no-repeat center;
    border: none;
    font-size: 0;
    cursor: pointer;
}

.archive-menu__btn::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #c4262e;
    border-right: 2px solid #c4262e;
}

.archive-menu__btn--top:before {
    transform: rotate(135deg);
}

.archive-menu__btn--bottom::before {
    transform: rotate(-45deg);
}

.b-new-item {
    position: relative;
    padding-bottom: 48px;
    margin-bottom: 48px;
    background-position: right center;
}

.b-new-tags {
    padding-top: 18px;
}

.b-new-text {
    padding-top: 17px;
    max-height: 100%;
    overflow: visible;
}

.b-new-item.b-new-item--red {
    background-color: #c4262e !important;
}

.b-new-item.b-news-item--grey {
    background-color: #dfe3e4 !important;
}

.b-news-item--black {
    background-color: #383838 !important;
}

.b-new-item.white {
    background-color: #fff !important;
}

.b-new-item--red .b-new-item a,
.b-new-item--red .b-new-tags {
    color: rgba(255, 255, 255, 0.5);
}

.b-news-item--black .b-new-item a,
.b-news-item--black .b-new-tags {
    color: rgba(255, 255, 255, 0.5);
}

.b-news-item--grey .b-new-item a,
.b-news-item--grey .b-new-tags {
    color: rgba(255, 255, 255, 0.5);
}

.b-news-item--black.b-new-item a,
.b-news-item--black.b-news-item .b-new-title {
    color: #fff !important;
}

.b-new-item--red.b-new-item a {
    color: #fff;
}

.b-new-link {
    position: static;
}

.b-new-link {
    padding-top: 26px;
}

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

.blog__tag + .b-new-title {
    padding-top: 0;
}

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

.b-new-item__data-public {
    color: #383838;
    position: absolute;
    right: 48px;
    bottom: 49px;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.blog__content {
    margin-bottom: 34px;
}

@media (min-width: 1166px) {
    .b-new-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

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

    .b-new-link {
        margin-top: auto;
    }

    .b-news-item__inner-full {
        max-width: 857px;
    }

    .b-new-item__inner-grey {
        max-width: 590px;
    }

    .b-new-item__inner-black {
        max-width: 600px;
    }

    .b-new-item {
        min-height: 384px;
    }

    .b-news-button {
        margin-bottom: 96px;
    }

    .b-block-form {
        margin-bottom: 96px;
    }

    .b-new-item__data-public {
        color: #ffffff;
    }

    .right-big.b-new-item.has-preview, .left-big.b-new-item.has-preview {
        height: 384px;
    }

    .right-big.has-preview .b-new-title, .left-big.has-preview .b-new-title,
    .right-big.has-preview .b-new-text, .left-big.has-preview .b-new-text {
        width: 55%;
        padding-right: 0;
    }
}

.search-nothing {
    color: #383838;
    margin-bottom: 40px;
}

.search-nothing__inner {
    padding-right: 16px;
    padding-left: 16px;
}

.search-nothing__article {
    position: relative;
    border-bottom: 1px solid #dfe3e4;
}

.search-nothing__article .b-new-tags {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

.search-nothing__subject {
    display: block;
    text-decoration: none;
    color: #383838;
    padding: 32px 0 0;
}

.search-nothing__content {
    max-width: 1156px;
    margin-right: auto;
    margin-left: auto;
}

.search-nothing__content-inner {
    background-color: #fff;
}

.search-nothing__article:last-child {
    border-bottom: none;
}

.search-nothing__header-inner {
    padding: 60px 0 88px;
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
}

.search-nothing__subject h2 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

.search-nothing__key-word {
    color: #c4262e;
}

a.search-nothing__link {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-bottom: 21px;
    padding: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZJREFUeNrcWjFz01AMth2OI8cS+AXp1q3hFzRsHdORqcnGlnRjazMykUzAZGfqMbVjmXA3tjq/ALMxtWbgaI+hSJzCvSp6cZ6tBAfd6XKx4/c+SZ/e05Pjewry9MnjJny0QXdAW6BNUlNS0gR0ChpfXf9Iy87tlwTdBT0QwC4raMAENCpqjF8Q+BGB15QIdOhqiO8AvAEfAwK/ShmCjsCQTM0AAI+8Ps2hCnI7Br0AzQBAzMbAHEEn7FK+tHKotQ9jJKUNgImRKqHlNnppXITDRg71yTBJejButGicWs4kx/DxxgL8NegLmOD8582vzJUn+AxoXK8/fA9fbykij9jPOnDfx985R4DAS3w/I89kmsSnHMNId6S8gPmOl44A0Uby/CEMdAgeudHOXBwT9AN4/Dt83WO323D9K9xPciNACXtZhI+K0bDl3TOe2L4QxkthtVkb+BwjUjIiEykEYXolcBBp885bsyBdBDqhg2/NpPbZsvaFJyyA31fwZpvvCw7PngpO3Zot24Fx8UhYKnsK4JEGn4gSRaRHWDwJa8A2FVPGZZdKAj8bNyxiBGEYs8tdwvw3Al3B+6OytBHGDQtGYiREoWsacKDtfeK8REFnIyxR+IPZtyTvlsZhI2dNd1qabTgDqgzvVZVa4Ml7kUYkCBPfidsBHQNNiT1l0TJCwLYTCHX5xSo2JiUjOLZWIJQNmbciUTCCY2tiEt+xSfycZLpbYQWRm9h8/sCrljgvsVUzwFmqZoBz2f6AauzmspVjXo6scmOj8uTe+SAgAzxWc6/7pLWs5xuSAXx3260oeAlbggZM+fZcUfAStmkgbM+tWa1dwWKOVw1xQEVSKtXaFfK8hClF7LNldMJu9qlDUfZAowKesPTZ5Ym5D0RCtg8UDjSRUntmIKxA0dz5FesMQ6/LRoGN2y34fIOwmNhCaSceClEIFSpQrD6fl2iMhYL3h3ONLewWYyeYLVXb2FyCe59LNqnSgt4fCFTGRu/ZXGPLSJaNai1ufHO3JoT7G7ayvfl2XkeDTkvS5q3Fgef8Ys3C2UTIB5Q9uN4C/aj9jgDpC+OeWJZv5L3YaKstSLzYYsQ26Eu4VwdNyhpCwLErfuLJL/6sb2fEHHDg4+yQ/U9f8v3/r1nZEruZL7qF0G/eXw0WcHiz/uyxwBjk9dr/bvNbgAEAO+LxyUhxtOEAAAAASUVORK5CYII=) center no-repeat;
    background-size: 100% 100%;
    font-size: 0;
}

.search-nothing__article .b-new-tags a {
    color: #9c9c9c;
}

.blog-more {
    padding: 32px 24px 0;
}

.search-nothing__article .search-nothing__subject {
    padding-top: 0;
}

.interesting__probably {
    color: #999999;
    font-size: 11px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0.68px;
    text-align: center;
}

.b-head-image__blog.b-head-image {
    margin-bottom: 0;
    min-height: 100%;
}

.b-head-image__blog {
    max-width: 1156px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 85px;
    padding-bottom: 35px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: #f6f6f6;
    color: #383838;
    text-align: center;
}

.b-head-image__blog .b-head-image__title,
.b-head-image__blog .b-head-image__subtitle {
    color: rgba(56, 56, 56, 255);
}

.b-head-image__blog .b-head-image__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 3.07px;
    margin-bottom: 36px;
}

.b-head-image__blog .b-head-image__subtitle {
    line-height: 30px;
}

.b-news-detail__wrapper {
    background-color: #fff;
}

.b-news-detail-item__wrapper {
    padding: 32px;
}

.blog__inner {
    padding-top: 81px;
}

.blog__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 62px;
    padding-left: 62px;
}

.blog__public {
    color: #acacad;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.blog__views {
    position: relative;
    display: block;
    padding-right: 40px;
    height: 21px;
    color: #acacad;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.blog__views::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 21px;
    background: url(/local/templates/ashmanov/components/bitrix/news/articles_2020/ashmanov/news.list/.default/../img/blog/articles/eye-dark.svg) 0 0 no-repeat;
    background-size: 35px 21px;
}

.blog__inner {
    background-color: #fff;
    max-width: 1152px;
    margin: 0 auto;
}

.blog__section {
    padding-right: 42px;
    padding-left: 42px;
    padding-top: 34px;
    margin-bottom: 45px;
    padding-bottom: 80px;
    color: rgba(56, 56, 56, 255);
    font-weight: 200;
    font-size: 18px;
    border-bottom: 1px solid #eff1f1;
}

.blog__section:last-of-type {
    margin-bottom: 35px;
    padding-bottom: 0;
}

.blog__section p {
    margin-top: 0;
    margin-bottom: 22px;
    line-height: 26px;
}

.blog__section h2 {
    margin-bottom: 31px;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
}

.blog__section ul {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}

.blog__section li {
    position: relative;
    margin-bottom: 16px;
    line-height: 28px;
}

h3.blog__sub-list-title {
    margin-bottom: -11px;
}

.blog__section li:last-child {
    margin-bottom: 0;
}

.blog__section ul li::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #c4262e;
    border-radius: 50%;
    left: -25px;
    top: 9px;
}

.blog__double-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog__tags {
    padding-right: 42px;
    padding-left: 42px;
    padding-bottom: 31px;
    color: #383838;
    opacity: .5;
    border-bottom: 1px solid #dfe3e4;
}

.blog__tags a {
    color: #383838;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.blog__tags a:hover {
    text-decoration: underline;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-right: 42px;
    padding-left: 42px;
    padding-bottom: 28px;
    padding-top: 30px;
    margin-right: -10px;
    margin-left: -10px;
}

.social__link {
    color: #383838;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 32px;
}

.social__name {
    margin-right: 6px;
}

.social__item {
    position: relative;
    padding-right: 15px;
    margin-right: 3px;
    margin-left: 10px;
}

.social__item:first-child {
    padding-left: 0;
}

.social__item:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 8px;
    right: 0;
    top: 50%;
    background-color: #383838;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social__item:last-child::before {
    display: none;
}

.social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social__amount {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
}

.social__amount::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: -1;
}

.social__amount--fb::before {
    background-color: #4d67ac;
}

.social__amount--google::before {
    background-color: #c4262e;
}

.social__amount--vk::before {
    background-color: #4b79bb;
}

.social__amount--tw::before {
    background-color: #3eb5f1;
}

.search-nothing__text {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .search-nothing {
        margin-bottom: 48px;
    }

    .search-nothing__header-inner {
        padding-top: 118px;
    }

    .search-nothing__more span {
        display: inline-block;
    }

    .search-nothing__inner {
        padding-right: 32px;
        padding-left: 32px;
    }

    .blog__section {
        padding-right: 62px;
        padding-left: 62px;
    }

    .blog__section li::before {
        left: -32px;
    }

}

@media (min-width: 1024px) {

    .b-news-detail-item__wrapper {
        padding: 48px;
    }

    .b-head-image__blog .b-head-image__title {
        font-size: 50px;
        line-height: 56px;
    }

    .search-nothing {
        margin-bottom: 107px;
    }

    .search-nothing__content-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .search-nothing__more {
        padding: 80px 0 23px;
        font-size: 30px;
        line-height: 56px;
        letter-spacing: 0.62px;
    }

    .search-nothing__article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% / 3);
        border-bottom: 0;
        border-right: 1px solid #dfe3e4;
    }

    .search-nothing__article:last-child {
        border-right-color: transparent;
    }

    .interesting .search-nothing__article {
        padding: 47px 50px 0;
    }

    .interesting .search-nothing__link {
        margin-top: auto;
        margin-bottom: 47px;
        padding: 0;
    }

    .interesting .search-nothing__subject h2 {
        margin-bottom: 2px;
        font-size: 30px;
        line-height: 32px;
    }

    .blog__section,
    .blog__tags,
    .social {
        padding-right: 122px;
        padding-left: 144px;
    }

    .blog__header {
        padding-left: 144px;
        padding-right: 144px;
    }

    .blog__double-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: -50px;
        margin-left: -50px;
    }

    .blog__list {
        margin-right: 50px;
        margin-left: 50px;
        width: calc(100% / 2 - 100px);
    }

    .interesting .search-nothing__text {
        margin-top: 17px;
        margin-bottom: 0;
    }
}

@media (min-width: 1167px) {
    .left-small .b-new-text, .right-small .b-new-text {
        display: block;
    }
}

@media (max-width: 1166px) {
    .b-new-text {
        display: block;
    }

    .b-new-item {
        min-height: 100%;
    }

    .b-new-item--red.b-new-item a {
        color: #fff !important;
    }

    .b-icon--arrow-down-light {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAflJREFUeNrcWu2RgyAQBSuwBDtIOogl5DowHaQEOiEdWEK8CpKrgHSQ64BbZvjBcCtiWBXcmU1+RNf3lrcbPuSMwLTWDXy14AfwI3hj3bWX9Sf4D/jAOX+xrcyABhfgSn9uysZo1gYuNb3JRYlA8Npma2kzz6hjcfFI8EbXPaJr14y2B/Bv8F/Q9+DFMDVigJ1svRwDsUxtfEGMJ0Xmu0C23p9q2KmhdyB+lwpeTACvCaU5RkRQg+8pgI8Q6UlIBGRzXaHLXZPkZAp2ET3SJPAYM4xqS/ATJFRQviO6v7KNbEROItTW/hUsEZA24V6ssBvsQom0Soo2KVNkaGXtt1gZk31BCF4nkhDBUUAuSM6+kQ1VNxsZBeFeoKizP9EOO4JRUCH5NCv09G5mHBwn8oDHin9Mc0k8/Psruwx0baAmANPiG3xdkJ/kTBI+toNhdfdYnTeYInSR95+9++5YAbdsQUshgXQ2xc2nN9x8IohekN/Fyi36+RXLy+bWRHYEZltuBCYlhGmq6CKu7BaGa/WS4I3OEzLvY3tVdj/HtVOm4DFsz+KnEuVP5oqfTu9lQVP2krL4Rf0utlWK39jaxdZi8Zu7EQHy316fqIcyDjgiSOR/xBQhpywO+fZ/zIoMdVYH3ezDoS/vVYOAhjd92YNTkWEbvW7zJ8AAnqfnG8XSnLcAAAAASUVORK5CYII=) !important;
    }
}

@media (max-width: 1166px) {
    .b-head-title {
        padding-right: 16px;
        padding-left: 16px;
    }

    .b-news-item--black.b-new-item a,
    .b-news-item--black.b-news-item .b-new-title {
        color: #fff !important;
    }
}

@media (min-width: 1344px) {
    .b-block-form__wrapper {
        padding: 94px 172px;
        padding-bottom: 82px;
    }

    .search-nothing__article {
        min-height: 384px;
    }

    .b-block-form__title {
        margin-bottom: 0;
    }

    .b-block-form__text {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 12px;
        margin-bottom: 43px;
    }

}

.b-head-image {
    margin-bottom: 0 !important;
    padding-bottom: 140px;
}

.b-news {
    clear: both;
    margin-top: -144px;
}

.b-head-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-head-image .b-head-title h1 {
    ﻿font-size: 30px;
    ﻿line-height: 32px;
}

.b-head-title h1 {
    ﻿font-size: 30px;
    ﻿line-height: 32px;
}

.b-head-image .b-head-title h1 {
    ﻿font-size: 30px;
    ﻿line-height: 32px;
}

.archive-menu {
    margin-top: 25px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .b-head-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-head-title h1 {
        padding-right: 32px;

    }

    .archive-menu {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-bottom: 0px;
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .b-head-image .b-head-title h1 {
        font-size: 50px;
        line-height: 1.5;
    }

    .archive-menu {
        margin-top: 15px;
    }
}

@media (min-width: 1166px) {
    .b-news__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-news-button {
        width: 100%;
    }
}

/*Color modifiers*/

/*
* Block backgrounds
*/

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

.b-item--grey {
    background-color: #dfe3e4 !important;
}

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

.b-item--white {
    background-color: #ffffff !important;
}

/*
* Text colors
*/
.b-text--white {
    color: #ffffff !important;
}

.b-text--black {
    color: #383838 !important;
}

/*
* Link colors
*/
.b-link--white, a.b-link--white {
    color: #ffffff !important;
}

.b-link--black, a.b-link--black {
    color: #383838 !important;
}

/*
* Tag colors
*/
.b-tag--white, a.b-tag--white, .b-tag--white a {
    color: #ffffff !important;
}

.b-tag--grey, a.b-tag--grey, .b-tag--grey a {
    color: #383838 !important;
}

/*
* Icon colors
*/
.b-icon--light {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAflJREFUeNrcWu2RgyAQBSuwBDtIOogl5DowHaQEOiEdWEK8CpKrgHSQ64BbZvjBcCtiWBXcmU1+RNf3lrcbPuSMwLTWDXy14AfwI3hj3bWX9Sf4D/jAOX+xrcyABhfgSn9uysZo1gYuNb3JRYlA8Npma2kzz6hjcfFI8EbXPaJr14y2B/Bv8F/Q9+DFMDVigJ1svRwDsUxtfEGMJ0Xmu0C23p9q2KmhdyB+lwpeTACvCaU5RkRQg+8pgI8Q6UlIBGRzXaHLXZPkZAp2ET3SJPAYM4xqS/ATJFRQviO6v7KNbEROItTW/hUsEZA24V6ssBvsQom0Soo2KVNkaGXtt1gZk31BCF4nkhDBUUAuSM6+kQ1VNxsZBeFeoKizP9EOO4JRUCH5NCv09G5mHBwn8oDHin9Mc0k8/Psruwx0baAmANPiG3xdkJ/kTBI+toNhdfdYnTeYInSR95+9++5YAbdsQUshgXQ2xc2nN9x8IohekN/Fyi36+RXLy+bWRHYEZltuBCYlhGmq6CKu7BaGa/WS4I3OEzLvY3tVdj/HtVOm4DFsz+KnEuVP5oqfTu9lQVP2krL4Rf0utlWK39jaxdZi8Zu7EQHy316fqIcyDjgiSOR/xBQhpywO+fZ/zIoMdVYH3ezDoS/vVYOAhjd92YNTkWEbvW7zJ8AAnqfnG8XSnLcAAAAASUVORK5CYII=) !important;;
}

.b-icon--dark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZJREFUeNrcWjFz01AMth2OI8cS+AXp1q3hFzRsHdORqcnGlnRjazMykUzAZGfqMbVjmXA3tjq/ALMxtWbgaI+hSJzCvSp6cZ6tBAfd6XKx4/c+SZ/e05Pjewry9MnjJny0QXdAW6BNUlNS0gR0ChpfXf9Iy87tlwTdBT0QwC4raMAENCpqjF8Q+BGB15QIdOhqiO8AvAEfAwK/ShmCjsCQTM0AAI+8Ps2hCnI7Br0AzQBAzMbAHEEn7FK+tHKotQ9jJKUNgImRKqHlNnppXITDRg71yTBJejButGicWs4kx/DxxgL8NegLmOD8582vzJUn+AxoXK8/fA9fbykij9jPOnDfx985R4DAS3w/I89kmsSnHMNId6S8gPmOl44A0Uby/CEMdAgeudHOXBwT9AN4/Dt83WO323D9K9xPciNACXtZhI+K0bDl3TOe2L4QxkthtVkb+BwjUjIiEykEYXolcBBp885bsyBdBDqhg2/NpPbZsvaFJyyA31fwZpvvCw7PngpO3Zot24Fx8UhYKnsK4JEGn4gSRaRHWDwJa8A2FVPGZZdKAj8bNyxiBGEYs8tdwvw3Al3B+6OytBHGDQtGYiREoWsacKDtfeK8REFnIyxR+IPZtyTvlsZhI2dNd1qabTgDqgzvVZVa4Ml7kUYkCBPfidsBHQNNiT1l0TJCwLYTCHX5xSo2JiUjOLZWIJQNmbciUTCCY2tiEt+xSfycZLpbYQWRm9h8/sCrljgvsVUzwFmqZoBz2f6AauzmspVjXo6scmOj8uTe+SAgAzxWc6/7pLWs5xuSAXx3260oeAlbggZM+fZcUfAStmkgbM+tWa1dwWKOVw1xQEVSKtXaFfK8hClF7LNldMJu9qlDUfZAowKesPTZ5Ym5D0RCtg8UDjSRUntmIKxA0dz5FesMQ6/LRoGN2y34fIOwmNhCaSceClEIFSpQrD6fl2iMhYL3h3ONLewWYyeYLVXb2FyCe59LNqnSgt4fCFTGRu/ZXGPLSJaNai1ufHO3JoT7G7ayvfl2XkeDTkvS5q3Fgef8Ys3C2UTIB5Q9uN4C/aj9jgDpC+OeWJZv5L3YaKstSLzYYsQ26Eu4VwdNyhpCwLErfuLJL/6sb2fEHHDg4+yQ/U9f8v3/r1nZEruZL7qF0G/eXw0WcHiz/uyxwBjk9dr/bvNbgAEAO+LxyUhxtOEAAAAASUVORK5CYII=) !important;;
}

.b-head-btn {
    background-color: transparent;
    padding: 6px 24px;
    text-align: center;
    cursor: pointer;
    color: #363636;
    border: 2px solid #363636;

    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 20px 0 0;
    display: block;
    text-decoration: none;
    float: left;
}

.b-head-btn:hover {
    color: #ffffff;
    background-color: #363636;
}

@media (max-width: 1023px) {
    .b-head-btn {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .b-head-btn {
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {
    .b-head-btn {
        float: none;
        margin: 0;
    }
}
/* End */


/* Start:/local/templates/ashmanov/components/ashmanov/form-subscribe/new-2021/style.css?17382165142721*/
.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/components/bitrix/catalog.smart.filter/articles/style.css?168596945235141 */
/* /local/templates/ashmanov/components/bitrix/system.pagenavigation/page-counter/style.css?17534461041847 */
/* /local/templates/ashmanov/components/bitrix/news/articles_2020/ashmanov/news.list/.default/style.css?168596945230112 */
/* /local/templates/ashmanov/components/ashmanov/form-subscribe/new-2021/style.css?17382165142721 */
