

/* Start:/local/templates/ashmanov/components/bitrix/news/articles_2020/bitrix/news.detail/.default/style.css?174486779526554*/
.b-news-detail__wrapper {
    padding: 0px;
    background-color: #fff;
}

.b-news-detail-item {
    color: #383838;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    border-bottom: 1px solid #eff1f1;
}

.b-news-detail-item p {
    margin: 0px;
    padding: 0px;
}

.b-news-detail-item h2,
.b-news-detail-item h3 {
    color: #383838;
    font-weight: 400;
}

.b-news-detail-item h2 {
    font-size: 30px;
    line-height: 32px;
}

.b-news-detail-item h3 {
    font-size: 20px;
    line-height: 28px;
}

.b-news-detail-item a {
    color: #d90018;
    text-decoration: none;
}

.b-news-detail-item__date-create {
    color: #383838;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

@media all and ( min-width: 320px ) {
    .b-news-detail__label {
        margin: 32px 0px;
    }

    .b-news-detail-item h2 {
        margin: 32px 0px;
    }

    .b-news-detail-item h3 {
        margin: 32px 0px 16px 0px;
    }

    .b-news-detail-item p {
        margin: 16px 0px;
    }

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

    .b-news-detail-item__date-create {
        margin: 32px 0px 0px 0px !important;
    }
}

@media all and ( min-width: 1024px ) {
    .b-news-detail-item__wrapper,
    .b-news-detail-social__wrapper {
        padding: 48px;
    }
}

@media all and ( max-width: 1343px ) {
    .b-news-detail-item__wrapper :first-child {
        margin-top: 0px;
    }

    .b-news-detail-item__wrapper :last-child {
        margin-bottom: 0px;
    }
}

@media all and ( min-width: 1344px ) {
    .b-news-detail__label {
        margin: 48px 0px;
    }

    .b-news-detail-item h2 {
        margin: 54px 0px 30px 0px;
    }

    .b-news-detail-item h3 {
        margin: 28px 0px 13px 0px;
    }

    .b-news-detail-item p {
        margin: 13px 0px;
    }

    .b-news-detail-item__wrapper {
        padding: 21px 145px 80px 145px;
    }

    .b-news-detail-item__date-create {
        margin: 62px 0px 0px 0px !important;
    }

    .b-news-detail-social__wrapper {
        padding: 36px 145px 35px 145px;
    }
}

.blog__content p img {
    border: 1px solid #e8e8e8;
    padding: 2px;
}

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

.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 !important;
    color: #383838;
    text-align: center;
}

.b-head-image__blog .b-head-image__title,
.b-head-image__blog .b-head-image__subtitle {
    color: #383838;
}

.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 {
    font-weight: 300;
    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(data:image/png;base64,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) 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: #383838;
    font-weight: 300!important;
    font-size: 18px;
    border-bottom: none;
    position: relative;
    z-index: 11;
    background-color: white;
}

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

.blog__section p {
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 22px;
    line-height: 28px;
}

.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 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,
.blog__tags span {
    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;
    }
}

.blog__section iframe {
    width: 100%;
    height: 240px;
}

@media screen and (min-width: 768px) {
    .blog__section iframe {
        height: 360px;
    }

    .blog__inner .blog__main .interesting.blog-similar-line{
        padding-left: 38px;
        padding-right: 38px;
    }
}

@media screen and (min-width: 1166px) {

    .blog__inner .blog__main .interesting.blog-similar-line{
        padding-left: 94px;
        padding-right: 72px;
    }
    .blog__section iframe {
        height: 480px;
    }
}

.archive-menu {
    margin-bottom: 66px;
}

.blog__main .blog__section.blog__section--no-vertical {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.blog__main .blog__section.blog__section--no-vertical h1,
.blog__main .blog__section.blog__section--no-vertical h2 {
    margin-top: 56px;
    margin-bottom: 38px;
}

.blog__main .blog__section.blog__section--no-vertical img {
    margin-top: 40px;
    margin-bottom: 68px;
}

.blog__main .blog__section.blog__section--no-vertical img:first-of-type {
    margin-top: 0;
}

.blog__header {
    margin-bottom: 40px;
}

.blog__main .blog__section {
    color: rgba(56, 56, 56, 255);
}

.blog__section table {
    font-size: 14px;
    margin-top: 52px;
    margin-bottom: 40px;
    display: block;
}
.blog__section table tbody {
    display: block;
    overflow-x: auto;
}
.blog__section table tr th {
    font-weight: 700;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: left;
}

.blog__section table tr th {
    padding: 13px 12px;
}

.blog__section table tr td {
    padding: 10px 12px 2px;
}

.blog__section table caption {
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    display: block;
}
.blog__section table tr th:first-child,
.blog__section table tr td:first-child {
    padding-left: 0;
}

.blog__section table tr th:last-child,
.blog__section table tr td:last-child {
    padding-right: 0;
}

.blog__section a {
    color: #d90018;
    text-decoration: none;
}

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

.blog__section ol {
    counter-reset: itemol;
}


.blog__section ol li::before {
    display: block!important;
    content: counter(itemol) ". ";
    counter-increment: itemol;
    font-weight: bold;
    position: absolute;
    left: -25px;
    background: none;
    top: 0;

}

.blog__section ol li {
    position: relative;
    list-style-type: none;
}
.blog__section figure {
    margin: 32px 0;
}
.blog__section figure figcaption {
    font-size: 14px;
    color: rgba(128, 128, 128, 255);
    margin-top: 12px;
}

.blog__main .blog__section.blog__section--no-vertical figure img{
    margin: 0;
}
.b-head-image__blog .b-head-image__subtitle {
    font-weight: 400;
}
.blog__main .blog__section ul,
.blog__main .blog__section li{
    margin-top: 22px;
    margin-bottom: 22px;
}
.blog__section li p {
    margin-bottom: 0;
}
.blog__inner .social__item::before {
    background-color: #999999
}
.blog__inner .blog__section p {
    line-height: 28px;
}

ul ul {
    margin-left: 30px;
}

.b-calculator-and-form.b-block--negative-position {
    margin-top: -64px;
    margin-bottom: -64px;
    z-index: -1;
}

span.tag-html:after {
    content: ">";
}
span.tag-html:before {
    content: "<";
}


/*
    08.02.2023 - Добавление авторов
*/

.blog__section.blog-authors {
    padding-bottom: 0;
}

.blog-author {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 32px 0;
    border-bottom: 1px solid #838383;
}

.blog__section.blog-authors .blog-author {
    text-decoration: none;
}

.blog-author:last-child {
    border-bottom: none;
}

.blog-author__left {
    flex: 0 0 auto;
    width: 208px;
    margin-right: 40px;
}

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

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

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

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

.blog-author__right {
    flex: 1;
    font-family: 'Vela Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-author__name {
    position: relative;
    margin-bottom: 16px;
    color: #000000;
}

.blog-author__name span {
    font-family: 'Vela Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 26px;
    color: #000000;
    display: inline-block;
    border-bottom: 1px solid #000;
}

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

.blog-author__description {
    font-family: 'Vela Sans', sans-serif;
}

.blog__references {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .blog-author {
        flex-direction: column;
    }
    .blog-author__left {
        width: 180px;
        margin: 0 0 20px;
    }
    .blog-author__name span {
        font-size: 26px;
    }
}

/*.blog-author__position span + span {*/
/*    padding-left: 20px;*/
/*    position: relative;*/
/*}*/

/*.blog-author__position span + span:before {*/
/*    content: "•";*/
/*    position: absolute;*/
/*    left: 6px;*/

/*    font-family: 'Vela Sans', sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    font-size: 16px;*/
/*    line-height: 150%;*/
/*}*/

/*.fancybox__container.is-closing .fancybox__content img {*/
/*    border-radius: 50%;*/
/*}*/

table td {
    vertical-align: top;
}

.blog__inner .b-section-main {
    background: none;
    margin: 0 -122px 0 -144px;
}

@media (max-width: 1343px) {
    .blog__inner .b-main-conference .b-section-main .b-image-item__wrapper {
        padding: 36px 24px 70px;
    }
}

@media (max-width: 1023px) {
    .blog__inner .b-section-main {
        margin: 0 -62px;
    }
}

.b-main-conference .b-section-main{
    margin: 0;
}
/* End */


/* Start:/static/css/fonts/VelaSans.css?16859694562438*/
/*
На данный момент используются только на детальных страницах статей (Блок с авторами)
*/

@font-face {
    font-family: 'Vela Sans';
    src: local('Vela Sans'), local('VelaSans-ExtraBold'), url("/static/fonts/VelaSans/otf/VelaSans-ExtraBold.otf") format("opentype"), url("/static/fonts/VelaSans/woff/VelaSans-ExtraBold.woff") format("woff"), url("/static/fonts/VelaSans/ttf/VelaSans-ExtraBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Vela Sans';
    src: local('Vela Sans'), local('VelaSans-Bold'), url("/static/fonts/VelaSans/otf/VelaSans-Bold.otf") format("opentype"), url("/static/fonts/VelaSans/woff/VelaSans-Bold.woff") format("woff"), url("/static/fonts/VelaSans/ttf/VelaSans-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Vela Sans';
    src: local('Vela Sans'), local('VelaSans-SemiBold'), url("/static/fonts/VelaSans/otf/VelaSans-SemiBold.otf") format("opentype"), url("/static/fonts/VelaSans/woff/VelaSans-SemiBold.woff") format("woff"), url("/static/fonts/VelaSans/ttf/VelaSans-SemiBold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Vela Sans';
    src: local('Vela Sans'), local('VelaSans-Regular'), url("/static/fonts/VelaSans/otf/VelaSans-Regular.otf") format("opentype"), url("/static/fonts/VelaSans/woff/VelaSans-Regular.woff") format("woff"), url("/static/fonts/VelaSans/ttf/VelaSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vela Sans';
    src: local('Vela Sans'), local('VelaSans-Light'), url("/static/fonts/VelaSans/otf/VelaSans-Light.otf") format("opentype"), url("/static/fonts/VelaSans/woff/VelaSans-Light.woff") format("woff"), url("/static/fonts/VelaSans/ttf/VelaSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Vela Sans';
    src: local('Vela Sans'), local('VelaSans-ExtraLight'), url("/static/fonts/VelaSans/otf/VelaSans-ExtraLight.otf") format("opentype"), url("/static/fonts/VelaSans/woff/VelaSans-ExtraLight.woff") format("woff"), url("/static/fonts/VelaSans/ttf/VelaSans-ExtraLight.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}
/* End */


/* Start:/static/css/plugins/fancybox.min.css?168596945615598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* 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 */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/blog.similar.line/style.css?168596945218955*/

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

.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;
    padding: 0;
    display: inline;
}

.search-nothing__article .b-new-tags {
    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: #383838;
}

.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(data:image/png;base64,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) 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: #383838;
    font-weight: 200;
    font-size: 18px;
    /*border-bottom: 1px solid #eff1f1;*/
}

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

.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-similar-line .b-new-tags a {
    color: #999999;
    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-link--no-margin {
    margin-left: 0 !important;
}

.interesting.blog-similar-line .search-nothing__subject {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 21px;
    color: #b7b7b7;
    text-decoration: underline;
}

.interesting.blog-similar-line .search-nothing__subject:hover {
    text-decoration: none;
}

.interesting.blog-similar-line .search-nothing__subject div {
    color: #383838
}

.interesting.blog-similar-line {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 70px;
    margin-bottom: 65px;
}

.interesting.blog-similar-line .blog-more {
    border-right: none;
}

.interesting.blog-similar-line .b-new-tags {
    padding-top: 0;
}

.interesting.blog-similar-line .search-nothing__article {
    min-height: 0;
    padding-bottom: 46px;
}

.interesting.blog-similar-line .blog__tag {
    margin: 0 auto 18px 0;
    padding: 0 9px;
    font-weight: 700;
}
/* End */


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


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

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

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

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

.bottom-product__title {
    margin: 0;

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

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

.bottom-product__description p {
    margin: 0;
}

@media all {

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

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

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

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

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

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

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

    .bottom-product__wrapper {
        display: flex;
    }

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

    width: calc(100% + 2px);

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

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

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

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

    border: 0;
    cursor: pointer;
}

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

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

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

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

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

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


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

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

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

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

    display: block;

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

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

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

.field-select {
    position: relative;

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

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

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

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

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

    display: block;

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

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

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

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

    position: relative;

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

.field-file__input {
    width: 100%;

    display: block;

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


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

    opacity: 0;
}

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

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

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

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

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

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

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

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

}

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

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

/* End */


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

    cursor: pointer;
}

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

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

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


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

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


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

}

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

.product-form__note p {
    margin: 0;
}

.product-form__note a {
    color: inherit;
}

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

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

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

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

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


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

}

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

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

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

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

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

    color: #363636;
}

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

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

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

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


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

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

.subscribe-social__title {
    margin: 0;

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

.subscribe-social__description {
    margin: 0;

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

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

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

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

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

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

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

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

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

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

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


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

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

.product-subscribe-form--disabled {
    visibility: hidden;
    opacity: 0;
}
/* End */


/* Start:/local/templates/ashmanov/components/bitrix/news.list/blog.similar.grid/style.css?168596945232450*/
.b-section-main {

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

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

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

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

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

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

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

@media all and (min-width: 1344px) {
	.b-section-main__wrapper {
		padding: 0;
		margin: 0 auto 48px;
	}
	.b-rect__wrapper {
		padding: 51px 47px;
	}
}
.b-similar-grid .b-new-tags {
	padding: 18px 0 0;
}
.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-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;
}

.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: none;
	margin-right: 20px;
	margin-left: 20px;
	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;
}

.parent-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.full-size {
	width: calc(100% - 40px);
}

.one-thirds {
	width: calc(33.33% - 40px);
}

.two-thirds {
	width: calc(66.66% - 40px);
}

.left-small {
	width: 30.66%;
}

.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-size .b-new-title, .full-size .b-new-text, .full-size .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 ( max-width: 1166px ) {
	.parent-wrap {
		margin-left: auto;
		margin-right: auto;
	}

	.b-new-item {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 25px;
	}

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

	.b-new-item {
		display: block;
		position: relative;
		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;
	}

	.one-thirds, .full-size, .two-thirds {
		width: 100%;
	}

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

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

	.full-size .b-new-title, .full-size .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;
	}
}

.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: #383838;
}

.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(data:image/png;base64,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) 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: #383838;
	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 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 {
	color: #ffffff !important;
}

.b-tag--grey, a.b-tag--grey {
	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-news__wrapper.b-news__wrapper--embedded {
	display: block;
	padding-right: 24px;
	padding-left: 24px;
}

.b-news.b-news--embedded {
	margin-top: 24px;
	margin-bottom: 24px;
}
.b-news.b-news--embedded .b-new-item {
	margin-bottom: 0;
}
@media all and (min-width: 1166px) {

	.b-news__wrapper.b-news__wrapper--embedded {
		padding-right: 122px;
		padding-left: 144px;
	}

	.b-news.b-news--embedded {
		margin-top: 64px;
		margin-bottom: 64px;
	}
}


.b-news--embedded .b-new-title {
	padding: 42px 49px 0;
}

.b-news--embedded .b-new-text {
	padding-top: 22px
}

.b-news--embedded .b-new-item {
	min-height: 288px;
}
.b-head-image.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;
}
/* End */


/* Start:/local/components/ashmanov/form-and-text/templates/callback/style.css?16859694512875*/
.b-block-fixed.b-block-form {
    display: none;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

@media all and (min-width: 1152px) {
    .b-block-fixed.b-block-form {
        display: none;
    }
}
.js-fixed-form.hidden {
    display: none!important;
}
.b-block-fixed.b-block-form {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 888;
}
.b-block-fixed .b-block-form__close {
    cursor: pointer;
    width: 16px;
    height: 16px;
    z-index: 20;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPUlEQVQ4jY2Ty0qDMRCF8yjWXtCl1uL5MtPhf9Zu+galRaGCLroQvJXuiw9SFybwU+1lIBAy+c4kk5Mk6RaYmNldOjPM7A6YSLpNwFzSDvgCbk7BwA3wVZh5Aq4kvUraSXrPOY8OwTnnkaSPsvc1Iq5roitp1RLhH5gWvMo5d/c3dCU9l6O9mdm4decx8Fbg5z9wjYjoS1pWkZzzKOc8asHLiOgfbVJE9IGHIrIFtmX+cBKuAfSARam6AxZA7yw4pZSaprmQNKsCkmZN01ycDVdvSPouYwfMT4pERAd4LMCnu9+7+z3wWdYeI6JzDH6qrnT3pubcvWm57+mPiLtfAi8t2PcLuLu3RF7c/bImBtWFwNrMdOiKZiZgXd3o7oPUatjG3YdHm/RbcChpU583mZkkTY99ov0on2pqZvoBQaSscHCPDkIAAAAASUVORK5CYII=') center center no-repeat;
}
.b-block-fixed.b-block-form .b-block-form__wrapper {
    margin: 0;
    max-width: 100%;
    min-height: 98px;
    padding: 20px 172px;
}

.b-block-fixed.b-block-form .b-block-form__wrapper:after,
.b-block-form__right:after {
    content: '';
    display: block;
    clear: both;
}

.b-block-fixed.b-block-form .b-block-form__inner {
    max-width: 1152px;
    margin: 0 auto;
}

.b-block-form__left {
    width: calc(100% - 502px);
    float: left;
}

.b-block-form__right {
    width: 502px;
    float: right;
}

.b-block-fixed.b-block-form .b-block-form__title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin: 0;
}

.b-block-fixed.b-block-form .b-block-form__text {
    font-size: 16px;
    line-height: 19px;
    margin: 8px 0 0;
}

.b-block-fixed.b-block-form .b-block-form-form__input {
    display: block;
    float: left;
    width: calc(50% - 11px);
    max-width: 240px;
    margin: 0 11px 0 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
}

.
.b-block-fixed.b-block-form .b-block-form-form__input ::-webkit-input-placeholder,
.b-block-fixed.b-block-form .b-block-form-form__input ::-moz-placeholder,
.b-block-fixed.b-block-form .b-block-form-form__input :-moz-placeholder,
.b-block-fixed.b-block-form .b-block-form-form__input :-ms-input-placeholder {
    font-size: 10px;
}

.b-block-fixed.b-block-form .b-block-form-form__submit {
    max-width: 240px;
    margin: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
}

.b-block-fixed.b-block-form .b-block-form-form__wrapper {
    display: block;
}

@media (max-width: 1152px) {
    .b-block-fixed.b-block-form .b-block-form__wrapper {
        padding: 25px 40px;
    }
}
/* End */
/* /local/templates/ashmanov/components/bitrix/news/articles_2020/bitrix/news.detail/.default/style.css?174486779526554 */
/* /static/css/fonts/VelaSans.css?16859694562438 */
/* /static/css/plugins/fancybox.min.css?168596945615598 */
/* /local/templates/ashmanov/components/ashmanov/form-subscribe/new-2021/style.css?17382165142721 */
/* /local/templates/ashmanov/components/bitrix/news.list/blog.similar.line/style.css?168596945218955 */
/* /static/plugins/hystmodal/hystmodal.min.css?16859694732290 */
/* /local/components/ashmanov/form-and-text/templates/product/bottom-product.css?16859694511658 */
/* /local/components/ashmanov/form-and-text/templates/product/popup.css?16859694511367 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/style.css?16859694521502 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/field.css?16859694522796 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/button.css?1685969452786 */
/* /local/templates/ashmanov/components/bitrix/form.result.new/product/form.css?1685969452698 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/social.css?1685969451906 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/subscribe-social.css?16859694511280 */
/* /local/components/ashmanov/newsletters-subscribe/templates/.default/product-subscribe-form.css?1685969451206 */
/* /local/templates/ashmanov/components/bitrix/news.list/blog.similar.grid/style.css?168596945232450 */
/* /local/components/ashmanov/form-and-text/templates/callback/style.css?16859694512875 */
