﻿#newspaper_main_page{padding-bottom:50px !important}#newspaper_main_page h1{margin-bottom:30px;border-bottom:2px solid var(--color_link);padding-bottom:5px;width:100%}@media (max-width:600px){#newspaper_main_page h1{text-align:center;font-size:28px;width:calc(100% - var(--gap));margin-inline:auto}}#newspaper_main_page ul{gap:20px}@media (min-width:600px){#newspaper_main_page ul{display:grid;grid-template-columns:repeat(5, 1fr)}}@media (max-width:600px){#newspaper_main_page ul{display:grid;grid-template-columns:repeat(2, 1fr);padding:0 20px}}#newspaper_main_page ul li .pic{padding-bottom:140%;border-radius:10px;background-repeat:no-repeat;background-size:cover;background-position:center;width:100%}#newspaper_main_page ul li .content{padding:15px}#newspaper_item{padding-bottom:100px}#newspaper_item{position:relative}#newspaper_item .loader{width:100px;height:100px;position:relative;margin:0 auto}#newspaper_item .spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #4caf50;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%, -50%) rotate(0deg)}100%{transform:translate(-50%, -50%) rotate(360deg)}}@media (min-width:600px){#newspaper_item .top_wrapper{text-align:center;margin-bottom:20px}}@media (max-width:600px){#newspaper_item .top_wrapper{padding:0 10px;margin-bottom:15px}}@media (min-width:600px){#newspaper_item .top_wrapper h1{font-size:50px}}#newspaper_item .page .pic{position:relative;z-index:2;background-repeat:no-repeat;background-size:100% 100%;background-position:center;width:100%;height:100%}#newspaper_item #gallery_box_media{position:relative;z-index:10;display:flex;max-width:1270px;margin:0 auto}#newspaper_item #gallery_box_media .content{position:absolute;width:200px;top:0;right:-215px;background:#a6c6ed;border-radius:12px;color:white}#newspaper_item #gallery_box_media .content .turn_wrap:first-child .turn.active{border-radius:12px 12px 0 0}#newspaper_item #gallery_box_media .content .turn_wrap:last-child .turn{border-bottom:0}#newspaper_item #gallery_box_media .content .turn_wrap:last-child .turn.active{border-radius:0 0 12px 12px}#newspaper_item #gallery_box_media .content .turn_wrap .turn{border-bottom:1px solid #fff;cursor:pointer;padding:10px;font-size:20px}#newspaper_item #gallery_box_media .content .turn_wrap .turn.active{background:#4d7ca1}@media (min-width:600px){#newspaper_item #gallery_box_media #newspaper{margin:0 auto !important}}#newspaper_item #gallery_box_media #custom-arrows{position:absolute;top:50%;right:-7px;transform:translateY(-50%);width:101%;display:flex;justify-content:space-between;align-items:center;z-index:999}#newspaper_item #gallery_box_media #custom-arrows .prev-arrow,#newspaper_item #gallery_box_media #custom-arrows .next-arrow{width:40px;height:40px;background-color:#333;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}#newspaper_item #gallery_box_media #custom-arrows .prev-arrow:before,#newspaper_item #gallery_box_media #custom-arrows .next-arrow:before{font-family:"FontAwesome";font-size:20px}#newspaper_item #gallery_box_media #custom-arrows .prev-arrow:before{content:""}#newspaper_item #gallery_box_media #custom-arrows .next-arrow:before{content:""}.actions_btns{display:flex;gap:40px;align-items:center;color:var(--mainTextColor)}@media (max-width:600px){.actions_btns{justify-content:space-between;padding:10px;border-top:1px solid #2E3461;border-bottom:1px solid #2E3461;gap:10px}}.actions_btns .share{display:flex;gap:10px;align-items:center;color:var(--mainTextColor)}@media (max-width:600px){.actions_btns .share span{font-size:14px}}.actions_btns a{color:var(--mainTextColor);font-size:18px;font-weight:normal;width:34px;height:34px;display:flex;justify-content:center;align-items:center;border-radius:5px}@media (max-width:600px){.actions_btns a{width:25px;height:25px}}.actions_btns a i{color:white}@media (max-width:600px){.actions_btns .buttons{display:flex;justify-content:space-around;padding-right:20px}}.actions_btns .bg_facebook{background:#5D5AE3}.actions_btns .bg_email{background:#FF0000}.actions_btns .bg_whatsapp{background:#36C67D}.actions_btns .bg_download{background:var(--color_link)}