* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
input,
button {
    font-family: Rubik, sans-serif;
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
    vertical-align: top;
}

.fs-18 {
    font-size: 18px;
}

.font-bold {
    font-weight: bold;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(18, 18, 18, 0.4);
    backdrop-filter: blur(10px);
    display: none;
}

.text-underline {
    text-decoration: underline;
}

.no-underline {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h5 {
    font-weight: normal;
}

.color-white {
    color: #FFFFFF;
}

.link--white {
    color: #FFFFFF;
}

.color-primary {
    color: #ffc00c;
}

.color-secondary {
    color: #1e81ab !important;
}

.title {
    font-size: 36px;
    margin-bottom: 30px;
    color: #ffcc00;
    font-weight: 700;
}

.container {
    width: 100%;
    margin-inline: auto;
    padding-inline: 16px;
    max-width: 1432px;
}

.container--main {
    display: flex;
    column-gap: 80px;
}

a {
    text-decoration: none;
}

ul:not(.banner__list) li,
ol:not(.banner__list) li {
    list-style-type: none;
}

body {
    background-color: #232629;
    font-size: 100%;
    font-family: Rubik, sans-serif;
    padding-top: 78px;
}

.visual-hidden {
    display: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #232629;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #5e5e5e;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-40 {
    margin-left: 40px !important;
}
/*       ScrollBar 2        */


/* start HEADER */
.header {
    box-shadow: rgba(18, 18, 18, 0.6) 0px 8px 16px 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 78px;
    z-index: 1;
}

.header__logo {
    display: block;
    width: 180px;
    transition: opacity 0.2s;
}

.header__top {
    background-color: #232629;
    height: 72px;
}

.header__burger-logo {
    display: flex;
    column-gap: 16px;
}

.header__logo {
    padding-top: 2px;
}

.header__top-inner {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__login-register {
    display: flex;
    column-gap: 16px;
}

.header__navbar {
    background-color: #2f3337;
    padding-top: 8px;
    padding-bottom: 8px;
}

.header__menu {
    display: flex;
    justify-content: space-around;
    column-gap: 8px;
}

.header__menu-link {
    color: #FFFFFF;
    min-height: 40px;
    display: flex;
    column-gap: 8px;
    align-items: center;
    font-weight: 500;
    transition: color .4s;
    flex-shrink: 0;
    padding: 4px 16px;
    white-space: nowrap;
}

.header__menu-link:focus:not(.header__menu-link--active) {
    color: #d0d0d0;
}

.header__menu-link:active:not(.header__menu-link--active) {
    color: #ffcc00;
}

.header__menu-icon {
    display: block;
    width: 24px;
    height: 24px;
    background-color: currentcolor;
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center center;
}

.btn {
    font-size: 16px;
    display: inline-flex;
    min-height: 40px;
    border-radius: 32px;
    padding: 4px 24px;
    align-items: center;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
}

/* end HEADER */

.btn--black {
    background-color: #121212;
    color: #FFFFFF;
}

.btn--black:active:not(.btn--black:disabled) {
    background-color: #121212;
    color: #ffcc00;
}
.btn--yellow,
.btn--yellow:active:not(.btn--yellow:disabled) {
    color: #121212;
    background-color: #ffcc00;
}

/* start BANNER */

.banner {
    margin-bottom: 80px;
    color: #FFFFFF;
}


.banner__title,
.banner__sub-title,
.banner__txt {
    margin-bottom: 1rem;
}

.banner__title {
    font-size: 24px;
}

.banner__sub-title {
    font-size: 20px;
}

.banner__title+.banner__img {
    margin-top: 20px;
}

.banner__title {
    color: #ffcc00;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.banner__list {
    color: #FFFFFF;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-bottom: 1rem;
}

.banner__sub-title {
    color: #1e81ab;
    font-weight: 700;
    line-height: 36px;
}

.banner__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
}

.banner__info+.banner__info {
    margin-top: 32px;
}

.banner__img {
    display: flex;
    margin-bottom: 28px;
}

.banner__link {
    color: #ffcc00;
}

/* end BANNER */

.main {
    padding-top: 48px;
    padding-bottom: 48px;
}

.nav {
    flex-shrink: 0;
}

.nav__list {
    row-gap: 12px;
    display: flex;
    flex-direction: column;
}

.nav__link {
    color: #ffcc00;
    border-bottom: 1px dashed #ffcc00;
}

.nav__link.nav__link--active {
    cursor: default;
    pointer-events: none;
}

.nav__link.nav__link--active,
.nav__link:hover {
    border-bottom: none;
}

/* start BLOG */

.blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin-bottom: 60px;
}

.blog__article,
.blog__information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog__information {
    row-gap: 16px;
}

.blog__information {
    background-color: #2f3337;
    transition: background-color 0.2s;
    padding: 24px;
    border-radius: 0 0 8px 8px;
}

.static-content {
    color: #FFFFFF;
}

.blog__description {
    color: #FFFFFF;
}

.static-content li,
.static-content dd,
.static-content p {
    margin-bottom: .8rem;
    line-height: 1.3rem;
}

.mark-text,
.static-content a:not(.btn) {
    color: #ffcc00;
}

.static-content a:not(.btn) {
    text-decoration: underline;
}

.static-content ul > li {
    list-style-type: disc;
}

.static-content ul,
.static-content ol {
    margin-left: 16px;
}

.static-content ul.un-list li {
    list-style-type: none;
}

.static-content ol > li {
    list-style-type: decimal;
}

.static-content img {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.blog__description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog__title {
    min-height: 54px;
}

.static-content h1 {
    color: #ffcc00;
    font-size: 36px;
    font-weight: bold;
}

.blog__title,
.static-content h2 {
    color: #ffcc00;
    font-size: 22px;
}

.static-content h3 {
    color: #ffcc00;
    font-size: 20px;
}

.static-content h1,
.static-content h2,
.static-content h3 {
    margin-bottom: 1.5rem;
}
.blog__date {
    align-self: flex-end;
    color: #858585;
    font-size: 14px;
}

.blog__img {
    max-height: 200px;
    overflow: hidden;
}

.blog-inner__information,
.blog-inner {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

/* end BLOG */

.text-18 {
    background-color: #232629;
    min-height: 40px;
    font-weight: 500;
    border-radius: 8px;
    color: #cc005b;
    padding: 4px 24px;
    display: inline-flex;
    align-items: center;
}

.header__menu-item--more {
    position: relative;
}

.header__submenu {
    background-color: #2f3337;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 16px 0px;
    border-radius: 8px;
    display: none;
    position: absolute;
    padding: 16px;
    right: 0;
}

.header__submenu.show {
    display: block;
}

.header__burger-menu  {
    display: none;
}

.burger-menu-information {
    /* display: none; */
    position: fixed;
    top: 0;
    background: #232629;
    list-style: none;
    padding: 10px;
    width: 320px;
    transition: ease left .4s;
    left: -320px;
    bottom: 0;
    z-index: 0;
}

.body--menu-show {
    overflow: hidden;
}

.body--menu-show .burger-menu-information {
    left: 0;
}

.body--menu-show .overlay {
    display: block;
}

.burger-toggle {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.burger-toggle svg {
    color: #FFFFFF;
}

@media (max-width: 1000px) {
    .nav {
        position: absolute;
        z-index: 1;
        background: #232629;
        left: 0;
        right: 0;
        top: auto;
        padding: 16px;
        overflow: auto;
        height: 100%;
    }
    
    .header__burger-menu {
        display: block;
    }
}

