.media-tabs, .catalog, .shipyard {
    position: relative;
}
.media-tabs__item {
    display: block;
}
#mask {
    display: none;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 0.8;
    padding-top: 100px;
    margin: 0 -20px;
    text-align: center;
}
#mask .loader-container {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    vertical-align: middle;
}
#mask img {
    display: block;
    margin: auto;
}


/* TEMP */
.images-carousel .owl-prev,
.images-carousel .owl-next,
.models-carousel .owl-prev,
.models-carousel .owl-next {
    color: #fff !important
}

@media only screen and (max-width: 767px) {
    .images-carousel .owl-prev,
    .images-carousel .owl-next,
    .models-carousel .owl-prev,
    .models-carousel .owl-next {
        color: #222222 !important;
    }
}

.gallery-slides .owl-dots {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
}

.gallery-slides .owl-dot {
    margin-left: 6px;
    margin-right: 6px;
}

.category-heading {
    word-break: normal !important;
}

.grecaptcha-badge {
    display: none !important;
}

.shipyard-chars-table__span {
    color: #222;
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
}