.static {
    background: #f4f4f4;
    min-height: 100vh;
    padding-top: 33px;
    padding-left: 68px;
    padding-bottom: 32px;
    box-sizing: border-box;
}
.static__title {
    padding-bottom: 32px;
    box-sizing: border-box;
}
.static__text {
    font-family: Merriweather, sans-serif;
    font-size: 16px;
    line-height: 28px;
    max-width: 640px;
}

@media (max-width: 767px) {
    .static {
        padding-right: 35px;
        padding-left: 15px;
    }
    .static__title {
        padding-bottom: 0;
    }
    .static__text {
        font-size: 14px;
        line-height: 24px;
    }
}
table {
    font-family: "Open Sans", sans-serif;
    border: 1px solid #efefef;
    background: #fff;
    width: 100%;
    border-collapse: collapse;
}
th {
    background: #f4f4f4;
    color: #b0b0b0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
    height: 60px;
    border-bottom: 2px solid #ff2438;
    font-weight: 400;
    padding: 25px 24px 25px 24px;
    text-align: start;
}
td {
    border: 1px solid #efefef;
    padding: 28px 24px 28px 24px;
    font-size: 13px;
    line-height: 20px;
}
.th-border {
    background: #f4f4f4;
    color: #b0b0b0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
    height: 60px;
    border-bottom: 2px solid #ff2438;
    font-weight: 400;
    padding: 25px 24px 25px 24px;
    text-align: start;
}
.th-without-border {
    background: #f4f4f4;
    color: #b0b0b0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
    height: 60px;
    border: 1px solid #efefef;
    font-weight: 400;
    padding: 25px 24px 25px 24px;
    text-align: start;
}
figure {
    display: flex;
    flex-direction: column;
    margin: 53px 0;
    align-items: flex-start;
}
.gallery-carousel img {
    cursor:zoom-in;
}
figcaption {
    color: #aeaeae;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 19px 0 0 0;
    max-width: 640px;
    line-height: 1.5;
}
@media (max-width: 1023px) {
    figcaption {
        font-size: 13px;
        opacity: 0.8;
    }
}
@media (max-width: 767px) {
    figure {
        flex-direction: column-reverse;
    }
    figcaption {
        margin: 0 0 7px 0;
    }
}
