.unique-box {
    border-radius: 10px;
    font-size: 21px;
    display: flex;
    align-items: center;
}

.unique-box .row {
    width: 100%;
    margin: 0;
}
.unique-box .row > div:first-child {
    padding-left: 0;
    padding-right: 10px;
}
.unique-box table a {
    text-decoration: none;
    display: inline;
}
.td-razmer {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 15vw;
}
.unique-box h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
}

.term-description h2 {
    max-width: 80%;
    line-height: 1.4;
}

.unique-box p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    font-weight: 400;
    color: var(--newdark);
}

.term-description p {
    background: rgb(255, 255, 255);
    padding-right: 20px;
    margin: 0px;
}

.term-description h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.unique-box__circle {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.unique-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.unique-box__circle li {
    line-height: 22px;
    color: var(--red);
    list-style-position: outside;
    margin-left: 20px;
}

.unique-box__circle li p {
    display: inline;
}

.term-description strong {
    font-weight: 500;
}

.faq {
    display: flex;
}

.term-description .faq {
    display: block;
    margin-top: 24px;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-item:last-child {
    margin-bottom: 0px;
}

.faq .accordion-item {
    background: none;
}

.accordion-item {
    border: none;
}

.accordion-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.faq .accordion-header {
    background: var(--light);
    border-radius: 10px;
    max-width: 100%;
}

.accordion-button::after {
    width: 0px !important;
    height: 0px !important;
}

.accordion-button {
    background: var(--light);
    border-radius: 10px;
}

.accordion-button.collapsed {
    border-radius: 10px;
}

.accordion-item .accordion-button {
    background: none;
    color: var(--grey);
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    padding: 12px 0px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    filter: hue-rotate(135deg);
}

.faq .accordion-item .accordion-button {
    font-weight: 600;
    font-size: 20px;
    padding: 5px 5px 5px 25px;
}

.term-description .faq .accordion-item .accordion-button {
    color: var(--newdark);
    background: rgb(255, 255, 255);
    padding: 5px 0px;
    border-radius: 10px;
}

p + .unique-box__circle {
    margin-top: 20px;
}

.faq .accordion-button.collapsed::after,
.faq .accordion-button:not(.collapsed)::after {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
    padding: 0;
    line-height: 1;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    background: var(--red);
    border-radius: 5px;
    filter: none;
}

.faq .accordion-button.collapsed::after { content: '+'; }
.faq .accordion-button:not(.collapsed)::after { content: '–'; }

.faq .accordion-button::after {
    display: none;
}

.term-description .faq .accordion-body {
    max-width: 100%;
    line-height: 26px;
    padding-bottom: 5px;
}

.faq .accordion-body {
    max-width: 65%;
    margin-top: 10px;
}

.accordion-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--grey);
    padding: 0;
}

.price-list-cen {
    background: rgb(245, 245, 245);
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    padding: 40px 30px 40px 30px;
}

.price-list-cen h2 {
    margin-bottom: 20px;
}

.unique-box table {
    width: 100%;
    margin-top: 26px;
    border-spacing: 3px 0px;
    margin-left: -3px;
    border-collapse: separate;
}

.unique-box table th,
.unique-box table td {
    border-radius: 4px;
    padding: 10px 20px;
}

.unique-box table th {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    background: rgb(255, 255, 255);
    white-space: nowrap;
}

.unique-box table a,
.unique-box table td {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--grey);
    transition: 0.3s;
}

.unique-box table td:last-child {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.unique-box table tr:nth-child(2n) td {
    background: rgb(245, 245, 245);
}

.unique-box table tr:nth-child(2n + 1) td {
    background: rgb(255, 255, 255);
    line-height: 1.4;
}

@media (max-width: 1439px) {
    .container,
    .container-sm {
        max-width: 95vw !important;
    }
}

@media (max-width: 1280px) {
    .unique-box table th,
    .unique-box table td {
        padding: 7.5px 10px;
    }
    .unique-box table th {
        font-size: 16px;
    }
    .price-list-cen {
        padding: 15px;
    }
    .price-list-cen
    .unique-box table {
        margin-top: 20px;
    }
    
    .faq .accordion-button.collapsed::after {
        font-size: 23px;
    }

    .faq .accordion-button:not(.collapsed)::after {
        font-size: 23px;
    }
}

@media (max-width: 1200px) {
    .unique-box table a,
    .unique-box table td {
        line-height: 19px;
    }
}

@media (max-width: 991px) {
    p + .unique-box__circle {
        margin-top: 10px;
    }
    .faq .accordion-item .accordion-button {
        font-size: 12px;   
    }
    .accordion-item {
        margin-bottom: 0;
    }
    .accordion-body {
        font-size: 12px;
        line-height: 16px !important;
        margin-bottom: 0;   
    }
    .unique-box p {
        font-size: 12px;
        line-height: 16px;
    }
    .faq .accordion-button.collapsed::after, .faq .accordion-button:not(.collapsed)::after {
        font-size: 20px;
    }
    .term-description h3 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .price-list-cen {
        padding: 10px;
    }
    .content-ukladka .term-description h2,
    .content-ukladka .price-list-cen h2,
    .term-description h2,
    .price-list-cen h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .price-list-cen h2 {
        margin-bottom: 0;
    }
    .unique-box table th,
    .unique-box table td,
    .unique-box table a,
    .unique-box table td:last-child {
        font-size: 12px;
    } 
    .unique-box table {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .unique-box__circle li {
        line-height: 16px;
    }
    .term-description .faq {
        margin-top: 12px;
    }
    .price-list-cen {
        padding: 10px;
    }
    .unique-box table th {
        line-height: 16px;
    }
    .unique-box,
    .term-description p {
        padding: 0;
    }
    @-webkit-keyframes shake {
        0% {
            transform: rotate(10deg);
        }
        100% {
            transform-origin: center center;
            transform: rotate(-10deg);
        }
    }
    @keyframes shake {
        0% {
            transform: rotate(10deg);
        }
        100% {
            transform-origin: center center;
            transform: rotate(-10deg);
        }
    }
    .faq .accordion-item .accordion-button {
        padding: 10px 5px 10px 25px;
    }
    .term-description .faq .accordion-item .accordion-button {
        padding: 0;
    }
    .faq .accordion-body {
        margin-left: 0px;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 95vw;
    }
}

@media (max-width: 768px) {
    p + .unique-box__circle {
        margin-top: 30px;
    }
    .content-ukladka .unique-box p, .unique-box p {
        margin-top: 0;
        font-size: 16px;
        line-height: 20px;
    }
    .content-ukladka .term-description h2, .term-description h2, .unique-box h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .term-description h3 {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .unique-box {
        background: none;
    }
    .unique-box {
        padding: 0px;
    }
    .unique-box {
        flex-direction: column-reverse;
        text-align: left;
    }
    .term-description p {
        padding: 0px;
        text-align: justify;
    }
    .unique-box p {
        margin-top: 12px;
        font-size: 14px;
    }
    .accordion-item {
        margin-bottom: 0;
    }
    a,
    .cart-product-sub .minus,
    .cart-product-sub .plus,
    input,
    button {
        touch-action: manipulation;
    }
    .price-list-cen {
        display: none;
    }
    .unique-box table tr td,
    .unique-box table tr th {
        text-align: left;
    }
    .term-description .faq {
        margin-top: 30px;
    }
    .accordion-item {
        margin-bottom: 25px;
    }
    .faq .accordion-button.collapsed::after {
        padding-left: 0;
    }
    .unique-box p, .faq .accordion-item .accordion-button, .term-description .faq .accordion-body {
        font-size: 16px;
        line-height: 20px !important;
    }
}

@media (max-width: 576px) {
    .term-description {
        padding-right: 0px !important;
    }
    .term-description h2 {
        max-width: 100%;
    }
    .content-ukladka .accordion-button {
        font-size: 16px !important;
        line-height: 1.4;
    }
    .accordion-item .accordion-button span {
        font-size: 16px;
        line-height: 22px;
    }
    .faq .accordion-body {
        max-width: 100%;
    }
    .content-ukladka .accordion-body {
        font-size: 14px;
        line-height: 20px;
    }
    .content-ukladka .faq .accordion-body {
        margin-top: 10px;
    }
    .unique-box table th,
    .unique-box table td {
        padding: 5px 11px;
    }
    .unique-box table th {
        font-size: 13px;
    }
    .unique-box table a,
    .unique-box table td {
        font-size: 12px;
    }
}

@media (max-width: 386px) {
    .unique-box table th {
        white-space: break-spaces;
        line-height: 16px;
    }
}

@media (max-width: 320px) {
    .unique-box table td:last-child {
        font-size: 12px;
    }
}
