@charset "UTF-8";

* {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

.site__page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

body {
    font-family: Oswald, sans-serif;
    line-height: normal;
    margin: 0
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 30px;
    padding-top: 100px
}

.main h1 a,
.main h2 a,
.main h3 a,
.main h4 a,
.main h5 a,
.main h6 a {
    color: #e4063a
}

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
    margin-bottom: 20px !important
}

.main h3,
.main h4,
.main h5,
.main h6 {
    font-weight: 700
}

.main h1 {
    line-height: 130%
}

@media (max-width:576px) {
    .main h1 {
        font-size: 38px;
        line-height: 120%
    }
}

.main h2 {
    line-height: 130%
}

@media (max-width:576px) {
    .main h2 {
        font-size: 30px;
        line-height: 120%
    }
}

.main h3 {
    font-size: 26px;
    line-height: 130%
}

@media (max-width:576px) {
    .main h3 {
        font-size: 24px;
        margin-bottom: 16px
    }
}

.main a:not([class]) {
    color: #e4063a
}

.main .centered,
.main .has-text-align-center {
    text-align: center
}

.main .title,
.main h1,
.main h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: normal;
    color: #1b1b1b;
    margin-top: 0
}

.main figure img {
    margin: 0
}

.main section {
    margin: 25 0
}

@media (max-width:576px) {
    .main section {
        margin: 20px 0
    }
}

.main .article-content .info-content p:not(:last-child),
.main .article-content figure,
.main .article-content p:not(:last-child) {
    margin-bottom: 30px
}

.container {
    max-width: 1274px;
    margin: 0 auto
}

@media (max-width:768px) {

    .site__page,
    body {
        overflow-x: hidden
    }

    .main {
        padding-top: 0
    }

    .main .title,
    .main h1,
    .main h2 {
        font-size: 26px
    }

    .container {
        padding: 0 15px
    }

    .header__buttons {
        margin: 0 auto
    }
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

.header__logo {
    width: 50%;
    height: auto;
    /*margin: 0 auto*/
}

.header__logo img {
    width: 100%;
    height: auto
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px
}

@media (max-width:1024px) {
    .header__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.header .header__nav.nav {
    position: relative;
    margin-right: auto
}

.header .header__nav.nav .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0
}

.header .header__nav.nav .nav__list>li {
    position: relative
}

.header .header__nav.nav .nav__list>li>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #111;
    line-height: 1;
    -webkit-transition: background-color .18s cubic-bezier(.2, .9, .2, 1), color .18s cubic-bezier(.2, .9, .2, 1), -webkit-filter .18s cubic-bezier(.2, .9, .2, 1);
    transition: background-color .18s cubic-bezier(.2, .9, .2, 1), color .18s cubic-bezier(.2, .9, .2, 1), filter .18s cubic-bezier(.2, .9, .2, 1), -webkit-filter .18s cubic-bezier(.2, .9, .2, 1)
}

.header .header__nav.nav .nav__list>li>a:hover {
    text-decoration: underline
}

.header .header__nav.nav .nav__list>li.menu-item-has-children>a::after {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform .18s cubic-bezier(.2, .9, .2, 1), -webkit-filter .18s cubic-bezier(.2, .9, .2, 1);
    transition: transform .18s cubic-bezier(.2, .9, .2, 1), filter .18s cubic-bezier(.2, .9, .2, 1), -webkit-transform .18s cubic-bezier(.2, .9, .2, 1), -webkit-filter .18s cubic-bezier(.2, .9, .2, 1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")
}

.header .header__nav.nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: clamp(220px, 18vw, 320px);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .08), 0 2px 8px rgba(0, 0, 0, .06);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08), 0 2px 8px rgba(0, 0, 0, .06);
    padding: 10px;
    list-style: none;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    pointer-events: none;
    -webkit-transition: opacity .18s cubic-bezier(.2, .9, .2, 1), visibility linear .18s, -webkit-transform .18s cubic-bezier(.2, .9, .2, 1);
    transition: opacity .18s cubic-bezier(.2, .9, .2, 1), transform .18s cubic-bezier(.2, .9, .2, 1), visibility linear .18s, -webkit-transform .18s cubic-bezier(.2, .9, .2, 1)
}

.header .header__nav.nav .sub-menu>li {
    position: relative
}

.header .header__nav.nav .sub-menu>li>a {
    display: block;
    padding: 10px 12px;
    border-radius: 6px;
    text-decoration: none;
    color: #111;
    white-space: nowrap;
    -webkit-transition: background-color .18s cubic-bezier(.2, .9, .2, 1), color .18s cubic-bezier(.2, .9, .2, 1);
    transition: background-color .18s cubic-bezier(.2, .9, .2, 1), color .18s cubic-bezier(.2, .9, .2, 1)
}

.header .header__nav.nav .sub-menu>li>a:hover {
    background-color: rgba(0, 0, 0, .06)
}

.header .header__nav.nav .sub-menu>li.menu-item-has-children>a::after {
    content: "";
    width: 10px;
    height: 10px;
    float: right;
    margin-left: 10px;
    translate: 0 2px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform .18s cubic-bezier(.2, .9, .2, 1);
    transition: transform .18s cubic-bezier(.2, .9, .2, 1);
    transition: transform .18s cubic-bezier(.2, .9, .2, 1), -webkit-transform .18s cubic-bezier(.2, .9, .2, 1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")
}

.header .header__nav.nav .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.header .header__nav.nav .menu-item-has-children:hover>a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: brightness(.8);
    filter: brightness(.8)
}

.header .header__nav.nav .sub-menu .sub-menu {
    top: -10px;
    left: 100%;
    margin-left: 6px;
    -webkit-transform: translate(6px, 0);
    -ms-transform: translate(6px, 0);
    transform: translate(6px, 0);
    -webkit-box-shadow: 8px 8px 22px rgba(0, 0, 0, .07), -2px 2px 8px rgba(0, 0, 0, .03);
    box-shadow: 8px 8px 22px rgba(0, 0, 0, .07), -2px 2px 8px rgba(0, 0, 0, .03)
}

.menu-item-has-children:hover .header .header__nav.nav .sub-menu .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: auto
}

.header .header__nav.nav .nav__list>li>a,
.header .header__nav.nav .sub-menu a {
    overflow: hidden;
    text-overflow: ellipsis
}

.header .header__nav.nav .nav__list a[aria-disabled=true] {
    opacity: .5;
    pointer-events: none
}

.header__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 10px
}

.header__button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    padding: 5px 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.header__button span {
    position: relative;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    z-index: 1
}

.header__button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.header__button::before {
    content: "";
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1
}

.header__button--first {
    border: 1px solid #4aff56;
    border-radius: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(#028737), color-stop(50%, #028737), to(#04c917));
    background-image: linear-gradient(90deg, #028737 0, #028737 50%, #04c917 100%);
    background-size: 200% 100%;
    background-position: calc(100% + 2px) 0
}

.header__button--first::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 19 19' width='19' height='19'%3E%3Cg clip-path='url(%23a123sadasdas21241231)'%3E%3Cpath fill='%23fff' d='M17.33 5.232h-1.507l-.75-2a4.234 4.234 0 0 0-3.967-2.75H7.894a4.234 4.234 0 0 0-3.967 2.75l-.75 2H1.67c-.92 0-1.67.75-1.67 1.67v9.946c0 .92.75 1.67 1.67 1.67h15.66c.92 0 1.67-.75 1.67-1.67V6.902c0-.92-.75-1.67-1.67-1.67Zm-4.193 2.375h2.78c.4 0 .67.413.509.781l-2.221 5.052a.557.557 0 1 1-1.02-.448l1.878-4.271h-1.926a.557.557 0 0 1 0-1.114ZM11.32 3.36a.557.557 0 1 1 1.108.109.557.557 0 0 1-1.108-.11Zm-2.375 0a.557.557 0 1 1 1.108.109.557.557 0 0 1-1.108-.11ZM8.09 7.607h2.78c.4 0 .67.413.509.781L9.158 13.44a.557.557 0 1 1-1.02-.448l1.879-4.271H8.09a.557.557 0 0 1 0-1.114ZM6.57 3.36a.557.557 0 1 1 1.11.11.557.557 0 0 1-1.11-.11ZM3.044 7.607h2.78c.4 0 .67.413.509.781L4.111 13.44a.557.557 0 1 1-1.02-.448L4.97 8.721H3.043a.557.557 0 0 1 0-1.114Zm12.988 8.536H2.97a.557.557 0 0 1 0-1.114H16.03a.557.557 0 1 1 0 1.114Z'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a123sadasdas21241231'%3E%3Cpath fill='%23fff' d='M0 0h19v19H0z'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

@media (hover:hover) and (pointer:fine) {
    .header__button--first:hover {
        background-position: 0 0
    }

    .header__button--second:hover {
        border-color: #91bfff
    }

    .header__button--second:hover::after {
        opacity: 1
    }
}

.header__button--second {
    border-radius: 8px;
    border: 1px solid #fff04a;
    background: linear-gradient(81deg, #de4014 3.28%, #ffac27 94.73%)
}

.header__button--second::after {
    background: linear-gradient(81deg, #14a5de 3.28%, #dc2cfb 94.73%)
}

.header__button--second::before {
    background-image: url("data:image/svg+xml,%3Csvg class='header-ref__image' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='%23fff' clip-path='url(%237s9a97smassa90asd)'%3E%3Cpath d='M22.25 5H1.75C.79 5 0 5.8 0 6.77v3.5C0 11.22.79 12 1.75 12h20.5c.96 0 1.75-.8 1.75-1.75v-3.5C24 5.8 23.21 5 22.25 5ZM2.75 13.5H2v7.76A2.75 2.75 0 0 0 4.75 24h6.5V13.5h-8.5ZM20.5 13.5h-7.75v10.51h6.5A2.75 2.75 0 0 0 22 21.26V13.5h-1.5Z'%3E%3C/path%3E%3Cpath d='M16.72.91c-1-1-2.74-1-3.74 0-.37.36-.7 1.12-.98 1.93A5.62 5.62 0 0 0 11.02.9c-1-1-2.74-1-3.74 0a2.63 2.63 0 0 0 0 3.75c.83.83 3.7 1.51 4.56 1.7a.69.69 0 0 0 .32 0c.86-.18 3.73-.87 4.56-1.7a2.63 2.63 0 0 0 0-3.75ZM8.34 3.6a1.14 1.14 0 0 1 0-1.63 1.14 1.14 0 0 1 1.63 0c.26.26.67 1.41 1 2.64-1.22-.34-2.37-.75-2.63-1.01Zm7.32 0c-.26.26-1.41.67-2.63 1 .33-1.21.74-2.36 1-2.63a1.14 1.14 0 0 1 1.63 0 1.14 1.14 0 0 1 0 1.63Z'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='7s9a97smassa90asd'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.header__switcher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    cursor: pointer;
    z-index: 1
}

.header__switcher:hover .switcher__link--active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header__switcher:hover .switcher__list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.header__switcher .switcher__list {
    position: absolute;
    top: 20px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    padding: 5px;
    min-width: 50px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .7);
    backdrop-filter: blur(12px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    z-index: 2
}

.header__switcher .switcher__list a {
    line-height: 150%;
    text-decoration: none
}

.header__switcher .switcher__item {
    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;
    padding: 7px 5px;
    border-radius: 6px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.header__switcher .switcher__item:hover {
    background-color: rgba(255, 255, 255, .1)
}

.header__switcher .switcher__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    color: #d2d6db;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.header__switcher .switcher__link--active {
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    pointer-events: none
}

.header__switcher .switcher__link--active::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4.5 6L8.5 10L12.5 6' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

@media (max-width:1024px) {
    .header .switcher__list {
        top: 10px
    }

    .header__switcher {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto
    }
}

@media (max-width:768px) {
    .header .header__nav.nav .nav__list {
        gap: 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .header .header__nav.nav .nav__list>li {
        width: 100%;
        white-space: nowrap
    }

    .header .header__nav.nav .nav__list>li>a {
        width: 100%;
        padding: 0 10px
    }

    .header .header__nav.nav .nav__list>li.menu-item-has-children>a {
        pointer-events: none;
        cursor: default
    }

    .header .header__nav.nav .sub-menu {
        margin: 6px 0 0;
        min-width: 100%;
        border: 0;
        border-radius: 8px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 6px 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: opacity .18s cubic-bezier(.2, .9, .2, 1), visibility .18s linear;
        transition: opacity .18s cubic-bezier(.2, .9, .2, 1), visibility .18s linear
    }

    .header .header__nav.nav .sub-menu>li>a {
        padding: 10px 12px;
        border-radius: 6px
    }

    .header .header__nav.nav .menu-item-has-children.is-open>.sub-menu,
    .header .header__nav.nav .menu-item-has-children:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }
}

.breadcrumbs {
    margin-bottom: 30px
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px
}

.breadcrumbs__elem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: inherit !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

@media (max-width:768px) {
    .breadcrumbs__list {
        overflow-x: auto;
        padding: 0 20px;
        margin: 0 -20px
    }

    .breadcrumbs__elem {
        white-space: nowrap
    }
}

.breadcrumbs__elem:hover:not(::after) {
    color: #ea2725
}

.breadcrumbs__elem:not(.active)::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: -17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1
}

.navigation {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.navigation.active .navigation__title::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navigation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.navigation__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 18px;
    line-height: normal;
    margin: 0 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer
}

.navigation__title::after {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00195 9.99902L12.002 14.999L17.002 9.99902' stroke='black' stroke-opacity='0.7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding-right: 10px;
    max-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: max-height .2s linear;
    transition: max-height .2s linear
}

.navigation__list::-webkit-scrollbar {
    width: 5px
}

.navigation__list::-webkit-scrollbar-track {
    background: #f1f1f1
}

.navigation__list::-webkit-scrollbar-thumb {
    background: #888
}

.navigation__list::-webkit-scrollbar-thumb:hover {
    background: #555
}

.navigation__item {
    font-size: 15px;
    line-height: normal;
    padding-left: 0 !important
}

.navigation__item::after {
    display: none
}

.navigation__item--child {
    padding-left: 20px !important
}

.navigation__link {
    font: inherit;
    color: inherit !important;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.main-post {
    width: 100%
}

.main-post__item {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden
}

.main-post__item::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 2px;
    background: #ea2725;
    z-index: 1
}

@media (max-width:768px) {
    .main-post__item {
        height: 300px
    }

    .main-post__item::before {
        display: none
    }
}

.main-post__item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.main-post__item .thumbnail,
.main-post__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.main-post__item p {
    font-weight: 700;
    font-size: 32px;
    line-height: 41px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 10px;
    z-index: 1
}

.main-post__item img {
    margin: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.article {
    height: auto !important;
    padding: 0 !important
}

.article-title {
    margin: 32px 0 20px
}

.article-lines {
    margin: 20px 0 32px
}

.article-img {
    width: 100%;
    height: auto;
    border-radius: 4px
}

.article-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #1b1b1b
}

.article-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px
}

@media (max-width:768px) {
    .main-post__item p {
        font-size: 24px;
        bottom: 10px
    }

    .article-author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.article-author__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    height: 350px
}

.article-author__logo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 !important
}

@media (max-width:576px) {
    .article-author__logo {
        width: 100%
    }
}

.article-author__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px
}

.article-author__social-link {
    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: 30px;
    height: 30px
}

.article-author__social-link svg {
    width: 100%;
    height: 100%
}

.article-content {
    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-negative: 0;
    flex-shrink: 0;
    width: 100%;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #1b1b1b
}

.article-content a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    color: #c00;
    text-decoration: none
}

.article-content a:hover {
    text-decoration: underline
}

.article-content img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 32px
}

.article-content iframe {
    display: block;
    width: 100%;
    height: 417px;
    margin-bottom: 32px
}

.article-content .info-content p:not(:last-child),
.article-content figure,
.article-content p:not(:last-child) {
    margin-bottom: 1.2em
}

.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px
}

.article-content ol,
.article-content ul {
    margin-bottom: 32px
}

.article-content ul {
    list-style: none
}

.article-content ul li {
    position: relative;
    margin: 0;
    padding-left: 24px
}

.article-content ul li::before {
    display: none
}

.article-content ul li::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1b1b1b
}

.article-content ol {
    list-style: none;
    counter-reset: counter
}

.article-content ol li {
    position: relative;
    padding-left: 24px;
    counter-increment: counter;
    margin-top: 16px
}

.article-content ol li:first-child {
    margin-top: 0
}

.article-content ol li::before {
    content: counter(counter) ".";
    position: absolute;
    top: 0;
    left: 0
}

.wp-block-button__link {
    color: #fff !important
}

.article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 30px;
    border-top: 1px solid #efefed;
    border-bottom: 1px solid #efefed
}

@media (max-width:768px) {

    .article-content h2,
    .article-content h3,
    .article-content h4,
    .article-content h5,
    .article-content h6 {
        font-size: 22px
    }

    .article-info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 5px
    }
}

.article-info__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media (max-width:768px) {
    .article-info__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px
    }
}

.article-info__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: inherit
}

.article-info__author-link {
    position: relative;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    color: #c00;
    margin: 0 !important;
    background: 0 0;
    border: none
}

.article-info__author-link:focus-visible {
    outline: #4c9aff solid 2px;
    border-radius: 2px
}

.author-popover {
    position: absolute;
    inset: auto auto auto auto;
    min-width: 280px;
    max-width: 360px;
    background-color: #fff;
    padding: 10px;
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    pointer-events: none;
    -webkit-transition: opacity .18s, -webkit-transform .18s;
    transition: opacity .18s, transform .18s, -webkit-transform .18s;
    -webkit-box-shadow: 0 7px 54px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 7px 54px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    will-change: transform, opacity;
    z-index: 3
}

.author-popover__inner {
    padding: var(--pop-pad)
}

.author-popover__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.author-popover__header img {
    width: 44px;
    height: auto;
    margin: 0 !important;
    border-radius: 10px
}

.author-popover__avatar {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    margin: 0 !important;
    overflow: hidden
}

.author-popover__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px
}

.author-popover__social-link {
    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: 30px;
    height: 30px
}

.author-popover__social-link svg {
    width: 100%;
    height: 100%
}

.author-popover__headings {
    display: -ms-grid;
    display: grid;
    gap: 2px
}

.author-popover__name {
    font-weight: 700;
    line-height: 1.2
}

.author-popover__title {
    font-size: 13px;
    color: #666
}

.author-popover__desc {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin: 8px 0 10px
}

.author-popover__cta {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none
}

.author-popover.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto
}

.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.article-info [data-author-popover-trigger] {
    position: relative;
    cursor: pointer
}

.disclaimer-text {
    font-size: 14px;
    font-style: italic;
    padding: 10px;
    background-color: #ececec;
    border-radius: 6px
}

.disclaimer-popover {
    margin-left: auto
}

@media (max-width:768px) {
    .author-popover {
        min-width: 200px;
        max-width: 300px
    }

    .disclaimer-popover {
        margin: 0
    }
}

.disclaimer-popover__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    margin: 0 !important;
    background: 0 0;
    border: none
}

.disclaimer-popover__title::after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg class='post-meta-disclosure__icon' fill='currentColor' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm1 15a1 1 0 0 1-2 0v-6a1 1 0 0 1 2 0Zm-1-9a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 12 8Z'%3E%3C/path%3E%3C/svg%3E")
}

.disclaimer-popover__text {
    font-size: 14px
}

.wp-block-table thead {
    border: none
}

.footer {
    background-color: #252525
}

.footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    padding-top: 50px
}

@media (max-width:768px) {
    .footer__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px
    }
}

@media (max-width:576px) {
    .footer__columns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        gap: 30px
    }
}

.footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.footer__column--first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.footer__column--second {
    gap: 150px
}

@media (max-width:768px) {
    .footer__column--second {
        gap: 50px
    }
}

@media (max-width:576px) {
    .footer__column--second {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__column {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px
    }

    .footer__column-inner {
        gap: 10px
    }
}

.footer__column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__logo {
    width: 200px;
    height: auto
}

.footer__logo img {
    width: 100%;
    height: auto
}

.footer__copyright {
    font-weight: 400;
    font-size: 16px;
    margin: 0
}

.footer__adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 0
}

@media (max-width:576px) {
    .footer__adress {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.footer__adress-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 16px
}

.footer__adress-item::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.footer__adress-item--adress::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.37892 10.2236L8 16L12.6211 10.2236C13.5137 9.10788 14 7.72154 14 6.29266V6C14 2.68629 11.3137 0 8 0C4.68629 0 2 2.68629 2 6V6.29266C2 7.72154 2.4863 9.10788 3.37892 10.2236ZM8 8C9.10457 8 10 7.10457 10 6C10 4.89543 9.10457 4 8 4C6.89543 4 6 4.89543 6 6C6 7.10457 6.89543 8 8 8Z' fill='%23fff'/%3E%3C/svg%3E")
}

.footer__adress-item--phone::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.14089 4.4021C2.34025 2.92963 3.63956 2 4.99004 2H7.55848C8.84977 2 9.99619 2.82629 10.4045 4.05132L11.454 7.19963C11.905 8.55283 11.1086 10.0036 9.72482 10.3496C9.38646 10.4342 9.26975 10.8555 9.51637 11.1022L12.8978 14.4836C13.1445 14.7303 13.5658 14.6135 13.6504 14.2752C13.9964 12.8914 15.4472 12.095 16.8004 12.546L19.9487 13.5955C21.1737 14.0038 22 15.1502 22 16.4415V19.01C22 20.3604 21.0704 21.6598 19.5979 21.8591C18.9114 21.9521 18.211 22 17.5 22C8.93959 22 2 15.0604 2 6.5C2 5.78898 2.04794 5.08863 2.14089 4.4021Z' fill='%23fff'/%3E%3C/svg%3E")
}

.footer__adress-item--email::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23fff' width='800px' height='800px' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 2.5H1a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1zm-1.3 1.25L8.42 8.56a.62.62 0 0 1-.84 0L2.3 3.75zm-12.45 8.5V4.48l5.49 5a1.86 1.86 0 0 0 2.52 0l5.49-5v7.77z'/%3E%3C/svg%3E")
}

.footer__menu-title {
    margin: 0
}

.footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 0
}

.footer__menu ul li {
    list-style: none
}

.footer__menu ul a {
    color: #fff;
    font-weight: 400;
    text-decoration: none
}

@media (min-width:1025px) {
    .footer__menu ul a:hover {
        text-decoration: underline
    }
}

.footer__icons {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px 0 0;
    padding: 20px 0
}

.footer__icon img {
    max-height: 25px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.similar-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px
}

.similar-articles+.article-content {
    margin-top: 50px
}

.similar-articles__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.similar-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media (max-width:576px) {
    .similar-article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px
    }
}

.similar-article:hover {
    text-decoration: none !important
}

.similar-article:hover p:first-child {
    color: #c00
}

.similar-article:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.similar-article .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 300px;
    height: 170px;
    border-radius: 6px;
    overflow: hidden
}

.similar-article .thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    margin: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

@media (max-width:576px) {
    .similar-article .thumbnail {
        width: 100%
    }
}

.similar-article p {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1b1b1b;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin: 0 !important
}

.similar-article__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.disclaimer-block {
    padding: 20px;
    background-color: #ececec;
    border-radius: 6px;
    margin-bottom: 50px !important
}

.disclaimer-block__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    margin-bottom: 15px !important
}

.disclaimer-block__text::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' fill='none' viewBox='0 0 120 120'%3E%3Cpath fill='%2345465E' d='M93.25 26.75C75 8.5 45 8.5 26.75 26.75S8.5 75 26.75 93.25A46.74 46.74 0 0 0 60 107c12 0 24-4.5 33.25-13.75C111.5 75 111.5 45 93.25 26.75Zm-3.5 63c-16.25 16.25-43 16.25-59.25 0s-16.25-43 0-59.25a41.8 41.8 0 0 1 29.75-12.25c10.75 0 21.5 4 29.75 12.25 16 16.25 16 42.75-.25 59.25ZM61.5 53.5c.5.5 1 1.25 1 2.25v24c0 1-.25 1.75-1 2.25s-1.25.75-2.25.75c-.75 0-1.5-.25-2.25-.75-.5-.5-1-1.25-1-2.25v-24c0-1 .25-1.75 1-2.25s1.25-.75 2.25-.75 1.75.25 2.25.75Zm.75-13.5c.75.75 1 1.5 1 2.5s-.25 2-1 2.5c-.75.75-1.5 1-2.75 1s-2-.25-2.75-1-1-1.5-1-2.5.25-2 1-2.5c.75-.75 1.75-1 2.75-1s2 .25 2.75 1Z'%3E%3C/path%3E%3C/svg%3E")
}

@media (max-width:768px) {
    .similar-articles__items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .disclaimer-block__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .disclaimer-block__text::before {
        width: 70px;
        height: 70px
    }
}

.disclaimer-block__list-item {
    font-size: 16px;
    padding-left: 0 !important
}

.disclaimer-block__list-item::after {
    display: none
}

.disclaimer-block__list-item a {
    display: inline
}

.disclaimer-block__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin: 0 !important
}

.disclaimer-block__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
    height: 50px;
    width: auto
}

.disclaimer-block__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.disclaimer-block__icon::after {
    display: none
}

@media (max-width:768px) {
    .disclaimer-block__icon {
        height: 30px
    }
}