@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Montagu+Slab:wght@100;200;300;400;500;600;700&display=swap"); *, ::after, ::before { box-sizing: border-box; text-decoration: none; margin: 0; } body { font-family: "Montserrat", sans-serif; } body::-webkit-scrollbar { width: 10px; } body::-webkit-scrollbar-track { background: #e9e9e9; } body::-webkit-scrollbar-thumb { background-color: rgb(107, 107, 107); } body.overflow_hidden { overflow: hidden; } u { text-decoration: underline; } input, select, textarea, button { font: inherit; } input:focus, textarea:focus, select:focus { outline: none; } ul { padding: 0; margin: 0; } li { list-style: none; } a { cursor: pointer; text-decoration: none; word-break: break-word; transition: 0.2s ease-in; color: currentColor; } button { cursor: pointer; transition: 0.3s ease-in; background-color: transparent; border: unset; } img { max-width: 100%; width:100%; display: block; } .wrapper { display: flex; flex-wrap: wrap; } .site_header { transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } .site_header.scroll_down { top: -150px; } .site_header .wrapper { align-items: center; flex-wrap: nowrap; } .site_header .site_logo { display: flex; align-items: center; gap: 12px; font-family: "Montagu Slab"; } .site_header .site_logo .logo { width: 128px; } .site_header .site_logo h3 { font-weight: 400; font-size: 30px; } .site_header .site_logo p { font-weight: 400; font-size: 15px; } .site_header .social_media { display: inline-flex; align-items: center; gap: 15px; } .site_header .social_media a { display: block; color: #656565; padding: 4px; } .site_header .social_media a:hover { color: #303030; } .site_header .social_media svg { display: block; height: 50px; width: auto; } .site_header .quick_links, .site_header .video_links { display: flex; align-items: center; } .site_header .quick_links li:not(:last-child) a, .site_header .video_links li:not(:last-child) a { border-right: 1px solid #fff 38; } .site_header .quick_links a, .site_header .video_links a { display: flex; align-items: center; padding: 15px 12px; gap: 7px; } .site_header .quick_links .cloud, .site_header .video_links .cloud { width: 25px; } .site_header .video_links { align-items: inherit; margin-left: auto; margin-right: 40px; border-left: 1px solid rgba(0, 0, 0, 0.42); border-right: 1px solid rgba(0, 0, 0, 0.42); } .site_header .video_links li { padding: 0 20px; height: 100%; display: flex; align-items: center; } .site_header .video_links li:first-child { border-right: 1px solid rgba(0, 0, 0, 0.42); } .site_header .language_select { display: flex; align-items: center; gap: 20px; } .site_header .language_select a { display: block; position: relative; } .site_header .language_select a::after { content: ""; position: absolute; left: 12px; bottom: 7px; height: 1.8px; background-color: currentColor; transition: 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95); display: block; } .site_header .language_select a.active::after, .site_header .language_select a:hover::after { width: 50%; } .site_header .top_header { background-color: var(--blue); color: white; } .site_header .top_header .wrapper { justify-content: space-between; margin: 0 -12px; } .site_header .top_header a { padding: 15px 20px; } .site_header .top_header a:hover { background-color: #0e77af; } .site_header .main_header { padding: 12px 0; } .site_header a { font-size: 20px; } .navbar_header { position: sticky; top: 0; background-color: var(--purple); color: white; z-index: 99; } .navbar_header .wrapper { align-items: center; } .navbar_header .menu { display: flex; align-items: center; margin-right: auto; } .navbar_header .menu .nav_link { display: block; font-weight: 400; font-size: 17px; padding: 32px 20px; border-right: 1px solid rgba(255, 255, 255, 0.13); } .navbar_header .menu .nav_link:hover { opacity: 0.8; } .navbar_header .search_bar { width: 100%; max-width: 250px; } .navbar_header .search_bar .form_wrap { width: 100%; } .navbar_header .search_bar input { width: 100%; height: 45px; border-radius: 7px; border: unset; background-color: white; padding: 0 16px; font-size: 18px; font-weight: 500; } .navbar_header .search_bar input::placeholder { color: black; } .mobile_menu { position: fixed; top: 0; left: 0; height: 100vh; width: 100%; z-index: 999; background-color: rgba(0, 0, 0, 0.6); transition: all 0.35s; opacity: 0; visibility: hidden; } .mobile_menu.opened { opacity: 1; visibility: visible; } .mobile_menu.opened .inner { transform: translateX(0%); } .mobile_menu .inner { width: 300px; max-width: 95%; height: 100%; background-color: white; transform: translateX(-100%); transition: all 0.35s; } .mobile_menu .top { position: relative; text-align: center; padding: 15px; } .mobile_menu .top .close_btn { position: absolute; left: 10px; top: 10px; } .mobile_menu .top .logo { width: 80px; display: inline-block; } .mobile_menu .top .logo img { width: 100%; } .mobile_menu .search_bar { padding: 0 15px; } .mobile_menu .search_bar .form_wrap { position: relative; display: flex; align-items: center; } .mobile_menu .search_bar .form_wrap button { position: absolute; left: 10px; padding: 0; } .mobile_menu .search_bar .form_wrap button svg { display: block; } .mobile_menu .search_bar .form_wrap input { width: 100%; height: 40px; padding-left: 40px; font-weight: 500; border: unset; background-color: #f0f0f0; } .mobile_menu .menu { margin: 20px 0; font-size: 21px; font-weight: 500; color: var(--text-color); position: relative; overflow: hidden; } .mobile_menu .menu .nav_link { padding: 10px 15px; color: var(--dark-color); } .mobile_menu .menu .nav_link .arrow_right { width: 24px; height: 27px; } .mobile_menu .menu .dropdown .nav_link { display: flex; align-items: center; justify-content: space-between; } .mobile_menu .menu .dropdown_menu { position: absolute; left: 0; top: 0; z-index: 3; background-color: white; color: black; width: 100%; height: 100%; transform: translateX(120%); transition: all 0.35s; } .mobile_menu .menu .dropdown_menu a { padding: 10px 15px; } .mobile_menu .menu .dropdown_menu.opened { transform: translateX(0%); } .mobile_menu .menu .back_btn { display: flex; align-items: center; cursor: pointer; padding: 10px; font-size: 18px; } .mobile_menu .menu .back_btn img { width: 24px; height: 24px; } .mobile_menu .menu a { display: block; color: currentColor; } .mobile_menu .action_list { padding: 15px; } .mobile_menu .action_list .text_btn { color: var(--text-color); border: 0.4px solid black; border-radius: 4px; } .mobile_menu .action_list .text_btn img { width: 10px; } .mobile_menu .action_list .dropdown_menu { top: calc(100% + 5px); border: 0.4px solid black; left: 0; } @media (min-width: 991px) { .mobile_menu { display: none; } .site_header .toggle { display: none; } } @media (max-width: 991px) { .site_header .toggle { margin-left: auto; } .site_header .social_media { display: none; } .site_header .quick_links { display: none; } .site_header .video_links { display: none; } .site_header .site_logo .logo { width: 80px; } .site_header .language_select a { font-size: 15px; } .navbar_header { display: none; } } .news_slider { overflow: hidden; margin-bottom: 25px; border-radius: 10px; } .news_slider .inner { display: flex; background-color: var(--dark-bg); color: white; } .news_slider .inner .image { width: 50%; } .news_slider .inner .details { width: 50%; padding: 44px 24px; padding-right: 70px; display: flex; flex-direction: column; } .news_slider .inner .details h3 { font-weight: 600; font-size: 24px; line-height: 1.5; margin-bottom: 20px; } .news_slider .inner .details p { font-weight: 600; font-size: 18px; } .news_slider .inner .details .date { display: block; margin-top: auto; font-weight: 600; font-size: 17px; } .news_slider .swiper-pagination { position: static; background-color: var(--purple); overflow-x: auto; display: flex; padding: 5px; } .news_slider .swiper-pagination::-webkit-scrollbar { height: 8px; } .news_slider .swiper-pagination::-webkit-scrollbar-track { background: #e9e9e9; } .news_slider .swiper-pagination::-webkit-scrollbar-thumb { background-color: #6e3cd1; border-radius: 10px; } .news_slider .swiper-pagination .swiper-pagination-bullet { display: inline-flex; align-items: center; justify-content: center; position: relative; width: 37px; min-width: 37px; height: 37px; font-size: 19px; font-weight: 600; color: white; opacity: 1; border-radius: 0; background-color: unset !important; border-bottom: 2px solid transparent; margin-right: 4px; } .news_slider .swiper-pagination .swiper-pagination-bullet::after { content: ""; position: absolute; bottom: 2px; width: 0; height: 2px; display: block; background-color: white; transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .news_slider .swiper-pagination .swiper-pagination-bullet-active::after { width: 25px; } @media (max-width: 991px) { .news_slider .inner { flex-wrap: wrap; } .news_slider .inner .image { width: 100%; } .news_slider .inner .details { width: 100%; padding: 24px; } } @media (max-width: 576px) { .news_slider .inner .image img { aspect-ratio: 1.5; object-fit: cover; } .news_slider .inner .details { padding: 10px; } .news_slider .inner .details h3 { font-size: 16px; margin-bottom: 14px; } .news_slider .inner .details p { font-size: 13px; margin-bottom: 14px; } .news_slider .inner .details .date { font-size: 14px; } } .news_grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 20px; } .news_grid .article_item { display: flex; align-items: center; } .news_grid .article_item .image { width: 140px; min-width: 140px; margin-right: 12px; border-radius: 10px; overflow: hidden; } .news_grid .article_item .image img { border-radius: 10px; height: auto; } .news_grid .article_item .details .title { margin-bottom: 12px; font-weight: 600; font-size: 17px; } .news_grid .article_item .details .date { display: block; font-weight: 600; font-size: 16px; } .center .news_block .news_wrap { padding: 25px; } .center .news_block .news_grid { padding: 25px; } .category_news { margin-bottom: 26px; } .category_news .news_wrap { padding: 0; margin-top: -20px; } .category_news .news_wrap li a { padding: 20px 0; } .category_news .news_wrap li p { font-size: 20px; font-weight: 600; margin-bottom: 16px; } .category_news .news_wrap li .date { font-weight: 600; font-size: 17px; display: block; } .category > .title { font-weight: 500; font-size: 25px; margin-bottom: 14px; } .category .news_grid .article_item { flex-direction: column; } .category .news_grid .article_item .artice_image { width: 100%; margin-bottom: 10px; } .category .news_grid .article_item .image { display: block; width: 100%; overflow: hidden; border-bottom-left-radius: 0; border-bottom-right-radius: 0; margin-bottom: 0 !important; } .category .news_grid .article_item .image img { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .category .news_grid .article_item .image_bottom { background-color: var(--purple); color: white; display: flex; align-items: center; justify-content: center; gap: 40px; padding: 10px 0; margin-top: -2px; position: relative; z-index: 1; } .category .news_grid .article_item .image_bottom > div { font-weight: 500; font-size: 16px; display: flex; align-items: center; gap: 20px; } .category .news_grid .article_item .article_title { font-weight: 400; font-size: 22px !important; } .article_item .image img { transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .article_item:hover .image img { transform: scale(1.05); } @media (max-width: 991px) { .news_grid .article_item .details .title { font-size: 16px; } .category_news .news_grid { gap: 10px; } } @media (max-width: 768px) { .category_news .news_grid { grid-template-columns: 1fr; gap: 30px; } .news_wrap li { padding: 15px !important; } .news_wrap li p { font-size: 17px !important; font-weight: 500; } .news_wrap a { padding: 0 !important; } } @media (max-width: 576px) { .center .news_block .news_grid { padding: 10px !important; } .news_grid .article_item { flex-wrap: wrap; } .news_grid .article_item .image { width: 100%; margin-bottom: 14px; } .category .news_grid .article_item .article_title { font-size: 18px !important; } .category_news .news_wrap { padding: 20px 0 !important; } } .article_details { padding-bottom: 60px; } .article_details .top { margin-bottom: 6px; } .article_details .article_title { font-weight: 600; font-size: 24px; margin-bottom: 10px; } .article_details .date { font-weight: 600; font-size: 17px; color: #888; } .article_details .article_content { padding: 20px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.17); font-size: 20px; } .article_details .article_content p { font-size: inherit; } .article_details p { font-weight: 600; font-size: 20px; } .article_details .share { border-bottom: 1px solid rgba(0, 0, 0, 0.17); } .article_details .share, .article_details .key_words { display: flex; padding: 24px 0; } .article_details .share h2, .article_details .key_words h2 { font-weight: 600; font-size: 20px; margin-right: 15px; } .article_details .share h2 svg, .article_details .key_words h2 svg { transform: translateY(5px); margin-right: 5px; } .article_details .share ul, .article_details .key_words ul { gap: 12px; } .article_details .key_words ul { align-self: flex-end; } .article_details .key_words ul a { font-weight: 600; font-size: 20px; display: block; background-color: var(--purple); border-radius: 8px; padding: 4px 12px; color: white; } .article_details .key_words ul a:hover { opacity: 0.8; } .article_details .bottom_text { padding: 20px 0; } .article_details .bottom_text .wrapper { flex-wrap: nowrap; margin-bottom: 6px; } .article_details .bottom_text .size_btn { display: flex; margin-right: 23px; } .article_details .bottom_text .size_btn .up_btn { background-color: var(--blue); color: white; } .article_details .bottom_text .size_btn .down_btn { color: var(--blue); } .article_details .bottom_text .size_btn button { display: flex; align-items: center; justify-content: center; width: 47px; height: 43px; font-weight: 600; font-size: 24px; border: 1px solid #1481ba; } .article_details .bottom_text .author { font-weight: 600; font-size: 20px; text-align: right; } @media (max-width: 576px) { .article_details .bottom_text .wrapper { flex-wrap: wrap; gap: 10px; } .article_details .bottom_text .author { font-size: 16px; } .article_details .bottom_text .author svg { width: 18px; height: auto; } .article_details p { font-size: 17px; } .article_details .key_words, .article_details .share { flex-wrap: wrap; gap: 15px; } .article_details .key_words h2, .article_details .share h2 { font-size: 17px; } .article_details .key_words h2 svg, .article_details .share h2 svg { transform: translateY(1px); } .article_details .key_words svg, .article_details .share svg { width: 22px; height: auto; } .article_details .key_words ul a { font-size: 16px; } } .main_wrap { padding-top: 26px; } .main_wrap .container { display: flex; justify-content: space-between; gap: 24px; } .main_wrap .left, .main_wrap .right { width: 20%; } .main_wrap .left .block_title, .main_wrap .right .block_title { background-color: var(--red); } .main_wrap .left .news_block, .main_wrap .right .news_block { position: relative; } .main_wrap .center { width: 57%; } .main_wrap .center .block_title { background-color: var(--blue); } .main_wrap .center .news_block { box-shadow: 0 0 32px rgba(211, 211, 211, 0.54); border-radius: 10px; } @media (max-width: 1200px) { .main_wrap { padding-top: 16px; } .main_wrap .container { flex-wrap: wrap; } .main_wrap .left, .main_wrap .right { width: 100%; } .main_wrap .left .news_wrap, .main_wrap .right .news_wrap { padding: 5px 15px; } .main_wrap .left .news_block, .main_wrap .right .news_block { position: static; } .main_wrap .center { width: 100%; order: -1; } } .container { width: 100%; margin: 0 auto; } @media (max-width: 576px) { .container { max-width: 100%; padding: 0 15px; } } @media (min-width: 576px) { .container { max-width: 565px; } } @media (min-width: 769px) { .container { max-width: 730px; } } @media (min-width: 992px) { .container { max-width: 970px; } } @media (min-width: 1200px) { .container { max-width: 1170px; } } @media (min-width: 1400px) { .container { max-width: 1370px; } } @media (min-width: 1600px) { .container { max-width: 1780px; padding: 0 10px; } } :root { --blue: #1481BA; --purple: #140337; --dark-bg: #1A2125; --red: #C22127; } .primary_btn { display: inline-flex; align-items: center; padding: 14px 23px; font-size: 24px; font-weight: 500; border-radius: 6px; background-color: var(--body-color); color: white; } .primary_btn:hover { background-color: var(--blue-hover); } @media (max-width: 992px) { .primary_btn { font-size: 21px; } } @media (max-width: 576px) { .primary_btn { padding: 10px 15px; font-size: 18px; } } @font-face { font-family: swiper-icons; src: url("data:application/font-woff;charset=utf-8;base64, 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"); font-weight: 400; font-style: normal; } :root { --swiper-theme-color:#007aff; } .swiper, swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; display: block; } .swiper-vertical > .swiper-wrapper { flex-direction: column; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial); box-sizing: content-box; } .swiper-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0); } .swiper-horizontal { touch-action: pan-y; } .swiper-vertical { touch-action: pan-x; } .swiper-slide, swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; display: block; } .swiper-slide-invisible-blank { visibility: hidden; } .swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto; } .swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; } .swiper-backface-hidden .swiper-slide { transform: translateZ(0); backface-visibility: hidden; } .swiper-3d.swiper-css-mode .swiper-wrapper { perspective: 1200px; } .swiper-3d .swiper-wrapper { transform-style: preserve-3d; } .swiper-3d { perspective: 1200px; } .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top { transform-style: preserve-3d; } .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; } .swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, 0.15); } .swiper-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; -ms-overflow-style: none; } .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; } .swiper-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; } .swiper-horizontal.swiper-css-mode > .swiper-wrapper { scroll-snap-type: x mandatory; } .swiper-vertical.swiper-css-mode > .swiper-wrapper { scroll-snap-type: y mandatory; } .swiper-centered > .swiper-wrapper::before { content: ""; flex-shrink: 0; order: 9999; } .swiper-centered > .swiper-wrapper > .swiper-slide { scroll-snap-align: center center; scroll-snap-stop: always; } .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child { -webkit-margin-start: var(--swiper-centered-offset-before); margin-inline-start: var(--swiper-centered-offset-before); } .swiper-centered.swiper-horizontal > .swiper-wrapper::before { height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after); } .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child { -webkit-margin-before: var(--swiper-centered-offset-before); margin-block-start: var(--swiper-centered-offset-before); } .swiper-centered.swiper-vertical > .swiper-wrapper::before { width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after); } .swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent; } .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader { animation: swiper-preloader-spin 1s infinite linear; } .swiper-lazy-preloader-white { --swiper-preloader-color:#fff; } .swiper-lazy-preloader-black { --swiper-preloader-color:#000; } @keyframes swiper-preloader-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .swiper-virtual .swiper-slide { -webkit-backface-visibility: hidden; transform: translateZ(0); } .swiper-virtual.swiper-css-mode .swiper-wrapper::after { content: ""; position: absolute; left: 0; top: 0; pointer-events: none; } .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after { height: 1px; width: var(--swiper-virtual-size); } .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after { width: 1px; height: var(--swiper-virtual-size); } :root { --swiper-navigation-size:44px; } .swiper-button-next, .swiper-button-prev { position: absolute; top: var(--swiper-navigation-top-offset, 50%); width: calc(var(--swiper-navigation-size) / 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(0px - var(--swiper-navigation-size) / 2); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--swiper-navigation-color, var(--swiper-theme-color)); } .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; } .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden { opacity: 0; cursor: auto; pointer-events: none; } .swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev { display: none !important; } .swiper-button-next:after, .swiper-button-prev:after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; font-variant: initial; line-height: 1; } .swiper-button-prev, .swiper-rtl .swiper-button-next { left: var(--swiper-navigation-sides-offset, 10px); right: auto; } .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { content: "prev"; } .swiper-button-next, .swiper-rtl .swiper-button-prev { right: var(--swiper-navigation-sides-offset, 10px); left: auto; } .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { content: "next"; } .swiper-button-lock { display: none; } .swiper-pagination { position: absolute; text-align: center; transition: 0.3s opacity; transform: translate3d(0, 0, 0); z-index: 10; } .swiper-pagination.swiper-pagination-hidden { opacity: 0; } .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled { display: none !important; } .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: var(--swiper-pagination-bottom, 8px); top: var(--swiper-pagination-top, auto); left: 0; width: 100%; } .swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform: scale(0.33); position: relative; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { transform: scale(0.33); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { transform: scale(0.33); } .swiper-pagination-bullet { width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px)); height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px)); display: inline-block; border-radius: var(--swiper-pagination-bullet-border-radius, 50%); background: var(--swiper-pagination-bullet-inactive-color, #000); opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); } button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; } .swiper-pagination-bullet:only-child { display: none !important; } .swiper-pagination-bullet-active { opacity: var(--swiper-pagination-bullet-opacity, 1); background: var(--swiper-pagination-color, var(--swiper-theme-color)); } .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets { right: var(--swiper-pagination-right, 8px); left: var(--swiper-pagination-left, auto); top: 50%; transform: translate3d(0px, -50%, 0); } .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; display: block; } .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; transform: translateY(-50%); width: 8px; } .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: 0.2s transform, 0.2s top; } .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); } .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; } .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 0.2s transform, 0.2s left; } .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 0.2s transform, 0.2s right; } .swiper-pagination-fraction { color: var(--swiper-pagination-fraction-color, inherit); } .swiper-pagination-progressbar { background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25)); position: absolute; } .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; } .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top; } .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: var(--swiper-pagination-progressbar-size, 4px); left: 0; top: 0; } .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar { width: var(--swiper-pagination-progressbar-size, 4px); height: 100%; left: 0; top: 0; } .swiper-pagination-lock { display: none; } .swiper-scrollbar { border-radius: var(--swiper-scrollbar-border-radius, 10px); position: relative; -ms-touch-action: none; background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); } .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled { display: none !important; } .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal { position: absolute; left: var(--swiper-scrollbar-sides-offset, 1%); bottom: var(--swiper-scrollbar-bottom, 4px); top: var(--swiper-scrollbar-top, auto); z-index: 50; height: var(--swiper-scrollbar-size, 4px); width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); } .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar { position: absolute; left: var(--swiper-scrollbar-left, auto); right: var(--swiper-scrollbar-right, 4px); top: var(--swiper-scrollbar-sides-offset, 1%); z-index: 50; width: var(--swiper-scrollbar-size, 4px); height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); } .swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5)); border-radius: var(--swiper-scrollbar-border-radius, 10px); left: 0; top: 0; } .swiper-scrollbar-cursor-drag { cursor: move; } .swiper-scrollbar-lock { display: none; } .swiper-zoom-container { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; } .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; } .swiper-slide-zoomed { cursor: move; touch-action: none; } .swiper .swiper-notification, swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; } .swiper-free-mode > .swiper-wrapper { transition-timing-function: ease-out; margin: 0 auto; } .swiper-grid > .swiper-wrapper { flex-wrap: wrap; } .swiper-grid-column > .swiper-wrapper { flex-wrap: wrap; flex-direction: column; } .swiper-fade.swiper-free-mode .swiper-slide { transition-timing-function: ease-out; } .swiper-fade .swiper-slide { pointer-events: none; transition-property: opacity; } .swiper-fade .swiper-slide .swiper-slide { pointer-events: none; } .swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-cube { overflow: visible; } .swiper-cube .swiper-slide { pointer-events: none; backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0 0; width: 100%; height: 100%; } .swiper-cube .swiper-slide .swiper-slide { pointer-events: none; } .swiper-cube.swiper-rtl .swiper-slide { transform-origin: 100% 0; } .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; } .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top { z-index: 0; backface-visibility: hidden; } .swiper-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; opacity: 0.6; z-index: 0; } .swiper-cube .swiper-cube-shadow:before { content: ""; background: #000; position: absolute; left: 0; top: 0; bottom: 0; right: 0; filter: blur(50px); } .swiper-flip { overflow: visible; } .swiper-flip .swiper-slide { pointer-events: none; backface-visibility: hidden; z-index: 1; } .swiper-flip .swiper-slide .swiper-slide { pointer-events: none; } .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top { z-index: 0; backface-visibility: hidden; } .swiper-creative .swiper-slide { backface-visibility: hidden; overflow: hidden; transition-property: transform, opacity, height; } .swiper-cards { overflow: visible; } .swiper-cards .swiper-slide { transform-origin: center bottom; backface-visibility: hidden; overflow: hidden; } .toggle { width: 30px; height: 30px; writing-mode: lr; display: flex; align-items: center; justify-content: center; cursor: pointer; } .toggle .bars { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; } .toggle .bar { display: inline-block; width: 28px; height: 2px; margin: 3.3px 0; transform: none; transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); } .toggle .bar::before { content: ""; width: 100%; height: 2.2px; background-color: currentColor; border-radius: 5px; display: block; } .toggle.opened .bar:nth-child(2) { opacity: 0; } .toggle.opened .bar:nth-child(1) { transform: rotate(45deg); margin-bottom: -7px; } .toggle.opened .bar:nth-child(3) { transform: rotate(-45deg); margin-top: -3px; } .sect_title { position: relative; } .sect_title::before { content: ""; width: 50px; height: 6px; display: inline-block; background-color: var(--body-color); margin-bottom: 60px; border-radius: 10px; } .sect_title h1 { font-size: 48px; font-weight: 700; line-height: 1.1; } .sect_title p { color: var(--grey); line-height: 1.6; } .sect_title > * { margin-bottom: 14px; } @media (max-width: 991px) { .sect_title h1 { font-size: 36px; } .sect_title p { font-size: 18px; } } .site_header { transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); } .site_header.scroll_down { top: -150px; } .site_header .wrapper { align-items: center; flex-wrap: nowrap; } .site_header .site_logo { display: flex; align-items: center; gap: 12px; font-family: "Montagu Slab"; } .site_header .site_logo .logo { width: 128px; } .site_header .site_logo h3 { font-weight: 400; font-size: 30px; } .site_header .site_logo p { font-weight: 400; font-size: 15px; } .site_header .social_media { display: inline-flex; align-items: center; gap: 15px; } .site_header .social_media a { display: block; color: #656565; padding: 4px; } .site_header .social_media a:hover { color: rgb(48, 48, 48); } .site_header .social_media svg { display: block; height: 35px; width: auto; } .site_header .quick_links, .site_header .video_links { display: flex; align-items: center; } .site_header .quick_links li:not(:last-child) a, .site_header .video_links li:not(:last-child) a { border-right: 1px solid rgba(255, 255, 255, 0.2196078431); } .site_header .quick_links a, .site_header .video_links a { display: flex; align-items: center; padding: 15px 12px; gap: 7px; } .site_header .quick_links .cloud, .site_header .video_links .cloud { width: 25px; } .site_header .video_links { align-items: inherit; margin-left: auto; margin-right: 40px; border-left: 1px solid rgba(0, 0, 0, 0.42); border-right: 1px solid rgba(0, 0, 0, 0.42); } .site_header .video_links li { padding: 0 20px; height: 100%; display: flex; align-items: center; } .site_header .video_links li:first-child { border-right: 1px solid rgba(0, 0, 0, 0.42); } .site_header .language_select { display: flex; align-items: center; gap: 20px; } .site_header .language_select a { display: block; position: relative; } .site_header .language_select a::after { content: ""; position: absolute; left: 12px; bottom: 7px; height: 1.8px; background-color: currentColor; transition: 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95); display: block; } .site_header .language_select a.active::after, .site_header .language_select a:hover::after { width: 50%; } .site_header .top_header { background-color: var(--blue); color: white; } .site_header .top_header .wrapper { justify-content: space-between; margin: 0 -12px; } .site_header .top_header a { padding: 15px 20px; } .site_header .top_header a:hover { background-color: #0e77af; } .site_header .main_header { padding: 12px 0; } .site_header a { font-size: 16px; } .navbar_header { position: sticky; top: 0; background-color: var(--purple); color: white; z-index: 99; } .navbar_header .wrapper { align-items: center; } .navbar_header .menu { display: flex; align-items: center; margin-right: auto; } .navbar_header .menu .nav_link { display: block; font-weight: 400; font-size: 17px; padding: 32px 18px; border-right: 1px solid rgba(255, 255, 255, 0.13); } .navbar_header .menu .nav_link:hover { opacity: 0.8; } .navbar_header .search_bar { width: 100%; max-width: 150px; } .navbar_header .search_bar .form_wrap { width: 100%; } .navbar_header .search_bar input { width: 100%; height: 45px; border-radius: 7px; border: unset; background-color: white; padding: 0 16px; font-size: 18px; font-weight: 500; } .navbar_header .search_bar input::-moz-placeholder { color: black; } .navbar_header .search_bar input::placeholder { color: black; } .mobile_menu { position: fixed; top: 0; left: 0; height: 100vh; width: 100%; z-index: 999; background-color: rgba(0, 0, 0, 0.6); transition: all 0.35s; opacity: 0; visibility: hidden; } .mobile_menu.opened { opacity: 1; visibility: visible; } .mobile_menu.opened .inner { transform: translateX(0%); } .mobile_menu .inner { width: 300px; max-width: 95%; height: 100%; background-color: white; transform: translateX(-100%); transition: all 0.35s; } .mobile_menu .top { position: relative; text-align: center; padding: 15px; } .mobile_menu .top .close_btn { position: absolute; left: 10px; top: 10px; } .mobile_menu .top .logo { width: 80px; display: inline-block; } .mobile_menu .top .logo img { width: 100%; } .mobile_menu .search_bar { padding: 0 15px; } .mobile_menu .search_bar .form_wrap { position: relative; display: flex; align-items: center; } .mobile_menu .search_bar .form_wrap button { position: absolute; left: 10px; padding: 0; } .mobile_menu .search_bar .form_wrap button svg { display: block; } .mobile_menu .search_bar .form_wrap input { width: 100%; height: 40px; padding-left: 40px; font-weight: 500; border: unset; background-color: #f0f0f0; } .mobile_menu .menu { margin: 20px 0; font-size: 21px; font-weight: 500; color: var(--text-color); position: relative; overflow: hidden; } .mobile_menu .menu .nav_link { padding: 10px 15px; color: var(--dark-color); } .mobile_menu .menu .nav_link .arrow_right { width: 24px; height: 27px; } .mobile_menu .menu .dropdown .nav_link { display: flex; align-items: center; justify-content: space-between; } .mobile_menu .menu .dropdown_menu { position: absolute; left: 0; top: 0; z-index: 3; background-color: white; color: black; width: 100%; height: 100%; transform: translateX(120%); transition: all 0.35s; } .mobile_menu .menu .dropdown_menu a { padding: 10px 15px; } .mobile_menu .menu .dropdown_menu.opened { transform: translateX(0%); } .mobile_menu .menu .back_btn { display: flex; align-items: center; cursor: pointer; padding: 10px; font-size: 18px; } .mobile_menu .menu .back_btn img { width: 24px; height: 24px; } .mobile_menu .menu a { display: block; color: currentColor; } .mobile_menu .action_list { padding: 15px; } .mobile_menu .action_list .text_btn { color: var(--text-color); border: 0.4px solid black; border-radius: 4px; } .mobile_menu .action_list .text_btn img { width: 10px; } .mobile_menu .action_list .dropdown_menu { top: calc(100% + 5px); border: 0.4px solid black; left: 0; } @media (min-width: 991px) { .mobile_menu { display: none; } .site_header .toggle { display: none; } } @media (max-width: 991px) { .site_header .toggle { margin-left: auto; } .site_header .social_media { display: none; } .site_header .quick_links { display: none; } .site_header .video_links { display: none; } .site_header .site_logo .logo { width: 80px; } .site_header .language_select a { font-size: 15px; } .navbar_header { display: none; } } .artice_image img{ height: 210px; object-fit: cover; } .pagination{ display:flex; } .page-item{ font-size:20px; margin-right: 9px; } .pagination .disabled { font-size:20px; } .pagination .active { font-size:20px; color: red; } @media (max-width: 1381px) { .navbar_header .menu .nav_link{ font-size: 14px!important; } .video_links svg{ height:47px; } .site_header .social_media svg{ height: 28px; } } .site_footer { padding-top: 40px; } .site_footer .wrapper { align-items: center; padding: 60px 0; border-top: 1px solid rgba(0, 0, 0, 0.17); } .site_footer .logo { display: block; margin-bottom: 30px; width: 100px; } .site_footer h5 { font-weight: 700; font-size: 16px; color: var(--dark-bg); margin-bottom: 30px; } .site_footer .menu a { display: block; padding: 10px 0; font-weight: 400; } .site_footer a:hover { opacity: 0.7; } .site_footer .col.first { width: 65%; padding-right: 140px; } .site_footer .col.first p { margin-bottom: 80px; } .site_footer .col.last { width: 17%; } .site_footer .social_media { display: flex; align-content: center; gap: 4px; } .site_footer .social_media svg { height: 22px; width: auto; } .site_footer .social_media a { color: var(--dark-bg); display: block; padding: 4px; } @media (max-width: 991px) { .site_footer .col.first { width: 100%; padding-right: 0; margin-bottom: 40px; } .site_footer .col.first p { margin-bottom: 20px; } .site_footer .col.last { width: 50%; } } @media (max-width: 576px) { .site_footer .col.last { width: 100%; margin-bottom: 30px; } } .news_wrap li a { padding: 20px 0; display: block; } .news_wrap li:not(:last-child) { border-bottom: 1px solid #d9d9d9; } .news_wrap li p { font-size: 19px; } .news_block .block_title { display: flex; justify-content: center; font-size: 19px; font-weight: 500; color: white; padding: 10px 20px; border-radius: 7px; } .image_block { margin-bottom: 33px; } .image_block img { width: 100%; border-radius: 7px; } @media (max-width: 768px) { .news_block .block_title { font-size: 20px; } } .news_slider { overflow: hidden; margin-bottom: 25px; border-radius: 10px; } .news_slider .inner { display: flex; background-color: var(--dark-bg); color: white; } .news_slider .inner .image { width: 50%; } .news_slider .inner .details { width: 50%; padding: 17px 22px; padding-right: 20px; display: flex; height: 288px; flex-direction: column; } .main_slider{ height: 290px; object-fit: cover; } .input-time{ display:none!important; } .news_slider .inner .details h3 { font-weight: 600; font-size: 18px; line-height: 1.5; margin-bottom: 20px; } .news_slider .inner .details p { font-weight: 600; font-size: 18px; } .news_slider .inner .details .date { display: block; margin-top: auto; font-weight: 600; font-size: 17px; } .news_slider .swiper-pagination { position: static; background-color: var(--purple); overflow-x: auto; display: flex; padding: 5px; } .news_slider .swiper-pagination::-webkit-scrollbar { height: 8px; } .news_slider .swiper-pagination::-webkit-scrollbar-track { background: #e9e9e9; } .news_slider .swiper-pagination::-webkit-scrollbar-thumb { background-color: #6e3cd1; border-radius: 10px; } .news_slider .swiper-pagination .swiper-pagination-bullet { display: inline-flex; align-items: center; justify-content: center; position: relative; width: 37px; min-width: 37px; height: 37px; font-size: 19px; font-weight: 600; color: white; opacity: 1; border-radius: 0; background-color: unset !important; border-bottom: 2px solid transparent; margin-right: 4px; } .news_slider .swiper-pagination .swiper-pagination-bullet::after { content: ""; position: absolute; bottom: 2px; width: 0; height: 2px; display: block; background-color: white; transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .news_slider .swiper-pagination .swiper-pagination-bullet-active::after { width: 25px; } @media (max-width: 991px) { .news_slider .inner { flex-wrap: wrap; } .news_slider .inner .image { width: 100%; } .news_slider .inner .details { width: 100%; padding: 24px; height: 193px; } } @media (max-width: 576px) { .news_slider .inner .image img { aspect-ratio: 3/2; -o-object-fit: cover; object-fit: cover; } .news_slider .inner .details { padding: 10px; } .news_slider .inner .details h3 { font-size: 16px; margin-bottom: 14px; } .news_slider .inner .details p { font-size: 13px; margin-bottom: 14px; } .news_slider .inner .details .date { font-size: 14px; } } .news_grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 20px; } .news_grid .article_item { display: flex; align-items: center; gap: 17px; } .news_grid .article_item .image { width: 140px; min-width: 140px; margin-right: 12px; border-radius: 10px; overflow: hidden; } .news_grid .article_item .image img { border-radius: 10px; } .news_grid .article_item .details .title { margin-bottom: 12px; font-weight: 600; font-size: 17px; } .news_grid .article_item .details .date { display: block; font-weight: 600; font-size: 16px; } .center .news_block .news_wrap { padding: 25px; } .center .news_block .news_grid { padding: 25px; } .category_news { margin-bottom: 26px; } .category_news .news_wrap { padding: 0; margin-top: -20px; } .category_news .news_wrap li a { padding: 20px 0; } .category_news .news_wrap li p { font-size: 20px; font-weight: 600; margin-bottom: 16px; } .category_news .news_wrap li .date { font-weight: 600; font-size: 17px; display: block; } .category > .title { font-weight: 500; font-size: 25px; background-color: #140337; margin-bottom: 14px; color: aliceblue; } .category .news_grid .article_item { flex-direction: column; } .category .news_grid .article_item .artice_image { width: 100%; margin-bottom: 10px; } .category .news_grid .article_item .image { display: block; width: 100%; overflow: hidden; border-bottom-left-radius: 0; border-bottom-right-radius: 0; margin-bottom: 0 !important; } .category .news_grid .article_item .image img { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .category .news_grid .article_item .image_bottom { background-color: var(--purple); color: white; display: flex; align-items: center; justify-content: center; gap: 40px; padding: 10px 0; margin-top: -2px; position: relative; z-index: 1; } .category .news_grid .article_item .image_bottom > div { font-weight: 500; font-size: 16px; display: flex; align-items: center; gap: 20px; } .category .news_grid .article_item .article_title { font-weight: 400; font-size: 22px !important; } .article_item .image img { transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .article_item:hover .image img { transform: scale(1.05); } @media (max-width: 991px) { .news_grid .article_item .details .title { font-size: 16px; } .category_news .news_grid { gap: 10px; } } @media (max-width: 768px) { .category_news .news_grid { grid-template-columns: 1fr; gap: 30px; } .news_wrap li { padding: 15px !important; } .news_wrap li p { font-size: 17px !important; font-weight: 500; } .news_wrap a { padding: 0 !important; } } @media (max-width: 576px) { .center .news_block .news_grid { padding: 10px !important; } .news_grid .article_item { flex-wrap: wrap; } .news_grid .article_item .image { width: 100%; margin-bottom: 14px; } .category .news_grid .article_item .article_title { font-size: 18px !important; } .category_news .news_wrap { padding: 20px 0 !important; } } .article_details { padding-bottom: 60px; } .article_details .top { margin-bottom: 6px; } .article_details .article_title { font-weight: 600; font-size: 24px; margin-bottom: 10px; } .article_details .date { font-weight: 600; font-size: 17px; color: #888888; } .article_details .article_content { padding: 20px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.17); font-size: 20px; } .article_details .article_content p { font-size: inherit; margin-bottom: 15px; } .article_details p { font-weight: 600; font-size: 20px; } .article_details .share { border-bottom: 1px solid rgba(0, 0, 0, 0.17); } .article_details .share, .article_details .key_words { display: flex; padding: 24px 0; } .article_details .share h2, .article_details .key_words h2 { font-weight: 600; font-size: 20px; margin-right: 15px; } .article_details .share h2 svg, .article_details .key_words h2 svg { transform: translateY(5px); margin-right: 5px; } .article_details .share ul, .article_details .key_words ul { gap: 12px; } .article_details .key_words ul { align-self: flex-end; } .article_details .key_words ul a { font-weight: 600; font-size: 20px; display: block; background-color: var(--purple); border-radius: 8px; padding: 4px 12px; color: white; } .article_details .key_words ul a:hover { opacity: 0.8; } .article_details .bottom_text { padding: 20px 0; } .article_details .bottom_text .wrapper { flex-wrap: nowrap; margin-bottom: 6px; } .article_details .bottom_text .size_btn { display: flex; margin-right: 23px; } .article_details .bottom_text .size_btn .up_btn { background-color: var(--blue); color: white; } .article_details .bottom_text .size_btn .down_btn { color: var(--blue); } .article_details .bottom_text .size_btn button { display: flex; align-items: center; justify-content: center; width: 47px; height: 43px; font-weight: 600; font-size: 24px; border: 1px solid #1481ba; } .article_details .bottom_text .author { font-weight: 600; font-size: 20px; text-align: right; } @media (max-width: 576px) { .article_details .bottom_text .wrapper { flex-wrap: wrap; gap: 10px; } .article_details .bottom_text .author { font-size: 16px; } .article_details .bottom_text .author svg { width: 18px; height: auto; } .article_details p { font-size: 17px; } .article_details .key_words, .article_details .share { flex-wrap: wrap; gap: 15px; } .article_details .key_words h2, .article_details .share h2 { font-size: 17px; } .article_details .key_words h2 svg, .article_details .share h2 svg { transform: translateY(1px); } .article_details .key_words svg, .article_details .share svg { width: 22px; height: auto; } .article_details .key_words ul a { font-size: 16px; } }/*# sourceMappingURL=main.css.map */ .time-input{display:none!important;} .main_page_foto{ height: 127px!important; object-fit: cover; } .cat_img{ object-fit: revert!important; } iframe{ width:100%; } p img{ width: unset; height: unset; }