.home-air-state__fullhd {
    margin-bottom: 40px;
}

.home-air-state__not-fullhd {
    display: none;
    margin-bottom: 40px;
}

@media screen and (max-height: 930px) {
    .home-air-state__fullhd {
        display: none;
    }

    .home-air-state__not-fullhd {
        display: block;
    }
}

.home-air-state__date {
    line-height: 17px;
    font-size: 12px;
}

.home-air-state__title {
    margin-top: 10px;
    line-height: 24px;
    font-size: 20px;
}

.home-air-state__legend {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.home-air-state__legend-item {
    position: relative;
    flex: 0 0 auto;
    max-width: 100%;
    padding-left: 24px;
    padding-bottom: 10px;
    line-height: 17px;
    font-size: 13px;
}

.home-air-state__legend-item sup {
    font-size: 75%;
}

.home-air-state__legend-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
}

.home-air-state__indicators {
    height: 190px;
    margin-top: 30px;
    overflow: hidden;
}

.home-air-state__indicators-item {
    padding-bottom: 15px;
    line-height: 17px;
    font-size: 13px;
}

.home-air-state__indicators-name {
    margin-bottom: 8px;
}

.home-air-state__indicators-scale {
    position: relative;
    display: inline-block;
    width: calc(100% - 60px);
    height: 6px;
    vertical-align: middle;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.home-air-state__indicators-scale span {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    max-width: 100%;
    background: #5CB300;
    border-radius: 6px;
}

.home-air-state__indicators-norm {
    display: inline-block;
    width: 50px;
    margin-left: 5px;
    vertical-align: middle;
}

.home-air-state__indicators-value {
    margin-top: 8px;
    color: #5CB300;
}

.home-air-state__indicators .slick-dots {
    text-align: center;
}

.home-air-state__indicators .slick-dots li {
    display: inline-block;
    margin-left: 15px;
    font-size: 0;
}

.home-air-state__indicators .slick-dots li:first-child {
    margin-left: 0;
}

.home-air-state__indicators .slick-dots li button {
    position: relative;
    width: 16px;
    height: 16px;
    background: none;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: border 300ms;
    cursor: pointer;
}

.home-air-state__indicators .slick-dots li button::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #51619C;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 300ms;
}

.home-air-state__indicators .slick-dots li.slick-active button {
    border-color: #51619C;
}

.home-air-state__link {
    display: inline-block;
    margin-top: 25px;
}

.home-air-state__link svg {
    position: relative;
    top: 2px;
    vertical-align: top;
}

.home-air-state__not-fullhd a {
    line-height: 24px;
    font-size: 20px;
    border-bottom: 1px solid #526197;
    transition: border 300ms;
}

.home-air-state__not-fullhd a svg {
    top: 6px;
}

.home-air-state__not-fullhd a:hover {
    border-bottom-color: #fff;
}
.home-air-state__link.ecology a{
    font-size: 16px;
}