* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #e9edef;
    color: #101820;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    letter-spacing: 0;
}

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

button {
    color: inherit;
    font: inherit;
}

.akiro {
    background: #83cef1;
    border-bottom: 2px solid #101820;
    position: sticky;
    top: 0;
    z-index: 20;
}

.bovel {
    align-items: center;
    display: flex;
    height: 76px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}

.curem {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.curem img {
    border: 2px solid #101820;
    border-radius: 50%;
    height: 44px;
    object-fit: cover;
    width: 44px;
}

.curem span {
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.curem small {
    display: block;
    font-size: 8px;
    margin-top: 6px;
}

.dexor {
    display: flex;
    gap: 21px;
}

.dexor a {
    font-size: 12px;
    font-weight: 800;
}

.dexor a:hover {
    color: #d94b22;
}

.luvel {
    align-items: center;
    background: #101820;
    color: #ffffff;
    display: flex;
    font-size: 12px;
    font-weight: 900;
    gap: 12px;
    min-height: 42px;
    padding: 0 17px;
}

.moxel {
    border-bottom: 2px solid #101820;
    overflow: hidden;
}

.navor {
    display: grid;
    grid-template-columns: 54% 46%;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 690px;
}

.opire {
    align-self: center;
    padding: 70px 75px 70px 0;
}

.quxel {
    color: #d94b22;
    font-size: 10px;
    font-weight: 900;
}

.opire h1 {
    font-size: 72px;
    line-height: 1.02;
    margin: 32px 0 27px;
}

.opire > p {
    font-size: 16px;
    line-height: 1.9;
    max-width: 530px;
}

.ravil {
    align-items: center;
    display: flex;
    gap: 23px;
    margin-top: 38px;
}

.ravil > a {
    align-items: center;
    background: #d94b22;
    border: 2px solid #101820;
    color: #ffffff;
    display: flex;
    font-size: 15px;
    font-weight: 900;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 20px;
    width: 235px;
}

.ravil > span {
    font-size: 11px;
    font-weight: 800;
}

.surel {
    background: #f6d85b;
    border-left: 2px solid #101820;
    min-height: 690px;
    overflow: hidden;
    position: relative;
}

.tavor,
.uvira {
    align-items: center;
    background: #83cef1;
    border: 2px solid #101820;
    display: grid;
    grid-template-columns: 1fr auto;
    left: 28px;
    padding: 13px 16px;
    position: absolute;
    width: 190px;
    z-index: 2;
}

.tavor {
    top: 55px;
}

.uvira {
    background: #d94b22;
    color: #ffffff;
    top: 156px;
}

.tavor span,
.uvira span {
    font-size: 8px;
    font-weight: 900;
}

.tavor b,
.uvira b {
    font-size: 14px;
    margin-top: 5px;
}

.tavor i,
.uvira i {
    font-size: 25px;
    grid-column: 2;
    grid-row: 1 / 3;
}

.wuxel {
    background: #101820;
    border: 2px solid #101820;
    bottom: -155px;
    height: 620px;
    overflow: hidden;
    position: absolute;
    right: 36px;
    transform: rotate(4deg);
    width: 285px;
}

.wuxel img {
    display: block;
    height: auto;
    width: 100%;
}

.xevor {
    border-bottom: 2px solid #101820;
    padding: 88px 0;
}

.yavor {
    margin: 0 auto;
    max-width: 1200px;
}

.zirel {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 50px;
    text-align: center;
}

.zirel:after {
    background: #d94b22;
    content: "";
    display: block;
    height: 6px;
    margin: 12px auto 0;
    width: 36px;
}

.abxel {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}

.abxel figure {
    background: #ffffff;
    border: 2px solid #101820;
    padding: 8px;
}

.abxel img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.abxel figcaption {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 3px 5px;
}

.abxel figcaption b {
    color: #d94b22;
    font-size: 9px;
}

.abxel figcaption span {
    font-size: 13px;
    font-weight: 900;
}

.becor {
    background: #83cef1;
}

.cuvex,
.davor {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
}

.cuvex article {
    border: 2px solid #101820;
    min-height: 240px;
    padding: 25px;
}

.cuvex article:nth-child(3n + 2) {
    background: #ffffff;
}

.cuvex article > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cuvex article > div span {
    font-size: 9px;
    font-weight: 900;
}

.cuvex article > div i {
    color: #d94b22;
    font-size: 29px;
}

.cuvex article > b,
.davor article > b {
    display: block;
    font-size: 19px;
    margin: 42px 0 13px;
}

.cuvex article > p,
.davor article > p {
    color: #34434a;
    font-size: 13px;
    line-height: 1.75;
}

.davor article {
    background: #ffffff;
    border: 2px solid #101820;
    min-height: 280px;
    padding: 25px;
    position: relative;
}

.davor article > span {
    color: #d94b22;
    font-size: 9px;
    font-weight: 900;
}

.davor article > i {
    color: #287ea7;
    float: right;
    font-size: 30px;
}

.davor article > a {
    bottom: 23px;
    color: #d94b22;
    font-size: 12px;
    font-weight: 900;
    left: 25px;
    position: absolute;
}

.efira {
    background: #f6d85b;
}

.fovel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.fovel:before {
    background: #101820;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
}

.fovel article {
    padding: 0 30px 0 0;
    position: relative;
}

.fovel article > b {
    background: #d94b22;
    border: 2px solid #101820;
    color: #ffffff;
    display: grid;
    font-size: 10px;
    height: 42px;
    place-items: center;
    position: relative;
    width: 42px;
}

.fovel article > span {
    display: block;
    font-size: 18px;
    font-weight: 900;
    margin: 34px 0 12px;
}

.fovel article > p {
    font-size: 13px;
    line-height: 1.7;
}

.fovel article > i {
    font-size: 29px;
    margin-top: 26px;
}

.guvel {
    border-top: 2px solid #101820;
}

.guvel article {
    border-bottom: 2px solid #101820;
}

.guvel button {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: grid;
    grid-template-columns: 70px 1fr 30px;
    min-height: 76px;
    text-align: left;
    width: 100%;
}

.guvel button span {
    color: #d94b22;
    font-size: 10px;
    font-weight: 900;
}

.guvel button b {
    font-size: 16px;
}

.guvel button i {
    font-size: 23px;
}

.guvel article > p {
    display: none;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 70px 23px;
}

.guvel article.laxor > p {
    display: block;
}

.guvel article.laxor button i {
    transform: rotate(45deg);
}

.hixel {
    background: #101820;
    color: #ffffff;
}

.hixel .zirel:after {
    background: #83cef1;
}

.ivora {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.ivora article {
    border: 1px solid #536069;
    min-height: 235px;
    padding: 25px;
}

.ivora article > div {
    display: flex;
    font-size: 9px;
    font-weight: 900;
    justify-content: space-between;
}

.ivora article > b {
    display: block;
    font-size: 19px;
    margin: 33px 0 13px;
}

.ivora article > p {
    color: #bbc3c8;
    font-size: 13px;
    line-height: 1.75;
}

.ivora article > a {
    color: #83cef1;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    margin-top: 18px;
}

.juxor {
    column-count: 3;
    column-gap: 15px;
}

.juxor article {
    background: #ffffff;
    border: 2px solid #101820;
    break-inside: avoid;
    display: inline-block;
    margin-bottom: 15px;
    padding: 25px;
    width: 100%;
}

.juxor article:nth-child(2n) {
    background: #d6f0fc;
    padding-bottom: 46px;
}

.juxor article:nth-child(3n) {
    background: #ffe497;
}

.juxor article > i {
    color: #d94b22;
    font-size: 28px;
}

.juxor article > p {
    font-size: 14px;
    line-height: 1.85;
    margin: 20px 0 26px;
}

.juxor article > div {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.juxor article time {
    color: #667078;
    font-size: 9px;
}

.kavel {
    background: #83cef1;
    padding: 52px 0 20px;
}

.lirex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}

.lirex nav {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: center;
    max-width: 540px;
}

.lirex nav a {
    font-size: 11px;
    font-weight: 800;
}

.kavel > p {
    border-top: 1px solid #101820;
    font-size: 9px;
    margin: 42px auto 0;
    max-width: 1200px;
    padding-top: 18px;
}

@media (max-width: 767px) {
    .bovel {
        flex-wrap: wrap;
        height: auto;
        padding: 9px 14px 0;
    }

    .curem img {
        height: 38px;
        width: 38px;
    }

    .curem span {
        font-size: 17px;
    }

    .luvel {
        min-height: 38px;
        padding: 0 11px;
    }

    .dexor {
        border-top: 1px solid #101820;
        gap: 19px;
        margin-top: 9px;
        order: 3;
        overflow-x: auto;
        padding: 11px 0;
        width: 100%;
    }

    .dexor a {
        flex: 0 0 auto;
    }

    .navor {
        display: block;
        min-height: 0;
    }

    .opire {
        padding: 66px 14px;
    }

    .opire h1 {
        font-size: 45px;
        margin: 27px 0 22px;
    }

    .ravil {
        align-items: stretch;
        flex-direction: column;
    }

    .ravil > a {
        width: 100%;
    }

    .surel {
        border-left: 0;
        border-top: 2px solid #101820;
        min-height: 560px;
    }

    .wuxel {
        bottom: -140px;
        right: 24px;
        width: 245px;
    }

    .xevor {
        padding: 66px 14px;
    }

    .zirel {
        font-size: 27px;
        margin-bottom: 38px;
    }

    .abxel {
        display: flex;
        gap: 11px;
        overflow-x: auto;
        padding-bottom: 15px;
        scroll-snap-type: x mandatory;
    }

    .abxel figure {
        flex: 0 0 78%;
        scroll-snap-align: start;
    }

    .cuvex,
    .davor,
    .ivora {
        grid-template-columns: 1fr;
    }

    .cuvex article,
    .davor article {
        min-height: 245px;
    }

    .fovel {
        grid-template-columns: 1fr;
    }

    .fovel:before {
        bottom: 0;
        height: auto;
        left: 20px;
        right: auto;
        top: 0;
        width: 3px;
    }

    .fovel article {
        min-height: 170px;
        padding: 0 0 28px 62px;
    }

    .fovel article > b {
        left: 0;
        position: absolute;
        top: 0;
    }

    .fovel article > span {
        margin-top: 0;
    }

    .guvel button {
        grid-template-columns: 42px 1fr 24px;
    }

    .guvel button b {
        font-size: 14px;
    }

    .guvel article > p {
        font-size: 13px;
        padding: 0 30px 22px 42px;
    }

    .ivora article > div {
        flex-direction: column;
        gap: 6px;
    }

    .juxor {
        column-count: 1;
    }

    .lirex {
        align-items: flex-start;
        flex-direction: column;
        gap: 27px;
        padding: 0 14px;
    }

    .lirex nav {
        justify-content: flex-start;
    }

    .lirex .luvel {
        justify-content: center;
        width: 100%;
    }

    .kavel > p {
        margin-left: 14px;
        margin-right: 14px;
    }
}
