.alignright {
    float: right;
    margin-right: -13em;
    border-radius: 0.43em;
    margin-left: 2.23em;
    max-width: 61.2%;
    height: auto;
}

.alignleft {
    float: left;
    border-radius: 0.43em;
    margin-right: 2.23em;
    max-width: 61.2%;
    height: auto;
}

.aligncenter {
    border-radius: 0.43em;
    max-width: 61.2%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    height: auto;
}

.alignnone {
    border-radius: 0.43em;
    max-width: 100%;
    height: auto;
}

.banner_fix.sticky {
    top: 11.43em;
    width: 24.7em;
    padding: 1.714em 2.357em;
    background: var(--bgrey);
    border-radius: 0.43em;
    margin-bottom: 6em;
}

.panel-right {
    position: relative;
    height: 100%;
    float: right;
}

.panel {
    position: absolute;
    height: 100%;
    top: 7em;
    right: 0;
}

.w-head {
    font-size: 1.143em;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 1.55em;
    display: block;
    text-transform: uppercase;
    text-align: center;
    min-height: 1.2em;
}

.banner_fix.sticky svg {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    cursor: pointer;
}

.prst.post_sloider .news-item {
    margin-left: 1.428em;
    margin-right: 1.428em !important;
}

iframe {
    margin: 1.45em 0%;
}

.dflt blockquote {
    margin: 3.125em 0em;
    font-size: 1.143em;
    padding-left: 1.1875em;
    padding-bottom: 3.125em;
}

.sloid-post {
    margin-top: 7.857em;
    margin-bottom: 10.57em;
}

.next-pl {
    font-size: 0.857em;
}

.main-img {
    padding-top: 40em;
}

.dflt ul:not([class])>li::before {
    top: 0.45em;
}

.cats li {
    margin-right: 0.571em;
    margin-bottom: 0.57em;
}

.sloid_links>*:hover {
    color: var(--font);
}

.sloid_links>*::after {
    display: block;
    position: absolute;
    top: 2.075em;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--font);
    content: "";
    transition: width 0.3s ease-out;
}

.sloid_links>*:hover:after {
    width: 100%;
}

.sloid_links>*.active::after{
    width: 100%;
}

@media(min-width: 993px) {
    .cont-min {
        padding-left: 7.714em;
        width: 56.147em;
    }
    .banner_fix .news-item.mid.mini{
        width: 100%;
    }
    .news-items:not(.slick-initialized) .news-item{
        width: 22.75%;
    }
    .prst .news-item:not(:last-child) {
        margin-right: 3%;
    }
    .cont-min-2{
        padding-left: 11.714em;
        width: 56.147em;
    }

}

@media(max-width: 992px) {
    main > * {
        font-size: 16px;
    }

    .panel {
        display: none;
    }

    .glossary_contents {
        display: none;
    }

    .head-title {
        padding: 2.5em 1.25em;
        padding-bottom: 1.88em;
    }
    .rank-math-breadcrumb > p,
    .page-info.flex {
        flex-wrap: wrap;
    }
    .head-title .other {
        width: 100%;
        margin-bottom: 1.45em;
    }

    .cont-min {
        padding-left: 0;
        width: 100%;
    }
    .cont-min.flex {
        padding: 0;
        width: 100%;
        flex-direction: column;
    }
    
    .share__inner {
        margin-bottom: 2.5em;
    }
    .soc-icons {
        display: flex;
    }
    .soc-icons svg {
        height: auto;
        width: 2em;
    }
    .soc-icons *:not(:last-child) {
        margin-right: 2.5em;
        margin-bottom: 0%;
    }
    .news-items:not(.slick-initialized) .news-item{
        width: 48.5%;
        margin-bottom: 3%;
    }
    .prst .news-item:not(:last-child) {
        margin-right: 0;
    }
    .prst .news-item:nth-child(2n+1) {
        margin-right: 3%;
    }

}

.head-title{
    width: 89.677%
}

.news-items:not(.slick-initialized){
    display: flex;
}