.about-reference {
    height: 200px;
    margin: 20px 0;
}
.about-reference img {
    width: 100%;
    height: 100%;
}
.about-reference img:hover {
    cursor: url('../../img/loupe.png'), auto;
}
.inner-about-text div {
    padding: 40px 20px;
}
.inner-about-img img {
    width: 100%;
    object-fit: cover;
}
.active-search {
    opacity: 1;
    z-index: 10;
}
.input-button-linear-active {
    width: 100%;
    height: 2px;
}
#video {
    width: 80%;
    margin-bottom: 0;
}
.close-ref {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    user-select: none;
}
.close-ref:hover,
.close-ref:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.modal-ref-content {
    margin: auto;
    display: block;
    width: 100%;
    height: 90%;
    max-width: 700px;
}
.modal-ref-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}
.inner-catalog {
    height: 400px;
    padding: 0 5px;
    margin: 0;
}
.catalog-img {
    padding: 0;
    margin: 0;
    height: 210px;
}
.catalog-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.catalog-info {
    height: 100px;
    padding: 0 40px;
    justify-content: center;
}
.catalog-info h4 {
    text-align: center;
    margin: 30px 0;
}
.catalog-info button {
    width: 60%;
    margin: 10px 0;
    transform: translate(30%);
}
.lazy-yt-wrapper {
    max-width: 800px;
    margin: 0px auto;
    padding: 0px;
}
.lazy-youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.lazy-youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 1;
}
.lazy-youtube .lazy-play-btn {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.lazy-youtube .lazy-play-btn:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.lazy-youtube img,
.lazy-youtube .lazy-play-btn {
    cursor: pointer;
}
.lazy-youtube img,
.lazy-youtube iframe,
.lazy-youtube .lazy-play-btn,
.lazy-youtube .lazy-play-btn:before {
    position: absolute;
}
.lazy-youtube .lazy-play-btn,
.lazy-youtube .lazy-play-btn:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.lazy-youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
