*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus {
    outline: 0
}
a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

button {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    display: inline-block
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

picture {
    display: block;
    width: 100%;
    height: 100%
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Inter-Bold"), url(../fonts/Inter-Bold.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Inter-Medium"), url(../fonts/Inter-Medium.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Inter-Regular"), url(../fonts/Inter-Regular.woff2) format("woff2")
}

:root {
    --hover: #944424;
    --active: #ad3100
}

.container {
    max-width: 1280px;
    padding: 0 65px;
    margin: 0 auto
}

@media (max-width: 991px) {
    .container {
        padding: 0 20px
    }
}

@media (max-width: 450px) {
    .container {
        padding: 0 10px
    }
}

.tt-42-28 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.tt-36-24 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

.tt-28-20 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.tx-17-14 {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
}

@media (max-width: 991px) {
    .tt-42-28 {
        font-size: 32px
    }

    .tt-36-24 {
        font-size: 30px;
    }

    .tt-28-20 {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .tt-42-28 {
        font-size: 28px
    }

    .tt-36-24 {
        font-size: 24px
    }

    .tt-28-20 {
        font-size: 20px;
    }

    .tx-17-14 {
        font-size: 14px;
    }
}


.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Inter, Arial, Helvetica, sans-serif;
    min-height: 100vh;
    overflow: hidden;
    background-color: #f7f7f8
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

main:not(:last-child) {
    margin-bottom: 73px
}

@media (max-width: 991px) {
    main:not(:last-child) {
        margin-bottom: 60px
    }
}

@media (max-width: 600px) {
    main:not(:last-child) {
        margin-bottom: 50px
    }
}

.header {
    padding: 20px 0
}

.header:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .header:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width: 600px) {
    .header:not(:last-child) {
        margin-bottom: 12px
    }
}

.header__title {
    margin-bottom: 24px;
}

.melhores:not(:last-child) {
    margin-bottom: 73px
}

@media (max-width: 991px) {
    .melhores:not(:last-child) {
        margin-bottom: 60px
    }
}

@media (max-width: 600px) {
    .melhores:not(:last-child) {
        margin-bottom: 50px
    }
}

.melhores__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 991px) {
    .melhores__top {
        gap: 16px
    }
}

@media (max-width: 600px) {
    .melhores__top {
        gap: 13px
    }
}

.melhores__top:not(:last-child) {
    margin-bottom: 29px
}

@media (max-width: 600px) {
    .melhores__top:not(:last-child) {
        margin-bottom: 36px
    }
}

.melhores__icon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    height: 36px
}

@media (max-width: 600px) {
    .melhores__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31px;
        flex: 0 0 31px;
        height: 31px
    }
}

.melhores__icon picture img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.melhores__texts {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 893px;
    flex: 0 1 893px
}

.melhores__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px
}

@media (max-width: 991px) {
    .melhores__title {
        font-size: 26px;
        line-height: 27px
    }
}

@media (max-width: 600px) {
    .melhores__title {
        font-size: 24px;
        line-height: 29px
    }
}

.melhores__title:not(:last-child) {
    margin-bottom: 3px
}

@media (max-width: 600px) {
    .melhores__title:not(:last-child) {
        margin-bottom: 5px
    }
}

.melhores__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

@media (max-width: 600px) {
    .melhores__text {
        font-size: 12px;
        line-height: 15px
    }
}

@media (max-width: 450px) {
    .melhores__container {
        padding: 0 20px
    }
}

.melhores__item:not(:last-child) {
    margin-bottom: 33px
}

@media (max-width: 600px) {
    .melhores__item:not(:last-child) {
        margin-bottom: 35px
    }
}

.wrapper-pipka {
    position: absolute;
    top: 0;
    left: -13px;
    width: 28px;
    height: 34px
}

@media (max-width: 600px) {
    .wrapper-pipka {
        width: 26px;
        height: 32px
    }
}

.wrapper-pipka img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.wrapper-pipka__span {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    top: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.melhores-item {
    border-radius: 8px;
    position: relative;
    padding: 12px 16px
}

@media (max-width: 600px) {
    .melhores-item {
        padding: 20px 10px
    }
}

@media (max-width: 345px) {
    .melhores-item {
        padding: 20px 5px
    }
}

.melhores-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

@media (max-width: 1160px) {
    .melhores-item__top {
        gap: 10px
    }
}

@media (max-width: 655px) {
    .melhores-item__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }
}

@media (max-width: 1160px) {
    .melhores-item__top:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width: 600px) {
    .melhores-item__top:not(:last-child) {
        margin-bottom: 16px
    }
}

.melhores-item__bottom-item {
    display: none
}

@media (max-width: 850px) {
    .melhores-item__bottom-item {
        display: block
    }
}

@media (max-width: 655px) {
    .melhores-item__bottom-item {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template: auto/repeat(2, 1fr);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }
}

.melhores-item__bottom {
    display: none
}

@media (max-width: 1160px) {
    .melhores-item__bottom {
        display: block
    }
}

@media (max-width: 850px) {
    .melhores-item__bottom {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template: auto/repeat(2, 1fr);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px
    }
}

@media (max-width: 655px) {
    .melhores-item__bottom {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 10px
    }
}

.melhores-item__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    padding-right: 10px
}

@media (max-width: 1160px) {
    .melhores-item__left {
        padding-right: 10px;
        gap: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 376px;
        flex: 0 0 376px
    }
}

@media (max-width: 850px) {
    .melhores-item__left {
        padding-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 386px;
        flex: 0 0 386px
    }
}

@media (max-width: 655px) {
    .melhores-item__left {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        border: none !important;
        padding-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 450px) {
    .melhores-item__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

@media (max-width: 345px) {
    .melhores-item__left {
        gap: 5px
    }
}

.melhores-item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 123px;
    flex: 0 0 123px;
    height: 123px;
    border-radius: 12px;
    padding: 10px
}

@media (max-width: 600px) {
    .melhores-item__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 104px;
        flex: 0 0 104px;
        height: 104px
    }
}

.melhores-item__image a {
    display: block;
    width: 100%;
    height: 100%
}

.melhores-item__image a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.melhores-item__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 231px;
    flex: 0 1 231px
}

@media (max-width: 600px) {
    .melhores-item__descr {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 215px;
        flex: 0 0 215px
    }
}

@media (max-width: 400px) {
    .melhores-item__descr {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

.melhores-item__cas {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (max-width: 991px) {
    .melhores-item__cas {
        font-size: 22px;
        line-height: 26px
    }
}

@media (max-width: 600px) {
    .melhores-item__cas {
        font-size: 20px;
        line-height: 24px
    }
}

@media (any-hover: hover) {
    .melhores-item__cas:hover {
        color: var(--hover) !important
    }
}

.melhores-item__cas:active {
    color: var(--active) !important;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.melhores-item__cas:not(:last-child) {
    margin-bottom: 7px
}

.melhores-item__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 142px;
    flex: 0 0 142px
}

.melhores-item__stars:not(:last-child) {
    margin-bottom: 10px
}

.melhores-item__star {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 103px;
    flex: 0 0 103px;
    height: 15px
}

.melhores-item__star img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.melhores-item__star-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px
}

.melhores-item__payts-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

@media (max-width: 600px) {
    .melhores-item__payts-text {
        font-size: 12px;
        line-height: 15px
    }
}

.melhores-item__payts-text:not(:last-child) {
    margin-bottom: 9px
}

.melhores-item__wrapper-pays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6px
}

@media (max-width: 345px) {
    .melhores-item__wrapper-pays {
        gap: 3px
    }
}

.melhores-item__pays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    height: 26px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

@media (max-width: 600px) {
    .melhores-item__pays {
        gap: 3px;
        height: 23px
    }
}

@media (max-width: 400px) {
    .melhores-item__pays {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 150px;
        flex: 0 1 150px
    }
}

.melhores-item__pay {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39px;
    flex: 0 0 39px;
    height: 26px
}

@media (max-width: 600px) {
    .melhores-item__pay {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
        flex: 0 0 34px;
        height: 22px
    }
}

@media (max-width: 400px) {
    .melhores-item__pay {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px
    }
}

@media (max-width: 345px) {
    .melhores-item__pay {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
        flex: 0 0 28px
    }
}

.melhores-item__pay img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.melhores-item__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39px;
    flex: 0 0 39px;
    height: 26px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.melhores-item__button.active .melhores-item__button-num {
    display: none
}

.melhores-item__button.active .melhores-item__button-x {
    display: block
}

@media (max-width: 600px) {
    .melhores-item__button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
        flex: 0 0 34px;
        height: 22px;
        font-size: 12px;
        line-height: 15px
    }
}

@media (max-width: 400px) {
    .melhores-item__button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        padding: 0
    }
}

@media (max-width: 345px) {
    .melhores-item__button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
        flex: 0 0 28px
    }
}

@media (any-hover: hover) {
    .melhores-item__button:hover {
        background-color: var(--hover) !important
    }

    .melhores-item__button:hover .melhores-item__button-num {
        color: #fff !important
    }

    .melhores-item__button:hover .melhores-item__button-x {
        color: #fff !important
    }
}

.melhores-item__button:active {
    background-color: var(--hover) !important;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.melhores-item__button:active .melhores-item__button-num {
    color: #fff !important;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.melhores-item__button:active .melhores-item__button-x {
    color: #fff !important;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.melhores-item__button-num {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.melhores-item__button-x {
    display: none;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    line-height: 14px
}

@media (max-width: 600px) {
    .melhores-item__button-x {
        line-height: 12px
    }
}

.melhores-item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 804px;
    flex: 0 1 804px
}

@media (max-width: 1160px) {
    .melhores-item__right {
        gap: 10px
    }
}

@media (max-width: 655px) {
    .melhores-item__right {
        display: none
    }
}

.melhores-item__right-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 217px;
    flex: 0 1 217px;
    padding-right: 20px;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1160px) {
    .melhores-item__right-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 285px;
        flex: 0 1 285px;
        padding-right: 10px
    }
}

@media (max-width: 850px) {
    .melhores-item__right-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 383px;
        flex: 0 1 383px;
        border: none !important
    }
}

@media (max-width: 655px) {
    .melhores-item__right-left {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        border-right: 2px solid #e9e9e9 !important
    }
}

.melhores-item__wrapper-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.melhores-item__price {
    display: block;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 10px
}

@media (max-width: 991px) {
    .melhores-item__price {
        font-size: 36px;
        line-height: 44px
    }
}

@media (max-width: 600px) {
    .melhores-item__price {
        margin-bottom: 5px
    }
}

@media (max-width: 345px) {
    .melhores-item__price {
        font-size: 30px;
        line-height: 38px
    }
}

.melhores-item__text {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center
}

@media (max-width: 1220px) {
    .melhores-item__text {
        font-size: 16px;
        line-height: 19px
    }
}

@media (max-width: 600px) {
    .melhores-item__text {
        font-size: 14px;
        line-height: 17px
    }
}

.melhores-item__text_2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: left
}

@media (max-width: 600px) {
    .melhores-item__text_2 {
        font-size: 10px;
        line-height: 1
    }
}

.melhores-item__right-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 337px;
    flex: 0 1 337px;
    height: 100%
}

@media (max-width: 1160px) {
    .melhores-item__right-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 317px;
        flex: 0 1 317px
    }
}

.melhores-item__list {
    width: 100%
}

.melhores-item__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.melhores-item__item:not(:last-child) {
    margin-bottom: 15px
}

@media (max-width: 600px) {
    .melhores-item__item:not(:last-child) {
        margin-bottom: 18px
    }
}

.melhores-item__icon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9px;
    flex: 0 0 9px;
    height: 9px;
    margin-top: 2px
}

.melhores-item__icon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.melhores-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 209px;
    flex: 0 0 209px; */
    min-height: 44px;
    font-weight: 700;
    font-size: 14px;
    width: fit-content;
    line-height: 1;
    text-align: center;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

@media (max-width: 1160px) {
    .melhores-item__link {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media (max-width: 500px) {
    .melhores-item__link {
        min-width: 209px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 44px;
        margin: 0 auto
    }
}

@media (any-hover: hover) {
    .melhores-item__link:hover {
        background-color: var(--hover) !important
    }
}

.melhores-item__link:active {
    background-color: var(--active) !important;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s
}

.footer {
    padding-bottom: 40px;
}

.footer__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center
}

@media (max-width: 991px) {
    .footer__text {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width: 600px) {
    .footer__text {
        font-size: 12px;
        line-height: 15px
    }
}

.bobka:not(:last-child) {
    margin-bottom: 73px
}

@media (max-width: 991px) {
    .bobka:not(:last-child) {
        margin-bottom: 60px
    }
}

@media (max-width: 600px) {
    .bobka:not(:last-child) {
        margin-bottom: 50px
    }
}

.bobka__title {
    margin-bottom: 24px;
}

.bobka__text {
    margin-bottom: 16px;
}

.table {
    display: block;
    border: 1px solid #000;
}

.table tbody {
    display: block;
}

.table__tr {
    display: grid;
    grid-template: auto / repeat(3, 1fr);
}

.table__td {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.table__tr:not(:last-child) {
    border-bottom: 1px solid #000;
}

.table__td:not(:last-child) {
    border-right: 1px solid #000;
}

.circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.circle::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #000;
    margin-top: 7px;
}

.list {
    width: 100%;
}

.list:not(:last-child) {
    margin-bottom: 24px;
}

.list__item:not(:last-child) {
    margin-bottom: 8px;
}

.list__name {
    margin-bottom: 8px;
}

.table__tr_2 {
    grid-template: auto / repeat(2, 1fr);
}

@media (max-width: 700px) {
    .table__tr {
        grid-template-columns: 1fr;
    }

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

    .table__td:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #000;
    }
}

.list__item_margin:not(:last-child) {
    margin-bottom: 24px;
}

@media (max-width: 600px) {
    .circle::before {
        margin-top: 5px;
        width: 4px;
        height: 4px;
    }
}
#premese{
    box-sizing: content-box;
}