body {
    background-color: #F7F7F7;
}

main {
    /*margin-top: 50px;*/
}

/* ^^^ Общие стили ^^^ */

.text-nowrap {
    white-space: nowrap !important;
}

.always-visible {
    display: unset !important;
}

.table-overflow {
    overflow: auto !important;
}

.table-white-background {
    background-color: white !important;
    border-top: none !important;
}

.current-tab {
    color: red !important;
    border-bottom: 2px solid red !important;
}

.red-text {
    color: #C83636 !important;
}

.small-text {
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    opacity: 0.6 !important;
}

.product-card__info {
    display: flex;
    justify-content: space-around;
    background-color: white;
    padding: 36px 36px 48px 36px;
    border-bottom: 1px solid #E4E4E4;
    position: relative;
}

.product-card__tag {
    position: absolute;
    top: 24px;
    left: 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
    background: #90AB32;
    border-radius: 45px;
    padding: 4px 12px;
}

.product-card__image-block {
    align-self: baseline;
}

.product-card__image-block img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-card__text-block {
    width: 600px;
}

.product-tb__wrapper-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.product-tb__stars {
    display: flex;
}

.product-tb__stars i:hover {
    transform: scale(115%);
}

.product-tb__amount {
    display: flex;
    align-items: center;
}

.product-tb__amount i {
    margin-right: 11px;
}

.product-tb__wrapper-bottom {
    display: flex;
    flex-direction: column;
}

.product-tb__description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    opacity: 0.8;
    margin-bottom: 16px;
}

.product-tb__more {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-decoration-line: underline;
    color: #C83636;
    margin-bottom: 40px;
}

.product-tb__more a {
    color: unset;
    text-decoration-line: unset;
}

.product-tb__more:hover {
    text-decoration-line: unset;
}

.product-tb__line {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 40px;
}

.product-tb__price {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    opacity: 0.8;
    margin-bottom: 16px;
}

.product-card__button-cart {
    width: 134px;
    padding: 16px;
    border: none;
    background-color: #C83636;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
}

.product-card__button-cart:hover {
    -webkit-box-shadow: 0 0 4px 0 rgba(34, 60, 80, 0.7);
    -moz-box-shadow: 0 0 4px 0 rgba(34, 60, 80, 0.7);
    box-shadow: 0 0 4px 0 rgba(34, 60, 80, 0.7);
    cursor: pointer;
}

.product-card__icons-block {
    display: flex;
    background-color: white;
    padding: 48px 29px 36px 29px;
    margin-bottom: 40px;
    /*flex-wrap: wrap;*/
    row-gap: 24px;
    column-gap: 24px;
}

.icon-block {
    display: flex;
    align-items: flex-start;
    column-gap: 16px;
    /*flex-grow: 1;*/
    width: 25%;
}

.icon-block:hover i {
    transform: scale(115%);
}

.icon-block:hover .icon-block__tb > .icon-block__tb_title {
    color: red;
}

.icon-block i {
    min-width: 56px;
}

.icon-block__tb_title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #282828;
    margin-bottom: 12px;
}

.icon-block__tb_text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    opacity: 0.8;
}

.tabs-menu {
    display: flex;
    text-decoration: none;
    list-style: none;
    cursor: pointer;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tabs-menu li {
    padding: 20px 24px;
    margin: 1px;
    background-color: white;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-content: center;
    border-bottom: 2px solid transparent;
}

.tabs-menu li:hover {
    color: red;
    border-bottom: 2px solid red;
}

.product-card__dropdown-menu {
    margin-top: 16px;
    display: none;
    justify-content: center;
}

.dropdown-menu__items {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    opacity: 0.8;
    width: 400px;
    /*height: 50px;*/
    padding: 8px;
}

.product-card__tabs-content {
    margin-bottom: 64px;
}

.tabs-content {
    display: none;
}

.product-card__h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 24px;
}

.product-card__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    opacity: 0.8;
    margin-bottom: 16px;
}

.product-card__list {
    list-style-position: inside;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    opacity: 0.8;
    margin-bottom: 24px;
}

.product-card__accordion {
    margin-top: 10px;
    border-left: 2px solid transparent;
}

.accordion__title {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 20px;
    cursor: pointer;
    column-gap: 16px;
}

.accordion__title span {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 120% */
    opacity: 0.8;
}

.accordion__content {
    display: none;
}

.product-card__table {
    display: grid;
    grid-area: auto;
    align-items: center;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 300% */
    /*opacity: 0.8;*/
    padding: 0 20px 20px 20px;
    background-color: white;
}

.product-card__table a {
    text-decoration-line: none;
    font-weight: 700;
    color: #1B65C0;
}

.product-card__table strong {
    font-weight: 700;
}

.product-card__table div .icon-cart {
    display: none;
}

.product-card__table div button:nth-child(2) {
    margin-top: 10px;
}

.grid-table-2-col {
    grid-template-columns: repeat(2, auto);
}

.grid-table-3-col {
    grid-template-columns: repeat(1, 3fr 1fr 1fr);
}

.grid-table-4-col {
    grid-template-columns: repeat(4, auto);
}

.grid-table-5-col {
    /*grid-template-columns: repeat(5, auto);*/
    grid-template-columns: 70% 20% 10%;
}

.product-card__table > div {
    min-height: 50px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product-card__table > div:nth-child(n) {
    background-color: #F7F7F7;
    border-top: 1px solid #DCD9D9;
}

.grid-table-2-col > div:nth-child(4n + 1),
.grid-table-2-col > div:nth-child(4n + 2),
.grid-table-3-col > div:nth-child(6n + 1),
.grid-table-3-col > div:nth-child(6n + 2),
.grid-table-3-col > div:nth-child(6n + 3),
.grid-table-4-col > div:nth-child(8n + 1),
.grid-table-4-col > div:nth-child(8n + 2),
.grid-table-4-col > div:nth-child(8n + 3),
.grid-table-4-col > div:nth-child(8n + 4),
.grid-table-5-col > div:nth-child(10n + 1),
.grid-table-5-col > div:nth-child(10n + 2),
.grid-table-5-col > div:nth-child(10n + 3),
.grid-table-5-col > div:nth-child(10n + 4),
.grid-table-5-col > div:nth-child(10n + 5) {
    background-color: white;
}

.grid-table-2-col > div:nth-child(-n + 2),
.grid-table-3-col > div:nth-child(-n + 3),
.grid-table-4-col > div:nth-child(-n + 4),
.grid-table-5-col > div:nth-child(-n + 5) {
    font-weight: 700;
    background-color: #DDDDDD;
    color: #656666;
    row-gap: 100px;
}

.grid-table-2-col > div:nth-child(2),
.grid-table-3-col > div:nth-child(2),
.grid-table-3-col > div:nth-child(3),
.grid-table-5-col > div:nth-child(3),
.grid-table-5-col > div:nth-child(4),
.grid-table-5-col > div:nth-child(5) {
    text-align: center;
}

.grid-table-2-col > div:nth-child(2n + 2),
.grid-table-3-col > div:nth-child(3n+2),
.grid-table-3-col > div:nth-child(3n),
.grid-table-5-col > div:nth-child(5n + 3),
.grid-table-5-col > div:nth-child(5n + 4),
.grid-table-5-col > div:nth-child(5n + 5) {
    text-align: center;
    align-items: center;
}

.table-with-red-line {
    border-left: 2px solid red;
}

.product-card__article {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.article__tb_title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    /* identical to box height, or 100% */
    color: #282828;
    opacity: 0.8;
    margin-bottom: 16px;
}

.article__tb_text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    /* or 131% */
    opacity: 0.8;
}


@media (max-width: 950px) {
    .product-card__icons-block {
        flex-wrap: wrap;
    }

    .icon-block {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .container-product-card {
        padding: 15px;
    }

    .table-with-red-line {
        border-left: 2px solid transparent;
    }

    /*TODO*/
    .table-adaptive {

    }

    .adaptive-button {
        width: 100px;
        padding: 8px;
        font-size: 12px;
    }

    .product-card__info {
        flex-direction: column;
    }

    .product-card__image-block {
        align-self: center;
    }

    .product-card__text-block {
        width: unset;
    }

    .product-tb__line {
        display: none;
    }

    .icon-block {
        width: 100%;
    }

    .tabs-menu {
        flex-wrap: wrap;
    }

    .product-card__dropdown-menu {
        display: flex;
        margin-bottom: 24px;
    }

    .product-card__h2 {
        font-weight: 700;
        font-size: 20px;
    }

    .product-card__table {
        font-size: 14px;
        line-height: 18px;
    }

    .product-card__table div {
        padding: 10px 5px;
        min-height: 40px;
    }

    .product-card__table div strong {
        font-size: 13px;
    }

    .product-card__table div .icon-cart {
        display: unset;
    }

    .product-card__table div .icon-cart:hover {
        transform: scale(115%);
    }

    .product-card__table div .product-card__button-cart {
        display: none;
    }

    .accordion__title span {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 120% */
        opacity: 0.8;
    }
}

@media (max-width: 450px) {
    .container-product-card {
        padding: 0px !important;
    }

    .product-tb__logo {
        display: none;
    }

    .article__no-image {
        object-fit: contain;
        width: 30%;
    }

    .product-card__table {
        padding: 0;
    }
}

@media (max-width: 350px) {
    .product-tb__wrapper-top {
        justify-content: center;
    }

    .product-tb__amount {
        display: none;
    }
}