@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Prosto+One&display=swap');
.fastenings-landing {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fastenings-landing section {
    max-width: var(--width-fastenings);
    width: 100%;
}
.fastenings-landing * {
    box-sizing: border-box;
}
:root {
    --gap-fastenings: 50px;
    --padding-fm: 0 50px;
    --width-fastenings: 1600px;
    --text-gap: 20px;
}
.fastenings-landing .title-fastenings {
    color: #111;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    text-wrap: balance;
}
.fastenings-landing .subtitle-fastenings {
    color: #111;
    font-family: "Open Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
    text-transform: uppercase;
}
.fastenings-landing .text-fastenings {
    color: #111;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    margin: 0;
}
.text-fastenings b {
    font-weight: 600;
}
.gold-text {
    color: #BD9A5F;
}
.section-light {
    background-color: #FFF;
    position: relative;
}
.section-dark {
    background-color: #1C1C1A;
    position: relative;
}
.section-light::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: hidden;
    width: 100vw;
    height: 100%;
    background-color: #FFF;
}
.section-dark::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: hidden;
    width: 100vw;
    height: 100%;
    background-color: #1C1C1A;
}

@media screen and (max-width: 1699px) {
    :root {
        --width-fastenings: 1280px;
    }
}
@media screen and (max-width: 1299px) {
    :root {
        --width-fastenings: 1120px;
        --gap-fastenings: 30px;
    }
}
@media screen and (max-width: 1199px) {
    :root {
        --width-fastenings: 972px;
        --gap-fastenings: 20px;
        --text-gap: 16px;
    }
    .fastenings-landing .title-fastenings {
        font-size: 40px;
    }
    .fastenings-landing .subtitle-fastenings {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    :root {
        --width-fastenings: 744px;
    }
    .fastenings-landing .title-fastenings {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    :root {
        --width-fastenings: 544px;
    }
    .fastenings-landing .title-fastenings {
        font-size: 30px;
    }
    .fastenings-landing .subtitle-fastenings {
        font-size: 26px;
    }
}
@media screen and (max-width: 567px) {
    :root {
        --width-fastenings: calc(100% - 20px);
        --gap-fastenings: 20px;
        --text-gap: 12px;
    }
    .fastenings-landing .title-fastenings {
        font-size: 20px;
    }
    .fastenings-landing .text-fastenings {
        font-size: 14px;
    }
    .fastenings-landing .subtitle-fastenings {
        font-size: 18px;
    }
}

/* product------------------------------------------------------------ */
.product-fastenings {
    position: relative;
}
.product-fastenings__img {
    max-width: 1600px;
    width: 100%;
}
.product-fastenings__logo {
    max-width: 148px;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    filter: drop-shadow(0 4px 25px rgba(0, 0, 0, 0.15));
    -webkit-filter: drop-shadow(0 4px 25px rgba(0, 0, 0, 0.15));
}
.product-fastenings__info {
    display: flex;
    flex-direction: column;
    gap: var(--gap-fastenings);
    max-width: 680px;
    width: 100%;
    position: absolute;
    left: 50px;
    bottom: 130px;
}
.product-fastenings__info div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-fastenings__info .title-fastenings,
.product-fastenings__info .text-fastenings {
    color: #FFF;
}
.product-fastenings__info .text-fastenings {
    max-width: 585px;
}
@media screen and (max-width: 1699px) {
    .product-fastenings__logo {
        bottom: 11px;
    }
    .product-fastenings__info {
        left: 50px;
        bottom: 100px;
    }
    .product-fastenings__info .text-fastenings {
        max-width: 520px;
    }
}
@media screen and (max-width: 1299px) {
    .product-fastenings__logo {
        bottom: 28px;
        max-width: 100px;
    }
    .product-fastenings__info {
        left: 50px;
        bottom: 100px;
    }
    .product-fastenings__info .text-fastenings {
        max-width: 496px;
    }
}
@media screen and (max-width: 1199px) {
    .product-fastenings__logo {
        bottom: 12px;
    }
    .product-fastenings__info {
        max-width: 585px;
        left: 30px;
        bottom: 70px;
    }
    .product-fastenings__info .text-fastenings {
        max-width: 388px;
    }
}
@media screen and (max-width: 991px) {
    .product-fastenings__picture {
        position: relative;
    }
    .product-fastenings__logo {
        max-width: 70px;
        bottom: 20px;
    }
    .product-fastenings__info {
        padding: 16px 30px 0 30px;
        max-width: 100%;
        position: static;
    }
    .product-fastenings__info .title-fastenings,
    .product-fastenings__info .text-fastenings {
        color: #111;
    }
    .product-fastenings__info .text-fastenings {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .product-fastenings__logo {
        bottom: 7px;
    }
    .product-fastenings__info {
        padding: 20px 20px 0 20px;
    }
}
@media screen and (max-width: 567px) {
    .product-fastenings__logo {
        bottom: 2.3vw;
        max-width: 50px;
    }
    .product-fastenings__info {
        padding: 15px 10px 0 10px;
    }
}
@media screen and (max-width: 380px) {
    .product-fastenings__logo {
        bottom: 0;
    }
}
/* equipment----------------------------------------------------------------------------------- */
.equipment-fastenings {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 50px;
    margin: 70px 0 0 0;
}
.equipment-fastenings__header {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.equipment-fastenings .title-fastenings,
.equipment-fastenings .subtitle-fastenings,
.equipment-fastenings .text-fastenings {
    color: #111;
}
.equipment-fastenings__inner {
    display: flex;
    align-items: stretch;
    border-radius: 10px;
    background-color: #F7F7F7;
}
.equipment-fastenings__inner img {
    width: 100%;
    max-width: 50%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.equipment-fastenings__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
    max-width: 50%;
    width: 100%;
    align-self: center;
}
.equipment-fastenings__info .subtitle-fastenings {
    text-wrap: balance;
}
.equipment-fastenings__inner--reverse {
    flex-direction: row-reverse;
}
@media screen and (max-width: 1299px) {
    .equipment-fastenings__info {
        padding: 30px;
    }
}
@media screen and (max-width: 1199px) {
    .equipment-fastenings {
        gap: 30px;
        padding: 0 30px;
    }
    .equipment-fastenings__header {
        gap: 30px;
    }
    .equipment-fastenings__inner img {
        height: 300px;
        max-width: 300px;
    }
    .equipment-fastenings__info {
        padding: 20px;
        max-width: 560px;
    }
}
@media screen and (max-width: 991px) {
    .equipment-fastenings {
        margin: 120px 0 0 0;
    }
    .equipment-fastenings__inner {
        flex-direction: column;
    }
    .equipment-fastenings__inner img {
        height: 300px;
        max-width: 100%;
    }
    .equipment-fastenings__info {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .equipment-fastenings {
        padding: 0 20px;
        margin: 110px 0 0 0;
    }
}
@media screen and (max-width: 567px) {
    .equipment-fastenings {
        margin: 100px 0 0 0;
        padding: 0 10px;
    }
    .equipment-fastenings__inner img {
        height: 100%;
        aspect-ratio: 300 / 188;
    }
}

/* construction------------------------------------------------------------------------------------- */
.dark-wrap-fastenings {
    display: flex;
    flex-direction: column;
    gap: 200px;
    background-color: #1C1C1A;
    border-radius: 10px;
    margin: 200px 0;
}
.dark-wrap-fastenings .title-fastenings,
.dark-wrap-fastenings .subtitle-fastenings,
.dark-wrap-fastenings .text-fastenings {
    color: #FFF;
}
.construction-fastenings {
    display: flex;
    flex-direction: column;
    gap: 50px;
    border-bottom: 1px solid transparent;
    border-image: repeating-linear-gradient(
        90deg,
        #FFF 0px,
        #FFF 10px,
        transparent 10px,
        transparent 20px
    ) 1;
    padding: 50px;
}
.construction-fastenings__header {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.construction-fastenings__discription {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.construction-fastenings__wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.construction-fastenings__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.construction-fastenings__inner {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 20px 0 0 0;
    border-top: 2px solid #424242;
}
.construction-fastenings__inner svg {
    max-width: 15px;
    width: 100%;
    flex-shrink: 0;
    margin: 4px 0 0 0;
}
.construction-fastenings__wrap img {
    max-width: 1500px;
    width: 100%;
}
@media screen and (max-width: 1699px) {
    .dark-wrap-fastenings {
        gap: 150px;
        margin: 150px 0;
    }
}
@media screen and (max-width: 1299px) {
    .dark-wrap-fastenings {
        gap: 140px;
        margin: 140px 0;
    }
}
@media screen and (max-width: 1199px) {
    .dark-wrap-fastenings {
        gap: 130px;
        margin: 130px 0;
    }
    .construction-fastenings__header {
        gap: 30px;
    }
    .construction-fastenings__wrap {
        gap: 30px;
    }
    .construction-fastenings {
        gap: 30px;
        padding: 50px 30px;
    }
    .construction-fastenings__list {
        gap: 30px;
    }
}
@media screen and (max-width: 991px) {
    .dark-wrap-fastenings {
        gap: 120px;
        margin: 120px 0;
    }
}
@media screen and (max-width: 767px) {
    .dark-wrap-fastenings {
        gap: 110px;
        margin: 110px 0;
    }
    .construction-fastenings {
        padding: 50px 20px;
    }
    .construction-fastenings__wrap {
        gap: 20px;
    }
    .construction-fastenings__list {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 567px) {
    .dark-wrap-fastenings {
        gap: 100px;
        margin: 100px 0;
    }
    .construction-fastenings {
        padding: 30px 10px;
    }
    .construction-fastenings__header {
        gap: 20px;
    }
}

/* handles------------------------------------------------------------------------------------- */
.handles-fastenings {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: repeating-linear-gradient(
        90deg,
        #FFF 0px,
        #FFF 10px,
        transparent 10px,
        transparent 20px
    ) 1;
}
.handles-fastenings__info {
    max-width: 1010px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.handles-fastenings img {
    max-width: 1500px;
    width: 100%;
}
.handles-fastenings__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.handles-fastenings__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    background: #282725;
    padding: 25px;
}
.handles-fastenings__inner .subtitle-fastenings {
    text-wrap: balance;
}
@media screen and (max-width: 1299px) {
    .handles-fastenings__wrap {
        gap: 20px;
    }
    .handles-fastenings__inner {
        padding: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .handles-fastenings {
        gap: 30px;
        padding: 50px 30px;
    }
    .handles-fastenings__info {
        gap: 30px;
    }
}
@media screen and (max-width: 991px) {
    .handles-fastenings__wrap {
        gap: 30px;
        display: flex;
        flex-direction: column;
    }
    .handles-fastenings__inner .subtitle-fastenings br {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .handles-fastenings {
        padding: 50px 20px;
        margin: 0;
    }
}
@media screen and (max-width: 567px) {
    .handles-fastenings {
        padding: 30px 10px;
    }
}

/* buy-------------------------------------------------------------------------------------- */
.buy-fastenings {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-top: 1px solid transparent;
    border-image: repeating-linear-gradient(
        90deg,
        #FFF 0px,
        #FFF 10px,
        transparent 10px,
        transparent 20px
    ) 1;
}
.buy-fastenings__wrap {
    display: grid;
    grid-template-columns: 740px 1fr;
    column-gap: 50px;
    row-gap: 50px;
}
.buy-fastenings__wrap img {
    grid-area: 1 / 1 / 3 / 2;
    border-radius: 10px;
    max-width: 750px;
    width: 100%;
}
.buy-fastenings__wrap .title-fastenings {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
}
.buy-fastenings__wrap .text-fastenings {
    grid-area: 2 / 2 / 3 / 3;
}
.buy-fastenings__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.buy-fastenings__item {
    border-radius: 10px;
    background: #282725;
    display: flex;
    padding: 25px;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.buy-fastenings__item .subtitle-fastenings {
    max-width: 430px;
}
.buy-fastenings__item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.buy-fastenings__item ul li {
    display: flex;
    align-items: start;
    gap: 10px;
}
.buy-fastenings__item ul li svg {
    flex-shrink: 0;
    margin-top: 5px;
    max-width: 15px;
    width: 100%;
}
.buy-fastenings__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.buy-fastenings__inner .text-fastenings {
    line-height: 140%;
}
.buy-fastenings__inner p a {
    color: #BD9A5F;
    text-decoration: none;
    font-weight: 600;
    text-wrap: nowrap;
}
.buy-fastenings__inner p a:hover {
    color: #BD9A5F;
}
.buy-fastenings__buttons button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    border-radius: 6px;
    transition: all 0.3s ease;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    background: #BD9A5F;
    border: 1px solid #BD9A5F;
    max-width: 100%;
    width: 100%;
    min-height: 60px;
}
.buy-fastenings__buttons button:hover {
    background: #FFF;
    border: 1px solid #BD9A5F;
    color: #BD9A5F;
}
.buy-fastenings__buttons button:hover a {
    color: #BD9A5F;
}
.buy-fastenings__buttons button:hover a svg path {
    fill: #BD9A5F;
}
.tg-btn {
    position: relative;
}
.tg-btn a {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.tg-btn a::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1699px) {
    .dark-fastenings::before {
        height: 160px;
        top: -159px;
    }
    .buy-fastenings {
        gap: 50px;
    }
    .buy-fastenings__inner {
        flex-direction: column;
        align-items: start;
    }
}
@media screen and (max-width: 1299px) {
    .dark-fastenings::before {
        height: 140px;
        top: -139px;
    }
    .buy-fastenings {
        gap: 30px;
    }
    .buy-fastenings__wrap {
        grid-template-columns: 488px 1fr;
        column-gap: 20px;
        row-gap: 20px;
    }
    .buy-fastenings__wrap img {
        grid-area: 1 / 1 / 2 / 2;
    }
    .buy-fastenings__wrap .title-fastenings {
        grid-area: 1 / 2 / 2 / 3;
        align-self: center;
    }
    .buy-fastenings__wrap .text-fastenings {
        grid-area: 2 / 1 / 3 / 3;
    }
    .buy-fastenings__list {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .buy-fastenings__buttons button {
        font-size: 16px;
    }
    .buy-fastenings__item .subtitle-fastenings {
        max-width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    .buy-fastenings {
        padding: 50px 30px;
    }
    .dark-fastenings::before {
        height: 115px;
        top: -114px;
    }
    .buy-fastenings__wrap {
        grid-template-columns: 392px 1fr;
        column-gap: 20px;
        row-gap: 30px;
    }
}
@media screen and (max-width: 991px) {
    .dark-fastenings::before {
        height: 87px;
        top: -86px;
    }
    .buy-fastenings__wrap {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .buy-fastenings__wrap img {
        grid-area: 1 / 1 / 3 / 2;
        border-radius: 10px;
        max-width: 750px;
        width: 100%;
    }
    .buy-fastenings__wrap .title-fastenings {
        grid-area: 1 / 2 / 2 / 3;
        align-self: end;
    }
    .buy-fastenings__wrap .text-fastenings {
        grid-area: 2 / 2 / 3 / 3;
    }
    .buy-fastenings__list {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    .dark-fastenings::before {
        height: 65px;
        top: -64px;
    }
    .buy-fastenings {
        padding: 50px 20px 20px 20px;
    }
    .buy-fastenings__list {
        gap: 20px;
    }
    .buy-fastenings__buttons {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 567px) {
    .buy-fastenings {
        padding: 30px 10px;
    }
    .buy-fastenings__wrap {
        gap: 20px;
    }
    .buy-fastenings__list {
        gap: 10px;
    }
    .buy-fastenings__item {
        padding: 20px 10px;
    }
}


/* faq----------------------------------------------------------------------------------------------------- */

.faq-rings {
    display: flex;
    justify-content: center;
    padding: 0 50px;
    max-width: var(--width-fastenings)!important;
}
.faq-rings .title-knives {
    color: #111;
}
.faq-rings .title-rings {
    color: #1C1C1A;
}
.faq-rings__wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}
.faq-rings__accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.faq-rings__item {
    overflow: hidden;
    border-radius: 10px;
    background: #F7F7F7;
    transition: all 0.3s ease;
}
.faq-rings__item:hover {
    background: #F2F2F5;
}
.faq-rings__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    width: 100%;
    padding: 20px;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.faq-rings__title {
    color: #111;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-align: start;
    margin: 0;
    text-transform: uppercase;
}
.faq-rings__icon {
    position: relative;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease;
    background-image: url(/image/catalog/landings/fastenings-category/faq-arr.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-shrink: 0;
}
.faq-rings__header[aria-expanded="true"] .faq-rings__icon {
    transform: rotate(180deg);
}
.faq-rings__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-rings__body {
    padding: 0 70px 20px 20px;
    color: #111;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.faq-rings__header[aria-expanded="true"] + .faq-rings__content {
    max-height: 700px;
}
.faq-rings__item:first-child .faq-rings__content {
    max-height: none;
}
@media screen and (max-width: 1199px) {
    .faq-rings {
        padding: 0 30px;
    }
    .faq-rings__wrapper {
        gap: 30px;
    }
    .faq-rings__title {
        font-size: 26px;
    }
    .faq-rings__header {
        gap: 50px;
    }
}
@media screen and (max-width: 767px) {
    .faq-rings {
        padding: 0 20px;
    }
    .faq-rings__header {
        gap: 20px;
    }
    .faq-rings__title {
        font-size: 20px;
    }
}
@media screen and (max-width: 567px) {
    .faq-rings {
        padding: 0 10px;
    }
    .faq-rings__body {
        padding: 0 40px 20px 20px;
        font-size: 14px;
    }
    .faq-rings__title {
        font-size: 16px;
    }
}
@media screen and (max-width: 380px) {
    .faq-rings__header {
        gap: 10px;
    }
}