body {
    background-color: #ffffff;
    color: #1a1a1a;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

ymaps, [class*="ymaps"] {
    box-sizing: content-box !important;
}

ymaps img, [class*="ymaps"] img {
    max-width: none !important;
    max-height: none !important;
}
