@font-face {
    font-family: "UTM Seagull", sans-serif;
    src: url('/frontend/fonts/UTM SeagullBold.ttf');
}

.wrapper {
    overflow: hidden;
    font-family: 'UTM Seagull', Helvetica, Verdana, Geneva, sans-serif;
}

#home {
    background: url(/frontend/images/bg.jpg) no-repeat center top;
    background-size: 100% auto;
    position: relative;
    background-attachment: fixed;
}

a {
    display: inline-block;
    width: auto;
}

.info {
    width: 82%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.container-news {
    width: 100%;
    max-width: 1096px;
    margin: 0 auto;
    position: relative;
}

.cr_block {
    margin: 5% auto 0;
}

.slider-chuc .slick-dots {
    bottom: 25px;
}

.slider-chuc .slick-dots li {
    width: 50px;
    height: 55px;
}

.slider-chuc {
    position: relative;
    min-height: 552px;
}

.slider-chuc .slick-dots li button:before {
    color: transparent;
}

.slider-chuc .slick-dots li:nth-child(1) {
    background: url("/frontend/images/landing/slider/d1b.png");
    background-size: 100% 100%;
}

.slider-chuc .slick-dots li:nth-child(2) {
    background: url("/frontend/images/landing/slider/d2b.png");
    background-size: 100% 100%;
}

.slider-chuc .slick-dots li:nth-child(3) {
    background: url("/frontend/images/landing/slider/d3b.png");
    background-size: 100% 100%;
}

.slider-chuc .slick-dots li:nth-child(4) {
    background: url("/frontend/images/landing/slider/d4b.png");
    background-size: 100% 100%;
}

.slider-chuc .slick-dots li:nth-child(1).slick-active {
    background: url("/frontend/images/landing/slider/d1.png");
    background-size: 100% 100%;
}

.slider-chuc .slick-dots li:nth-child(2).slick-active {
    background: url("/frontend/images/landing/slider/d2.png");
    background-size: 100% 100%;
}

.slider-chuc .slick-dots li:nth-child(3).slick-active {
    background: url("/frontend/images/landing/slider/d3.png");
    background-size: 100% 100%;
}

.slider-chuc .slick-dots li:nth-child(4).slick-active {
    background: url("/frontend/images/landing/slider/d4.png");
    background-size: 100% 100%;
}

.slider-chuc .slider-chuc__nu .slick-dots li:nth-child(1).slick-active {
    background: url("/frontend/images/landing/slider/d1a.png");
    background-size: 100% 100%;
}

.slider-chuc .slider-chuc__nu .slick-dots li:nth-child(2).slick-active {
    background: url("/frontend/images/landing/slider/d2a.png");
    background-size: 100% 100%;
}

.slider-chuc .slider-chuc__nu .slick-dots li:nth-child(3).slick-active {
    background: url("/frontend/images/landing/slider/d3a.png");
    background-size: 100% 100%;
}

.slider-chuc .slider-chuc__nu .slick-dots li:nth-child(4).slick-active {
    background: url("/frontend/images/landing/slider/d4a.png");
    background-size: 100% 100%;
}

.btn-switch {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    width: auto;
}

.btn-switch:hover {
    filter: brightness(120%);
}

.slider-chuc__nam, .slider-chuc__nu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.sslick-initialized {
    visibility: visible;
    opacity: 1;
}

.p2_title img {
    width: auto;
    max-width: 100%;
}

.menu li {
    width: auto;
}

.menu li img {
    height: 30px;
}

@media only screen and (max-width: 500px) {
    .slider-chuc .slick-dots li {
        width: 35px;
        height: 40px;
    }

    .btn-switch {
        width: 50px;
        bottom: 30%;
    }
}