.intro-content .logo img {
    width: 115px;
    height: auto;
}

.only-desktop {
    display: block;
}
.only-mobile {
    display: none;
}

.html-text p {
    margin-bottom: 20px;
}
.html-text p:last-child {
    margin-bottom: 0;
}

.html-text ul {
    margin: 0 0 20px 20px;
}
.html-text ul:last-child {
    margin-bottom: 0;
}
.html-text ul li {
    list-style: disc;
}

.clear:after {
    content: '';
    clear: both;
    display: table;
}

#yandex-map {
    height: 100vh;

    background: red;
}

.ymaps-2-1-78-ground-pane {
    -webkit-filter: grayscale(100%);
}

.loader-logo img {
    width: 150px;
    height: auto;
}

.my-gallery figure {
    cursor: default;
}

.my-gallery figure figcaption h4 small {
    font-family: Piazzolla, Arial, sans-serif !important;
    font-style: italic !important;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .only-desktop {
        display: none;
    }
    .only-mobile {
        display: block;
    }
}