.breadcrumb-block {
    padding: 16px 0
}

.breadcrumb-block__item {
    display: inline-block;
    font-size: 11px;
    color: rgba(51, 51, 51, .5);
    line-height: 1.38;
    position: relative
}

.breadcrumb-block__item:not(:last-child) {
    padding-right: 18px;
    margin-right: 13px
}

.breadcrumb-block__item:not(:last-child):after {
    content: "\e907";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    font-family: "roksis-icons";
    font-weight: 400;
    font-style: normal;
    font-size: 6px;
    line-height: 1
}

.breadcrumb-block__link {
    font-size: 11px;
    color: rgba(51, 51, 51, .5);
    line-height: 1.38;
    border-bottom: 1px solid rgba(51, 51, 51, .25)
}

.breadcrumb-block__link:hover {
    color: rgba(51, 51, 51, .5);
    border-color: transparent
}

@media screen and (max-width: 767px) {
    .breadcrumb-block {
        display: none
    }
}

.docs-list__item {
    font-size: 13px;
    line-height: 1.21;
    display: inline-block
}

.docs-list__figure {
    margin: 0
}

.docs-list__name {
    display: inline;
    color: #333;
    border-bottom: 1px solid rgba(51, 51, 51, .5);
    transition: color .3s ease, border-color .3s ease
}

.docs-list__helper {
    margin-top: 5px;
    line-height: 1.41;
    color: #707f88;
    font-size: 12px
}

.docs-list__item:hover .docs-list__name {
    color: #04a0ff;
    border-color: transparent
}

.link-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(72, 95, 110, .3);
    border-radius: 6px;
    overflow: hidden;
    max-height: 180px;
    padding: 24px 32px;
}

.link-box--dark {
    background-color: #333;
}

.link-box--dark .link {
    color: #FFFFFF;
}

.link-box--dark .link-inner {
    transition: border-color .3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.link {
    font-weight: 700;
    font-size: 20px;
    color: #333;
    line-height: 1.2;
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.link_email:before,
.link_callback:before,
.link_question:before {
    font-family: "roksis-icons";
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
    margin-right: 20px;
    color: #1da2fc;
}

.link_email:before {
    content: "\e904";
}

.link-inner {
    transition: border-color .3s ease;
    border-bottom: 1px solid rgba(51, 51, 51, .5);
}

.link:hover {
    color: #1da2fc;
}

.link:hover .link-inner {
    border-color: transparent;
}

@media screen and (max-width: 991px) {
    .link-box {
        margin: 24px 0;
    }
}

.read-also {
    display: grid;
    gap: 16px
}

.read-also__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
}

.articles-small {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.article-small {
    display: grid;
    place-content: start;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    max-width: 280px
}

.articles-small.swiper-wrapper {
    flex-wrap: nowrap;
    gap: initial;
}

.article-small.swiper-slide {
    max-width: initial;
}

.article-small__cover {
    max-height: 170px
}

.article-small__cover img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.article-small__content {
    display: grid;
    gap: 8px;
    padding: 16px
}

.article-small__date {
    font-size: 13px;
    line-height: 150%;
    color: rgba(153, 153, 153, .6)
}

.article-small__title {
    font-size: 15px;
    line-height: 150%;
    color: #000;
}

.article-small__link {
    font-size: 13px;
    line-height: 150%;
    color: #009fe3
}

.ads-banners {
    display: flex;
    flex-wrap: wrap;
    gap: 32px
}

.ads-banner {
    flex: 1 1 280px;
    display: grid;
    align-content: space-between;
    gap: 8px;
    background: rgba(153, 153, 153, .1);
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, .1);
    max-width: 280px
}

.ads-banner:not(:last-child):nth-child(2n) {
    margin-bottom: 1700px
}

.ads-banner__cover picture, .ads-banner__cover picture img {
    width: 100%;
    height: auto
}

.ads-banner__content {
    padding: 32px
}

.ads-banner__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 24px
}

.ads-banner__subtitle {
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
    color: #1da2fc;
    margin-bottom: 20px
}

.ads-banner__subtitle [data-accent] {
    font-size: 24px;
    line-height: 120%;
    color: #ff7d04
}

.ads-banner__text {
    font-size: 15px;
    line-height: 140%
}

.ads-banner__text ul {
    padding-left: 16px
}

.ads-banner__text ul li::marker {
    color: #1da2fc
}

.ads-banner__button {
    font-size: 14px;
    line-height: 160%;
    font-weight: 700;
    color: #fff;
    background-color: #1da2fc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 54px;
    padding: 16px;
    box-shadow: none;
    margin-top: 46px
}

.authors {
    display: flex;
    flex-direction: row;
    gap: 16px;
    max-width: 500px
}

.authors__avatar {
    width: 90px;
    height: 90px;
    min-width: 90px
}

.authors__avatar img {
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin: 0 auto
}

.authors__title {
    font-size: 16px;
    color: #1da2fc;
    margin-bottom: 12px
}

.authors__text {
    font-size: 16px;
    line-height: 20px
}

@media screen and (max-width: 479px) {
    .authors {
        flex-direction: column
    }
}

.one-review__wrapper {
    display: flex;
    gap: 54px;
    background: #e8f6ff;
    position: relative;
    padding: 20px 20px 20px 92px;
    border-radius: 6px
}

.one-review__wrapper:before {
    position: absolute;
    top: 22px;
    left: 20px;
    font-family: Arial;
    content: "\201C";
    font-size: 150px;
    line-height: .85
}

.one-review__wrapper:after {
    content: "";
    position: absolute;
    left: 45px;
    top: 100%;
    margin-top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 23px 0 0;
    border-color: #e8f6ff transparent transparent
}

.one-review__info {
    margin-top: 32px
}

.one-review__text {
    font-size: 16px;
    line-height: 1.62
}

.one-review__signature {
    margin-top: 48px
}

.one-review__name {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.46;
    color: #2f383d
}

.one-review__post {
    font-size: 12px;
    line-height: 1.62;
    color: #9aa7af
}

.one-review__cover {
    max-width: 180px;
    min-width: 180px;
    margin: 32px 32px 32px 0
}

@media screen and (max-width: 767px) {
    .one-review__wrapper {
        flex-direction: column-reverse;
        gap: 0
    }

    .one-review__cover {
        display: none
    }
}

ul[data-marker=bullet], ol[data-marker=count] {
    list-style-type: none;
    margin: 0 0 0 30px;
    padding: 20px 0 5px
}

ol[data-marker=count] {
    counter-reset: num
}

ul[data-marker=bullet] li, ol[data-marker=count] li {
    position: relative;
    margin: 0;
    padding: 0 0 10px;
    line-height: 1.4
}

ol[data-marker=count] li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -28px;
    width: 22px;
    height: 22px;
    color: #fc951d;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50%;
    background-image: url('data:image/svg+xml,<svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.47579 0.0185398C4.76123 0.538712 1.62223 3.11447 0.470058 6.48053C-0.683175 9.8486 0.33201 13.6675 3.0059 16.1369C5.67554 18.6022 9.76177 19.5039 13.2916 18.3099C16.7778 17.131 19.3912 14.2118 19.9051 10.7253C20.5189 6.55986 18.1222 2.36133 14.002 0.694363C13.4487 0.470427 12.8073 0.538712 12.476 1.07294C12.202 1.5168 12.3188 2.29003 12.8763 2.51597C15.7531 3.67983 17.7494 6.26061 17.7887 9.25813C17.8259 12.0789 16.147 14.6507 13.5252 15.933C10.9405 17.1973 7.6783 16.9201 5.31874 15.2502C3.03776 13.6364 1.81762 10.8086 2.3284 8.14046C2.94855 4.90395 5.66067 2.52802 9.0694 2.05103C9.66513 1.96768 9.99326 1.2547 9.84778 0.75361C9.67257 0.149085 9.07471 -0.0668167 8.47579 0.0175356V0.0185398Z" fill="%231DA2FC"/></svg>');
    background-repeat: no-repeat;
    background-position: left bottom
}

ul[data-marker=bullet] li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: -20px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center
}

ul[data-marker=bullet] li:nth-child(even):before {
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_44_452)"><path d="M11.3345 2.54952C13.4863 6.04513 10.0109 11.6863 6.83483 11.9874C3.03952 12.3488 -1.4937 5.19695 0.47233 2.11288C2.15713 -0.527017 9.13111 -1.0289 11.3345 2.54952Z" fill="%231DA2FC"/></g><defs><clipPath id="clip0_44_452"><rect width="12" height="12" fill="white" transform="matrix(-1 0 0 1 12 0)"/></clipPath></defs></svg>')
}

ul[data-marker=bullet] li:nth-child(odd):before {
    background-image: url('data:image/svg+xml,<svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_44_454)"><path d="M0.665733 2.62135C-1.48606 6.21542 1.98932 12.0155 5.16541 12.3251C8.96072 12.6966 13.4939 5.34335 11.5279 2.17241C9.84311 -0.54184 2.86913 -1.05786 0.665733 2.62135Z" fill="%231DA2FC"/></g><defs><clipPath id="clip0_44_454"><rect width="12" height="12.338" fill="white"/></clipPath></defs></svg>')
}

ul[data-marker=bullet] li:nth-child(3n):before {
    background-image: url('data:image/svg+xml,<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_44_456)"><path d="M10.621 1.32334C6.72181 -0.207522 1.57292 4.17514 1.79032 7.35887C2.04856 11.1636 10.0477 14.4246 12.8518 11.9635C15.2517 9.85489 14.6127 2.89109 10.621 1.32334Z" fill="%231DA2FC"/></g><defs><clipPath id="clip0_44_456"><rect width="12" height="12.338" fill="white" transform="translate(13.0972 0.235352) rotate(80.526)"/></clipPath></defs></svg>')
}

q[data-marker=line] {
    position: relative;
    display: inline-block;
    padding-left: 20px
}

q[data-marker=line]:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 85%;
    background-color: #1da2fc;
    margin: auto
}

figure {
    margin: 1em 0
}

figcaption {
    font-size: 10px;
    font-style: italic;
    margin: 1em 0 0
}
.left-contacts__list,
.left-menu__list {
    display: grid;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.left-contacts__link,
.left-menu__link {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 45px;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    padding: 4px 10px;
    transition: background-color 150ms linear, padding-left 150ms ease-in-out;
}
@media (min-width: 768px) {
    .left-contacts__link,
    .left-menu__link {
        font-size: 16px;
    }
}
.left-menu__link:hover {
    background-color: #fff;
    padding-left: 30px;
}
.left-contacts__link .icon-svg,
.left-menu__link .icon-svg {
    display: flex;
    align-items: center;
    flex-basis: 40px;
}
.left-contacts__link:hover .icon-svg svg path {
    fill: #02B4F0;
}
.toc-menu {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: transparent;
    padding: 28px 25px 28px 50px;
}
@media (min-width: 998px) {
    .toc-menu {
        background-color: #fff;
    }
}
.toc-menu__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.toc-menu__list ul.toc-menu__list {
    padding-left: 38px;
}
.toc-menu__link {
    position: relative;
    font-size: 13px;
    line-height: 200%;
    color: #5F5F5F;
}
@media (min-width: 768px) {
    .toc-menu__link {
        font-size: 15px;
    }
}
.toc-menu__link:hover,
.toc-menu__link._active {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #000;
}
.toc-menu__link:hover:before,
.toc-menu__link._active:before {
    content: ">";
    position: absolute;
    top: 0;
    left: -30px;
    font-size: 25px;
    font-weight: 700;
    color: #0098FF;
}
.slider-articles {
    position: relative;
    padding: 0 50px;
}
.slider-articles__nav {
    position: absolute;
    top: 60%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.slider-articles__nav-prev,
.slider-articles__nav-next {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    transition: transform .2s linear;
}
.slider-articles__nav-prev:hover,
.slider-articles__nav-next:hover {
    transform: scale(110%);
}