@import url("");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --main-bg: #FFF;
    --font-primary: 'Fira Sans';
}

html,
body {
    min-height: 100vh;
    height: 100%;
    overflow-x: hidden;
    font-size: 1rem;
    font-family: var(--font-primary), 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    scroll-behavior: smooth;
    /*background: var(--main-bg) url('../img/Jaguar-2000x128022.jpg') no-repeat center top / cover;*/
    background: white!important;
}

.main-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1 1 auto;
    position: relative;
    padding: 0 0 3rem 0;
}

ul li {
    list-style: none;
    list-style-position: inside;
}

ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    cursor: pointer;
    font-family: inherit;
}

input,
textarea {
    outline: none;
    font-family: inherit;
}

.main-wrapper {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 8%;
    box-shadow: 0 0 10px #444;
}

.container {
    padding: 0 1rem;
}

.text-colored {
    color: #0466C0 !important;
    font-weight: 600;
}

p .link,
ul li .link {
    color: #0466C0 !important;
    font-weight: 600;
}

.flex {
    display: flex;
}

.center {
    align-items: center;
}

.start {
    align-items: flex-start;
}

.end {
    align-items: end;
}

.just-center {
    justify-content: center;
}

.just-between {
    justify-content: space-between;
}

.just-start {
    justify-content: flex-start;
}

.just-end {
    justify-content: flex-end;
}

.column {
    flex-direction: column;
}

.wrap {
    flex-wrap: wrap;
}

.no-border {
    border: 0 !important
}

.bg-light {
    background-color: #FAFAFA !important;
}

.bg-darker {
    background-color: #F5F5F5 !important;
}

/* BUTTON */

.btn {
    display: block;
    text-align: center;
    max-width: 400px;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    padding: 18px;
    background: #0466C0;
    border-radius: 4px;
    border: 0;
    margin: 1.5rem auto 0 auto;
    transition: 0.2s;
}

.btn:hover {
    text-decoration: underline;
}

.btn:active {
    transform: scale(0.98);
}

/* HEADER */

.operations-panel {
    background-color: #ECEFF1;
    padding: 3px 25px;
    color: #263238;
}

.go-premium-link {
    padding: 0.2em 1.2em;
    font-size: 116.6%;
    border-radius: 2px;
    font: italic 600 0.75rem/1.167 'Fira Sans', sans-serif;
    color: #FFF;
    background: linear-gradient(#DAA520, #E8B332);
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

.invite-link {
    margin-left: 1rem;
    font-size: 0.9rem;
}

.invite-link:hover span {
    text-decoration: underline;
}

.header-login-img {
    margin-right: 0.25rem;
}

.header-upper {
    background-color: #fff;
    padding: 0.5rem 0;
}

.header-menu-panel {
    gap: 3.5rem;
}

.header-menu-panel .link {
    font-size: 1.5rem;
    color: #FFFFFF;
}

.header-lower {
    background-color: #E41F1F;
    color: #fff;
}

.nav-list .link {
    display: block;
    padding: 0.8rem 1rem;
    color: #fff !important;
    transition: all ease 0.2s;
}

.nav-list .link:hover {
    box-shadow: inset 0 -4px 0 #fff;
}

.nav-list .link.current {
    box-shadow: inset 0 -4px 0 #fff;
}

.nav-list .title-link {
    background-color: #B9151C;
    position: relative;
    margin-right: 1rem;
}

.nav-list .title-link::after {
    content: '';
    position: absolute;
    top: 0;
    right: -0.8rem;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block;
    width: 0.8rem;
    height: 100%;
    background-color: #B9151C;
}

/* MAIN ARTICLE */

.info-panel {
    background-color: #555;
    color: #fff;
}

.info-panel-heading {
    font-weight: 700;
    font-size: 20px;
    background: #269437;
    padding: 4px 38px;
}

.info-panel-text {
    width: 80%;
    max-width: 1228px;
    padding: 4px 8px 4px 32px;
}

.article {
    padding: 2rem 0;
    max-width: 828px;
    width: 62%;
}

.main-heading {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.22;
    color: #102447;
    max-width: 704px;
}

.author-info {
    margin-top: 18px;
    color: #989898;
    font-weight: 600;
}

.author-info span {
    color: #0466C0;
}

.article-date {
    color: #C0C0C0;
    margin-top: 18px;
}

.article-img {
    width: 100%;
    height: auto;
    margin-top: 2rem;
}

.article-content p {
    font-size: 1rem;
    line-height: 150%;
    color: #263238;
    margin-top: 1.5rem;
}

.article-content h2 {
    font-size: 1.5rem;
    line-height: 140%;
    color: #000000;
    margin-top: 1.5rem;
}

.article-content figcaption {
    font-size: 12px;
    line-height: 140%;
    color: #808080;
    text-align: center;
    margin-top: 12px;
}

.article-content blockquote {
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    margin-top: 1.5rem;
    padding-left: 22px;
    border-left: 3px solid #0466C0;
}

.article-content ul,
.article-content ol {
    font-size: 18px;
    color: #000000;
    margin-top: 1.5rem;
}

.article-content ul li {
    /* list-style-type: disc; */
    line-height: 140%;
    margin-bottom: 0.6rem;
}

/* SIDEBAR-COLUMN */

.sidebar-column {
    max-width: 499px;
    width: 35%;
    padding: 2rem 0 0 1.2rem;
    border-left: 1px solid #ccc;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.top-stories-block h2,
.popular-now-block h2 {
    font-weight: 600;
    font-size: 2rem;
    color: #FFF;
    background: #1B3E7A;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
    padding: 0.5em 1em;
    border-radius: 3px;
    font-size: 1rem;
    text-transform: uppercase;
}

.top-stories-item {
    display: block;
    margin-top: 1.5rem;
    padding-right: 1.5rem;
}

.top-stories-item:hover h4 {
    text-decoration: underline;
}

.top-stories-item h4 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
}

.top-stories-item p {
    font-size: 16px;
    color: #C6C6C6;
    margin-top: 4px;
}

.popular-now-block {
    margin-top: 2rem;
}

.popular-now-item {
    padding: 0.5rem 0;
    border-bottom: 1px solid #D9D9D9;
}

.popular-now-item:hover p {
    text-decoration: underline;
}

.popular-now-item p {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    max-width: 302px;
    margin-right: 0.5rem;
}

.popular-now-block h2 {
    margin-bottom: 1rem;
}

/* FOOTER */

.footer-upper {
    background-color: #F0F4FA;
    color: #263238;
    padding: 1.5rem 0;
}

.footer-col {
    max-width: 336px;
    margin-right: 9.5rem;
}

.footer-col p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-top: 18px;
}

.footer-links-group {
    font-size: 0.9rem;
    line-height: 180%;
    max-width: 288px;
    margin-right: 5rem;
}

.footer-links-group h4 {
    margin-bottom: 1rem;
}

.footer-links-group a {
    display: block;
    margin-bottom: 0.7rem;
}

.footer-links-group a:hover {
    text-decoration: underline;
}

.footer-lower {
    background-color: #000;
    color: #fff;
    padding: 12px;
}

/* MEDIA */

@media screen and (max-width:1700px) {
    html,
    body {
        font-size: 0.9rem;
    }
    .container {
        max-width: 1200px;
    }
    .header-menu-panel {
        gap: 2rem;
    }
    .header-menu-panel .link {
        font-size: 1rem;
    }
    .menu-burger-icon {
        width: 1.8rem;
        height: auto;
    }
    .info-panel {
        font-size: 0.8rem;
    }
    .info-panel-heading {
        font-size: 18px;
    }
    .article-content p,
    .article-content ul,
    .article-content ol,
    .article-content blockquote,
    .footer-col p,
    .footer-links-group a {
        font-size: 0.98rem;
    }
    .top-stories-item h4 {
        font-size: 1.1rem;
    }
    .top-stories-item p {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:1000px) {
    .info-panel-heading {
        font-size: 16px;
        padding: 4px 24px;
    }
    .sidebar-column {
        display: none;
    }
    .article {
        max-width: 828px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-col {
        margin-right: 2.5rem;
    }
    .footer-links-group {
        margin-right: 2.5rem;
    }
}

@media screen and (max-width:800px) {
    .menu-burger-icon {
        width: 1.4rem;
    }
    .header-menu-panel {
        gap: 1.2rem;
    }
    .nav-list {
        justify-content: center;
    }
    .info-panel-text {
        padding: 4px 8px 4px 20px;
    }
    .footer-upper .container {
        flex-direction: column;
    }
    .footer-col,
    .footer-links-group {
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width:500px) {
    .main-wrapper {
        margin-top: 16%;
    }
    .operations-panel {
        padding: 3px 1rem;
    }
    .date-string {
        font-size: 0.85rem;
    }
    .header-lower,
    .invite-link {
        display: none;
    }
    .main-heading {
        font-size: 1.9rem;
    }
    .info-panel-text {
        padding: 4px 8px 4px 12px;
    }
    .info-panel-text p {
        font-size: 12px;
    }
    .article-content blockquote {
        padding-left: 0.8rem;
    }
    .article-content p,
    .article-content ul,
    .article-content ol,
    .article-content blockquote {
        font-size: 1rem;
    }
}