.product__info_block table td:first-child {
    padding-right: 10px;
}

.product-line {
    display: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 301 !important;
}

.product__banner {
    background-size: cover !important;
}

/*forms*/
.forms {
    margin: 90px 0;
    color: #474552;
}

.forms__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 30px;
}

.forms__list {
    display: flex;
}

.forms__item {
}

.forms__item:not(:last-child) {
    margin-right: 14px;
}

.forms-item {
    cursor: pointer;
    text-decoration: none;
}

.forms-item:hover {
    text-decoration: none;
}

.forms-item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 144px;
    height: 118px;
    border: 2px solid #DEDDE6;
    border-radius: 11px;
    margin-bottom: 14px;
    padding: 13px 20px;
    transition: border-color 0.3s ease-in-out;
}

.forms-item--active .forms-item__img {
    border-color: #dedde699;
}

.forms-item__img img {
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.forms-item--active .forms-item__img img {
    opacity: 0.6;
}

.forms-item__name {
    font-size: 14px;
    line-height: 126%;
}

.product-line.product-line--show{
    display: block;
}