#images__wrapper-credit {
 position: relative;
}

.credit {
 text-align: center;
 background-color: #00A1D4;
 padding: 8px 20px;
 background: #00A1D5;
 box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
 position: absolute;
 top: 0;
 left: 0;
 z-index: 999;
}

.text-credit {
 font-weight: 400;
 font-size: 12px;
 line-height: 14px;
 color: #fff;
 margin: 0;
}

.date-credit {
 font-weight: 500;
 font-size: 25px;
 line-height: 29px;
 color: #fff;
 margin: 0;
}

.qr-code img {
 width: 256px;
}

.page-header .contacts-info-logo__container .contacts-info__list>li .item-link {
 text-decoration: none;
 position: relative;
 display: block;
 color: var(--color-page-header-contact-info-link);
 font-size: 0.875rem;
}

.page-header .contacts-info-logo__container .contacts-info__list>li .mgo-number {
 font-weight: 600;
 font-size: 16px;
 color: #2a72cc;
}

.tabs, .tabs__wrapper {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 gap: 20px;
 -webkit-box-pack: stretch;
 -ms-flex-pack: stretch;
 justify-content: stretch;
}

.tabs__wrapper .tabs-containers .tab__wrapper .text-content table:first-of-type:not(.table__not-product-spec) tbody tr {
 width: 197px;
 display: flex;
 flex-direction: column;
 padding: 10px;
 border: 1px solid var(--color-tabs__tab__text-content__tablHar__td__border);
 box-sizing: content-box;
 background-color: var(--color-tabs__tab__text-content__tablHar__tr__bg);
 -webkit-transition-property: background;
 transition-property: background;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease;
 transition-timing-function: ease;
}

.tabs__wrapper .tabs-containers .tab__wrapper .text-content table:first-of-type:not(.table__not-product-spec) tbody tr td {
 width: 197px;
 font-size: 1rem;
 text-align: start;
 color: var(--color-tabs__tab__text-content__tech-spec__value__font);
 overflow-wrap: break-word;
 hyphens: auto;
}

.tabs__wrapper .tabs-containers .tab__wrapper .text-content table:first-of-type:not(.table__not-product-spec) tbody {
 width: 878px;
 display: flex;
 flex-wrap: wrap;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 border: 1px solid var(--color-tabs__tab__text-content__tablHar__border);
}