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

html {
    scroll-behavior: smooth;
}

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

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

button {
    color: inherit;
    font: inherit;
}

.acvon {
    background: #ffffff;
    border-bottom: 3px solid #111111;
    position: sticky;
    top: 0;
    z-index: 30;
}

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

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

.cifex img {
    border: 2px solid #111111;
    border-radius: 13px;
    height: 44px;
    object-fit: cover;
    width: 44px;
}

.cifex span {
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
}

.cifex small {
    color: #ff493d;
    display: block;
    font-size: 8px;
    margin-top: 6px;
}

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

.duvel a {
    font-size: 13px;
    font-weight: 800;
}

.duvel a:hover {
    color: #2947d9;
}

.luxen {
    align-items: center;
    background: #2947d9;
    border: 2px solid #111111;
    box-shadow: 4px 4px 0 #111111;
    color: #ffffff;
    display: flex;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
}

.luxen:hover {
    background: #ff493d;
}

.mevor {
    background: #2947d9;
    border-bottom: 3px solid #111111;
    color: #ffffff;
    overflow: hidden;
}

.naxil {
    display: grid;
    grid-template-columns: 56% 44%;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 690px;
    position: relative;
}

.opvel {
    align-self: center;
    padding: 65px 70px 100px 0;
}

.pirex {
    background: #b9f34a;
    border: 2px solid #111111;
    color: #111111;
    display: inline-flex;
    font-size: 10px;
    font-weight: 900;
    gap: 8px;
    padding: 9px 12px;
}

.opvel h1 {
    font-size: 68px;
    line-height: 1.04;
    margin: 32px 0 27px;
}

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

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

.qudel > a {
    align-items: center;
    background: #ff493d;
    border: 2px solid #111111;
    box-shadow: 6px 6px 0 #111111;
    display: flex;
    font-size: 16px;
    font-weight: 900;
    justify-content: space-between;
    min-height: 60px;
    padding: 0 20px;
    width: 220px;
}

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

.qudel > div {
    display: flex;
    gap: 5px;
}

.qudel > div span {
    border: 1px solid #ffffff;
    font-size: 8px;
    font-weight: 900;
    padding: 7px 8px;
}

.ruvon {
    align-self: end;
    background: #111111;
    border: 3px solid #111111;
    border-bottom: 0;
    border-radius: 34px 34px 0 0;
    height: 600px;
    justify-self: end;
    overflow: hidden;
    position: relative;
    width: 310px;
}

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

.sixel {
    align-items: center;
    background: #111111;
    display: flex;
    font-size: 10px;
    gap: 8px;
    height: 30px;
    justify-content: flex-end;
    padding: 0 17px;
}

.sixel span {
    margin-right: auto;
}

.tavel {
    align-items: center;
    background: #b9f34a;
    border: 2px solid #111111;
    bottom: 24px;
    color: #111111;
    display: flex;
    gap: 12px;
    left: -48px;
    padding: 13px 17px;
    position: absolute;
}

.tavel i {
    font-size: 25px;
}

.tavel span {
    font-size: 10px;
    font-weight: 900;
}

.tavel small {
    font-size: 8px;
    font-weight: 500;
}

.upire {
    align-items: center;
    background: #111111;
    bottom: 0;
    display: flex;
    font-size: 9px;
    gap: 12px;
    height: 45px;
    left: 0;
    padding: 0 20px;
    position: absolute;
}

.upire b {
    color: #b9f34a;
}

.vexor {
    border-bottom: 3px solid #111111;
    padding: 88px 0;
}

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

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

.xavor:after {
    background: #ff493d;
    border: 1px solid #111111;
    content: "";
    display: block;
    height: 10px;
    margin: 12px auto 0;
    width: 44px;
}

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

.yufel figure {
    background: #ffffff;
    border: 2px solid #111111;
    padding: 9px;
}

.yufel figure > div {
    background: #111111;
    overflow: hidden;
}

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

.yufel figcaption {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 14px 2px 5px;
}

.yufel figcaption b {
    color: #2947d9;
    font-size: 9px;
}

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

.zaxil {
    background: #111111;
    color: #ffffff;
}

.zaxil .xavor:after {
    border-color: #ffffff;
}

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

.abvor article {
    border: 1px solid #676767;
    min-height: 245px;
    padding: 27px;
}

.abvor article:nth-child(2),
.abvor article:nth-child(5) {
    background: #b9f34a;
    color: #111111;
}

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

.abvor article > i {
    color: #ff493d;
    float: right;
    font-size: 32px;
}

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

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

.abvor article:nth-child(2) > p,
.abvor article:nth-child(5) > p {
    color: #333333;
}

.becil article {
    background: #ffffff;
    border: 2px solid #111111;
    min-height: 275px;
    padding: 25px;
    position: relative;
}

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

.becil article > div i {
    color: #2947d9;
    font-size: 32px;
}

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

.becil article > b {
    display: block;
    font-size: 20px;
    margin: 28px 0 13px;
}

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

.becil article > a {
    bottom: 23px;
    color: #ff493d;
    font-size: 13px;
    font-weight: 900;
    left: 25px;
    position: absolute;
}

.cudex {
    background: #ff493d;
}

.davor {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
}

.davor article {
    border-top: 2px solid #111111;
    min-height: 225px;
    padding: 28px 32px 0 0;
    position: relative;
}

.davor article:before {
    background: #b9f34a;
    border: 2px solid #111111;
    border-radius: 50%;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 15px;
}

.davor article > b {
    font-size: 11px;
}

.davor article > i {
    display: block;
    font-size: 33px;
    margin: 28px 0 20px;
}

.davor article > span {
    display: block;
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 11px;
}

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

.efvon {
    border: 2px solid #111111;
}

.efvon article + article {
    border-top: 2px solid #111111;
}

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

.efvon button span {
    color: #2947d9;
    font-size: 10px;
    font-weight: 900;
}

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

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

.efvon article > p {
    background: #b9f34a;
    display: none;
    line-height: 1.8;
    padding: 22px 80px 22px 95px;
}

.efvon article.kirex > p {
    display: block;
}

.efvon article.kirex button i {
    transform: rotate(180deg);
}

.fuxel {
    background: #dce2ff;
}

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

.gavor article {
    background: #ffffff;
    border: 2px solid #111111;
    min-height: 240px;
    padding: 26px;
}

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

.gavor article > b {
    display: block;
    font-size: 20px;
    margin: 32px 0 13px;
}

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

.gavor article > a {
    color: #2947d9;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    margin-top: 18px;
}

.huvel {
    column-count: 3;
    column-gap: 16px;
}

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

.huvel article:nth-child(2n) {
    background: #b9f34a;
    padding-bottom: 44px;
}

.huvel article:nth-child(3n) {
    background: #ffcbc7;
}

.huvel article > div {
    align-items: center;
    display: flex;
    gap: 9px;
}

.huvel article > div i {
    background: #2947d9;
    border-radius: 50%;
    color: #ffffff;
    display: grid;
    height: 30px;
    place-items: center;
    width: 30px;
}

.huvel article > p {
    font-size: 14px;
    line-height: 1.85;
    margin: 22px 0;
}

.huvel article > time {
    color: #666666;
    font-size: 10px;
}

.ivora {
    background: #111111;
    color: #ffffff;
    padding: 54px 0 20px;
}

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

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

.joxel nav a {
    color: #bdbdbd;
    font-size: 11px;
}

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

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

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

    .cifex span {
        font-size: 18px;
    }

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

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

    .duvel a {
        flex: 0 0 auto;
    }

    .naxil {
        display: block;
        min-height: 0;
        padding-bottom: 0;
    }

    .opvel {
        padding: 65px 14px 85px;
    }

    .opvel h1 {
        font-size: 43px;
        margin: 28px 0 22px;
    }

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

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

    .qudel > a {
        width: 100%;
    }

    .ruvon {
        height: 535px;
        justify-self: center;
        margin: 0 auto;
        width: 280px;
    }

    .upire {
        display: none;
    }

    .vexor {
        padding: 67px 14px;
    }

    .xavor {
        font-size: 27px;
        margin-bottom: 37px;
    }

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

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

    .abvor,
    .becil,
    .gavor {
        grid-template-columns: 1fr;
    }

    .abvor article,
    .becil article {
        min-height: 245px;
    }

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

    .davor article {
        border-left: 2px solid #111111;
        border-top: 0;
        min-height: 180px;
        padding: 0 0 35px 35px;
    }

    .davor article:before {
        left: -10px;
        top: 0;
    }

    .davor article > i {
        margin: 22px 0 13px;
    }

    .efvon button {
        grid-template-columns: 40px 1fr 24px;
        padding: 0 14px;
    }

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

    .efvon article > p {
        font-size: 13px;
        padding: 20px 38px 20px 54px;
    }

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

    .huvel {
        column-count: 1;
    }

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

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

    .joxel .luxen {
        justify-content: center;
        width: 100%;
    }

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