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

html {
    scroll-behavior: smooth;
}

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

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

button {
    color: inherit;
    font: inherit;
}

.axero {
    background: #f7f6f1;
    border-bottom: 1px solid #171717;
    position: sticky;
    top: 0;
    z-index: 20;
}

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

.curel {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 11px;
}

.curel img {
    border: 1px solid #171717;
    border-radius: 50%;
    height: 46px;
    object-fit: cover;
    width: 46px;
}

.curel span {
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
}

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

.daxor {
    align-items: center;
    display: flex;
    gap: 23px;
}

.daxor a {
    font-size: 13px;
    font-weight: 700;
}

.daxor a:hover {
    color: #008c76;
}

.lurem {
    align-items: center;
    background: #171717;
    color: #ffffff;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    min-height: 42px;
    padding: 0 18px;
}

.lurem:hover {
    background: #008c76;
}

.mavor {
    border-bottom: 1px solid #171717;
    min-height: 690px;
    overflow: hidden;
}

.nexil {
    display: grid;
    grid-template-columns: 53% 47%;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 690px;
}

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

.puxel {
    align-items: center;
    display: flex;
    font-size: 11px;
    font-weight: 900;
    gap: 13px;
}

.puxel:before {
    background: #f6d83d;
    border: 1px solid #171717;
    content: "";
    height: 15px;
    width: 15px;
}

.opira h1 {
    font-size: 70px;
    line-height: 1.04;
    margin: 34px 0 28px;
}

.opira > p {
    font-size: 17px;
    line-height: 1.9;
    max-width: 540px;
}

.quvor {
    align-items: center;
    display: flex;
    gap: 24px;
    margin-top: 40px;
}

.quvor a {
    align-items: center;
    background: #14bea5;
    border: 1px solid #171717;
    box-shadow: 6px 6px 0 #171717;
    display: flex;
    font-size: 16px;
    font-weight: 900;
    gap: 32px;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 22px;
}

.quvor a:hover {
    box-shadow: 2px 2px 0 #171717;
    transform: translate(4px, 4px);
}

.quvor span {
    color: #555555;
    font-size: 12px;
}

.ruxel {
    background: #f6d83d;
    border-left: 1px solid #171717;
    min-height: 690px;
    overflow: hidden;
    position: relative;
}

.savor {
    left: 42px;
    position: absolute;
    top: 47px;
    z-index: 2;
}

.savor span,
.savor small {
    display: block;
    font-size: 10px;
    font-weight: 900;
}

.savor b {
    display: block;
    font-size: 44px;
    line-height: .92;
    margin: 14px 0;
}

.tovin {
    background: #ffffff;
    border: 1px solid #171717;
    bottom: -160px;
    box-shadow: 16px 16px 0 #171717;
    height: 610px;
    overflow: hidden;
    position: absolute;
    right: 42px;
    transform: rotate(5deg);
    width: 285px;
}

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

.ruxel > i {
    bottom: 28px;
    font-size: 64px;
    left: 38px;
    position: absolute;
}

.uvexa {
    border-bottom: 1px solid #171717;
    padding: 92px 0;
}

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

.xirel {
    align-items: center;
    display: flex;
    font-size: 34px;
    font-weight: 900;
    gap: 16px;
    justify-content: center;
    margin-bottom: 52px;
    text-align: center;
}

.xirel:before,
.xirel:after {
    background: #171717;
    content: "";
    height: 1px;
    width: 42px;
}

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

.yavor figure {
    background: #ffffff;
    border: 1px solid #171717;
    padding: 10px;
}

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

.yavor figcaption {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: space-between;
    padding: 15px 3px 5px;
}

.yavor figcaption b {
    color: #008c76;
}

.zurel {
    background: #171717;
    color: #ffffff;
}

.zurel .xirel:before,
.zurel .xirel:after {
    background: #ffffff;
}

.abira,
.becor {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
}

.abira {
    background: #5e5e5e;
    border: 1px solid #5e5e5e;
}

.abira article {
    background: #171717;
    min-height: 260px;
    padding: 30px;
}

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

.abira article div span {
    color: #14bea5;
    font-size: 11px;
    font-weight: 900;
}

.abira article div i {
    color: #f6d83d;
    font-size: 30px;
}

.abira article > b,
.becor article > b {
    display: block;
    font-size: 20px;
    margin: 38px 0 15px;
}

.abira article p,
.becor article p {
    color: #bcbcbc;
    font-size: 14px;
    line-height: 1.8;
}

.becor {
    background: #171717;
    border: 1px solid #171717;
}

.becor article {
    background: #f7f6f1;
    min-height: 295px;
    padding: 28px;
    position: relative;
}

.becor article > span {
    font-size: 10px;
    font-weight: 900;
}

.becor article > i {
    color: #008c76;
    float: right;
    font-size: 32px;
}

.becor article p {
    color: #555555;
}

.becor article a {
    bottom: 27px;
    font-size: 13px;
    font-weight: 900;
    left: 28px;
    position: absolute;
}

.becor article a:hover {
    color: #008c76;
}

.cuvem {
    background: #14bea5;
}

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

.dorin:before {
    background: #171717;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 54px;
}

.dorin article {
    padding-right: 35px;
    position: relative;
}

.dorin article b {
    background: #f6d83d;
    border: 1px solid #171717;
    display: grid;
    font-size: 12px;
    height: 32px;
    place-items: center;
    position: relative;
    width: 32px;
    z-index: 2;
}

.dorin article > i {
    display: block;
    font-size: 36px;
    margin: 42px 0 25px;
}

.dorin article span {
    display: block;
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 12px;
}

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

.efira {
    border-top: 1px solid #171717;
}

.efira article {
    border-bottom: 1px solid #171717;
}

.efira button {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: grid;
    grid-template-columns: 90px 1fr 36px;
    min-height: 78px;
    text-align: left;
    width: 100%;
}

.efira button span {
    color: #008c76;
    font-size: 11px;
    font-weight: 900;
}

.efira button b {
    font-size: 17px;
}

.efira button i {
    font-size: 25px;
}

.efira article > p {
    display: none;
    line-height: 1.8;
    max-width: 900px;
    padding: 0 80px 25px 90px;
}

.efira article.kuxel > p {
    display: block;
}

.efira article.kuxel button i {
    transform: rotate(45deg);
}

.fovin {
    background: #f6d83d;
}

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

.gurel article {
    background: #f7f6f1;
    border: 1px solid #171717;
    min-height: 245px;
    padding: 27px;
}

.gurel article > div {
    align-items: center;
    display: flex;
    font-size: 10px;
    font-weight: 900;
    justify-content: space-between;
}

.gurel article > b {
    display: block;
    font-size: 20px;
    margin: 35px 0 14px;
}

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

.gurel article > a {
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    margin-top: 20px;
}

.havor {
    column-count: 3;
    column-gap: 18px;
}

.havor article {
    background: #ffffff;
    border: 1px solid #171717;
    break-inside: avoid;
    display: inline-block;
    margin-bottom: 18px;
    padding: 27px;
    width: 100%;
}

.havor article:nth-child(2n) {
    background: #d9f1ec;
    padding-bottom: 48px;
}

.havor article:nth-child(3n) {
    background: #fff3ad;
}

.havor article > i {
    font-size: 30px;
}

.havor article > p {
    font-size: 14px;
    line-height: 1.9;
    margin: 22px 0 28px;
}

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

.havor article time {
    color: #686868;
    font-size: 10px;
}

.ijuxo {
    background: #171717;
    color: #ffffff;
    padding: 55px 0 22px;
}

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

.javor nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    max-width: 560px;
}

.javor nav a {
    color: #cfcfcf;
    font-size: 12px;
}

.ijuxo > p {
    border-top: 1px solid #3d3d3d;
    color: #777777;
    font-size: 10px;
    margin: 45px auto 0;
    max-width: 1200px;
    padding-top: 20px;
}

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

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

    .curel span {
        font-size: 19px;
    }

    .lurem {
        min-height: 38px;
        padding: 0 12px;
    }

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

    .daxor a {
        flex: 0 0 auto;
    }

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

    .opira {
        padding: 70px 14px 65px;
    }

    .opira h1 {
        font-size: 44px;
        margin: 27px 0 22px;
    }

    .opira > p {
        font-size: 15px;
    }

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

    .quvor a {
        width: 100%;
    }

    .ruxel {
        border-left: 0;
        border-top: 1px solid #171717;
        min-height: 560px;
    }

    .savor {
        left: 20px;
        top: 30px;
    }

    .savor b {
        font-size: 35px;
    }

    .tovin {
        bottom: -125px;
        height: 485px;
        right: 24px;
        width: 225px;
    }

    .uvexa {
        padding: 68px 14px;
    }

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

    .yavor {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 16px;
        scroll-snap-type: x mandatory;
    }

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

    .abira,
    .becor,
    .gurel {
        grid-template-columns: 1fr;
    }

    .abira article,
    .becor article {
        min-height: 245px;
    }

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

    .dorin:before {
        bottom: 0;
        height: auto;
        left: 15px;
        right: auto;
        top: 0;
        width: 1px;
    }

    .dorin article {
        display: grid;
        gap: 5px 22px;
        grid-template-columns: 34px 1fr;
        margin-bottom: 28px;
        padding: 0;
    }

    .dorin article b {
        grid-row: 1 / 4;
    }

    .dorin article > i {
        display: none;
    }

    .dorin article span,
    .dorin article p {
        grid-column: 2;
        margin: 0;
    }

    .efira button {
        grid-template-columns: 55px 1fr 26px;
    }

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

    .efira article > p {
        font-size: 13px;
        padding: 0 32px 22px 55px;
    }

    .gurel article {
        min-height: 260px;
    }

    .gurel article > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .havor {
        column-count: 1;
    }

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

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

    .javor .lurem {
        justify-content: space-between;
        width: 100%;
    }

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