@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Prosto+One&display=swap');
.grifon-landing {
    background: #000000;
    /* max-width: 2500px; */
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
}
.grifon-landing * {
    box-sizing: border-box;
}
:root {
    --gap-fm: 50px;
    --padding-fm: 0 50px;
    --width-fm: 1600px;
}
.title-grifon {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.subtitle-grifon {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}
.text-grifon {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin: 0;
}
.gold-text {
    color: #BD9A5F;
}
@media screen and (max-width: 1699px) {
    :root {
        --width-fm: 1280px;
    }
}
@media screen and (max-width: 1299px) {
    :root {
        --width-fm: 1120px;
    }
}
@media screen and (max-width: 1199px) {
    :root {
        --width-fm: 972px;
    }
    .title-grifon {
        font-size: 40px;
    }
}
@media screen and (max-width: 991px) {
    :root {
        --width-fm: 744px;
    }
}
@media screen and (max-width: 767px) {
    :root {
        --width-fm: 544px;
    }
}
@media screen and (max-width: 567px) {
    :root {
        --width-fm: 360px;
    }
    .title-grifon {
        font-size: 26px;
    }
    .text-grifon {
        font-size: 14px;
    }
    .subtitle-grifon {
        font-size: 18px;
    }
}
@media screen and (max-width: 380px) {
    :root {
        --width-fm: 297px;
    }
    .title-grifon {
        font-size: 22px;
    }
    .subtitle-grifon {
        font-size: 16px;
    }
}
/* product---------------------------------------------------------------------------------------- */
.product-grifon {
    background-image: url(/image/catalog/landings/grifon/product-bg.webp);
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.product-grifon__wrap {
    max-width: var(--width-fm);
    width: 100%;
    height: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 50px 0;
}
.product-grifon__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 835px;
    width: 100%;
}
.product-grifon__info h2 {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
}
@media screen and (max-width: 1699px) {
    .product-grifon {
        background-position: bottom left 35%;
    }
}
@media screen and (max-width: 1199px) {
    .product-grifon {
        background-size: auto 900px;
        background-position: top left 35%;
    }
    .product-grifon__wrap {
        height: 1000px;
        padding: 50px 0 0 0;
    }
}
@media screen and (max-width: 991px) {
    .product-grifon {
        background-size: auto 673px;
        background-position: top left 35%;
        position: relative;
    }
    .product-grifon::after {
        content: "";
        background: linear-gradient(0deg, #000 43.95%, rgba(0, 0, 0, 0.00) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 317px;
    }
    .product-grifon__wrap {
        height: 780px;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .product-grifon__info {
        max-width: 744px;
    }
    .product-grifon__info h2 {
        font-size: 56px;
    }
}
@media screen and (max-width: 767px) {
    .product-grifon {
        background-size: auto 560px;
        background-position: top left 35%;
    }
    .product-grifon::after {
        height: 306px;
    }
    .product-grifon__wrap {
        height: 656px;
    }
    .product-grifon__info {
        max-width: 100%;
    }
    .product-grifon__info h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 567px) {
    .product-grifon {
        background-size: auto 393px;
        background-position: top left 40%;
    }
    .product-grifon::after {
        height: 248px;
    }
    .product-grifon__wrap {
        height: 480px;
    }
    .product-grifon__info {
        gap: 16px;
    }
    .product-grifon__info h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 380px) {
    .product-grifon {
        background-size: auto 336px;
        background-position: top left 40%;
    }
    .product-grifon::after {
        height: 287px;
    }
    .product-grifon__wrap {
        height: 393px;
    }
    .product-grifon__info h2 {
        font-size: 22px;
    }
}
/* steel--------------------------------------------------------------------------------------- */
.steel-grifon {
    max-width: var(--width-fm);
    width: 100%;
    margin: 150px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.steel-grifon__wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.steel-grifon__wrap hr {
    width: 100%;
    height: 1px;
    background-color: #FFF;
    margin: 0;
    border: none;
}
.steel-grifon__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.steel-grifon .title-grifon {
    display: flex;
    flex-direction: column;
    max-width: 895px;
    width: 100%;
}
.steel-grifon .title-grifon .preline {
    display: flex;
    align-items: center;
    gap: 24px;
}
.steel-grifon .title-grifon .preline::before {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #FFF;
}
.steel-grifon__info q {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    max-width: 646px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.steel-grifon__info q::before,
.steel-grifon__info q::after {
    content: "";
    background-image: url(/image/catalog/landings/grifon/q-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    align-self: start;
    display: flex;
    flex-shrink: 0;
    margin: -20px 0 0 0;
}
.steel-grifon__info q::after {
    align-self: end;
    margin: 0 0 -20px;
}
.steel-slide {
    height: auto;
    min-height: 574px;
    width: 100%;
    border-radius: 0 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 50px 80px;
}
.steel-slide-1 {
    background-image: url(/image/catalog/landings/grifon/steel-slide-1.webp);
}
.steel-slide-2 {
    background-image: url(/image/catalog/landings/grifon/steel-slide-2.webp);
}
.steel-slide-3 {
    background-image: url(/image/catalog/landings/grifon/steel-slide-3.webp);
}
.steel-slide-4 {
    background-image: url(/image/catalog/landings/grifon/steel-slide-4.webp);
}
.steel-slide__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 814px;
    width: 100%;
}
.steel-slide__info .text-grifon {
    text-wrap: balance;
}
.steel-swiper .navline {
    margin: 0;
    position: absolute;
    right: 80px;
    bottom: 50px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    z-index: 5;
    pointer-events: auto;
}
.steel-swiper .navline__btn {
    width: 48px;
    height: 48px;
    border: 2px solid #BD9A5F;
    border-radius: 12px;
    background: transparent;
    transform: rotate(45deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    cursor: pointer;
}
 .steel-swiper .navline__btn:hover {
    box-shadow: 0 0 0 4px rgba(213, 155, 56, .16);
    background: #BD9A5F;
}
.steel-swiper .navline__btn:active {
    background: rgba(213, 155, 56, .08);
}
.steel-swiper .navline__btn-ic {
    width: 14px;
    height: 14px;
    position: relative;
    transform: rotate(-45deg);
}
.steel-swiper .navline__btn-ic::before {
    content: "";
    position: absolute;
    inset: 0;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #BD9A5F;
    transform: translateX(2px) rotate(135deg);
}
.steel-swiper .navline__btn:hover .navline__btn-ic::before {
    border-color: #FFF;
}
.steel-swiper .navline__btn--next .navline__btn-ic::before {
    transform: translateX(-2px) rotate(-45deg);
}
.steel-swiper .navline__num {
    font-family: "Prosto One";
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .06em;
    color: #FFF;
    user-select: none;
    min-width: 30px;
}
.steel-swiper .navline__num--current {
    color: #FFF;
    text-align: center;
    font-family: "Prosto One";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    width: 78px;
}
.steel-swiper .navline__dash {
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, .22);
    display: inline-block;
    transform: translateY(1px);
}
.steel-dots {
    display: none;
}
@media screen and (max-width: 1699px) {
    .steel-grifon .title-grifon {
        display: flex;
        flex-direction: column;
        max-width: 742px;
        font-size: 40px;
    }
    .steel-grifon__info q {
        font-size: 18px;
        max-width: 470px;
    }
    .steel-slide {
        padding: 50px;
    }
    .steel-slide__info {
        max-width: 628px;
    }
    .steel-swiper .navline {
        right: 50px;
        bottom: 73px;
    }
}
@media screen and (max-width: 1299px) {
    .steel-grifon__wrap {
        gap: 60px;
    }
    .steel-grifon .title-grifon {
        max-width: 662px;
        font-size: 38px;
    }
    .steel-grifon .title-grifon .preline {
        gap: 16px;
    }
    .steel-grifon .title-grifon .preline::before {
        width: 40px;
    }
    .steel-grifon__info q {
        font-size: 16px;
        max-width: 397px;
    }
    .steel-grifon__info q::before,
    .steel-grifon__info q::after {
        width: 40px;
        height: 40px;
    }
    .steel-slide {
        min-height: 502px;
        padding: 50px;
    }
    .steel-slide__info {
        max-width: 628px;
    }
    .steel-swiper .navline {
        right: 50px;
        bottom: 55px;
        gap: 30px;
    }
    .steel-swiper .navline__num--right,
    .steel-swiper .navline__num--left,
    .steel-swiper .navline__dash {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .steel-grifon {
        margin: 120px auto;
    }
    .steel-grifon .title-grifon {
        max-width: 534px;
        font-size: 30px;
    }
    .steel-slide {
        min-height: 435px;
        padding: 40px;
    }
    .steel-slide__info {
        max-width: 534px;
    }
    .steel-slide__info br {
        display: none;
    }
    .steel-swiper .navline {
        right: 38px;
        bottom: 45px;
    }
}
@media screen and (max-width: 991px) {
    .steel-grifon__wrap {
        gap: 40px;
    }
    .steel-grifon__info {
        flex-direction: column;
        gap: 40px;
    }
    .steel-grifon .title-grifon {
        max-width: 100%;
        font-size: 30px;
    }
    .steel-grifon .title-grifon .preline {
        gap: 20px;
        align-self: end;
        text-wrap: nowrap;
    }
    .steel-grifon .title-grifon .preline::before {
        width: 246px;
    }
    .steel-grifon__info q {
        max-width: 100%;
        margin: 20px 0;
    }
    .steel-slide {
        min-height: 435px;
    }
    .steel-slide__info {
        max-width: 100%;
    }
    .steel-slide__info .text-grifon {
        text-wrap: wrap;
    }
    .steel-swiper .navline {
        right: 50%;
        bottom: 5px;
        transform: translateX(50%);
    }
    .steel-swiper .navline__btn {
        display: none;
    }
    .steel-swiper .navline__num--current {
        display: none;
    }
    .steel-dots {
        display: flex;
        gap: 8px;
    }
    .steel-dots .swiper-pagination-bullet {
        width: 20px;
        height: 5px;
        border-radius: 3px;
        background-color: #FFF;
        opacity: 1;
        margin: 0;
    }
    .steel-dots .swiper-pagination-bullet-active {
        background-color: #BD9A5F;
    }
    .steel-grifon .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .steel-grifon {
        margin: 100px auto;
    }
    .steel-grifon .title-grifon {
        max-width: 100%;
        font-size: 30px;
    }
    .steel-grifon .title-grifon .preline::before {
        width: 46px;
    }
    .steel-slide {
        min-height: 405px;
        padding: 40px 30px;
        background-size: auto 318px;
        background-position: center top;
        border-radius: 0 60px;
    }
}
@media screen and (max-width: 567px) {
    .steel-grifon {
        margin: 80px auto;
    }
    .steel-grifon__wrap {
        gap: 30px;
    }
    .steel-grifon__info {
        flex-direction: column;
        gap: 20px;
    }
    .steel-grifon .title-grifon {
        font-size: 20px;
    }
    .steel-grifon .title-grifon .preline {
        gap: 10px;
    }
    .steel-grifon .title-grifon .preline::before {
        width: 31px;
    }
    .steel-grifon__info q {
        font-size: 14px;
        gap: 12px;
        margin: 10px 0;
    }
    .steel-grifon__info q::before,
    .steel-grifon__info q::after {
        width: 24px;
        height: 24px;
        margin: -12px 0 0 0;
    }
    .steel-grifon__info q::after {
        margin: 0 0 -12px;
    }
    .steel-slide {
        min-height: 340px;
        padding: 40px 20px;
        background-size: auto 210px;
        border-radius: 0 40px;
    }
    .steel-slide .subtitle-grifon {
        text-wrap: balance;
    }
}
@media screen and (max-width: 380px) {
    .steel-grifon .title-grifon {
        font-size: 18px;
    }
    .steel-grifon .title-grifon .preline {
        align-self: start;
    }
    .steel-grifon .title-grifon .preline::before {
        content: none;
    }
    .steel-grifon__info q {
        gap: 10px;
    }
    .steel-grifon__info q::before,
    .steel-grifon__info q::after {
        margin: -10px 0 0 0;
    }
    .steel-grifon__info q::after {
        margin: 0 0 -10px;
    }
    .steel-slide {
        min-height: 358px;
        padding: 160px 20px 40px;
        align-items: start;
    }
}
/* tradition-------------------------------------------------------------------------муф */
.tradition-grifon {
    max-width: var(--width-fm);
    margin: 0 auto;
    background-image: url(/image/catalog/landings/grifon/tradition-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 670px;
}
.tradition-grifon .title-grifon {
    display: flex;
    flex-direction: column;
}
.tradition-grifon .title-grifon span:nth-child(2) {
    padding: 0 0 0 80px;
}
.tradition-grifon__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 578px;
    width: 100%;
    text-wrap: balance;
}
.tradition-grifon__info .subtitle-grifon {
    text-transform: uppercase;
}
@media screen and (max-width: 1699px) {
    .tradition-grifon {
        gap: 454px;
    }
}
@media screen and (max-width: 1299px) {
    .tradition-grifon {
        gap: 364px;
    }
}
@media screen and (max-width: 1199px) {
    .tradition-grifon {
        padding: 40px;
        gap: 294px;
    }
    .tradition-grifon .title-grifon span:nth-child(2) {
        padding: 0 0 0 45px;
    }
}
@media screen and (max-width: 991px) {
    .tradition-grifon {
        background-size: 100%;
        background-position: center bottom 17px;
        padding: 0 40px;
        gap: 335px;
    }
}
@media screen and (max-width: 767px) {
    .tradition-grifon {
        padding: 0 30px;
        background-position: center bottom 65px;
        gap: 230px;
    }
    .tradition-grifon__info .text-grifon {
        text-wrap: wrap;
    }
}
@media screen and (max-width: 567px) {
    .tradition-grifon {
        padding: 0 20px;
        background-position: center top 60px;
        gap: 160px;
    }
}
/* construction----------------------------------------------------------------------------- */
.construction-grifon {
    position: relative;
    max-width: var(--width-fm);
    height: 900px;
    margin: 150px auto;
    border-radius: 0 90px;
    overflow-y: hidden;
}
.construction-grifon__wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 40px;
}
.construction-grifon__gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0 90px;
}
.construction-grifon__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    transition: opacity 0.5s ease-in-out;
}
.construction-grifon__img-1 {
    opacity: 1;
}
.construction-grifon__img-2 {
    opacity: 0;
}
.construction-grifon .title-grifon {
    max-width: 850px;
}
.construction-grifon__slider {
    max-width: 487px;
    width: 100%;
    padding: 40px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.construction-swiper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.construction-slide {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.construction-slide .subtitle-grifon {
    text-transform: uppercase;
    line-height: 120%;
}
.construction-swiper .navline {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    z-index: 5;
    pointer-events: auto;
    padding: 6px 9px;
}
.construction-swiper .navline__btn {
    width: 48px;
    height: 48px;
    border: 2px solid #BD9A5F;
    border-radius: 12px;
    background: transparent;
    transform: rotate(45deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    cursor: pointer;
}
 .construction-swiper .navline__btn:hover {
    box-shadow: 0 0 0 4px rgba(213, 155, 56, .16);
    background: #BD9A5F;
}
.construction-swiper .navline__btn:active {
    background: rgba(213, 155, 56, .08);
}
.construction-swiper .navline__btn-ic {
    width: 14px;
    height: 14px;
    position: relative;
    transform: rotate(-45deg);
}
.construction-swiper .navline__btn-ic::before {
    content: "";
    position: absolute;
    inset: 0;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #BD9A5F;
    transform: translateX(2px) rotate(135deg);
}
.construction-swiper .navline__btn:hover .navline__btn-ic::before {
    border-color: #FFF;
}
.construction-swiper .navline__btn--next .navline__btn-ic::before {
    transform: translateX(-2px) rotate(-45deg);
}
.construction-swiper .navline__num {
    font-family: "Prosto One";
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .06em;
    color: #FFF;
    user-select: none;
    min-width: 30px;
}
.construction-swiper .navline__num--current {
    color: #FFF;
    text-align: center;
    font-family: "Prosto One";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.construction-swiper .navline__dash {
    width: 75px;
    height: 2px;
    background: rgba(255, 255, 255, .22);
    display: inline-block;
    transform: translateY(1px);
}
.construction-dots {
    display: none;
}
@media screen and (max-width: 1199px) {
    .construction-grifon {
        height: 782px;
        margin: 120px auto;
    }
    .construction-grifon__wrap {
        gap: 40px;
    }
    .construction-grifon .title-grifon {
        max-width: 713px;
    }
    .construction-grifon__slider {
        max-width: 438px;
        padding: 30px;
    }
    .construction-swiper {
        gap: 40px;
    }
    .construction-swiper .navline {
        padding: 6px 9px;
    }
    .construction-swiper .navline__num--current {
        font-size: 40px;
    }
    .construction-swiper .navline__dash {
        width: 60px;
    }
}
@media screen and (max-width: 991px) {
    .construction-grifon {
        height: auto;
    }
    .construction-grifon__gallery {
        height: 858px;
    }
    .construction-grifon__img {
        object-position: center;
    }
    .construction-grifon__wrap {
        gap: 484px;
    }
    .construction-grifon .title-grifon {
        max-width: 372px;
    }
    .construction-grifon__slider {
        max-width: 100%;
    }
    .construction-swiper {
        gap: 30px;
    }
    .construction-swiper .navline {
        padding: 6px 9px;
    }
    .construction-swiper .navline__dash {
        width: 170px;
    }
}
@media screen and (max-width: 767px) {
    .construction-grifon {
        margin: 100px auto;
        border-radius: 0 40px;
    }
    .construction-grifon__gallery {
        height: 690px;
        border-radius: 0 40px;
    }
    .construction-grifon__img {
        object-position: 43% 0%;
    }
    .construction-grifon__wrap {
        gap: 308px;
        padding: 20px;
    }
    .construction-grifon .title-grifon {
        max-width: 392px;
        padding: 10px;
    }
    .construction-swiper {
        gap: 25px;
    }
    .construction-grifon__slider {
        padding: 20px;
    }
    .construction-swiper .navline {
        padding: 6px 9px;
        justify-content: center;
    }
    .construction-swiper .navline__btn,
    .construction-swiper .navline__num {
        display: none;
    }
    .construction-swiper .navline__dash {
        display: none;
    }
    .construction-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
    }
    .construction-dots .swiper-pagination-bullet {
        width: 20px;
        height: 5px;
        border-radius: 3px;
        background-color: #FFF;
        opacity: 1;
        margin: 0;
    }
    .construction-dots .swiper-pagination-bullet-active {
        background-color: #BD9A5F;
    }
    .construction-grifon .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
    }
}
@media screen and (max-width: 567px) {
    .construction-grifon {
        margin: 80px auto;
    }
    .construction-grifon__gallery {
        height: 606px;
    }
    .construction-grifon__img {
        object-position: 50% 0%;
    }
    .construction-grifon__wrap {
        gap: 325px;
    }
    .construction-grifon .title-grifon {
        padding: 0;
    }
}
@media screen and (max-width: 380px) {
    .construction-grifon .title-grifon {
        max-width: 201px;
    }
    .construction-grifon__gallery {
        height: 500px;
    }
    .construction-grifon__img {
        object-position: 50% 0%;
    }
    .construction-grifon__wrap {
        gap: 267px;
    }
}
/* sizes-------------------------------------------------------------------------------------------------- */
.sizes-grifon {
    max-width: var(--width-fm);
    margin: 0 auto;
    padding: 0 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.sizes-grifon .title-grifon {
    text-align: center;
}
.sizes-grifon img {
    width: 100%;
    margin: 100px 0 50px;
    max-width: 1300px;
}
.sizes-grifon__table {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.sizes-grifon__table ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 4px;
    width: 100%;
}
.sizes-grifon__table ul li {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    min-height: 53px;
}
.sizes-grifon__table ul > li:nth-child(-n + 4) {
    background: #392E1D;
}
.sizes-grifon__table ul > li:nth-child(n + 5) {
    background: #111111;
    font-weight: 700;
}
@media screen and (max-width: 1699px) {
    .sizes-grifon {
        padding: 0;
    }
}
@media screen and (max-width: 1299px) {
    .sizes-grifon img {
        margin: 50px 0;
    }
}
@media screen and (max-width: 1199px) {
    .sizes-grifon img {
        margin: 40px 0;
    }
}
@media screen and (max-width: 991px) {
    .sizes-grifon img {
        content: url(/image/catalog/landings/grifon/sizes-m.svg);
    }
}
@media screen and (max-width: 567px) {
    .sizes-grifon img {
        content: url(/image/catalog/landings/grifon/sizes-s.svg);
        margin: 20px 0 40px 0;
    }
    .sizes-grifon ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
    .sizes-grifon__table ul li:nth-of-type(1) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .sizes-grifon__table ul li:nth-of-type(2) {
        grid-area: 2 / 1 / 3 / 2;
    }

    .sizes-grifon__table ul li:nth-of-type(3) {
        grid-area: 3 / 1 / 4 / 2;
    }

    .sizes-grifon__table ul li:nth-of-type(4) {
        grid-area: 4 / 1 / 5 / 2;
    }

    .sizes-grifon__table ul li:nth-of-type(5) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .sizes-grifon__table ul li:nth-of-type(6) {
        grid-area: 2 / 2 / 3 / 3;
    }

    .sizes-grifon__table ul li:nth-of-type(7) {
        grid-area: 3 / 2 / 4 / 3;
    }

    .sizes-grifon__table ul li:nth-of-type(8) {
        grid-area: 4 / 2 / 5 / 3;
    }
}
/* application------------------------------------------------------------------------------------- */
.application-grifon {
    max-width: var(--width-fm);
    margin: 150px auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    position: relative;
    /* overflow-x: hidden; */
}
.application-grifon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 2;
    transform: translateX(-100%);
}
.application-grifon .title-grifon {
    max-width: 942px;
}
.application-swiper {
    display: flex;
    flex-direction: column-reverse;
    overflow: visible !important;
    max-width: 1600px;
}
.application-slide {
    height: auto;
    width: 100%;
    max-width: 790px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 360px 40px 40px 40px;
    position: relative;
}
.application-slide::after {
    width: 100%;
    height: 200px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
.application-slide-1 {
    background-image: url(/image/catalog/landings/grifon/application-slide-1-new.webp);
}
.application-slide-2 {
    background-image: url(/image/catalog/landings/grifon/application-slide-2-new.webp);
}
.application-slide-3 {
    background-image: url(/image/catalog/landings/grifon/application-slide-3-new.webp);
}
.application-slide-4 {
    background-image: url(/image/catalog/landings/grifon/application-slide-4-new.webp);
}
.application-slide__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.application-slide__info .text-grifon {
    text-wrap: balance;
}
.application-swiper .navline {
    margin: 0;
    position: absolute;
    right: 0;
    top: -110px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    z-index: 5;
    pointer-events: auto;
}
.application-swiper .navline__btn {
    width: 52px;
    height: 52px;
    border: 2px solid #BD9A5F;
    border-radius: 12px;
    background: transparent;
    transform: rotate(45deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    cursor: pointer;
}
 .application-swiper .navline__btn:hover {
    box-shadow: 0 0 0 4px rgba(213, 155, 56, .16);
    background: #BD9A5F;
}
.application-swiper .navline__btn:active {
    background: rgba(213, 155, 56, .08);
}
.application-swiper .navline__btn-ic {
    width: 14px;
    height: 14px;
    position: relative;
    transform: rotate(-45deg);
}
.application-swiper .navline__btn-ic::before {
    content: "";
    position: absolute;
    inset: 0;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #BD9A5F;
    transform: translateX(2px) rotate(135deg);
}
.application-swiper .navline__btn:hover .navline__btn-ic::before {
    border-color: #FFF;
}
.application-swiper .navline__btn--next .navline__btn-ic::before {
    transform: translateX(-2px) rotate(-45deg);
}
.application-swiper .navline__num {
    font-family: "Prosto One";
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .06em;
    color: #FFF;
    user-select: none;
    min-width: 30px;
}
.application-swiper .navline__num--current {
    color: #FFF;
    text-align: center;
    font-family: "Prosto One";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    width: 78px;
}
.application-swiper .navline__dash {
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, .22);
    display: inline-block;
    transform: translateY(1px);
}
.application-dots {
    display: none;
}

@media screen and (max-width: 1699px) {
    .application-grifon .title-grifon {
        max-width: 783px;
        font-size: 40px;
    }
    .application-swiper .navline {
        top: -110px;
        gap: 20px;
    }
    .application-swiper .navline__dash {
        width: 30px;
    }
}
@media screen and (max-width: 1299px) {
    .application-grifon .title-grifon {
        font-size: 38px;
    }
    .application-swiper .navline {
        top: -110px;
        gap: 30px;
    }
    .navline__num--left,
    .navline__num--right {
        display: none;
    }
    .application-swiper .navline__dash {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .application-swiper .navline {
        display: none;
    }
    .application-grifon .title-grifon {
        font-size: 40px;
    }
}
@media screen and (max-width: 991px) {
    .application-grifon {
        margin: 120px auto;
        gap: 40px;
    }
    .application-grifon .title-grifon {
        max-width: 592px;
        font-size: 30px;
    }
    .application-slide {
        max-width: 660px;
        padding: 252px 40px 40px 40px;
    }
}
@media screen and (max-width: 767px) {
    .application-grifon {
        margin: 100px auto;
        gap: 30px;
    }
    .application-grifon::before {
        content: none;
    }
    .application-grifon .title-grifon {
        max-width: 100%;
    }
    .application-swiper {
        gap: 30px;
        flex-direction: column;
        overflow: hidden !important;
    }
    .application-slide {
        max-width: 100%;
        border-radius: 24px;
        padding: 183px 30px 10px 30px;
    }
    .application-slide::after {
        height: 190px;
    }
    .application-swiper .navline__btn,
    .application-swiper .navline__num--current {
        display: none;
    }
    .application-swiper .navline {
        position: static;
        display: flex;
        justify-content: center;
    }
    .application-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
    }
    .application-dots .swiper-pagination-bullet {
        width: 20px;
        height: 5px;
        border-radius: 3px;
        background-color: #FFF;
        opacity: 1;
        margin: 0;
    }
    .application-dots .swiper-pagination-bullet-active {
        background-color: #BD9A5F;
    }
    .application-grifon .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
    }
}
@media screen and (max-width: 567px) {
    .application-grifon {
        margin: 80px auto;
        gap: 20px;
    }
    .application-grifon .title-grifon {
        font-size: 20px;
    }
    .application-swiper {
        gap: 0;
    }
    .application-slide {
        padding: 183px 20px 20px 20px;
        background-size: 100%;
        background-position: top center;
    }
    .application-slide::after {
        bottom: auto;
        top: 144px;
        height: 100px;
    }
}
@media screen and (max-width: 380px) {
    .application-grifon .title-grifon {
        font-size: 18px;
    }
    .application-slide {
        padding: 140px 20px 30px 20px;
    }
    .application-slide::after {
        top: 96px;
    }
}
/* sheath---------------------------------------------------------------------------- */
.sheath-grifon {
    max-width: var(--width-fm);
    margin: 0 auto;
    display: flex;
    justify-content: end;
    padding: 130px 50px;
    width: 100%;
    background-image: url(/image/catalog/landings/grifon/sheath-bg.webp);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    border-radius: 0 90px;
}
.sheath-grifon__info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 700px;
    width: 100%;
}
.sheath-grifon__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 1699px) {
    .sheath-grifon {
        padding: 105px 52px;
        background-position: center;
    }
    .sheath-grifon__info {
        max-width: 600px;
    }
}
@media screen and (max-width: 1299px) {
    .sheath-grifon {
        padding: 77px 50px;
        background-position: center left 40%;
    }
    .sheath-grifon__info {
        max-width: 460px;
    }
}
@media screen and (max-width: 1199px) {
    .sheath-grifon {
        padding: 115px 40px;
        background-position: center left 32%;
    }
}
@media screen and (max-width: 991px) {
    .sheath-grifon {
        padding: 410px 0 0 0;
        background-position: top left;
        background-size: auto 484px;
    }
    .sheath-grifon__info {
        max-width: 100%;
        padding: 40px;
        background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, #111 17.2%);
        border-radius: 0 0 0 90px;
    }
}
@media screen and (max-width: 767px) {
    .sheath-grifon {
        padding: 292px 0 0 0;
        background-size: auto 354px;
        border-radius: 0 60px;
    }
    .sheath-grifon__info {
        padding: 60px 30px;
        gap: 30px;
        background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, #111 13.65%);
        border-radius: 0 0 0 60px;
    }
    .sheath-grifon__text {
        gap: 16px;
    }
}
@media screen and (max-width: 567px) {
    .sheath-grifon {
        padding: 204px 0 0 0;
        background-size: auto 234px;
        border-radius: 0 40px;
    }
    .sheath-grifon__info {
        padding: 30px 20px;
        gap: 20px;
        background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, #111 7.39%);
        border-radius: 0 0 0 40px;
    }
    .sheath-grifon__text {
        gap: 16px;
    }
}
@media screen and (max-width: 380px) {
    .sheath-grifon {
        background-position: top left 10%;
    }
    .sheath-grifon__info {
        background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, #111 6.08%);
    }
}
/* guarantee--------------------------------------------------------------------------------------- */
.guarantee-grifon {
    max-width: var(--width-fm);
    margin: 150px auto;
    display: flex;
    justify-content: start;
    padding: 170px 50px;
    width: 100%;
    background-image: url(/image/catalog/landings/grifon/guarantee-bg.webp);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    border-radius: 0 90px;
}
.guarantee-grifon__info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 700px;
    width: 100%;
}
.guarantee-grifon__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 1699px) {
    .guarantee-grifon {
        padding: 126px 50px;
        background-position: center;
    }
    .guarantee-grifon__info {
        max-width: 600px;
    }
}
@media screen and (max-width: 1299px) {
    .guarantee-grifon {
        padding: 115px 50px;
        background-position: center left 58%;
    }
    .guarantee-grifon__info {
        max-width: 460px;
    }
    .guarantee-grifon__info h3 {
        max-width: 391px;
    }
}
@media screen and (max-width: 1199px) {
    .guarantee-grifon {
        padding: 125px 40px;
        background-position: center left 45%;
        margin: 120px auto;
    }
}
@media screen and (max-width: 991px) {
    .guarantee-grifon {
        padding: 330px 0 0 0;
        background-position: top left 90%;
        background-size: auto 484px;
    }
    .guarantee-grifon__info {
        max-width: 100%;
        padding: 60px 40px 80px 40px;
        background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, #111 40.54%);
        border-radius: 0 0 0 90px;
    }
}
@media screen and (max-width: 767px) {
    .guarantee-grifon {
        padding: 265px 0 0 0;
        background-position: top left 90%;
        background-size: auto 354px;
        border-radius: 0 60px;
        margin: 100px auto;
    }
    .guarantee-grifon__info {
        padding: 40px 30px 60px 30px;
        background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, #111 21.72%);
        border-radius: 0 0 0 60px;
        gap: 30px;
    }
}
@media screen and (max-width: 567px) {
    .guarantee-grifon {
        padding: 160px 0 0 0;
        background-position: top left 90%;
        background-size: auto 234px;
        border-radius: 0 40px;
        margin: 80px auto;
    }
    .guarantee-grifon__info {
        padding: 30px 20px 40px 20px;
        background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, #111 23.2%);
        border-radius: 0 0 0 40px;
        gap: 20px;
    }
}
@media screen and (max-width: 380px) {
    .guarantee-grifon {
        background-position: top left 82%;
    }
}
/* advantages--------------------------------------------------------------------------- */
.advantages-grifon {
    display: flex;
    flex-direction: column;
    align-items: end;
    max-width: var(--width-fm);
    margin: 0 auto;
    padding: 50px;
    background-image: url(/image/catalog/landings/grifon/advantages-samurai.webp), url(/image/catalog/landings/grifon/hieroglyphs.svg);
    background-size: auto 100%, 1052px;
    background-position: top left, top right 70px;
    background-repeat: no-repeat;
}
.advantages-grifon .title-grifon {
    max-width: 653px;
    width: 100%;
}
.advantages-grifon .title-grifon .small-advantages {
    display: block;
    margin: 0 0 20px 0;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: none;
}
.advantages-grifon__img {
    max-width: 756px;
    width: 100%;
    margin: 10px -50px 5px 0;
}
.advantages-grifon__wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}
.advantages-grifon__quote {
    max-width: 727px;
    width: 100%;
    display: flex;
    padding: 50px 106px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #FFF;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    position: relative;
}
.advantages-grifon__quote::before {
    content: "";
    background-image: url(/image/catalog/landings/grifon/q-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    display: flex;
    flex-shrink: 0;
    top: 30px;
    left: 30px;
    position: absolute;
}
.advantages-grifon__quote::after {
    content: "";
    background-image: url(/image/catalog/landings/grifon/q-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    display: flex;
    flex-shrink: 0;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.advantages-grifon__inner {
    max-width: 653px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.advantages-grifon__inner button {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    border-radius: 8px;
    background: #BD9A5F;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    border: none;
    padding: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.advantages-grifon__inner button:hover {
    background-color: #FFF;
    color: #BD9A5F;
}
@media screen and (max-width: 1699px) {
    .advantages-grifon {
        background-size: auto 100%, 802px;
        background-position: top left, top right;
    }
    .advantages-grifon .title-grifon {
        max-width: 500px;
    }
    .advantages-grifon__img {
        max-width: 732px;
        margin: -12px -50px 0 0;
    }
    .advantages-grifon__quote {
        max-width: 630px;
    }
    .advantages-grifon__inner {
        max-width: 500px;
    }
}
@media screen and (max-width: 1299px) {
    .advantages-grifon {
        background-size: auto 100%, 770px;
    }
    .advantages-grifon .title-grifon {
        max-width: 462px;
    }
    .advantages-grifon .title-grifon .small-advantages {
        font-size: 28px;
    }
    .advantages-grifon__img {
        margin: -15px -50px 5px 0;
    }
    .advantages-grifon__wrap {
        align-items: start;
    }
    .advantages-grifon__quote {
        max-width: 508px;
        padding: 40px 80px;
        font-size: 22px;
    }
    .advantages-grifon__quote::before {
        width: 40px;
        height: 40px;
        top: 20px;
        left: 20px;
    }
    .advantages-grifon__quote::after {
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 20px;
    }
    .advantages-grifon__inner {
        max-width: 462px;
        gap: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .advantages-grifon {
        padding: 40px 40px 0 40px;
        background-size: auto 748px, 770px;
        background-position: top left, top right;
    }
    .advantages-grifon .title-grifon {
        max-width: 550px;
    }
    .advantages-grifon__img {
        margin: -10px -40px -50px 0;
    }
    .advantages-grifon__wrap {
        flex-direction: column;
        gap: 30px;
    }
    .advantages-grifon__quote {
        max-width: 550px;
    }
    .advantages-grifon__inner {
        max-width: 550px;
        gap: 30px;
        align-self: end;
    }
}
@media screen and (max-width: 991px) {
    .advantages-grifon {
        padding: 40px 40px 0 40px;
        background-size: auto 540px, 100%;
    }
    .advantages-grifon .title-grifon {
        max-width: 400px;
    }
    .advantages-grifon__img {
        max-width: 598px;
        margin: 0 -40px -60px 0;
    }
    .advantages-grifon__quote {
        max-width: 100%;
    }
    .advantages-grifon__inner {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .advantages-grifon {
        padding: 30px;
        background-image: url(/image/catalog/landings/grifon/hieroglyphs.svg);
        background-size: 100%;
        background-position: top left;
        align-items: start;
    }
    .advantages-grifon .title-grifon {
        max-width: 400px;
    }
    .advantages-grifon__img {
        max-width: 544px;
        margin: 0 -30px;
        align-self: end;
    }
    .advantages-grifon__quote {
        font-size: 18px;
    }
    .advantages-grifon__inner {
        gap: 20px;
    }
}
@media screen and (max-width: 567px) {
    .advantages-grifon {
        padding: 20px 0 0 0;
    }
    .advantages-grifon .title-grifon {
        max-width: 100%;
    }
    .advantages-grifon .title-grifon .small-advantages {
        margin: 0 0 10px 0;
        font-size: 22px;
    }
    .advantages-grifon__img {
        max-width: 100%;
        margin: 0;
    }
    .advantages-grifon__wrap {
        padding: 0 20px;
        gap: 20px;
    }
    .advantages-grifon__quote {
        padding: 22px 46px;
        font-size: 14px;
    }
    .advantages-grifon__quote::before {
        width: 24px;
        height: 24px;
        top: 10px;
        left: 10px;
    }
    .advantages-grifon__quote::after {
        width: 24px;
        height: 24px;
        right: 10px;
        bottom: 10px;
    }
    .advantages-grifon__inner button {
        font-size: 16px;
        padding: 15px;
    }
}
@media screen and (max-width: 380px) {
    .advantages-grifon .title-grifon .small-advantages {
        font-size: 21px;
    }
    .advantages-grifon__wrap {
        padding: 0;
    }
    .advantages-grifon__quote {
        padding: 12px 36px;
    }
    .advantages-grifon__quote::before {
        top: 0;
        left: 0;
    }
    .advantages-grifon__quote::after {
        right: 0;
        bottom: 0;
    }
    .advantages-grifon__inner {
        padding: 0 20px;
    }
}
/* faq---------------------------------------------------------------------------------- */
.faq-grifon {
    max-width: var(--width-fm);
    margin: 150px auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.faq-grifon__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    max-width: 100%;
}
.faq-grifon__accordion {
    display: flex;
    flex-direction: column;
}
.faq-grifon__item {
    border-top: 1px solid #FFF;
    overflow: hidden;
}
.faq-grifon__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    width: 100%;
    padding: 30px 10px;
    height: 122px;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.faq-grifon__title {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: start;
    margin: 0;
}
.faq-grifon__icon {
    position: relative;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease;
    background-image: url(/image/catalog/landings/grifon/faq-arr.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-shrink: 0;
}
.faq-grifon__header[aria-expanded="true"] .faq-grifon__icon {
    transform: rotate(180deg);
    background-image: url(/image/catalog/landings/grifon/faq-arr-gold.svg);
}
.faq-grifon__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-grifon__body {
    padding: 0 10px 30px 10px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.faq-grifon__header[aria-expanded="true"] + .faq-grifon__content {
    max-height: 700px;
}
@media screen and (max-width: 1699px) {
    .faq-grifon__wrap {
        gap: 50px;
    }
    .faq-grifon__header {
        gap: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .faq-grifon {
        gap: 40px;
        margin: 120px auto;
    }
    .faq-grifon__wrap {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .faq-grifon__header {
        height: auto;
    }
    .faq-grifon__accordion:nth-child(1) .faq-grifon__item:nth-child(1) {
        border-top: none;
    }
}
@media screen and (max-width: 767px) {
    .faq-grifon {
        gap: 30px;
        margin: 100px auto;
    }
}
@media screen and (max-width: 567px) {
    .faq-grifon {
        margin: 80px auto;
    }
    .faq-grifon__title {
        font-size: 18px;
    }
}
@media screen and (max-width: 380px) {
    .faq-grifon__header {
        gap: 20px;
        padding: 20px 10px;
    }
    .faq-grifon__body {
        padding: 0 10px 20px 10px;
        font-size: 14px;
    }
}
/* series-------------------------------------------------------------------------------------------- */
.series-grifon {
    max-width: var(--width-fm);
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.series-grifon__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
.series-grifon__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 12px;
    background: #242323;
}
.series-grifon__item img {
    max-width: 346px;
    width: 100%;
    border-radius: 12px;
}
.series-grifon__name {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}
.series-grifon__name span {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.series-grifon__name h4 {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}
.series-grifon__item a {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    border-radius: 8px;
    background: #BD9A5F;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    padding: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.series-grifon__item a:hover {
    color: #BD9A5F;
    background: #FFF;
    opacity: 1;
}
@media screen and (max-width: 1699px) {
    .series-grifon__wrap {
        gap: 10px;
    }
}
@media screen and (max-width: 1199px) {
    .series-grifon__wrap {
        display: flex;
        flex-wrap: nowrap;
        width: 1120px;
        overflow-x: scroll;
        scrollbar-width: auto;
    }
        /* Webkit стилизация */
    .series-grifon__wrap::-webkit-scrollbar {
        height: 12px;
        -webkit-appearance: none;
    }
    .series-grifon__wrap::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 6px;
    }
    .series-grifon__wrap::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 6px;
        border: 2px solid #f1f1f1;
    }
    .series-grifon__wrap::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    .series-grifon__item {
        width: 272px;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 991px) {
    .series-grifon {
        margin: 0 auto 30px;
        gap: 40px;
    }
}
@media screen and (max-width: 767px) {
    .series-grifon__item {
        padding: 15px;
        width: 250px;
        position: relative;
    }
    .series-grifon__name h4 {
        font-size: 22px;
    }
    .series-grifon__item a:hover {
        color: #FFF;
        background: #BD9A5F;
    }
    .series-grifon__item a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 567px) {
    .series-grifon {
        margin: 0 auto 20px;
        gap: 30px;
    }
}
