﻿.desc-title {
    background-color: #074887;
    padding: .2em;
    color: #fff;
    font-weight: bold;
}

.desc-title:empty {
    padding: 0;
}

.desc-col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.desc-left-col {
    padding: .2em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
}

.desc-right-col {
    padding: .2em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: justify;
}

table.technical {
    border: none !important;
    border-collapse: collapse;
    text-align: left;
}

table.technical * {
    border: none !important;
}

table.technical tr td {
    padding: .3em .8em .3em 0;
    vertical-align: top;
}

table.technical tr td:first-child {
    width: 60%;
}

table.technical tbody tr:nth-child(2n) {
    background-color: #eee;
}

div.available {
    display: none;
}

.advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 15px;
    padding: 15px 15px 5px;
}

.advantages h2,
.advantages hr,
.advantages p {
    grid-column: 1/-1;
    text-align: left;
}

.advantages-item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 20px;
}

.advantages-item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #efeff4;
}

.advantages hr {
    width: 100%;
    border: none;
    border-top: 1px solid #efeff4;
    margin: 20px 0;
    height: 1px;
    display: block;
}

.advantages p {
    line-height: 1.6;
    margin-top: 0;
}

@media(min-width:75em) {
    .advantages .advantages-item {
        margin: 0 15px;
    }
}

.advantages .advantages-item {
    border-right: unset;
    height: -webkit-fill-available;
    margin-top: 1rem;
}
