@import "./swiper-bundle.min.css"; @import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap"); * { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Roboto", sans-serif; } html { font-size: 62.5%; min-height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } body { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } input, button { background: none; outline: none; border: none; } ul { list-style-type: none; } ol { margin-left: 1rem; } ol li { font-size: 1.7rem; line-height: 2.5rem; } a { color: #000; text-decoration: none; } .container { width: 100%; height: 100%; max-width: 174rem; padding: 0 4rem; margin: 0 auto; } @media screen and (max-width: 1070px) { body { padding-bottom: 7.215rem; } } @media screen and (max-width: 1000px) { .container { padding: 0 2rem; } } .big-banner a { display: block; max-width: unset; max-height: unset; width: 100%; height: 100%; } .big-banner a img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .big-banner * { display: block; } .header { border-top: 0.2rem black solid; } .header-inner { padding: 1.2rem 0; gap: 4rem; display: -ms-grid; display: grid; -ms-grid-columns: 68% 4rem auto; grid-template-columns: 68% auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; gap: 1.6rem; } .header-left h1 { font-size: 4rem; color: rgb(255, 12, 0); letter-spacing: -1.5px; font-family: "Oswald", sans-serif; } .header-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; gap: 2.6rem; } .header-ext { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; gap: 1.6rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header-search { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header-search input { border: 1px solid #00822c; padding: 1.4rem; color: black; border: 0.1rem solid black; padding: 1rem 0.6rem; width: 100%; font-weight: bold; } .header-search input::-webkit-input-placeholder { color: black; } .header-search input::-moz-placeholder { color: black; } .header-search input:-ms-input-placeholder { color: black; } .header-search input::-ms-input-placeholder { color: black; } .header-search input::placeholder { color: black; } .header-search button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; padding: 0 0.8rem; height: 3.8rem; border: 0.1rem solid rgb(0, 0, 0); } .search-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; } .search-icon img { width: 2.5rem; height: 2.5rem; } @media screen and (max-width: 1100px) { .header-left h1 { font-size: 2.8rem; } } @media screen and (max-width: 950px) { .header-left h1 { display: none; } .header-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } } .nav { position: relative; margin-bottom: 4rem; } .nav.removed-mq { margin-bottom: 0; } .nav-top { background: rgb(36, 36, 36); -webkit-box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25); box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25); } .nav-inner { position: relative; padding: 0.2rem 0; display: -ms-grid; display: grid; -ms-grid-columns: 73% 4rem auto; grid-template-columns: 73% auto; gap: 4rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .nav-ul { z-index: 3; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; gap: 3.2rem; } .nav-ul span { cursor: pointer; display: block; font-weight: bold; padding: 1rem 0; position: relative; color: rgb(255, 255, 255); font-size: 1.6rem; } .nav-ul span::after { left: 0; bottom: 0.5rem; position: absolute; content: ""; width: 100%; height: 0; border-top: 0.1rem solid rgb(255, 255, 255); display: block; opacity: 0; } .nav-ul span.active::after { opacity: 1; } .nav-section-dropdown { padding: 0 3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; gap: 3.3rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; max-height: 0; left: 0; top: 4.3rem; width: 100%; background: rgb(3, 159, 55); z-index: 2; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; overflow-y: hidden; overflow-x: auto; } .nav-section-dropdown.active { max-height: 4rem; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .nav-section-dropdown a { position: relative; display: block; padding: 1rem 0; font-size: 1.4rem; font-weight: bold; color: rgb(255, 255, 255); } .nav-section-dropdown a::after { left: 0; bottom: 0.5rem; position: absolute; content: ""; width: 100%; height: 0; border-top: 0.1rem solid rgb(255, 255, 255); display: block; opacity: 0; } .nav-section-dropdown a.active::after { opacity: 1; } .nav-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 5rem; } .nav-right-link { justify-self: flex-start; display: block; font-weight: bold; text-align: center; background: rgb(3, 159, 55); font-size: 1.5rem; padding: 0.1rem 0rem; color: rgb(255, 255, 255); max-width: 12.6rem; width: 100%; height: 100%; } .nav-lang { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; gap: 1rem; } .marquee { position: absolute; width: 100%; } .marquee-inner { position: relative; width: 100%; height: 100%; background: rgb(3, 159, 55); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; gap: 0.8rem; } .marquee-title { position: absolute; left: -0.1rem; top: -0.1rem; z-index: 2; font-size: 1.5rem; color: rgb(255, 255, 255); font-weight: bold; max-width: 13rem; width: 100%; height: 100%; height: 4.4rem; background-image: url(../icons/marquee.svg); background-repeat: no-repeat; background-position: 0% center; background-size: cover; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .marquee-title span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .ticker { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .ticker-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; height: 100%; gap: 2.4rem; } .ticker-wrapper a { display: block; color: rgb(255, 255, 255); font-size: 1.7rem; padding: 1.1rem 0; } .marquee2k { overflow: hidden; width: 100%; height: 4.2rem; } .marquee2k p { padding: 1.1rem 0; } .marquee2k p a { margin-left: 2.4rem; font-size: 1.7rem; color: rgb(255, 255, 255); } .nav-bottom-inner { overflow-x: auto; background: rgb(3, 159, 55); padding: 0 3.5rem; } .nav-bottom-inner ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 3.3rem; } .nav-bottom-inner a { display: block; font-weight: bold; padding: 1rem; position: relative; color: rgb(255, 255, 255); font-size: 1.6rem; } .nav-bottom-inner a::after { left: 0; bottom: 0.5rem; position: absolute; content: ""; width: 100%; height: 0; border-top: 0.1rem solid rgb(255, 255, 255); display: block; opacity: 0; } .nav-bottom-inner a.active::after { opacity: 1; } .header-search-icon img { pointer-events: none; } .header-search-icon, .header-burger { cursor: pointer; display: none; max-width: 3.9rem; max-height: 3.9rem; width: 100%; height: 100%; } .header-search-icon img, .header-burger img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; } .burger-wrapper { display: -ms-grid; display: grid; -ms-grid-columns: 22% 1fr; grid-template-columns: 22% 1fr; position: fixed; z-index: 10000000000000000; top: 0; right: 0; width: 100vw; height: 100vh; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .burger-wrapper .burger-close { width: 0; height: 100%; background: rgba(0, 0, 0, 0.5); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .burger-wrapper .burger-close img { padding: 1rem 0 0 2.7rem; } .burger-wrapper .burger-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4rem; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: black; width: 100%; background: rgb(56, 56, 56); padding: 3rem 2rem; overflow-y: auto; } .burger-wrapper.active { -webkit-transform: translateX(0); transform: translateX(0); } .burger-wrapper.active .burger-close { width: 100%; } .burger-list, .burger-list-nested { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .burger-item { font-size: 2rem; color: rgb(255, 255, 255); text-align: center; letter-spacing: 0.1em; cursor: pointer; font-weight: bold; padding: 2rem 0; } .burger-nested-list { overflow: hidden; max-height: 0; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .burger-nested-list li { width: 100%; height: 100%; display: -ms-grid; display: grid; -ms-grid-columns: 1fr; grid-template-columns: 1fr; } .burger-nested-list a { -ms-grid-column-align: center; justify-self: center; width: 50%; color: rgb(255, 255, 255); text-align: center; font-size: 1.6rem; font-weight: bold; padding: 1.5rem 0; background: rgb(101, 101, 101); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .burger-nested-list a:hover { background: rgb(85, 85, 85); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .burger-nested-list.active { max-height: 50rem; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .burger-lang { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 1.6rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .burger-lang ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 1.6rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .burger-lang ul button { width: 4.3rem; height: 3rem; } .burger-lang ul button img { width: 4.3rem; height: 3rem; } .lang-country img { width: 2.5rem; height: 1.7rem; } @media screen and (max-width: 1300px) { .nav-right-link { width: 11rem; padding: 0.4rem 0; text-align: center; } } @media screen and (max-width: 1100px) { .nav-ul { gap: 1.6rem; } } @media screen and (max-width: 1070px) { .nav-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-grid-columns: unset; grid-template-columns: unset; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } } @media screen and (max-width: 950px) { .nav, .header-right, .nav-bottom-inner { display: none; } .header-search-icon, .header-burger { display: block; } } .main-inner { padding: 2.8rem 0; display: -ms-grid; display: grid; -ms-grid-columns: 72% 4rem auto; grid-template-columns: 72% auto; gap: 4rem; max-width: 174rem; margin: 0 auto; } .main-advert a { display: block; max-width: unset; max-height: unset; width: 100%; height: 100%; } .main-advert a img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; } .bannerSwiper .swiper-slide { max-height: 15rem; } .banners-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; gap: 2.5rem; width: 100%; height: 100%; } .banners-inner .swiper { width: 50%; } .banner { max-width: unset; max-height: unset; width: 100%; height: 100%; } .banner img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; } .mobile-search { position: fixed; background: rgb(255, 255, 255); top: 0; left: 0; width: 100%; height: 100%; z-index: 5001; -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .mobile-search.active { -webkit-transform: translateY(0%); transform: translateY(0%); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .mobile-search-inner { position: relative; padding: 6rem 1.6rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 3rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .mobile-search-logo { max-width: unset; max-height: unset; width: 100%; height: 100%; width: 11.6rem; height: 6rem; } .mobile-search-logo img { width: 100%; height: 100%; -o-object-fit: fill; object-fit: fill; } .mobile-search-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.8rem; width: 65%; } .mobile-search-block input { border-radius: 0.5rem; font-size: 1.4rem; width: 100%; height: 100%; border: 1px solid #00822c; padding: 1.4rem; border-color: black; } .mobile-search-closer { position: absolute; top: 1.6rem; left: 1.6rem; padding: 2rem; } @media screen and (max-width: 950px) { .banner-container { max-width: unset; padding: 0; } .banner:last-child { display: none; } .banners-inner { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } } @media screen and (max-width: 700px) { .main-advert a img { -o-object-fit: contain; object-fit: contain; } .main-advert a { max-height: 13rem; } } .main-news-inner { gap: 1.5rem; display: -ms-grid; display: grid; -ms-grid-columns: 75% 1.5rem auto; grid-template-columns: 75% auto; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .main-inner-content { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4.2rem; } .main-news-lead { width: 100%; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .main-news-bg { max-width: unset; max-height: unset; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .main-news-bg img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .main-news-overlay { z-index: 1; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0.7))); background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 95%); } .main-news-info { padding: 0 2.7rem; z-index: 2; position: absolute; bottom: 3.2rem; gap: 1rem; left: 0rem; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .main-news-info-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; gap: 0.4rem; } .main-news-info-title span { font-size: 1.4rem; color: rgb(255, 255, 255); } .main-news-info-title h3 { font-weight: bold; font-size: 1.6rem; color: rgb(255, 12, 0); letter-spacing: 0.1em; } .main-news-info-title h4 { font-size: 1.4rem; color: rgb(255, 255, 255); } .main-news-info-content { font-size: 2rem; color: rgb(255, 255, 255); line-height: 2.179rem; font-weight: bold; } .main-news-container { padding-right: 0; } .main-news-min { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1.7rem; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .main-news-min-item { position: relative; height: 30%; } .main-news-min-bg { max-width: unset; max-height: unset; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .main-news-min-bg img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .main-news-min-info { position: absolute; padding: 0 1.2rem; left: 0; bottom: 0.7rem; font-size: 1.5rem; line-height: 2rem; color: rgb(255, 255, 255); z-index: 2; text-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .mainNewsSwiper { display: none; } .photo-scroller { overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-grid-columns: 1fr; grid-template-columns: 1fr; align-items: center; z-index: 10000000000000000000000000000000000000000000000000000000; position: fixed; left: 0; top: 0; opacity: 0; pointer-events: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .photo-scroller .photo-scroller-inner { -webkit-transform: scale(0.9); transform: scale(0.9); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .photo-scroller.active { -webkit-transition: 0.3s all ease; transition: 0.3s all ease; opacity: 1; pointer-events: all; } .photo-scroller.active .photo-scroller-inner { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .photoScrollerSwiper { width: 100%; height: 100%; margin: auto auto; } .photoScrollerSwiper .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .photo-scroller-inner { position: relative; padding: 2rem 5rem; display: -ms-grid; display: grid; } .photo-scroller-item { max-width: 70rem; max-height: 50rem; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .photo-scroller-item img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .photo-scroller-closer { -webkit-transform: scale(1) !important; transform: scale(1) !important; position: absolute; top: -25%; right: 4rem; width: 3rem; height: 3rem; cursor: pointer; } .photo-scroller-next, .photo-scroller-prev { top: 40% !important; } .photo-scroller-next img, .photo-scroller-prev img { pointer-events: none; } @media screen and (max-width: 1070px) { .main-news-min-bg { height: 54rem; } .mainNewsSwiper { display: block; } .main-news-inner { display: block; } .main-news-lead { display: none; } .main-news-min { display: none; } .main-news-container { padding-right: 4rem; } .main-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } @media screen and (max-width: 950px) { .main-news-min-bg { height: 52vw; } .main-news-min { display: none; } .main-news-lead { max-width: unset; } .main-news-container { max-width: unset; padding: 0; } .main-news-info-title { font-size: 1.5rem; } .main-news-info-content { font-size: 1.7rem; } .main-inner-content { gap: 2.5rem; } } .aside { position: sticky; height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; top: 2.5rem; right: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 3.4rem; } .aside-content-wrapper { display: -ms-grid; display: grid; -ms-grid-columns: 1fr; grid-template-columns: 1fr; gap: 2.5rem; overflow: hidden; } .aside-title { font-size: 2.4rem; color: black; letter-spacing: 0.1rem; line-height: 3.3rem; } .aside-btns { list-style-type: disc; display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; } .aside-btns button { font-size: 1.5rem; text-align: left; position: relative; padding: 0.6rem; padding-left: 1.7rem; cursor: pointer; width: 100%; border: 0.1rem solid rgb(3, 159, 55); color: rgb(3, 159, 55); background: rgb(255, 255, 255); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .aside-btns button::before { content: ""; border-radius: 50%; display: block; width: 0.4rem; height: 0.4rem; background: rgb(3, 159, 55); position: absolute; left: 0.6rem; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .aside-btns button.active { color: rgb(255, 255, 255); background: rgb(3, 159, 55); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .aside-btns button.active::before { background: rgb(255, 255, 255); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .aside-content { z-index: 1; -ms-grid-column: 1; grid-column: 1/1; -ms-grid-row: 3; grid-row: 3/3; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1rem; top: 12rem; -webkit-transform: translate(-100%, -20%) scale(0.7); transform: translate(-100%, -20%) scale(0.7); opacity: 0; width: 100%; -webkit-transition: 0.5s all ease; transition: 0.5s all ease; } .aside-content.active { z-index: 2; -webkit-transform: translate(0%, 0%) scale(1); transform: translate(0%, 0%) scale(1); opacity: 1; -webkit-transition: 0.5s all ease; transition: 0.5s all ease; } .aside-content-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0.8rem; } .aside-content-item:not(:last-child) { padding-bottom: 2rem; } .aside-content-item-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.4rem; } .aside-content-item-title h3 { color: rgb(255, 12, 0); font-size: 1.5rem; letter-spacing: 0.1em; display: none; } .aside-content-item-title span { display: none; } .aside-content-item-title h4:not(:last-child) { display: none; } .aside-content-item-title h4, .aside-content-item-title span { color: black; font-size: 1.4rem; font-weight: bold; } .aside-content-item-info { font-size: 1.5rem; line-height: 1.77rem; } .aside-content-more { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 1rem; font-size: 1.5rem; border: 0.1rem solid rgb(3, 159, 55); padding: 0.6rem 1rem; background: transparent; color: rgb(36, 36, 36); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .aside-content-more img { opacity: 1; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .aside-content-more:hover { color: rgb(255, 255, 255); background: rgb(3, 159, 55); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .aside-content-more:hover img { opacity: 0; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .aside-ad-wrapper { max-width: unset; max-height: unset; width: 100%; height: 100%; margin-bottom: 20px; } .aside-ad-wrapper img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .aside-ad-wrapper:last-child { margin-bottom: 0; } .aside-ad-wrapper-title { font-weight: 600; font-size: 24px; line-height: 1.4; color: #242424; } .aside-ad-wrapper a { display: block; } .aside-ad-wrapper-txt { font-weight: 400; font-size: 13px; line-height: 1.4; margin-top: 10px; } .aside-banner { max-width: 30rem; width: 100%; } .aside-banner img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; } .aside-banner a { display: block; } .aside-container { width: 100%; padding: 0 4rem 0 0; max-width: unset; } @media screen and (max-width: 1350px) { .aside-banner { max-width: 22rem; } } @media screen and (max-width: 1070px) { .aside { display: none; max-width: unset; } .aside-ad-wrapper a { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .aside-container { max-width: 174rem; padding: 0 3rem; margin: 0 auto; } } @media screen and (max-width: 800px) { .aside-title { text-align: center; font-size: 2rem; } .aside-content-wrapper { gap: 2.2rem; } } .sub-news-left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1.8rem; } .sub-news-left h2 { font-size: 2.4rem; color: black; letter-spacing: 0.1rem; line-height: 3.3rem; font-weight: 600; } .sub-news-left-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 2rem; height: 100%; } .sub-news-inner { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 3.5rem 1fr; grid-template-columns: 1fr 1fr; gap: 3.5rem; height: 100%; } .sub-news-left-content-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; gap: 0.8rem; } .sub-news-left-content-item-img { max-width: 11.7rem; max-height: 7.5rem; width: 100%; height: 100%; } .sub-news-left-content-item-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .sub-news-left-content-item-content { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0.4rem; } .sub-news-left-content-item-date-content-head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.4rem; color: rgb(3, 159, 55); font-size: 1.4rem; } .sub-news-left-content-item-date-content-info { font-size: 1.5rem; color: rgb(36, 36, 36); line-height: 1.6rem; } .sub-news-left-content-item-date-content-info.edit { font-size: 1.75rem; line-height: 1.7rem; } .sub-news { height: 100%; } .sub-news-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 2rem; height: 100%; } .sub-news-right-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1.8rem; } .sub-news-right-top h2 { padding-bottom: 0.3rem; font-size: 2.4rem; color: black; letter-spacing: 0.1rem; line-height: 3.3rem; font-weight: 600; overflow: hidden; text-overflow: ellipsis; } .sub-news-right-top-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1.5rem; height: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .sub-news-right-top-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 7.5rem; } .sub-news-right-top-item p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .sub-news-right-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1.5rem; } .sub-news-right-bottom h2 { font-size: 2.4rem; color: black; letter-spacing: 0.1rem; line-height: 3.3rem; font-weight: 600; } .sub-news-right-bottom-content { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 0.8rem 1fr 0.8rem 1fr; grid-template-columns: 1fr 1fr 1fr; gap: 0.8rem; } .sub-news-right-bottom-item { display: block; position: relative; font-size: 1.5rem; background: rgb(3, 159, 55); padding: 0.6rem 1rem; padding-left: 2rem; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; color: rgb(255, 255, 255); letter-spacing: 0.05em; } .sub-news-right-bottom-item:hover { background: rgb(255, 12, 0); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .sub-news-right-bottom-item::before { content: ""; border-radius: 50%; display: block; width: 0.4rem; height: 0.4rem; background: #00822c; position: absolute; left: 0.6rem; top: 50%; background: rgb(255, 255, 255); } @media screen and (max-width: 800px) { .sub-news-left h2, .sub-news-right-top h2, .sub-news-right-bottom h2 { text-align: center; font-size: 2rem; } .sub-news-right-bottom-content { -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; } .sub-news-right-top-item { min-height: unset; } .sub-news-right-top-content { gap: 2.5rem; } .sub-news-right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 5rem; } .main-inner { gap: 5rem; } } @media screen and (max-width: 780px) { .sub-news-inner { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } } .trending { padding: 4.6rem 0 4rem 0; } .trending-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; gap: 3.6rem; } .trending-banner { max-width: unset; max-height: unset; width: 100%; height: 100%; width: 33%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; height: unset; } .trending-banner img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; } .trending-banner a { display: block; max-width: unset; max-height: 95%; width: 95%; height: 100%; margin: auto 0 0 0; } .trendingSwiper { width: 100%; } .trending-head { width: 205% !important; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 1.5rem; } .trending-head h2 { font-size: 2.4rem; color: black; letter-spacing: 0.1rem; line-height: 3.3rem; white-space: nowrap; } .trending-head span { width: 100%; border-top: 0.1rem solid rgb(3, 159, 55); } .trending-aside, .trending-main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 2.5rem; } .trending-aside { width: 36%; } .trending-main { width: 36%; } .trending-aside-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1.6rem; } .trending-banner { width: 28%; } .trending-banner .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .trending-img { max-width: unset; max-height: unset; width: 100%; height: 100%; } .trending-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .trending-aside-content { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0.4rem; } .trending-aside-content-head h3 { display: none; } .trending-aside-content-head h3 + span { display: none; } .trending-aside-content-head h4, .trending-aside-content-head span { color: rgb(85, 85, 85); font-weight: normal; font-size: 1.6rem; } .trending-main-content { gap: 2.5rem; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .trending-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; gap: 0.8rem; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .trending-item .trending-img { max-width: 11.7rem; max-height: unset; width: 100%; height: 100%; } .trending-item .trending-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .trending-item .trending-img img { height: 9rem; } .trending-main-content-inner { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0.4rem; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } @media screen and (max-width: 1150px) { .trending-banner { display: none; } .trending-aside, .trending-main { width: 100%; } .trending-inner { -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; } } @media screen and (max-width: 1070px) { .trending { padding-top: 0; } } @media screen and (max-width: 950px) { .trending-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .trending-head { width: 100% !important; } } @media screen and (max-width: 800px) { .trending-head h2 { font-size: 2rem; } .trending-main-content { gap: 2.5rem; } } .posts { padding: 4rem 0; } .posts-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4rem; } .posts-content { display: -ms-grid; display: grid; grid-template-areas: "big big sm1 sm2" "big big sm3 sm4" "sm5 sm6 sm7 sm8"; gap: 2.5rem; } .posts-content .trending-aside-content-head h3 { display: block; } .posts-content .trending-aside-content-head h3 + span { display: block; } .posts-item-slider { display: none; } .posts-item.sm .trending-img { overflow: hidden; } .posts-item.sm .trending-img img { height: 100%; } .posts-item.big { -ms-grid-row: 1; -ms-grid-row-span: 3; -ms-grid-column: 1; -ms-grid-column-span: 3; grid-area: big; } .posts-item.sm1 { -ms-grid-row: 1; -ms-grid-column: 5; grid-area: sm1; } .posts-item.sm2 { -ms-grid-row: 1; -ms-grid-column: 7; grid-area: sm2; } .posts-item.sm3 { -ms-grid-row: 3; -ms-grid-column: 5; grid-area: sm3; } .posts-item.sm4 { -ms-grid-row: 3; -ms-grid-column: 7; grid-area: sm4; } .posts-item.sm5 { -ms-grid-row: 5; -ms-grid-column: 1; grid-area: sm5; } .posts-item.sm6 { -ms-grid-row: 5; -ms-grid-column: 3; grid-area: sm6; } .posts-item.sm7 { -ms-grid-row: 5; -ms-grid-column: 5; grid-area: sm7; } .posts-item.sm8 { -ms-grid-row: 5; -ms-grid-column: 7; grid-area: sm8; } @media screen and (max-width: 1100px) { .posts-item-slider { display: block; } .posts-item.big { display: none; } .posts-content { display: block; } .posts-item.sm { display: none; } } .media { background: rgb(85, 85, 85); } .media-inner { padding: 4rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 5.2rem; } .media-head h2 { color: rgb(255, 255, 255); } .media-head span { border: 0.1rem solid rgb(255, 255, 255); } .media-videos { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4rem; } .video-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0.8rem; } .video { width: 100%; height: 100%; } .video video { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; } .video img { width: 100%; height: 100%; height: 32rem; -o-object-fit: cover; object-fit: cover; } .video-info h4, .video-info span, .video-info p { color: rgb(255, 255, 255); font-weight: normal; } .swiper { position: relative !important; } .video-prev { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; left: 0; top: 30%; position: absolute; background: rgba(39, 39, 39, 0.7); height: 6rem; width: 4rem; z-index: 2; cursor: pointer; } .video-prev img { width: 3.2rem; height: 3.2rem; } .video-next { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; right: 0; top: 30%; position: absolute; background: rgba(39, 39, 39, 0.7); height: 6rem; width: 4rem; z-index: 2; cursor: pointer; } .video-next img { width: 3.2rem; height: 3.2rem; } .partners-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4.6rem; padding-bottom: 7.6rem; } .partners { padding: 4rem 0; } .partners .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .partners .swiper-slide-active .partners-item { -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .media-photos .photo { overflow: hidden; cursor: pointer; } .media-photos .photo img { -webkit-transition: 0.3s all ease; transition: 0.3s all ease; -webkit-transform: scale(1); transform: scale(1); } .media-photos .photo img:hover { -webkit-transition: 0.3s all ease; transition: 0.3s all ease; -webkit-transform: scale(1.05); transform: scale(1.05); } .partners-item { max-width: 16.7rem; max-height: 8.7rem; width: 100%; height: 100%; -webkit-transform: scale(0.8); transform: scale(0.8); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .partners-item img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; } .partners-head { font-size: 2.4rem; color: black; letter-spacing: 0.1rem; line-height: 3.3rem; text-align: center; } .photo-item-folder { display: none; } @media screen and (max-width: 950px) { .media { display: none; } } .useful-inner { padding: 4rem 0 5rem; display: -ms-grid; display: grid; -ms-grid-columns: 67% 3.6rem auto; grid-template-columns: 67% auto; gap: 3.6rem; } .useful-aside-item-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; gap: 1rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .useful-aside-item-top span { font-size: 1.4rem; color: rgb(3, 159, 55); font-weight: 300; } .useful-aside-img { max-width: 7.7rem; max-height: 8.5rem; width: 100%; height: 100%; } .useful-aside-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .useful-aside-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1rem; } .useful-aside-item-bottom p { font-size: 1.5rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .useful-aside-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 2.5rem; } .useful-aside { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 2.5rem; } .useful-main { width: 100%; } .useful-main-content { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; } @media screen and (max-width: 1250px) { .useful-inner { -ms-grid-columns: 2fr 1fr; grid-template-columns: 2fr 1fr; } } @media screen and (max-width: 1100px) { .useful-inner { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } } @media screen and (max-width: 950px) { .useful-main-content { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } .trending-item:nth-child(6), .trending-item:nth-child(7), .trending-item:nth-child(8) { display: none; } } .aside-mobile { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 5000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; pointer-events: none; } .aside-mobile.active { pointer-events: all; } .aside-mobile.active .aside-mobile-open img { -webkit-transition: 0.3s all ease; transition: 0.3s all ease; -webkit-transform: rotateX(0deg); transform: rotateX(0deg); } .aside-mobile.active .aside-mobile-out { opacity: 1; pointer-events: all; -webkit-transition: 0.6s all ease; transition: 0.6s all ease; height: 20%; } .aside-mobile.active .aside-mobile-inner { background: rgb(255, 255, 255); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; height: 80%; } .aside-mobile.active .aside-mobile-inner::after { -webkit-box-shadow: 0rem 0rem 0rem transparent; box-shadow: 0rem 0rem 0rem transparent; } .aside-mobile.active .aside-mobile-items { pointer-events: all; } .aside-mobile-out { opacity: 0; pointer-events: none; height: 90%; background: rgba(0, 0, 0, 0.4); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; -webkit-transition: background 0.6s ease; transition: background 0.6s ease; } .aside-mobile-inner { position: relative; height: 10%; opacity: 1; pointer-events: all; cursor: pointer; background: rgb(255, 255, 255); display: -ms-grid; display: grid; -ms-grid-columns: 2fr 8fr 1fr; grid-template-columns: 2fr 8fr 1fr; padding: 3rem; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .aside-mobile-inner::after { pointer-events: none; content: ""; position: absolute; display: block; -webkit-box-shadow: 1rem 0.3rem 2rem rgba(0, 0, 0, 0.9); box-shadow: 1rem 0.3rem 2rem rgba(0, 0, 0, 0.9); top: 0; left: 0; width: 100%; height: 100%; z-index: 2; } .aside-mobile-header { padding: 1.5rem 0; text-align: left; font-size: 2rem; } .aside-mobile-items { padding-right: 1rem; pointer-events: none; max-height: 80vh; overflow-y: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; /* width */ /* Track */ /* Handle */ /* Handle on hover */ } .aside-mobile-items a:not(.aside-mobile-more) { border-bottom: 0.1rem solid rgba(126, 126, 126, 0.5); padding: 1.5rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; gap: 2rem; color: rgb(36, 36, 36); } .aside-mobile-items a:not(.aside-mobile-more):hover { -webkit-transition: 0.3s all ease; transition: 0.3s all ease; border-color: rgb(3, 159, 55); } .aside-mobile-items a:not(.aside-mobile-more):hover .content { -webkit-transition: 0.3s all ease; transition: 0.3s all ease; color: rgb(3, 159, 55); } .aside-mobile-items .time { font-size: 1.4rem; } .aside-mobile-items .content { font-size: 1.8rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; color: rgb(36, 36, 36); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .aside-mobile-items::-webkit-scrollbar { width: 0.3rem; } .aside-mobile-items ::-webkit-scrollbar-track { background: transparent; } .aside-mobile-items::-webkit-scrollbar-thumb { background: rgba(126, 126, 126, 0.5); } .aside-mobile-items::-webkit-scrollbar-thumb:hover { background: rgba(126, 126, 126, 0.5); } .aside-mobile-open { width: 100%; height: 100%; pointer-events: all; z-index: 3; cursor: pointer; justify-self: flex-end; -ms-flex-item-align: start; align-self: flex-start; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .aside-mobile-open img { width: 4rem; height: 4rem; -o-object-fit: contain; object-fit: contain; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; -webkit-transform: rotateX(180deg); transform: rotateX(180deg); } .aside-mobile-more { margin: 2rem 0; background: rgb(3, 159, 55); display: block; padding: 1.8rem 0 1rem; color: rgb(255, 255, 255); text-align: center; font-size: 1.8rem; } .burger-list-ul li a, .burger-list-ul li div { display: block; width: 100%; font-size: 2rem; color: rgb(255, 255, 255); text-align: center; letter-spacing: 0.1em; cursor: pointer; font-weight: bold; padding: 2rem 0; } .burger-list.active .burger-list-nested { max-height: 30rem; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .burger-list-nested { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; max-height: 0; overflow: hidden; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .burger-list-nested li { padding: 0; width: 50%; } .burger-list-nested li a { -ms-grid-column-align: center; justify-self: center; color: rgb(255, 255, 255); text-align: center; font-size: 1.6rem; font-weight: bold; padding: 1.5rem 0; background: rgb(101, 101, 101); -webkit-transition: 0.3s all ease; transition: 0.3s all ease; } .burger-list-wrapper { overflow-y: auto; } @media screen and (min-width: 1070px) { .aside-mobile { display: none; } } @media screen and (max-width: 800px) { .aside-mobile-out { height: 80%; } .aside-mobile-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 4rem 1rem; padding-top: 6rem; height: 17%; } .aside-mobile-header { text-align: center; font-size: 2.4rem; } .aside-mobile-open { z-index: 100; height: 4rem; position: absolute; top: 2rem; right: 2rem; } .aside-mobile-items .content { font-size: 1.5rem; } .aside-mobile-items .time { font-size: 1.3rem; } } .footer { display: -ms-grid; display: grid; -ms-grid-columns: 1fr; grid-template-columns: 1fr; width: 100%; height: 100%; padding: 3rem 0; background: rgb(56, 56, 56); } .footer-inner { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .footer-inner p { font-size: 1.5rem; color: rgb(255, 255, 255); font-weight: bold; text-align: center; } .video-main-inner { padding: 4.7rem 0 8rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4.3rem; } .video-main-top { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 6rem 1fr 6rem 1fr; grid-template-columns: repeat(3, 1fr); gap: 6rem; } .video-main-top h4, .video-main-top span, .video-main-top p { color: rgb(0, 0, 0); } .video-main-bottom { padding-top: 3.7rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; gap: 2.6rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .video-main-bottom span { font-size: 1.8rem; color: rgb(3, 159, 55); } .video-main-pagination { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; max-width: 4.1rem; max-height: 3.8rem; width: 100%; height: 100%; background: rgb(56, 56, 56); width: 4.1rem; height: 3.8rem; } .video-main-pagination img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; } .video-main-pagination div { width: 100%; height: 100%; } @media screen and (max-width: 950px) { .video-main-top { -ms-grid-columns: 1fr 4rem 1fr; grid-template-columns: 1fr 1fr; gap: 4rem; } } @media screen and (max-width: 800px) { .video-main-inner { padding: 2.2rem 0 5rem; gap: 1.3rem; } } @media screen and (max-width: 800px) { .video-main-top { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } } .rubric-inner { padding: 4.7rem 0 8rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4.3rem; } .rubric-items { padding: 0 6.7rem; display: -ms-grid; display: grid; gap: 8rem; } .rubric-item { -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 1.5rem; } .rubric-item .sub-news-left-content-item-date-content-info { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; font-size: 1.7rem; line-height: 2.5rem; } .rubric-item .sub-news-left-content-item-img { max-width: 35rem; max-height: 20rem; width: 100%; height: 100%; } .rubric-item .sub-news-left-content-item-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .rubric-item .sub-news-left-content-item-content { gap: 0.8rem; } .rubric-item .sub-news-left-content-item-content h3 { font-size: 2rem; } .rubric-item .sub-news-left-content-item-date-content-head { font-size: 1.6rem; color: rgba(0, 0, 0, 0.6); } .rubric-bottom { padding: 0 6.7rem; margin-top: 50px; gap: 1rem; } .rubric-bottom span { margin-left: 2rem; } .heading__footer-input { max-width: 8rem; height: 4rem; } .heading__footer-input input { text-align: center; font-size: 20px; line-height: 24px; height: 100%; width: 100%; border-radius: 5px; background: #e6e6e6; font-weight: 400; color: #242424; } @media screen and (max-width: 1080px) { .rubric-items, .rubric-bottom { padding: 0; } } @media screen and (max-width: 900px) { .rubric-item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .rubric-item .sub-news-left-content-item-img { max-width: unset; max-height: unset; } } .article-inner { padding: 3rem 0 4rem; display: -ms-grid; display: grid; -ms-grid-columns: 67% 4rem auto; grid-template-columns: 67% auto; gap: 4rem; } .article-wrap { padding-top: 30px; } .article_desc-title { color: #292929; font-weight: 600; font-size: 17px; line-height: 1.4; } .article_desc-result { font-weight: 600; font-size: 20px; line-height: 1.4; margin: 50px 0 40px; color: #00822c; text-align: center; } .article_desc-photo { display: block; width: 100%; height: 450px; margin-bottom: 20px; } .article_desc-photo img { width: 100%; height: 100%; object-fit: contain; -o-object-fit: contain; -o-object-position: left; object-position: left; } .article_btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 40px; } .article_btn.color-gr a { color: #fff; } .article_btn a { font-weight: 600; font-size: 15px; line-height: 1.4; border: 1px solid transparent; background: #00822c; color: #fff; display: block; padding: 8px 30px; -webkit-transition: 0.2s linear; transition: 0.2s linear; } .article_btn a:hover { background: transparent; border-color: #00822c; color: #00822c; } .article-test { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .article-test button { cursor: pointer; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 600; font-size: 14px; line-height: 1.4; max-width: 300px; padding: 5px 14px; margin-bottom: 12px; color: #00822c; border: 1px solid #00822c; -webkit-transition: 0.2s linear; transition: 0.2s linear; } .article-test button::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #00822c; margin-right: 10px; text-align: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .article-test button:hover { border-color: #000; color: #000; } .article-test button:hover::before { background: #000; } .article-test button.true { background: #00822c; border-color: #00822c; color: #fff; } .article-test button.true::before { background: #fff; } .article-test button.false { background: #ff0c00; border-color: #ff0c00; color: #fff; } .article-test button.false::before { background: #fff; } .article-test button.disabled { pointer-events: none; } .article-hint { display: none; position: relative; } .article-hint.active { display: block; -webkit-animation: hint 0.2s linear; animation: hint 0.2s linear; } @-webkit-keyframes hint { 0% { top: 50px; } 100% { top: 0; } } @keyframes hint { 0% { top: 50px; } 100% { top: 0; } } .article-content-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1.2rem; } .article-item { max-width: unset; max-height: unset; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; height: 55rem; overflow: hidden; } .article-item img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; } .article-prev, .article-next { top: 45%; } .article-head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1.2rem; } .article-head h2 { font-size: 2.4rem; font-weight: bold; line-height: 3.3rem; } .article-head span { font-weight: 600; font-size: 1.7rem; color: rgb(3, 159, 55); } .article-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4rem; } .article-desc { padding-top: 1.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 2.4rem; } .article-desc a { color: rgb(59, 59, 255); } .article-desc p, .article-desc h5 { font-size: 1.7rem; line-height: 2.5rem; } .article-desc p img { max-height: 55rem; -o-object-fit: cover; object-fit: cover; } .article-links { padding-top: 2.8rem; } .article-content-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 3.2rem; } .article-content-bottom h3 { font-size: 2.4rem; } .article-bottom-head h4, .article-bottom-head span { color: rgb(36, 36, 36); font-weight: 300; } .article-content-info { color: rgb(36, 36, 36) !important; font-weight: bold !important; } .article-items { display: none; } .align-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } @media screen and (max-width: 1080px) { .article-aside { display: none; } .article-aside.test-aside { border-top: 0.1rem solid rgb(3, 159, 55); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 80px 0 0; } .article-aside.test-aside .aside-ad-wrapper { width: calc(33.33% - 2.4rem); } .article-aside.test-aside .aside-ad-wrapper-title { width: 100%; padding-top: 20px; } .article-inner { display: block; } } @media screen and (max-width: 800px) { .article-inner { padding: 2.2rem 0 5rem; } .article-head { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .article-head h2 { font-size: 1.9rem; } .article-head span { font-size: 1.5rem; color: rgb(85, 85, 85); } .article-content-top { gap: 2.5rem; } .article-content-bottom { gap: 2.5rem; } .article-content-bottom h3 { font-size: 2rem; letter-spacing: 0.1em; text-align: center; } .article-aside.test-aside .aside-ad-wrapper { width: calc(50% - 2.4rem); } .article-aside.test-aside .aside-ad-wrapper:nth-of-type(n + 3) { display: none; } } @media screen and (max-width: 700px) { .article-items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 2.5rem; } .article_desc-photo { height: auto; } .article-content-info { font-size: 1.7rem; } .article-bottom-head { font-size: 1.5rem; } .sub-news-left-content-item-content { gap: 0.5rem; } .article-bottom-item { gap: 1.4rem; } } @media screen and (max-width: 600px) { .article-aside.test-aside { margin-top: 50px; } .article-aside.test-aside .aside-ad-wrapper { width: calc(100% - 2.4rem); } .article-aside.test-aside .aside-ad-wrapper a { height: 200px; } .article-aside.test-aside .aside-ad-wrapper img { -o-object-fit: contain; object-fit: contain; -o-object-position: left; object-position: left; } } .affiche-inner { padding: 4.4rem 0 8rem 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4.3rem; } .affiche-item-data { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1rem; } .affiche-item-data-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 0.8rem; } .affiche-item-data-row span { font-size: 1.7rem; } .affiche-item-data-img { width: 2rem; height: 2rem; } .affiche-item-data-img img { width: 2rem; height: 2rem; -o-object-fit: contain; object-fit: contain; } @media screen and (max-width: 850px) { .affiche-inner { gap: 2.8rem; } .affiche-items { gap: 4rem; } .affiche-item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .affiche-item .sub-news-left-content-item-img { max-width: unset; max-height: unset; } .affiche-item .sub-news-left-content-item-date-content-head { font-size: 1.5rem; } .affiche-item h3 { font-size: 1.7rem; } } @media screen and (max-width: 800px) { .affiche-inner { padding: 2.2rem 0 5rem; } } .affiche-item-inner { padding: 4.6rem 0 8rem 0; display: -ms-grid; display: grid; -ms-grid-columns: 67% 5rem auto; grid-template-columns: 67% auto; gap: 5rem; } .affiche-item-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 2.3rem; } .affiche-item-head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1.5rem; } .affiche-item-head h1 { font-size: 2.4rem; } .affiche-item-head span { font-size: 1.7rem; color: rgb(3, 159, 55); } .affiche-next, .affiche-prev { top: 40%; } .affiche-item-img { max-width: unset; max-height: unset; width: 100%; height: 100%; -ms-grid-column-align: center; justify-self: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .affiche-item-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .affiche-item-top { display: -ms-grid; display: grid; -ms-grid-columns: 50% 1.8rem auto; grid-template-columns: 50% auto; gap: 1.8rem; } .affiche-item-top .affiche-item-data { gap: 1.5rem; justify-self: flex-start; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .affiche-item-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1rem; font-size: 1.8rem; } .affiche-item-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 2.3rem; } @media screen and (max-width: 1080px) { .affiche-swiper-wrapper { max-width: calc(100vw - 8rem); margin: 0 auto; } .affiche-item-inner { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } .affiche-item-aside { display: none; } .affiche-item-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .affiche-item-top .affiche-item-data { -ms-grid-column-align: unset; justify-self: unset; -ms-flex-item-align: unset; -ms-grid-row-align: unset; align-self: unset; } } @media screen and (max-width: 1000px) { .affiche-swiper-wrapper { max-width: calc(100vw - 5rem); } } @media screen and (max-width: 800px) { .affiche-item-head { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; gap: 1rem; } .affiche-item-head h1 { font-size: 1.9rem; } .affiche-item-head span { font-size: 1.5rem; color: rgb(85, 85, 85); } .affiche-item-bottom { font-size: 1.7rem; } } .contact-inner { padding: 4.3rem 0 8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4.3rem; } .contact-head span { display: none; } .contact-left, .contact-form, .contact-content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 4rem; width: 100%; } .contact-block { width: 100%; max-width: 60rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 1.4rem; } .contact-block label { color: rgb(36, 36, 36); font-size: 1.8rem; font-weight: bold; } .contact-block label span { color: red; } .contact-block input, .contact-block textarea { border: 1px solid #00822c; padding: 1.4rem; resize: none; outline: none; } .contact-antispam { max-width: 17.8rem; max-height: 3.2rem; width: 100%; height: 100%; } .contact-antispam img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; } .contact-content button { cursor: pointer; color: rgb(255, 255, 255); background: rgb(3, 159, 55); padding: 1rem 0; width: 100%; max-width: 17rem; } @media screen and (max-width: 800px) { .contact-block { width: 100%; } .contact-inner { padding: 2.2rem 0 5rem; } .contact-left { gap: 3.4rem; } .contact-form, .contact-content { gap: 3rem; } } @media screen and (max-width: 600px) { .contact-block textarea { height: 100%; max-height: 7rem; } .contact-content button { max-width: unset; } }