

/* Start:/local/templates/rinscom2/components/bitrix/news/news/bitrix/news.detail/.default/style.css?175083572517903*/
.article__tags {
    display: flex;
    flex-flow: row wrap;
}

.article__tag {
    display: block;
    background-color: #ffffff;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 0 18px;
    border-radius: var(--border-radius);
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    transition: var(--transition-all);
}

.article__tag:hover {
    background-color: var(--color-blue);
    color: #ffffff;
    text-decoration: none;
}

.article__head {
    border-radius: var(--border-radius);
    background-color: #ebebeb;
    padding: 25px 0 0;
    margin-bottom: 56px;
}

.article__head.--nopic {
    padding-bottom: 25px;
}

.article__head-left {
    padding: 0 23px 0 21px;
}

.article__head-info {
    display: flex;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
}

.article__date {
    margin-right: 20px;
}

.article__prevtext {
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    margin: 24px 0;
}

.article__prevtext p {
    margin-bottom: 0
}

.article__body {
    margin: 0 auto;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
}

.article__footer {
    max-width: 1200px;
    margin: 56px auto;
}

.artcont {
    margin: 56px 0;
}

.artcont .artcont__title {
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 31px;
    color: #333333;
}

.artcont .artcont__list {
    padding-left: 0;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
    counter-reset: item;
    margin-bottom: 0;
}

.artcont .artcont__item {
    padding: 0 0 25px 35px;
    list-style: inside decimal;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
    list-style: none;
    position: relative;
    counter-increment: item;
}

.artcont .artcont__item a {
    color: #666666;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid var(--color-blue);
    padding-bottom: 5px;
}

.artcont .artcont__item a:hover {
    color: var(--color-blue);
}

.artcont .artcont__item:before {
    content: counter(item) ".";
    display: inline-block;
    position: absolute;
    left: 0;
}

.artcont .artcont__list .artcont__sublist {
    column-count: 1;
    padding-left: 26px;
    margin-bottom: 20px;
    counter-reset: subitem;
    font-size: 18px;
    line-height: 18px;
}

.artcont .artcont__list .artcont__sublist .artcont__item {
    padding-left: 40px;
    counter-increment: subitem;
    padding: 0 0 13px 30px;
    text-decoration: none;
}

.artcont .artcont__list .artcont__sublist .artcont__item a {
    text-decoration: none;
    border: 0;
}

.artcont .artcont__list .artcont__sublist .artcont__item:before {
    content: counter(item) "." counter(subitem);
}

.artcont .artcont__list .artcont__sublist .artcont__item:last-child {
    padding-bottom: 0;
}

.article__text h2, .article__text .h2 {
    font-weight: 450;
    font-size: 26px;
    line-height: 31px;
    color: #333333;
    margin: 56px 0 36px;
}

.article__text h3, .article__text .h3 {
    font-weight: 450;
    font-size: 21px;
    line-height: 24px;
    color: #333333;
    margin: 36px 0 36px;
}

.article__text h4, .article__text .h4 {
    font-weight: 450;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    margin: 55px 0 36px;
}

.article__text p, .article__text ol, .article__text ul {
    margin-bottom: 21px;
}

.article__text > *:last-child {
    margin-bottom: 0;
}

.artimage {
    margin: 36px 0;
    text-align: center;
    font-style: italic;
}

.artimage .artimage__img, .artimage img {
    max-width: 320px !important;
    max-height: 400px !important;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.artimage .artimage__img.img-full,
.artimage img.img-full {
    max-width: 100% !important;
    max-height: unset !important;
    width: auto;
    height: auto;
}

.artimage .artimage__desc, .artimage span {
    display: block;
    margin-top: 15px;
    font-size: 0.85em;
}

[data-reiting] {
    display: flex;
    align-items: center;
}

[data-reiting]:after {
    content: attr(data-reiting);
    font-size: 21px;
    line-height: 32px;
    color: #666666;
    order: 3;
}
[data-reiting]:before {
    content: "\e924";
    font-family: 'ricon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    order: 2;
    margin-left: 22px;
    font-size: 25px;
    color: var(--color-blue);
    margin-right: 8px;
}

table {
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
}

thead {
    font-weight: 600;
    font-size: 18px;
    border-style: solid;
    border-width: 0 0px 1px 0;
    border-color: white;
}

table th, td:first-child {
    color: black;
    padding: 10px 20px;
}

table th, td {
    border-style: solid;
    border-width: 0 0px 1px 0;
    border-color: #ffffff;
}

table th, tdfirst-child {
    border-width: 0 0px 0px 0;
}

table tr {
    background: #e7f7ff;
}

thead tr {
    background: #badfff;
}

table th:first-child, td:first-child {
    text-align: left;
}

table tr:hover {
    background: #b2d5f8;
}

thead tr:first-child:hover {
    background: #badfff;
}

.adaptive-img {
    max-width: 100%;
    height: auto;
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
}

.table-wrap table {
    min-width: 768px;
}

.articleprod .prodline {
    max-width: 1000px;
    margin: 15px auto;
    border: 0;
}

.lists + h2, .lists + .h2 {
    margin-top: 15px;
}

.lists + h3, .lists + .h3 {
    margin-top: 0;
}

.list-plus, .list-minus {
    list-style: none;
    margin-bottom: 70px;
    padding-left: 0;
}

.list-plus li, .list-minus li {
    list-style: none;
    margin-bottom: 36px;
    position: relative;
    padding-left: 52px;
    line-height: 1;
}

.list-minus li::before {
    content: '–';
    color: #FF0000;
    top: -21px;
}

.list-plus li::before {
    content: '+';
    color: #A3EBAF;
    top: -13px;
}

.list-plus li::before, .list-minus li::before {
    margin-right: 16px;
    font-size: 56px;
    line-height: 1;
    display: block;
    position: absolute;
    left: 0;
}

.article__btn {
    min-width: 156px;
}

.article__head-picimg {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.article__share {
    display: flex;
    align-items: center;
    padding: 0 8px;
    color: #666666;
}

.article__share:before {
    margin-right: 6px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.article__share:hover {
    color: var(--color-blue);
}

@media all and (min-width: 992px) {
    .artimage .artimage__img,
    .artimage img {
        max-width: 640px !important;
        max-height: 400px !important;
        width: auto;
        height: auto;
    }    

    .article__tags {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: -12px;
    }

    .article__tag {
        display: block;
        background-color: #ffffff;
        margin-right: 12px;
        padding: 0 18px;
        border-radius: var(--border-radius);
        color: #666666;
        font-size: 16px;
        line-height: 32px;
        color: #333333;
        transition: var(--transition-all);
    }

    .article__tag:hover {
        background-color: #648fe6;
        color: #ffffff;
        text-decoration: none;
    }

    .article__head {
        border-radius: var(--border-radius);
        padding: 0 0 0 37px;
        margin-bottom: 55px;
        display: flex;
        flex-flow: row nowrap;
        align-items: end;
    }

    .article__head.--nopic {
        padding-bottom: 0
    }

    .article__head-left {
        flex: 0 1 auto;
        padding: 25px 37px 25px 0;
    }
    
    .article__head-right {
        flex: 1 0 460px;
    }
    
    .article__head-pic {
        margin-top: auto;
    }

    .article__date {
        margin-right: 30px;
    }

    .article__prevtext {
        font-size: 16px;
        line-height: 21px;
        color: #666666;
        margin: 15px 0;
    }

    .article__body {
        max-width: 1200px;
        margin: 0 auto;
        font-size: 21px;
        line-height: 27px;
        color: #666666;
    }

    .artcont {
        margin: 50px 0;
    }

    .artcont .artcont__title {
        margin: 0 0 25px;
        font-size: 36px;
        line-height: 46px;
        color: #333333;
    }

    .artcont .artcont__list {
        padding-left: 0;
        font-size: 21px;
        line-height: 21px;
        color: #666666;
        counter-reset: item;
        margin-bottom: 0;
    }

    .artcont .artcont__item {
        padding: 0 0 25px 35px;
        list-style: inside decimal;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        break-inside: avoid-column;
        list-style: none;
        position: relative;
        counter-increment: item;
    }

    .artcont .artcont__list .artcont__sublist {
        column-count: 1;
        padding-left: 26px;
        margin-bottom: 20px;
        counter-reset: subitem;
        font-size: 18px;
        line-height: 18px;
    }

    .artcont .artcont__list .artcont__sublist .artcont__item {
        padding-left: 40px;
        counter-increment: subitem;
    }

    .artcont .artcont__list .artcont__sublist .artcont__item:before {
        content: counter(item) "." counter(subitem);
    }

    .artcont .artcont__list .artcont__sublist .artcont__item:last-child {
        padding-bottom: 0;
    }

    .article__text h2,
    .article__text .h2 {
        font-weight: 450;
        font-size: 36px;
        line-height: 46px;
        color: #333333;
        margin: 56px 0 36px;
    }

    .article__text h3,
    .article__text .h3 {
        font-weight: 450;
        font-size: 28px;
        line-height: 34px;
        color: #333333;
        margin: 75px 0 36px;
    }

    .article__text h4,
    .article__text .h4 {
        font-weight: 450;
        font-size: 24px;
        line-height: 31px;
        color: #333333;
        margin: 55px 0 36px;
    }

    .article__text p,
    .article__text ol,
    .article__text ul {
        margin-bottom: 36px;
    }

    .article__text > *:last-child {
        margin-bottom: 0;
    }

    .artimage {
        margin: 36px 0;    
        text-align: center;
        font-style: italic;
    }

    .artimage .artimage__desc,
    .artimage span {
        display: block;
        margin-top: 15px;
        font-size: 0.85em;
    }

    table {
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
    }
    thead {
        font-weight: 600;
        font-size: 18px;
        border-style: solid;
        border-width: 0 0px 1px 0;
        border-color: white;
        }
    table th, td:first-child {
    color: black;
    padding: 10px 20px;
    }

    table th, td {
    border-style: solid;
    border-width: 0 0px 1px 0;
    border-color: #ffffff;
    }

    table th, tdfirst-child {

    border-width: 0 0px 0px 0;

    }

    table tr {
    background: #e7f7ff;
    }

    thead tr {
    background: #badfff;
    }

    table th:first-child, td:first-child {
    text-align: left;
    }



    table tr:hover {
    background: #b2d5f8;
    }

    thead tr:first-child:hover {
    background: #badfff;
    }

    .adaptive-img {
        max-width: 100%;
        height: auto;
    }

    .table-wrap {
        width: 100%;
        overflow-x: auto;
    }

    .table-wrap table {
        min-width: 768px;
    }

    .articleprod .prodline {
        max-width: 1000px;
        margin: 15px auto;
        border: 0;
    }

    .lists + h2,
    .lists + .h2 {
        margin-top: 25px;
    }

    .lists + h3,
    .lists + .h3 {
        margin-top: 15px;
    }

    .list-plus,
    .list-minus {
        list-style: none;
        margin-bottom: 70px;
        padding-left: 0;
    }

    .list-plus li,
    .list-minus li {
        list-style: none;
        margin-bottom: 36px;
        position: relative;
        padding-left: 52px;
        line-height: 1;
    }

    .list-minus li::before {
        content: '–';
        color: #FF0000;
        top: -21px;
    }

    .list-plus li::before {
        content: '+';
        color: #A3EBAF;
        top: -13px;
    }

    .list-plus li::before,
    .list-minus li::before {
        margin-right: 16px;
        font-size: 56px;
        line-height: 1;
        display: block;
        position: absolute;
        left: 0;
    }

    .article__btn {
        min-width: 156px;
    }
}

@media all and (min-width: 1200px) {
    .isimcards__body,
    .idopcards__body {
        margin-left: -15px;
        margin-right: -15px
    }

    .card.slick-slide {
        min-height: 460px;
        padding: 0 15px 15px;
    }
}







.coolgrid {
    margin: 0 0 80px;
}

.coolgrid__grid {
    margin: 40px 0 0 !important;
    display: grid;
    /* grid-template: repeat(6, minmax(50px, 1fr)) / repeat(4, 1fr); */
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 25px;
    align-items: stnews;
}

.coolgrid__item {
    background-color: #F8F8F8;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.coolgrid__name {
    position: absolute;
    top: 21px;
    left: 24px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}

.coolgrid__img {
    display: block;
}

.coolgrid__item:nth-child(1) {
    grid-row: 1 / 3;
}

.coolgrid__item:nth-child(3) {
    grid-column: 3 / 5;
}

.coolgrid__item:nth-child(7) {
    grid-row: 3 / 5;
}

.coolgrid__item:nth-child(8) {
    grid-row: 3 / 5;
}

.coolgrid__item:nth-child(11) {
    grid-column: 3 / 5;
}

.coolgrid__link {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #4976D2;
    text-decoration: none;
    line-height: 38px;
    padding: 0 51px 0 26px;
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    cursor: pointer;
}

.coolgrid__item:hover {
    background-color: #4976D2;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
}

.coolgrid__item:hover .coolgrid__name {
    color: #fff;
}

.coolgrid__item:hover .coolgrid__link {
    display: block;
}

.coolgrid__item:nth-child(11) ~ .coolgrid__item {
    min-height: 56px;
    align-items: center !important;
    justify-content: stnews !important;
    padding-left: 26px;
}

.coolgrid__grid_normal .coolgrid__item {
    grid-row: auto !important;
    grid-column: auto !important;
    min-height: 56px;
    align-items: center !important;
    justify-content: start !important;
    padding-left: 26px;
}

.coolgrid__grid_normal .coolgrid__name {
    top: 50%;
    transform: translateY(-50%);
    right:  15px;
}

.coolgrid__grid:not(.coolgrid__grid_normal) .coolgrid__item:nth-child(11) ~ .coolgrid__item .coolgrid__name {
    position: static;
    text-align: left;
    line-height: 18px;
}


.helper {
    position: relative;
    z-index: 1;
}

.helper__link {
    color: #007bff;
    text-decoration: underline;
    text-decoration-style: dashed;    
    text-underline-position: under;
    cursor: pointer;
}

.helper:hover .helper__text {
    position: absolute;
    background-color: #ffffff;
    display: block !important;
    top: 100%;
    left: 0;
    width: 300px;
    padding: 10px 15px;
    border: 1px solid
    rgb(100 143 230);
    font-size: 13px;
    text-align: left;
    line-height: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0px rgb(100 143 230 / 50%);
    margin-top: 0;
}

.promonews__plus {
    display: flex;
    min-height: 72px;
    align-items: center;
    padding-left: 96px;
    font-size: 16px;
    line-height: 16px;
    position: relative;
}

.promonews__plus:before {
    width: 72px;
    height: 72px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
    background-color: var(--color-blue);
    border-radius: 50%;
}


@media all and (max-width: 991px) {
    .coolgrid {
        margin: 0 0 40px;
    }

    .coolgrid__grid {
        grid-template: auto / repeat(3, 1fr);
    }

    .coolgrid__grid_normal {
        grid-template: auto / repeat(2, 1fr);

    }

    .coolgrid__item:nth-child(1) {
        grid-row: 1 / 3;
        grid-column: auto;
    }
    .coolgrid__item:nth-child(2) {
        grid-row: auto;
        grid-column: 2 / 3;
    }
    .coolgrid__item:nth-child(3) {
        grid-row: 3 / 4;
        grid-column: 1 / 3;
    }
    .coolgrid__item:nth-child(4) {
        grid-row: auto;
        grid-column: 3 / 4;
    }
    .coolgrid__item:nth-child(5) {
        grid-row: auto;
        grid-column: 2 / 3;
    }
    .coolgrid__item:nth-child(6) {
        grid-row: auto;
        grid-column: 3 / 4;
    }
    .coolgrid__item:nth-child(7) {
        grid-row: 4 / 6;
        grid-column: auto;
    }
    .coolgrid__item:nth-child(8) {
        grid-row: 4 / 6;
        grid-column: auto;
    }
    .coolgrid__item:nth-child(9) {
        grid-row: 3 / 4;
        grid-column: auto;
    }
    .coolgrid__item:nth-child(10) {
        grid-row: auto;
        grid-column: 3 / 4;
    }
    .coolgrid__item:nth-child(11) {
        grid-row: auto;
        grid-column: 3 / 4;
    }
}


@media all and (max-width: 576px) {
    .coolgrid__grid {
        display: block;
    }

    .coolgrid__item {
        margin-bottom: 15px;
    }

    .coolgrid__item:nth-child(1) img,
    .coolgrid__item:nth-child(7) img,
    .coolgrid__item:nth-child(8) img {
        height: 200px;
    }
}
/* End */


/* Start:/local/templates/rinscom2/components/bitrix/news.list/similar-articles--detailarticle/style.css?17129468721187*/
.blogitem {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.blogitem__box {
    height: 100%;
    position: relative;
}

.blogitem__date {
    position: absolute;
    top: 45px;
    left: 37px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    z-index: 1;
}

.blogitem__name {
    display: block;
    padding: 68px 37px 63px;
    height: 100%;
    border: 1px solid #f0f0f0;
    border-radius: var(--border-radius);
    transition: var(--transition-all);
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
    z-index: 2;
    position: relative;
}

.blogitem__name:hover {
    color: var(--color-blue);    
    border-color: var(--color-blue);
    transition: var(--transition-all);
    text-decoration: none;
}

.blogitem__name:active {
    color: #ffffff;
    border-color: var(--color-blue);
    background: var(--color-blue);
    z-index: 1;
}

.blogitem__name:active + .blogitem__date {
    color: #ffffff;
}

@media all and (min-width: 1200px) {
    .blogitem {
        margin-left: 0;
        margin-right: 0;
    }
}
/* End */


/* Start:/local/templates/rinscom2/a/css/iblog.css?1732621568366*/
.iblog__grid {
    margin: 0 -10px;
}

.helpfind + .iblog, .hf + .iblog {
    margin-top: 56px;
}

@media all and (min-width: 1200px) {

    .iblog__grid {
        margin: 0;
        display: grid;
        grid-template: 1fr / repeat(4, 1fr);
        grid-gap: 20px;
    }

    .helpfind + .iblog, .hf + .iblog {
        margin-top: 96px;
    }
}
/* End */


/* Start:/local/templates/rinscom2/a/css/newssubscribe.css?17326237885689*/
.newssubscribe {
    background-color: #F0F0F0;
    border-radius: var(--border-radius);
    padding: 48px 55px 215px 35px;
    position: relative;
    overflow: hidden;
    margin: 55px 0 0 0;
}

.newssubscribe:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 215px;
    background-image: url(/local/templates/rinscom2/a/css/../img/newssubscribe-back.png);
    background-color: #98b9ff;
    background-repeat: no-repeat;
    background-position: calc(100% + 75px) bottom;
    background-size: auto 203px;
}

.newssubscribe:before {
    content: '';
    display: block;
    background-color: #F0F0F0;
    position: absolute;
    z-index: 1;
    bottom: 202px;
    left: 0;
    width: 200%;
    height: 200%;
    border-bottom: 5px solid #fff;
    transform: rotate(-11deg) translateX(-50%);
}

.newssubscribe__title {
    position: relative;
    z-index: 1;
    font-weight: 450;
    font-variation-settings: "wght" 550;
    font-size: 23px;
    line-height: 31px;
    margin: 0 0 13px 0;
}

.newssubscribe__text {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 25px 0;
}

.newssubscribe__form {
    position: relative;
    z-index: 1;
}

.inlineform__group {
    position: relative;
}

.inlineform__input {
    border: 1px solid #C4C4C4;
    border-radius: var(--border-radius);
    width: 100%;
    line-height: 18px;
    padding: 12px 58px 12px 18px;
    position: relative;
    font-size: 14px;
    margin-right: 30px;
}

.inlineform__input:focus {
    border-color: var(--color-blue);
    outline: none;
}

.inlineform__item_hidden {
    position: absolute !important;
    left: -200vw !important;
    top: -200vh !important;
    margin: 0;
}

.inlineform__item:first-child {
    display: none;
}

.inlineform__item:last-child {
    position: absolute;
    right: 0;
    top: 0;
}

.inlineform__submit.btn {
    font-size: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    overflow: hidden;
}

.inlineform__submit.btn:before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    width: 100%;
    height: 100%;
}

.form__agree {
    text-align: left;
    margin-top: 13px;
}
.form__agree-box {
    position: relative;
}
.form__agree-input {
    display: none;
}
.form__agree-label {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    padding-left: 20px;
    cursor: pointer;
    display: block;
}

.form__agree-label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #666666;
}

.form__agree-input:checked + .form__agree-label:before {
    border: 1px solid var(--color-blue);
}

.form__agree-input:checked + .form__agree-label:after {
    content: '';
    position: absolute;
    display: block;
    top: 4px;
    left: 2px;
    width: 10px;
    height: 10px;
    background-color: var(--color-blue);

}

@media all and (min-width: 992px) {
    .newssubscribe {
        padding: 30px 60px;
        margin-top: 90px;
    }

    .newssubscribe:before {
        background-color: #F0F0F0;
        position: absolute;
        z-index: 1;
        bottom: unset;
        left: unset;
        top: 50%;
        right: 0%;
        width: 100%;
        height: 390%;
        border-bottom: none;
        transform: rotate(-40deg) translateY(-90%);
        transform-origin: right;
        border-right: 8px solid #fff;
    }

    .newssubscribe:after {
        right: 0;
        left: unset;
        top: 0;
        bottom: 0;
        height: 263px;
        background-size: auto 224px;
    }

    .newssubscribe__title {
        font-weight: 450;
        font-variation-settings: "wght" 550;
        font-size: 36px;
        line-height: 46px;
        color: #333333;
        margin-bottom: 23px;
    }

    .newssubscribe__text {
        font-size: 18px;
        line-height: 27px;
        color: #333333;
        margin-bottom: 24px;
    }

    .inlineform__group {
        display: flex;
        flex-flow: row nowrap;
        font-size: 0;
    }

    .inlineform__input {
        border: 1px solid #C4C4C4;
        border-radius: var(--border-radius);
        width: 215px;
        line-height: 18px;
        padding: 12px 18px;
        position: relative;
        font-size: 14px;
        margin-right: 30px;
    }

    .inlineform__input:focus {
        border-color: var(--color-blue);
        outline: none;
    }

    .inlineform__item:first-child {
        display: block;
    }

    .inlineform__item:last-child {
        position: static;
    }



    .inlineform__item_hidden {
        position: absolute !important;
        left: -200vw;
        top: -200vh;
        margin: 0;
    }

    .inlineform__submit {
        font-size: 0;
        width: 44px;
        padding: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 12px auto;
    }
}

@media all and (min-width: 1280px) {
    .newssubscribe {
        padding: 55px 123px 46px 123px;
    }

    .newssubscribe:before {
        bottom: unset;
        left: unset;
        top: 60%;
        right: 0%;
        width: 100%;
        height: 410%;
        transform: rotate(-40deg) translateY(-90%);
    }

    .newssubscribe:after {
        height: 304px;
        background-size: auto 303px;
    }
}
/* End */


/* Start:/local/templates/rinscom2/a/css/specform.v2.css?17326310325151*/
.hf {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 32px 12px;
}
.hf_margintop {
	margin-top: 64px;
}
.hf_marginbottom {
	margin-bottom: 64px;
}
.hf__back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hf__backimg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 74% center;
}
.hf__inner {
	width: 100%;
	max-width: 1440px;
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	border: 2px solid #4976D24D;
	border-radius: 16px;
	box-shadow: 0px 24px 56px 0px #061C3D1F;
	padding: 24px 16px;
}
.hf__form {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__head {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__title {
	font-size: 24px;
	font-weight: 550;
	font-variation-settings: "wght" 550;
	line-height: 30.72px;
	letter-spacing: -0.012em;
	color: var(--color-blue);
}
.hf__text {
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	line-height: 20.48px;
	color: #000000;
}
.hf__hidden {
	display: none;
}
.hf__body {	
	display: flex;
	flex-flow: column nowrap;
	gap: 14px;
}
.hf__forminput {
	width: 100%;
	border-radius: 5px;
	line-height: 38px;
	border: 1px solid #F0F0F0;
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	padding: 0 13px;
	transition: var(--transition-all);
}
.hf__forminput:focus-visible {
	outline: unset;
	border-color: #000000;
}
.hf__forminput:placeholder {
	color: #999999;
}
.hf__formtextarea {
	width: 100%;
	border-radius: 5px;
	line-height: 38px;
	border: 1px solid #F0F0F0;
	font-size: 16px;
	font-weight: 300;
	font-variation-settings: "wght" 300;
	padding: 0 13px;
	transition: var(--transition-all);
	min-height: 90px;
	resize: unset;
}
.hf__formtextarea:focus-visible {
	outline: unset;
	border-color: #000000;
}
.hf__formtextarea:placeholder {
	color: #999999;
}
.hf__formitem_dop {
	display: none;	
}
.hf__footer {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
}
.hf__formfile {
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
	position: relative;
}
.hf__formfileinput {
	display: none;
}
.hf__formfilelabel {
	display: flex;
	flex-flow: column nowrap;
	gap: 2px;
	padding: 0 0 0 28px;
	color: var(--color-blue);
	cursor: pointer;
}
.hf__formfilelabel:before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15.17px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 20px !important;
}
.hf__formfilelabeltop {
	font-size: 14px;
	line-height: 16px;
}
.hf__formfilelabelbot {
	font-size: 12px;
	font-weight: 300;
	line-height: 15.36px;
	color: #92ade4;
}
.hf__formfileclear {
	display: none;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	color: #666666;
}
.hf__formfileclear.active {
	display: inline-flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}
.hf__formfileclear:before {
	font-size: 10.2px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 20px !important;
	color: var(--color-blue);
}
.hf__footerfoot {
	display: flex;
	flex-flow: column nowrap;
	gap: 8px;
}
.btn.hf__submit {
	border-radius: 7px;
	width: 100%;
	font-size: 17px;
	line-height: 44px;
}
.hf__agreeinput {
	display: none;
}
.hf__agreelabel {
	padding: 1.5px 0 1.5px 26px;
	position: relative;
	font-size: 12px;
	line-height: 15.36px;
	color: #000000;
	cursor: pointer;
}
.hf__agreelabel:before {
	content:  '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	border: 1px solid var(--color-blue);
	transform: translateY(-50%);
}
.hf__agreeinput + .hf__agreelabel:after {
	content:  '';
	position: absolute;
	left: 2px;
	top: 50%;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	transition: var(--transition-all);
	transform: translateY(-50%);
}
.hf__agreeinput:checked + .hf__agreelabel:after {
	background: var(--color-blue);
}

@media all and (min-width: 1200px) {

	.hf_margintop {
		margin-top: 96px;
	}
	.hf_marginbottom {
		margin-bottom: 96px;
	}
	.hf__inner {
	    padding: 32px;
	}
	
	.hf__title {
	    font-size: 28px;
	    line-height: 35.84px;
	    letter-spacing: -0.012em;
	}
	
	.hf__form {
	    flex-flow: row nowrap;
	    gap: 16px;
	}

	.hf__formfile {
		gap: 8px	
	}
	
	.hf__body {
	    flex: 0 0 504px;
	    flex-flow: row wrap;
	    gap: 14px 16px;
	}
	
	.hf__footer {
	    flex: 0 0 240px;
	    justify-content: space-between;
	}
	
	.hf__formtextarea {
	    min-height: 124px;
	}
	
	.hf__formitem {
	    width: calc(50% - 8px);
	}
	
	.hf__formitem:nth-child(3) {
	    width: 100%;
	}
}

@media all and (min-width: 1440px) {
	.hf {
	    padding: 47px 0;
	}
	
	.hf__inner {
	    padding: 64px;
	}
	
	.hf__form {
	    gap: 32px;
	}
}
/* End */
/* /local/templates/rinscom2/components/bitrix/news/news/bitrix/news.detail/.default/style.css?175083572517903 */
/* /local/templates/rinscom2/components/bitrix/news.list/similar-articles--detailarticle/style.css?17129468721187 */
/* /local/templates/rinscom2/a/css/iblog.css?1732621568366 */
/* /local/templates/rinscom2/a/css/newssubscribe.css?17326237885689 */
/* /local/templates/rinscom2/a/css/specform.v2.css?17326310325151 */
