.body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    font-size: 16px;
    margin: 0;
}
.header__container {
    max-width: 1140px;
    margin: 0 auto;
}
.header a {
    display: flex;
}
.main {
    max-width: 1140px;
    margin: 0 auto;
}
.iframe__container {
    position: relative;
    padding-bottom: 56.25%; /* Отношение 16:9 */
    overflow: hidden;
}
iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.table__container {
    width: 100%; /* или любая другая ширина, которую вы хотите задать */
    overflow-x: auto;
}
.info__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.info__table th, .info__table td {
    padding: 8px;
    font-size: 14.4px;
    text-align: left;
    border: 1px solid #d9edf7;
}
.info__table th {
    background-color: #d9edf7;
}
.warning__container {
    background-color: #FFF3E0;
    border: 1px solid #FFC107;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    font-size: 16px;
}
.warning__container p {
    margin: 0 0 10px;
    line-height: 1.5;
}
.warning__container p:first-child {
    font-weight: bold;
    margin-bottom: 15px;
}
.rating__title {
    font-weight: 700;
    margin: 0;
    padding: 8px 0 16px;
    border-bottom: 1px solid #000;
    font-size: 40px;
    font-family: Roboto;
    font-weight: 500;
}
.rating__table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 8px;
}
.rating__row_first {
    border-top: 1px solid hsla(0,0%,50.2%,.5019607843);
    background-color: #d9edf7;
}
.rating__row {
    border-top: 1px solid #ddd;
    padding: 10px;
}
.rating__row:hover {
    background-color: #d9edf7;
}
.rating__column {
    font-weight: 700;
    text-align: center;
    padding: 8px;
    font-size: 14px;
}
.rating__limits {
    font-weight: 400;
    font-size: 14.4px;
}
.rating__name {
    font-weight: 700;
    font-size: 14px;
}
.rating__stock {
    border-radius: 50%;
    padding: 0.3em 0.7em;
    color: #111;
    background: #f7ba09;
    box-sizing: border-box;
    font-weight: 700;
}
.rating__stock-new {
    border-radius: 50%;
    padding: 0.3em 0.7em;
    color: #fff;
    background: #bb0f0a;
    box-sizing: border-box;
    font-weight: 700;
}
.rating__bonus {
    color: #dd2648;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}
.rating__link {
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    background-color: #388505;
    border-style: solid;
    border-width: 0;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
}
  
.text__content {
    background: #fafafa;
    padding: 14px 18px 18px;
    text-align: left;
    box-sizing: border-box;
    margin: 32px 0;
}
.text__content-title {
    font-weight: 700;
}
.text__list {
    padding: 0;
    margin: 6px 0 0;
    list-style-type: none;
}
.text__list_minor {
    margin: 2px 0 0 14px;
}
.text__link {
    color: #155dd1;
    text-decoration: none;
    font-size: 16px;
    line-height: 2;
}
.text__link:hover {
    color: #3175e4;
    border-bottom: 1px dashed #3175e4;
}
.text__number {
    margin-right: 2px;
    color: #000;
}
.text__label{
    text-decoration: none;
    border-bottom: 1px dotted;
}
.text h1 {
    color: #7A7A7A;
    font-weight: 400;
    font-size: 40px;
    margin: 8px 0 16px;
}
.text__title {
    font-size: 32px;
    margin: 8px 0 16px;
    font-weight: 500;
}
.text__description {
    margin: 0 0 14.4px 0;
}
.text__title_grey {
    color: #7A7A7A;
    font-weight: 400;
}
.text__description_grey {
    color: #7A7A7A;
}
.text__subtitle {
    font-size: 28px;
    margin: 8px 0 16px;
    font-weight: 500;
}
.text__bold {
    font-weight: 700;
}
.text__ref {
    color: rgb(173, 19, 19);
    text-decoration: none;
    border-bottom: 1px dotted;
}
.text__ref:hover {
    color: #000;
}
.text__container {
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
}
.text__comment-title {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.text__comment-subtitle {
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0;
}
.text__comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.text__comment-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 0 30px 60px;
    border-bottom: 1px solid #ccc;
}
.text__comment-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14.4px;
}
.text__comment-img {
    position: absolute;
    left: 0;
    border-radius: 50%;
    margin-right: 10px;
    height: auto;
    max-width: 100%;
    border: none;
    width: 42px;
    height: 42px;
}
.text__comment-name {
    font-size: 14.4px;
    font-weight: 700;
}
.text__comment-time {
    color: rgb(195, 9, 9);
    font-size: 11px;
    align-items: center;
    display: flex;
}
.text__comment-description {
    font-size: 14.4px;
    margin: 0;
}
.text__accordion {
    background-color: #f6f6f6;
    color: #333;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-top: 10px;
    font-size: 16px;
}
.active, .text__accordion:hover {
    background-color: #eee;
}
.text__accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.text__panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.text__form {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
}
.text__form-label {
    color: #7A7A7A;
}
.text__input {
    border: 1px solid #818a91;
    color: #373a3c;
    vertical-align: middle;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    transition: all .3s;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.text__textarea {
    border: 1px solid #818a91;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.text__button {
    color: #ffffff;
    min-height: 40px;
    font-weight: 500;
    background-color: #61CE70;
    border-style: solid;
    border-width: 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    text-align: center;
    transition: all .3s;
    box-sizing: border-box;
}

.footer__container {
    max-width: 1140px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}
.footer__row {
    display: flex;
}
.footer__link {
    text-decoration: none;
    color: rgb(192, 23, 23);
}
.footer__link:hover {
    color: #000;
}
.footer__copyright {
    margin: 0 0 14.4px;
    text-align: center;
    color: #111;
}
.footer p {
    margin: 0 0 14.4px;
    padding-left: 5px;
}
.footer p:first-child {
    padding-right: 5px;
}

@media screen and (max-width: 1024px) {
    .header a {
        justify-content: center;
    }
}

@media screen and (max-width: 1199px) {
    .main {
        max-width: 800px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        padding-left: 20px;
    }
    .main {
        max-width: 500px;

    }
    .rating__title {
        font-size: 24px;
        border: none;
    }
    .rating__thead {
        display: none;
    }
    .rating__row {
        display: flex;
        flex-direction: column;
    }
    .text__title {
        font-size: 22px;
    }
    .text__subtitle {
        font-size: 18px;
    }
    .text__comment-title {
        font-size: 22px;
    }
    .text__comment-subtitle {
        font-size: 18px;
        margin-top: 10px;
    }
    .text__comment-item {
        padding: 20px 0 20px 60px;
    }
    .text h1 {
        font-size: 24px;
    }
    .footer__container {
        padding: 15px;
    }
}
/* Стили для мобильных устройств (обычно меньше 768px) */
@media (max-width: 767px) {
    .img__content {
        width: 100%;
        height: auto;
    }
}
/* Стили для планшетов (от 768px до 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .img__content {
        width: 90%; /* Примерное значение, настраивайте под свои нужды */
        height: auto;
    }
}
/* Стили для небольших десктопов (от 1025px до 1200px) */
@media (min-width: 1025px) and (max-width: 1200px) {
    .img__content {
        width: 85%; /* Примерное значение, настраивайте под свои нужды */
        height: auto;
    }
}
/* Стили для больших десктопов (больше 1200px) */
@media (min-width: 1201px) {
    .img__content {
        width: 80%; /* Примерное значение, настраивайте под свои нужды */
        height: auto;
    }
}
@media screen and (max-width: 1024px) {
    .header a {
        justify-content: space-between;
    }
}
@media screen and (max-width: 575px) {
    .main {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 425px) {
    .header {
        margin-bottom: 10px;
    }
    .rating__column {
        padding: 5px;
    }
    .text__block {
        margin: 0;
        padding-bottom: 0;
    }
    .footer {
        margin-top: 20px;
    }
    .footer__copyright {
        margin: 0;
    }
    .footer p {
        margin: 0 0 10px;
    }
    .text h1 {
        margin-top: 0;
    }
    .text__title {
        margin: 10px 0;
    }
    .text__description {
        margin-bottom: 10px;
    }
    .text__subtitle {
        margin: 10px 0;
    }
}