#gallery{display:flex;justify-content:left;gap:24px;flex-wrap:wrap;margin-top:100px}#gallery .gallery-element{position:relative;width:283px;height:190px;border-radius:10px;overflow:hidden}#gallery .gallery-element img{object-fit:cover}#gallery .gallery-element iframe,#gallery .gallery-element img{width:100%;height:100%;cursor:pointer;transition:.2s;border-radius:10px}#gallery .gallery-element img:hover{transform:scale(1.06);transition:.3s}#gallery .gallery-element.only-one-element{width:100%;height:auto;min-height:511px;margin-bottom:40px}#gallery .gallery-element .yt-video-cover{position:absolute;width:100%;height:100%;top:0;left:0;z-index:99;background-color:transparent;cursor:pointer}#gallery .gallery-element.video video{width:100%;height:100%;transform:scale(1.3)}#gallery .gallery-element .video-cover{position:absolute;width:100%;height:100%;background-color:rgba(50,50,50,.6);z-index:9;cursor:pointer;transition:.2s}#gallery .gallery-element .video-cover .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#fff;padding:12px 10px 10px 14px}#gallery .gallery-element .video-cover .play-btn svg{font-size:22px;color:#1e1e1e;transition:.2s}#gallery .gallery-element .video-cover:hover{background-color:rgba(50,50,50,.7);transition:.3s}#gallery .gallery-element .video-cover:hover .play-btn svg{color:#a6ce39;transition:.3s}@media screen and (min-width:1200px) and (max-width:1360px){#gallery .gallery-element.only-one-element{min-height:410px}#gallery .gallery-element{width:307px;height:200px}}@media screen and (min-width:766px) and (max-width:850px){#gallery{gap:25px;margin-top:100px;justify-content:center}#gallery .gallery-element{width:310px;height:206px}#gallery .gallery-element.only-one-element{min-height:400px}}@media screen and (min-width:850px) and (max-width:1000px){#gallery{gap:25px;margin-top:100px;justify-content:center}#gallery .gallery-element{width:235px;height:156px}#gallery .gallery-element.only-one-element{min-height:426px}}@media screen and (min-width:1000px) and (max-width:1200px){#gallery{gap:15px;margin-top:100px;justify-content:center}#gallery .gallery-element{width:290px;height:193px}#gallery .gallery-element.only-one-element{min-height:500px}}@media screen and (max-width:320px){#gallery{width:280px;gap:0;margin:50px auto}#gallery .gallery-element{width:280px;height:186px;margin-bottom:20px}#gallery .gallery-element.only-one-element{min-height:180px;margin-bottom:20px}}@media screen and (min-width:320px) and (max-width:340px){#gallery{width:310px;gap:15px;margin:50px auto}#gallery .gallery-element{width:146px;height:97px}#gallery .gallery-element.only-one-element{min-height:180px;margin-bottom:25px}}@media screen and (min-width:340px) and (max-width:400px){#gallery{width:300px;gap:15px;margin:70px auto}#gallery .gallery-element{width:141px;height:94px}#gallery .gallery-element.only-one-element{min-height:180px}}@media screen and (min-width:400px) and (max-width:450px){#gallery{width:370px;gap:15px;margin:70px auto}#gallery .gallery-element{width:176px;height:117px}#gallery .gallery-element.only-one-element{min-height:220px}}@media screen and (min-width:450px) and (max-width:550px){#gallery{width:400px;gap:15px;margin:70px auto}#gallery .gallery-element{width:190px;height:127px}#gallery .gallery-element.only-one-element{min-height:240px}}@media screen and (min-width:550px) and (max-width:650px){#gallery{gap:15px;width:500px;margin:70px auto}#gallery .gallery-element{width:240px;height:160px}#gallery .gallery-element.only-one-element{min-height:284px}}@media screen and (min-width:650px) and (max-width:766px){#gallery{gap:15px;width:600px;margin:70px auto}#gallery .gallery-element{width:188px;height:125px}#gallery .gallery-element.only-one-element{min-height:350px}}#news-image-slider{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.9);z-index:1111;overflow:hidden}#news-image-slider .swiper{width:1130px;margin:0 auto}#news-image-slider .swiper .swiper-slide{width:1130px;height:100vh}#news-image-slider .swiper .swiper-slide .container{position:absolute;transform:translateY(-50%);top:50%;width:100%;height:auto;text-align:center}#news-image-slider .swiper .swiper-slide .container img{position:static!important}#news-image-slider .swiper .swiper-slide .container img,#news-image-slider .swiper .swiper-slide .container video{width:100%;height:auto!important;margin:0 auto}#news-image-slider .swiper .swiper-slide .container iframe{width:1130px;height:636px;margin:0 auto}#news-image-slider .container .video-cover{position:absolute;width:100%;height:100%;background-color:rgba(50,50,50,0);z-index:9;cursor:pointer;transition:.2s}#news-image-slider .container .video-cover .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#a6ce39;padding:14px 12px 12px 16px;transition:.4s}#news-image-slider .container .pause{display:none}#news-image-slider .container .video-cover .play-btn svg{font-size:30px;color:#1e1e1e;transition:.2s}#news-image-slider .container .video-cover:hover .play-btn svg{font-size:34px;transition:.3s}#news-image-slider .container.play-video .play{display:none}#news-image-slider .container.play-video .pause{display:block}#news-image-slider .container.play-video .video-cover .play-btn{position:absolute;top:auto;left:60px;bottom:6px;border-radius:50%;background-color:#a6ce39;padding:4px 10px;border-radius:30px;font-size:18px;transition:.5s}#news-image-slider .close-icon{display:inline-block;position:absolute;top:20px;right:40px;margin:30px 0 0 32px;padding:4px 10px 2px;border-radius:30px;border:1px solid #1e1e1e;cursor:pointer;transition:.2s;z-index:9999}#news-image-slider .close-icon svg{width:18px;height:18px}#news-image-slider .close-icon:hover{background-color:#1e1e1e;color:#fff;transition:.2s}#news-image-slider .nav-arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:50px;cursor:pointer;border-radius:32px;border:1px solid transparent;transition:.2s}#news-image-slider .prev-arrow{left:50px;padding:10px 20px 10px 16px;transition:.2s}#news-image-slider .next-arrow{right:50px;padding:10px 16px 10px 20px;transition:.2s}#news-image-slider .nav-arrow:hover{border-color:#1e1e1e;transition:.4s}#news-image-slider .next-arrow:hover{right:44px;transition:.3s}#news-image-slider .prev-arrow:hover{left:44px;transition:.3s}@media screen and (min-width:1360px) and (max-width:1599px){#news-image-slider .swiper,#news-image-slider .swiper .swiper-slide{width:900px}#news-image-slider .swiper .swiper-slide .container iframe{width:900px;height:508px}#news-image-slider .nav-arrow{font-size:40px;border-radius:27px}#news-image-slider .prev-arrow{padding:7px 14px 7px 11px}#news-image-slider .next-arrow{padding:7px 11px 7px 14px}}@media screen and (min-width:766px) and (max-width:1020px){#news-image-slider .swiper,#news-image-slider .swiper .swiper-slide{width:620px}#news-image-slider .swiper .swiper-slide .container iframe{width:620px;height:350px}#news-image-slider .nav-arrow{font-size:40px;border-radius:27px;padding:0;border:none}#news-image-slider .prev-arrow{left:10px}#news-image-slider .next-arrow,#news-image-slider .next-arrow:hover{right:10px}#news-image-slider .prev-arrow:hover{left:10px}}@media screen and (min-width:1020px) and (max-width:1360px){#news-image-slider .swiper,#news-image-slider .swiper .swiper-slide{width:700px}#news-image-slider .swiper .swiper-slide .container iframe{width:700px;height:395px}#news-image-slider .nav-arrow{font-size:40px;border-radius:27px;padding:0;border:none}#news-image-slider .prev-arrow{left:10px}#news-image-slider .next-arrow,#news-image-slider .next-arrow:hover{right:10px}#news-image-slider .prev-arrow:hover{left:10px}}@media screen and (min-width:420px) and (max-width:766px){#news-image-slider .swiper,#news-image-slider .swiper .swiper-slide{width:380px}#news-image-slider .swiper .swiper-slide .container iframe{width:380px;height:214px}#news-image-slider .nav-arrow{font-size:30px;padding:0;border:none}#news-image-slider .prev-arrow{left:5px}#news-image-slider .next-arrow,#news-image-slider .next-arrow:hover{right:5px}#news-image-slider .prev-arrow:hover{left:5px}}@media screen and (min-width:340px) and (max-width:420px){#news-image-slider .swiper,#news-image-slider .swiper .swiper-slide{width:300px}#news-image-slider .swiper .swiper-slide .container iframe{width:300px;height:170px}#news-image-slider .nav-arrow{font-size:30px;padding:0;border:none}#news-image-slider .prev-arrow{left:5px}#news-image-slider .next-arrow,#news-image-slider .next-arrow:hover{right:5px}#news-image-slider .prev-arrow:hover{left:5px}#news-image-slider .container.play-video .video-cover .play-btn{left:40px;bottom:6px;padding:3px 8px;border-radius:30px;font-size:15px}}@media screen and (max-width:340px){#news-image-slider .swiper,#news-image-slider .swiper .swiper-slide{width:280px}#news-image-slider .swiper .swiper-slide .container iframe{width:280px;height:158px}#news-image-slider .nav-arrow{font-size:30px;padding:0;border:none}#news-image-slider .prev-arrow{left:1px}#news-image-slider .next-arrow,#news-image-slider .next-arrow:hover{right:1px}#news-image-slider .prev-arrow:hover{left:1px}#news-image-slider .container.play-video .video-cover .play-btn{left:30px;bottom:2px;padding:3px 8px;border-radius:30px;font-size:12px}}