@font-face {
  font-family: San-francisco-Medium;
  src: url(../fonts/San-francisco-Medium.otf);
}
@font-face {
  font-family: San-francisco-Semibold;
  src: url(../fonts/San-francisco-Semibold.otf);
}
@font-face {
  font-family: San-francisco-Bold;
  src: url(../fonts/San-francisco-Bold.otf);
}
@font-face {
  font-family: San-francisco-Regular;
  src: url(../fonts/San-francisco-Regular.otf);
}
header .section-bottom, header .mobile-menu-btn, header .mobile-logo {
  display: none;
}

.overlay_menu .close-menu,
.overlay_menu .see-all-wrap {
  display: none;
}

#search_btn img {
  display: none;
}

#header.active-menu {
  top: 0;
}

@media screen and (max-width: 1000px) {
  body {
    background-color: #fff;
  }
  body .container {
    padding: 0 15px;
  }
  body .slick-dots li {
    height: 8px;
  }
  body .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  body .slick-dots li button::before {
    content: none;
  }
  body .slick-dots li:not(.slick-active) {
    width: 8px;
  }
  body .slick-dots li:not(.slick-active) button {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  body .slick-dots li.slick-active {
    width: 24px;
  }
  body .slick-dots li.slick-active button {
    border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #f05a2a;
  }
  body .slick-autoplay-toggle-button {
    display: none;
  }
  body header {
    background-color: #fff;
    height: auto;
  }
  body header .top_section {
    display: none;
  }
  body header .navbar {
    padding: 16px 0;
    border-bottom: 1px solid #F0F0F0;
  }
  body header .navbar .container {
    max-width: 100%;
  }
  body header .navbar .container .menu_btn {
    width: 24px;
    height: 24px;
    top: auto;
  }
  body header .navbar .container .menu_btn.mobile-menu-btn {
    display: block;
  }
  body header .navbar .container .menu_btn:not(.mobile-menu-btn) {
    display: none;
  }
  body header .navbar .container #search_btn {
    width: 24px;
    height: 24px;
  }
  body header .navbar .navbar-links-wrap {
    width: 100%;
    height: 24px !important;
  }
  body header .navbar .logo {
    display: block;
  }
  body header .navbar .logo:not(.mobile-logo) {
    display: none;
  }
  body header .navbar #search_btn span {
    display: none !important;
  }
  body header .navbar #search_btn img {
    display: block;
  }
  body header .section-bottom {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  body header .section-bottom .links-wrap {
    overflow-x: auto;
  }
  body header .section-bottom .links-wrap::-webkit-scrollbar {
    height: 5px;
  }
  body header .section-bottom .links-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  body header .section-bottom .links-wrap::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
  }
  body header .section-bottom .links-wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 8px;
  }
  body header .section-bottom .links {
    display: flex;
    align-items: center;
  }
  body header .section-bottom .links li {
    margin-left: 0 !important;
    display: list-item !important;
    position: static;
  }
  body header .section-bottom .links li:not(:first-child) {
    margin-left: 18px !important;
  }
  body header .section-bottom .links li a {
    font-size: 14px;
    font-family: San-francisco-Semibold;
    line-height: 40px;
    white-space: nowrap;
    color: #000;
    text-transform: capitalize;
  }
  body .main-content {
    padding-top: 123px;
  }
  body main .overlay_menu {
    padding: 15px 0;
    z-index: 100;
  }
  body main .overlay_menu .close-menu {
    position: fixed;
    top: 16px;
    left: 15px;
    z-index: 10;
    display: block;
  }
  body main .overlay_menu .left {
    padding-bottom: 190px;
  }
  body main .overlay_menu .left .links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  body main .overlay_menu .left .links li {
    margin-bottom: 0 !important;
  }
  body main .overlay_menu .left .links li a {
    line-height: 40px;
    font-family: San-francisco-Semibold;
    color: #3E3D3D;
  }
  body main .overlay_menu .see-all-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 52px 15px 15px;
    background-color: #fff;
    display: block;
  }
  body main .main-slider .slide-item {
    display: block;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 40vw;
    filter: drop-shadow(0px 1.16px 2.899px rgba(0, 0, 0, 0.05));
    position: relative;
  }
  body main .main-slider .slide-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(0deg, #212121 46.03%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.9;
  }
  body main .main-slider .slide-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body main .main-slider .slide-item .slide-content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    padding: 12px;
  }
  body main .main-slider .slide-item .slide-content p {
    color: #fff;
    font-size: 14px;
    font-family: San-francisco-Bold;
    line-height: 18px;
    text-shadow: 0px 0.453px 0.906px rgba(0, 0, 0, 0.5);
    margin-bottom: 13px;
  }
  body main .main-slider .slide-item .slide-content p .red_color {
    font-family: San-francisco-Bold;
  }
  body main .main-slider .slide-item .slide-content .date {
    display: flex;
    align-items: center;
  }
  body main .main-slider .slide-item .slide-content .date svg {
    width: 10px;
    height: 10px;
  }
  body main .main-slider .slide-item .slide-content .date span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    margin-left: 5px;
  }
  body main .main-slider .slick-dots {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    max-width: 60%;
    right: 12px;
    bottom: 18px;
    padding: 0;
    margin: 0;
  }
  body main .main-slider .slick-dots li:not(.slick-active) button {
    background-color: rgba(255, 255, 255, 0.3);
  }
  body main .see-all {
    display: block;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 14px;
    font-family: San-francisco-Semibold;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
  }
  body main .see-all.bg-orange {
    background-color: #f05a2a;
    color: #fff;
  }
  body main .see-all.bg-dark {
    background-color: #000;
    color: #fff;
  }
  body main .see-all.bg-transparent {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
  }
  body main .article-section {
    padding: 20px 0;
  }
  body main .article-section:not(.special-article-section) {
    border-top: 1px solid #D3D8E1;
  }
  body main .article-section .article-title {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-family: San-francisco-Semibold;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  body main .article-section .article-title img {
    margin-right: 9px;
  }
  body main .article-section .item {
    font-size: 17px;
  }
  body main .article-section .item p {
    color: #000;
    font-family: San-francisco-Bold;
    line-height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 34px;
  }
  body main .article-section .item .red_color {
    font-family: San-francisco-Bold;
  }
  body main .article-section .item .date {
    margin-top: 5px;
    display: flex;
    align-items: center;
  }
  body main .article-section .item .date span {
    margin-left: 5px;
    color: #82838D;
  }
  body main .article-section .telegram-link {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: linear-gradient(268deg, #25B3E8 0%, #1F90D0 100%);
    display: flex;
    align-items: center;
    padding: 12px 14px;
    font-size: 14px;
    color: #fff;
    font-family: San-francisco-Medium;
    margin-top: 20px;
  }
  body main .article-section .telegram-link .icon-wrap {
    position: relative;
    padding: 0 30px 0 3px;
  }
  body main .article-section .telegram-link .icon-wrap::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) !important;
    z-index: 10;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  body main .article-section.article-vertical-carousel-wrap .article-vertical-carousel .item {
    margin-bottom: 15px;
  }
  body main .article-section.article-vertical-carousel-wrap .article-vertical-carousel .item p {
    color: #616161;
  }
  body main .article-section.article-vertical-carousel-wrap .article-vertical-carousel .slick-dots {
    margin-top: 5px;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body main .article-section.article-vertical-carousel-wrap .article-vertical-carousel.vertical-progress .items-wrap .item {
    position: relative;
    margin: 0;
    padding: 0 0 15px 30px;
  }
  body main .article-section.article-vertical-carousel-wrap .article-vertical-carousel.vertical-progress .items-wrap .item::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 10;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #F05A2A;
    background-color: #fff;
  }
  body main .article-section.article-vertical-carousel-wrap .article-vertical-carousel.vertical-progress .items-wrap .item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 4px;
    z-index: 10;
    width: 1px;
    height: 100%;
    background-color: #D3D8E1;
  }
  body main .article-section.article-vertical-carousel-wrap .see-all {
    margin-top: 25px;
  }
  body main .article-section.special-article-section .item {
    display: block;
    margin-bottom: 2px;
    padding-bottom: 10px;
  }
  body main .article-section.writers-section .item {
    margin-bottom: 20px;
  }
  body main .article-section.writers-section .item h6 {
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #4F4E50;
  }
  body footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body main .main-slider .slide-item {
    height: 61vw;
  }
}/*# sourceMappingURL=media2.css.map */
