body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #424242;
    line-height: 1.5;
}

@media (max-width: 991px) {
    body {
        font-size: 18px;
    }
}

.none {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
}

.visually-hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    display: block;
    margin-left: -1000px;
    background: transparent;
    font-size: 0;
}

.container {
    width: 1400px;
    padding: 0 15px;
    margin: auto;
}

@media (max-width: 1399px) {
    .container {
        width: 100%;
    }
}

.container-wide {
    width: 1536px;
}

@media (max-width: 1535px) {
    .container-wide {
        width: 100%;
    }
}