

/* Start:/local/templates/ashmanov/components/bitrix/news/authors/style.css?1773410488603*/
/*
    Модернизация стией хлебных крошек для раздела Авторы
*/

body .b-breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
}

.b-breadcrumb .b-breadcrumb__wrapper {
    padding: 18px 15px;
}

.b-breadcrumb .b-breadcrumb__item {
    padding-right: 5px;
}

.b-breadcrumb .b-breadcrumb__link {
    font-size: 14px;
}

.b-breadcrumb .b-breadcrumb__item--divider {
    padding-right: 7px;
}

/*
    Модернизация стией хлебных крошек для раздела Авторы
*/
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news/authors/bitrix/news.detail/.default/style.css?177341048817794*/
.author {
    width: 100%;
    background: #fff;
    --title-weight: 700;
    --normal-weight: 400;
}

.bx-mac .author {
    --title-weight: 500;
    --normal-weight: 300;
}

.author__wrapper {
    width: 100%;
    margin: auto;
    max-width: 1192px;
    padding: 0 20px;
}
.blog__section.blog-authors {
    padding-bottom: 0;
}

.author__info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}

.author__info-left {
    flex: 0 0 auto;
    width: 208px;
    margin-right: 40px;
}

.author__image {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.author__image-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
}

.author__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author__aip {
    position: absolute;
    right: 0;
    bottom: 0;
}

.author__info-right {
    flex: 1;
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
    font-weight: var(--normal-weight);
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
}

.author__name {
    font-family: 'Vela Sans', sans-serif;
    font-weight: var(--title-weight);
    font-size: 32px;
    line-height: 26px;
    display: inline-block;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}

.author__position {
    font-family: 'Vela Sans', sans-serif;
    color: #DA0812;
    margin-bottom: 15px;
}

.author__position span {
    font-family: 'Vela Sans', sans-serif;
    font-size: 22px;
}

.author__description {
    font-family: 'Vela Sans', sans-serif;
    margin-bottom: 16px;
}

.author__tags {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    max-height: 100px;
}

.author__tags-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
}

.author__tag {
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 8px 20px;
    background: #F2F2F2;
    border-radius: 20px;
    text-decoration: none;
    white-space: nowrap;
    transition: .3s;
    display: inline-block;
}

.old_safari .author__tag {
    margin: 0 20px 20px 0;
}

.author__tag:hover {
    background: #DFE3E4;
}

.author__works {
    width: 100%;
    padding: 13px 0 32px;
}

.author__tabs {
    width: 100%;
    border-bottom: 1px solid #838383;
}

.author__tab{
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
    font-weight: var(--normal-weight);
    font-size: 16px;
    line-height: 22px;
    padding: 8px 16px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.author__tab:hover{
    color: #DA0812;
}

.author__tab--active {
    color: #DA0812;
}

.author__tab--active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    border-bottom: 2px solid #DA0812;
}

.author__tab-list {
    display: none;
}

.author__tab-list--active {
    display: block;
}

.author__tab-list h2 {
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
    font-weight: var(--title-weight);
    font-size: 40px;
    line-height: 56px;
    color: #000000;
    margin: 40px 0 32px;
}

.author__works-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    margin-bottom: 32px;
}

.author__works-item {
    transition: .3s;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.1);
    text-decoration: none;
}

.author__works-item:hover {
    box-shadow: 10px 10px 40px rgba(100, 100, 100, 0.2);
}

.author__works-item-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.author__works-item-top {
    height: 120px;
    flex: 0 0 auto;
}

.author__works-item-source-logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.author__works-item-source-logo img {
    max-width: 100%;
    max-height: 100%;
}

.author__works-item-content {
    padding: 20px 24px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.author__works-item-source {
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #838383;
    position: relative;
    padding-left: 22px;
    margin-bottom: 16px;
}

.author__works-item-source:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("/static/img/authors/link.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.author__works-item-date {
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #838383;
    position: relative;
    padding-left: 22px;
    margin-bottom: 16px;
}

.author__works-item-date:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("/static/img/authors/calendar.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.author__works-item-name {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 24px;
}

.author__works-item-name:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 6px solid #000;
    z-index: 1;
}

.author__works-item-name-container {
    position: relative;
    z-index: 2;
}

.author__works-item-name-container span {
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
    font-weight: var(--title-weight);
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    position: relative;
    display:inline;
    /*background: #fff;*/
    z-index: 1;
}

.author__works-item-name-container span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 800px;
    height: 1px;
    border-bottom: 12px solid #fff;
    z-index: 1;
}

.author__works-item-name-container span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 1px;
    border-bottom: 6px solid #000;
    z-index: 1;
}

.author__works-item-tags {
    max-height: 24px;
    overflow: hidden;
}

.author__works-item-tag {
    display: inline-block;
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 20px;
    color: #4545DB;
    white-space: nowrap;
}

.author__works-item-tag:before {
    content: ", ";
}

.author__works-item-tag:first-child:before {
    content: "";
}

.author__btn-container {
    text-align: center;
}

.author__btn {
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
    font-weight: var(--title-weight);
    font-size: 16px;
    line-height: 24px;
    color: #DA0812;
    padding: 12px 16px;
    border: 1px solid #DA0812;
    display: inline-block;
    cursor: pointer;
    transition: .35s ease;
    text-decoration: none;
}

.author__btn:hover {
    color: #FFFFFF;
    background: #DA0812;
}

.author__experts {
    padding-bottom: 80px;
    --title-weight: 700;
    --normal-weight: 400;
}

.bx-mac .author__experts {
    --title-weight: 500;
    --normal-weight: 300;
}

.author__experts h2 {
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
    font-weight: var(--title-weight);
    font-size: 40px;
    line-height: 56px;
    color: #000000;
    margin: 32px 0;
}

.author__experts-slider {
    display: flex;
    padding: 40px 40px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.1);
    margin-bottom: 32px;
}

.author__experts-slider:not(.slick-initialized) {
    overflow: hidden;
}

.author__experts-expert {
    width: 216px;
    margin: 0 35px;
    outline: none;
    text-decoration-color: transparent;
}

.author__experts-slider:not(.slick-initialized) .author__experts-expert {
    flex: 1 0 auto;
}

.author__experts-slider:not(.slick-initialized) .author__experts-expert:first-child {
    margin-left: 0;
}

.author__experts-expert-top {
    display: flex;
    justify-content: center;
}

.author__experts-expert-image {
    position: relative;
}

.author__experts-expert-image-container {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.author__experts-expert-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.author__experts-expert-aip {
    right: -12px;
    bottom: -12px;
}

.author__experts-expert-info {
    margin-top: 15px;
}

.author__experts-expert-name {
    position: relative;
    margin-bottom: 16px;
    text-align: center;
    display: flex;
}

.author__experts-expert-name span {
    font-family: 'Vela Sans', sans-serif;
    font-weight: var(--title-weight);
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #000;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1px;
    margin: auto;
    flex: 0;
}

.author__experts-expert-position {
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
    font-weight: var(--normal-weight);
    font-size: 14px;
    line-height: 20px;
    color: #DA0812;
    text-align: center;
}

.author__experts-expert-position span {
    position: relative;
    top: 2px;
}

.author__experts .slick-prev {
    width: 32px;
    height: 32px;
    left: -56px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVBRjBCRjlFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBRjBCRkFFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUFGMEJGN0U4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUFGMEJGOEU4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsTxQ0oAAAA5UExURcQhNMQiNcgwQsgxQsk0RtVgbdZjcdZkcdZlctdpduSYoeSbo+afp/TU2Pz09fz19f35+f76+v///+f5bXcAAAA9SURBVDjLY2AYBdgBEwF5Vj42/PICQtwE5HkYB7E8M58QLyNeH3II4vchdVSwU0cFFwEV/JwE4ptlROYCAMULAuY8uh9qAAAAAElFTkSuQmCC);
}

.author__experts .slick-next {
    width: 32px;
    height: 32px;
    right: -56px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVBRjBCRkRFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVBRjBCRkVFOEVGMTFFNkIyNTA5NDNDMjQ3OEUxQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNUFGMEJGQkU4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNUFGMEJGQ0U4RUYxMUU2QjI1MDk0M0MyNDc4RTFBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjByUXIAAAA5UExURcQhNMQiNcgwQsgxQsk0RtVgbdZjcdZkcdZlctdpduSYoeSbo+afp/TU2Pz09fz19f35+f76+v///+f5bXcAAAA8SURBVDjLY2AYBVgAEwF5Nj5W/Aq4hQTwq2DkGTIqeIX4mPH7VZCDxvLslMhzEZBn4ORnJxDfLCM1IwAAvXAC5gFaZA0AAAAASUVORK5CYII=);
}

.author__experts .slick-arrow:hover {
    filter: brightness(.95);
}

.authors-form {
    margin: 16px auto;
    width: fit-content;
    padding: 64px 61px;
    background: url('/static/img/authors/form-arrows.png') no-repeat;
    background-position: bottom;
    --title-weight: 600;
    --normal-weight: 400;
}

.authors-form * {
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
}

.bx-mac .authors-form {
    --title-weight: 500;
    --normal-weight: 300;
}

.authors-form .bottom-product {
    margin: 0;
}

.authors-form .bottom-product__column--gray {
    background-color: #DA0812;
}

.authors-form .bottom-product__title{
    font-weight: var(--title-weight);
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.authors-form .bottom-product__title:before {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    left: -12px;
    width: 100%;
    height: 100%;
    background: url('/static/img/authors/selection.png') no-repeat;
}

.authors-form .bottom-product__title span {
    position: relative;
    z-index: 2;
}

.authors-form .bottom-product__description {
    font-weight: var(--normal-weight);
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.authors-form .field__label{
    font-weight: 100;
    font-size: 12px;
    line-height: 16px;
    color: #4B4B4B;
}

.authors-form .field__input {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    padding: 11px 16px;
}

.authors-form .field__input::placeholder {
    font-weight: 100;
    font-size: 14px;
    line-height: 16px;
}

.authors-form .field__textarea {
    font-weight: 100;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 16px;
}

.authors-form .field__textarea::placeholder {
    font-weight: 100;
    font-size: 14px;
    line-height: 20px;
    color: #838383;
}

.authors-form .field-select .field-select__icon {
    display: none;
}

.authors-form .field-select__input:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    z-index: 101;
    background: url('/static/img/authors/arrow.png');
    pointer-events: none;
}

.authors-form .field-select__input.opened:before {
    display: none;
}

.authors-form #product-form .jq-selectbox__select,
.authors-form #product-form .field-file {
    padding: 12px 16px;
}

.authors-form #product-form .jq-selectbox__select-text,
.authors-form #product-form .jq-file__name {
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: var(--normal-weight);
    line-height: 20px;
}

.authors-form #product-form .jq-selectbox__dropdown li {
    font-size: 14px;
    font-weight: 100;
}

.authors-form .product-form__note {
    font-weight: 100;
    font-size: 14px;
    line-height: 20px;
}

.authors-form .product-form__buttons {
    margin-top: 12px;
}

.authors-form .form-button {
    background-color: #DA0812;
    border: 1px solid #DA0812;
    padding: 9px 16px;
    transition: all 0.25s ease-in-out;
}

.authors-form .form-button:hover {
    background-color: #fff;
    color: #DA0812;
}

.authors-form .form-button:hover .form-button__text {
    color: #DA0812;
}

.authors-form .form-button__text {
    font-weight: var(--title-weight);
    font-size: 16px;
    line-height: 24px;
}

@-moz-document url-prefix() {
    .author__works-item-name-container span {
        display:block;
    }
}

@media (max-width: 1343px) {
    .authors-form .bottom-product__title::before {
        left: calc(50% + 8px);
        transform: translateX(-50%);
    }
}

@media (max-width: 1279px) {
    .author__experts .slick-prev {
        left: 0px;
        transform: translate(-50%, -50%);
    }

    .author__experts .slick-next {
        right: 0px;
        transform: translate(50%, -50%);
    }
}

@media (max-width: 1023px) {
    .author__works-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .author__experts .slick-arrow:hover {
        filter: brightness(1);
    }

    .authors-form {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .author__info {
        flex-direction: column;
    }

    .author__info-left {
        width: 180px;
        margin: 0 0 20px;
    }

    .author__name span {
        font-size: 26px;
    }

    .author__tab-list h2 {
        font-size: 26px;
        line-height: 24px;
        margin: 26px 0;
    }

    .author__works-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 499px) {
    .author__experts-expert {
        width: 240px;
        margin: 0;
    }
}

/* End */


/* Start:/local/templates/ashmanov/components/bitrix/system.pagenavigation/more_with_count/style.css?1773410488522*/
.more_with_count__wrapper {
    text-align: center;
}

.more_with_count__btn {
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #DA0812;
    padding: 12px 16px;
    border: 1px solid #DA0812;
    display: inline-block;
    cursor: pointer;
    transition: .35s ease;
}

.bx-mac .more_with_count__btn {
    font-weight: 500;
}

.more_with_count__btn:hover {
    color: #FFFFFF;
    background: #DA0812;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/authors_articles/style.css?17734104881367*/
.author__article:nth-child(4n+1) .author__works-item-top {
    background: #8643DD;
}

.author__article:nth-child(4n+1) .author__works-item-name:after,
.author__article:nth-child(4n+1) .author__works-item-name-container span:after {
    border-color: #8643DD;
}


.author__article:nth-child(4n+2) .author__works-item-top {
    background: #4545DB;
    background-image: url("/static/img/authors/arrows-to-right.png");
    background-position: center;
    background-repeat: no-repeat;
}

.author__article:nth-child(4n+2) .author__works-item-name:after,
.author__article:nth-child(4n+2) .author__works-item-name-container span:after {
    border-color: #4545DB;
}


.author__article:nth-child(4n+3) .author__works-item-top {
    background: #DA0812;
}

.author__article:nth-child(4n+3) .author__works-item-name:after,
.author__article:nth-child(4n+3) .author__works-item-name-container span:after {
    border-color: #DA0812;
}


.author__article:nth-child(4n+4) .author__works-item-top {
    background: #DEE2E3;
    background-image: url("/static/img/authors/arrows-to-up.png");
    background-position: center;
    background-repeat: no-repeat;
}

.author__article:nth-child(4n+4) .author__works-item-name:after,
.author__article:nth-child(4n+4) .author__works-item-name-container span:after {
    border-color: #DEE2E3;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/authors_publications-media/style.css?17734104881154*/
.author__publication:nth-child(4n+1) .author__works-item-top {
    background: #FB6D11;
}

.author__publication:nth-child(3n+1) .author__works-item-name:after,
.author__publication:nth-child(3n+1) .author__works-item-name-container span:after {
    border-color: #FB6D11;
}


.author__publication:nth-child(4n+2) .author__works-item-top {
    background: #4545DB;
}

.author__publication:nth-child(3n+2) .author__works-item-name:after,
.author__publication:nth-child(3n+2) .author__works-item-name-container span:after {
    border-color: #8643DD;
}


.author__publication:nth-child(4n+3) .author__works-item-top {
    background: #DFE3E4;
}

.author__publication:nth-child(3n+3) .author__works-item-name:after,
.author__publication:nth-child(3n+3) .author__works-item-name-container span:after {
    border-color: #4545DB;
}


.author__publication:nth-child(4n+4) .author__works-item-top {
    background: #DA0812;
}

/*.author__publication:nth-child(4n+4) .author__works-item-name:after,*/
/*.author__publication:nth-child(4n+4) .author__works-item-name-container span:after {*/
/*    border-color: #DA0812;*/
/*}*/
/* End */


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


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

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

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

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

.bottom-product__title {
    margin: 0;

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

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

.bottom-product__description p {
    margin: 0;
}

@media all {

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

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

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

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

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

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

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

    .bottom-product__wrapper {
        display: flex;
    }

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

    width: calc(100% + 2px);

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

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

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

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

    border: 0;
    cursor: pointer;
}

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

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

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

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

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

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


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

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

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

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

    display: block;

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

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

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

.field-select {
    position: relative;

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

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

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

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

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

    display: block;

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

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

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

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

    position: relative;

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

.field-file__input {
    width: 100%;

    display: block;

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


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

    opacity: 0;
}

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

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

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

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

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

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

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

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

}

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

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

/* End */


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

    cursor: pointer;
}

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

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

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


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

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


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

}

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

.product-form__note p {
    margin: 0;
}

.product-form__note a {
    color: inherit;
}

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

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

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

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

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


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

}

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

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

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

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

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

    color: #363636;
}

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

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

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

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


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

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

.subscribe-social__title {
    margin: 0;

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

.subscribe-social__description {
    margin: 0;

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

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

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

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

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

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

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

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

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

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

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


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

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

.product-subscribe-form--disabled {
    visibility: hidden;
    opacity: 0;
}
/* End */
/* /local/templates/ashmanov/components/bitrix/news/authors/style.css?1773410488603 */
/* /local/templates/ashmanov/components/bitrix/news/authors/bitrix/news.detail/.default/style.css?177341048817794 */
/* /local/templates/ashmanov/components/bitrix/system.pagenavigation/more_with_count/style.css?1773410488522 */
/* /local/templates/ashmanov/components/bitrix/news.list/authors_articles/style.css?17734104881367 */
/* /local/templates/ashmanov/components/bitrix/news.list/authors_publications-media/style.css?17734104881154 */
/* /static/plugins/hystmodal/hystmodal.min.css?17734104912290 */
/* /local/components/ashmanov/form-and-text/templates/product/bottom-product.css?17734104871658 */
/* /local/components/ashmanov/form-and-text/templates/product/popup.css?17734104871367 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/style.css?17734104881502 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/field.css?17734104882796 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/button.css?1773410488786 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/form.css?1773410488698 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/social.css?1773410487906 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/subscribe-social.css?17734104871280 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/product-subscribe-form.css?1773410487206 */
