
.container {
    margin: 0 auto;
    max-width: 1239px;
}

.garanty__header_title {
    margin: 60px 0px 40px 0px;
}
.garanty__header_title h2 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.garanty__header_discription {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}
.garanty__row_tab {
    position: relative;
}
.garanty__row_tab a {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.accordion-btn {
    position: relative;
    overflow: hidden;
    background: black;
    cursor: pointer;
    color: #4b4b4b;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px;
    width: 100%;
    border: 1px solid #000;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.accordion-btn:hover {
    border: 1px solid #000;
    background: #fff;
}
.accordion-btn:hover a {
    color: black !important;
}

.accordion {
    margin-bottom: 14px;
    position: relative;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    color: #4b4b4b;
    text-transform: uppercase;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid #d9d9d9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.accordion:hover {
    background: #4b4b4b;
}
.accordion:hover .accord-poly {
    background-color: white;
}
.accordion:after {
    content: "";
    background: url("/assets/images/accordarrow.svg") center/100% no-repeat;
    width: 14px;
    height: 14px;
    font-size: 13px;
    color: red;
    position: absolute;
    right: 7px;
    bottom: 10px;
    z-index: 100;
}

.garanty__row_tab.opened .long {
    color: white;
}

.accord-poly {
    z-index: 10;
    bottom: -50px;
    right: -61px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    width: 100px;
    height: 100px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #d9d9d9;
}

.accordion:hover {
    background-color: #4b4b4b;
    color: white;
}

.accordion:hover .long {
    color: white;
}

.accordion:hover .accord-poly {
    background-color: black;
}

.active:after .accord-poly {
    content: "";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.panel {
    top: 58px;
    z-index: 20;
    background-color: white;
    max-height: 1050px;
    margin-top: -14px;
    margin-bottom: 14px;
    width: 100%;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    color: #52525b;
    display: none;
    padding: 28px 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    border-top: none;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.blackaccord {
    background-color: black !important;
    color: white;
    border-bottom: 1px solid white;
}
.blackaccord:after {
    content: "";
    background: url("/assets/images/backarow.svg") center/100% no-repeat;
}

.blackaccord .accordion {
    border-bottom: none;
}

.blackaccord .long {
    background-color: white;
}

.blackaccord .accord-poly {
    background-color: white !important;
    content: "";
}

.a-cursive a {
    color: #52525b;
    font-family: Plus Jakarta Sans;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
    z-index: 20;
}

.question {
    margin-top: 40px;
    margin-bottom: 60px;
}
.question__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("/assets/images/about_page/shadow.png"), url("/assets/images/about_page/faq-bg.png");
    background-repeat: no-repeat;
    background-position: left, 50%;
    background-size: auto auto, cover;
    padding: 53px 40px;
}
.question__content_title {
    margin-bottom: 25px;
}
.question__content_title h4 {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 108.333% */
    text-transform: uppercase;
}
.question__content_discription {
    max-width: 510px;
    margin-bottom: 24px;
}
.question__content_discription p {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
}
.question__content_btn a {
    padding: 12px 195px;
    background-color: white;
    color: #52525b;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 173.333% */
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: 1px solid white;
}
.question__content_btn a:hover {
    background-color: #000;
    color: white;
}

.opened {
    display: block;
}

.garanty__row_tab.opened .accordion {
    background-color: black !important;
    color: white;
    border-bottom: 1px solid white;
}
.garanty__row_tab.opened .accordion:after {
    content: "";
    background: url("/assets/images/backarow.svg") center/100% no-repeat;
}

.garanty__row_tab.opened .accord-poly {
    background-color: white !important;
    content: "";
}

.garanty__row_tab.opened .panel {
    display: block;
}

.faq-mob {
    display: none;
}

.pagination-buttons {
    position: relative;
}

.hidden {
    display: none;
}

.pagination-container {
    position: relative;
}

.pagination-number.active {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pagination-number {
    color: #adadad;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#pagination-numbers {
    position: absolute;
    right: 166px;
}

.pagination-number::before {
    content: "-";
    color: #adadad !important;
}
.pagination-number:first-child::before {
    content: "";
}

#prev-button {
    position: absolute;
    left: 0px;
    width: 24px;
    top: 0px;
    border: 1px solid white;
}
#prev-button:hover {
    border: 1px solid black;
    border-radius: 25px;
}

#next-button {
    position: absolute;
    right: 0;
    top: 0px;
    border: 1px solid white;
}
#next-button:hover {
    border: 1px solid black;
    border-radius: 25px;
}

.pagination-container, .pagination-buttons {
    display: none;
}

.footer {
    padding-top: 50px;
}

@media (min-width: 320px) and (max-width: 1250px) {
    .breadcrumb {
        display: none;
    }
    .pagination-container, .pagination-buttons {
        display: block;
    }
    .garanty__header_title h2 {
        font-size: 22px;
    }
    .container {
        max-width: 355px;
    }
    .garanty__header_discription {
        margin-bottom: 85px;
    }
    .accordion {
        color: #4b4b4b;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        padding: 0px 30px 0px 20px;
        height: 61px;
    }
    .panel {
        max-height: 2000px !important;
    }
    .long {
        font-size: 11px !important;
    }
    .semi-long span {
        width: 221px;
        display: inline-block;
        font-size: 12px !important;
    }
    .garanty__header_title {
        text-align: center;
        margin: 128px 0px 40px 0px;
    }
    .faq-mob {
        display: block;
        margin-top: 116px;
        margin-bottom: 85px;
    }
    .faq-mob__row {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: url("/assets/images/about_page/faq-shdow-mob.png"), url("/assets/images/faq-logo.svg"), url("/assets/images/about_page/faq-bg-mob.png");
        background-repeat: no-repeat;
        background-position: left, 50px 300px, 50%;
        background-size: auto auto, auto auto, cover;
        padding: 0px 30px 159px 30px;
    }
    .faq-mob__row_title {
        text-align: center;
        margin-bottom: 44px;
        margin-top: 86px;
    }
    .faq-mob__row_title h3 {
        color: #fff;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 118.182% */
        text-transform: uppercase;
    }
    .faq-mob__row_discription {
        width: 287px;
    }
    .faq-mob__row_discription p {
        color: #fff;
        text-align: justify;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 173.333% */
    }
    .faq-mob__content_btn {
        margin-top: 60px;
    }
    .faq-mob__content_btn a {
        display: inline-block;
        text-align: center;
        color: #52525b;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 173.333% */
        padding: 12px 0px;
        border: 1px solid #000;
        background: #fff;
        width: 100%;
    }
}