* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}


@font-face {
    font-family: 'San Francisco';
    src: url('../fonts/subset-SanFrancisco.eot');
    src: url('../fonts/subset-SanFrancisco.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SanFrancisco.woff2') format('woff2'),
        url('../fonts/subset-SanFrancisco.woff') format('woff'),
        url('../fonts/subset-SanFrancisco.ttf') format('truetype'),
        url('../fonts/subset-SanFrancisco.svg#SanFrancisco') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'San Francisco';
    src: url('../fonts/subset-SanFrancisco-Bold.eot');
    src: url('../fonts/subset-SanFrancisco-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SanFrancisco-Bold.woff2') format('woff2'),
        url('../fonts/subset-SanFrancisco-Bold.woff') format('woff'),
        url('../fonts/subset-SanFrancisco-Bold.ttf') format('truetype'),
        url('../fonts/subset-SanFrancisco-Bold.svg#SanFrancisco-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'San Francisco';
    src: url('../fonts/subset-SanFrancisco-Medium.eot');
    src: url('../fonts/subset-SanFrancisco-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SanFrancisco-Medium.woff2') format('woff2'),
        url('../fonts/subset-SanFrancisco-Medium.woff') format('woff'),
        url('../fonts/subset-SanFrancisco-Medium.ttf') format('truetype'),
        url('../fonts/subset-SanFrancisco-Medium.svg#SanFrancisco-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'San Francisco';
    src: url('../fonts/subset-SanFrancisco-SemiBold.eot');
    src: url('../fonts/subset-SanFrancisco-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-SanFrancisco-SemiBold.woff2') format('woff2'),
        url('../fonts/subset-SanFrancisco-SemiBold.woff') format('woff'),
        url('../fonts/subset-SanFrancisco-SemiBold.ttf') format('truetype'),
        url('../fonts/subset-SanFrancisco-SemiBold.svg#SanFrancisco-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nokia Large Az';
    src: url('../fonts/subset-NokiaLargeAz.eot');
    src: url('../fonts/subset-NokiaLargeAz.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-NokiaLargeAz.woff2') format('woff2'),
        url('../fonts/subset-NokiaLargeAz.woff') format('woff'),
        url('../fonts/subset-NokiaLargeAz.ttf') format('truetype'),
        url('../fonts/subset-NokiaLargeAz.svg#NokiaLargeAz') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/* .page::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
min-height: 880px;
max-height: 880px;
top: 0;
left: 0;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-image: url("../images/network_Bg.png");
} */

.page {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 1260px;
  /* max-width: 1024px; */
  background-color: #f1f3f4;
  overflow: hidden;
}

.main_center {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

body {
  background-color: #f1f3f4;
}

body.mm_noscroll {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.fixed_header {
  position: fixed;
  top: 0px;
  width: 100%;
}

.open_bg,
.open_menu_bg,
.open_prof_bg {
  display: block;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(14 16 19 / 50%);
  transition: all 0.3s ease;
}

.open_bg.opn,
.open_menu_bg.opn,
.open_prof_bg.opn {
  opacity: 1;
  visibility: visible;
}


/*! ====  HEADER START  ===== */

header {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0 5px 0;
  z-index: 99999999999;
}

header.visible_mob .header_top {
  border-radius: 0 0 5px 5px;
}

header.visible_mob {
  position: fixed;
  padding-top: 0;
  padding-bottom: 0;
  top: 0px;
  left: 0;
  z-index: 99999999999;
  animation: fix 0.6s ease;
  -webkit-animation: fix 0.6s ease;
  /* transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; */
}

main.p_top {
  padding-top: 80px;
}

@keyframes fix {
  0% {
    top: -120px;
  }

  100% {
    top: 0px;
  }
}

.header_top {
  display: block;
  width: 100%;
  padding: 10px;
  height:135px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px #0e10130f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.header_bottom {
  display: block;
  width: 100%;
}

.menu_btn.clicked {
  background-image: url("../images/close.svg");
}

.menu_btn {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 10px 20px 0 0;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/menu.svg");
  cursor: pointer;
}

.logo_sect {
  display: block;
  float: left;
  width: auto;
  max-width: 300px;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
}
.logo_img:before {
  content:"";
  display: block;
  position: absolute;
  right: -50px;
  width: 44px;
  height: 44px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../images/xb.png");
}
.logo_img {
  display: block;
  position: relative;
  width: 290px;
  height: 44px;
}

.logo_img img {
  display: block;
  width: auto;
  height: 115px;
  object-fit: cover;
}

.header_right {
  display: block;
  width: auto;
  float: right;
  width: 700px;
  margin: 38px 0 0 0;
}

.list_icons {
  display: inline-block;
}

.list_icons li {
  display: block;
  float: left;
  position: relative;
  margin: 0 0 0 20px;
}

.top_icon_item {
  display: block;
  width: 100%;
  align-items: center;
}

.t_icon::after {
  display: none !important;
}

.t_icon.hide_bfr::before {
  display: none !important;
}

.t_icon.hide_bfr::after {
  display: block !important;
}

.t_icon {
  display: block;
  float: left;
  position: relative;
  width: 24px;
  height: 24px;
}

.t_icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}

.icon_profile .t_icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  z-index: 1;
  transition: all 0.3s ease;
}

.icon_profile .t_icon:hover:after {
  border-color: #d0252a;
}

.icon_profile.actv .t_icon::after {
  border-color: #d0252a;
}

.show_lents.actv .t_icon_name {
  color: #d0252a;
}

.show_lents.actv .t_icon:before {
  background-position: 0 100%;
}

.show_comments.actv .t_icon_name {
  color: #d0252a;
}

.show_comments.actv .t_icon:before {
  background-position: 0 100%;
}

.exit_this {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 1px 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/close.svg");
  cursor: pointer;
}

.back_this_btn {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 3px 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/back.svg");
  cursor: pointer;
}

.t_icon .pr_dot {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #d0252a;
  z-index: 2;
}

.top_icon_item .t_icon::before {
  content: "";
  display: block;
  position: absolute;
  float: left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* margin-right: 5px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  /* -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; */
}

.icon_lent .t_icon::before {
  background-image: url("../images/nwlent.svg?v2");
}

.icon_comments .t_icon::before {
  background-image: url("../images/comments.svg?v2");
}

.icon_search .t_icon::before {
  background-image: url("../images/search.svg?v2");
}

.icon_profile .t_icon::before {
  border-radius: 50%;
  background-image: url("../images/profile.svg?v2");
}

.icon_lent:hover .t_icon:before {
  background-position: 0 100%;
}

.icon_comments:hover .t_icon::before {
  background-position: 0 100%;
}

.icon_search:hover .t_icon::before {
  background-position: 0 100%;
}

.icon_profile:hover .t_icon::before {
  background-position: 0 100%;
}

.top_icon_item:hover .t_icon_name {
  color: #d0252a;
}

.t_icon_name {
  display: block;
  float: left;
  /* max-width: calc(100% - 30px); */
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  margin: 4px 0 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.prof_drop {
  display: block;
  width: 300px;
  height: auto;
  position: absolute;
  top: 75px;
  right: 0;
  padding-top: 5px;
  background-color: #fff;
  box-shadow: 0px 2px 4px #0e10130f;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  z-index: 3;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.prof_drop.transformed {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}


/*! ====  HEADER FINISH  ===== */


/*! ====  FOOTER START  ===== */

footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0 30px 0;
}

.ftr_top {
  display: block;
  width: 100%;
  padding: 60px 0;
  background-color: #1b346a;
}

.footer_full {
  width: 100%;
  padding: 40px 40px;
  background-color: #fff;
  border-top: 4px solid #d0252a;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ftr_logo {
  display: block;
  float: left;
  width: 94px;
  height: 94px;
}

.ftr_logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.ftr_content {
  display: block;
  float: left;
  width: calc(100% - 94px);
  padding: 0 0 0 5px;
}

.ftr_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  /*width: calc(100% - 420px);*/
  width: calc(100% - 340px);
}

.ftr_right {
  display: block;
  float: right;
}

.ftr_social {
  display: block;
  width: 100%;
}

.ftr_live {
  display: block;
  width: 100%;
  margin: 23px 0 0 0;
}

.live_itm {
  display: block;
  float: right;
  width: 88px;
  height: 31px;
}


/* footer menu */

.ftr_menu {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.ftr_menu>li {
  display: flex;
  float: left;
  position: relative;
  padding: 0px 0 0px 0;
  margin: 0 40px 0 0;
  align-items: center;
}

.ftr_menu>li:last-child {
  margin: 0 0 0 0;
}

.ftr_menu>li>a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  padding: 3px 0px 3px 0px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-break: break-word;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ftr_menu>li:hover>a {
  color: #d0252a;
}


/* .ftr_menu > li.menu_active > a {
color: #d0252a;
font-weight: bold;
} */


/* footer menu */

.copyrite {
  display: flex;
  width: 100%;
  padding: 40px 10px 0 0px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
}


/*! ====  FOOTER FINISH  ===== */


/*! ====  MAIN START  ===== */

main {
  display: block;
  position: relative;
  width: 100%;
  min-height: 600px;
  padding: 0px 0;
}

.section_wrap {
  display: block;
  position: relative;
  width: 100%;
}

.wrap_left {
  float: left;
  max-width: 300px;
}

.wrap_right {
  float: left;
  max-width: 300px;
}

.wrap_center {
  float: left;
  max-width: 960px;
  padding: 0px 20px 0px 0px;
}

.all_news .wrap_news .sect_header {
  margin: 0px 0 20px 0;
}

.br_300_250 {
  display: block;
  width: 300px;
  height: 250px;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 0 20px 0;
}

.rklm_titl {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
}


/* Slider */

.top_slider {
  width: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.top_slider .swiper-slide {
  width: 100%;
}

.swiper-slide {
  width: 100%;
}

.top_slider .swiper-pagination {
  display: block;
  width: 100%;
  bottom: 20px;
  right: 0;
  outline: none;
  padding: 0 15px;
}

.top_slider .swiper-pagination-bullet {
  display: inline-block;
  width: calc(10% - 10px);
  height: 4px;
  border-radius: 0;
  background: #e8eaed !important;
  opacity: 1;
  margin: 0 5px;
  border-radius: 4px;
}

.top_slider .swiper-pagination-bullet:focus {
  border: 0;
  background: none;
  outline: none;
}

.top_slider .swiper-pagination-bullet-active {
  background-color: #d0252a !important;
}

.top_slider .swiper-button-next:hover,
.top_slider .swiper-button-prev:hover {
  background-color: #0e1013;
}

.top_slider .swiper-button-next,
.top_slider .swiper-button-prev {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border: 0;
  outline: 0;
  margin: 0;
  top: calc(34% - 20px);
  opacity: 1;
  background-color: rgb(14 16 19 / 50%);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.top_slider .swiper-button-next {
  background-image: url("../images/next.svg");
  right: 20px;
}

.top_slider .swiper-button-prev {
  background-image: url("../images/prev.svg");
  left: 20px;
}


/*? slide in */

.swiper-link {
  display: block;
  width: 100%;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.mnsh_img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mnsh_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56.5%;
}

.mnsh_img img,
.mnsh_img video,
.mnsh_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.mnsh_content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 20px 20px 24px 20px;
  width: 100%;
  height: 100%;
  min-height: 165px;
  top: 0;
  left: 0;
  z-index: 1;
}


/* .mnsh_title_date {
display: block;
width: 100%;
max-width: 500px;
padding: 35px 25px;
background-color: rgb(0 0 0 / 60%);
} */

.mnsh_title {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  margin-bottom: 15px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sld_over_blok {
  width: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.top_sld_catg,
.top_sld_date {
  display: inline-block;
  padding: 8px 20px;
  margin-right: 10px;
  border-radius: 15px;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  opacity: 1;
}

.top_sld_catg {
  font-weight: bold;
  background-color: #d0252a;
  color: #ffffff;
}

.top_sld_date {
  font-weight: normal;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #80868b;
}


/* Slider */


/* Section News */

.wrap_news .more_name::after {
  display: none;
}

.wrap_news .sect_footer {
  margin-top: 8px;
}

.wrap_news {
  width: 100%;
  /* max-width: 660px; */
  /* padding: 0 20px; */
}

.wrap_news .sect_header {
  display: flex;
  align-items: center;
  padding: 13px 20px;
  margin: 20px 0;
  background-color: #fff;
  border-radius: 5px;
}

.news_tabs {
  display: block;
  float: right;
  margin: 0 0 0 auto;
}

.grid_btn,
.line_btn {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 0 0 10px;
  background-color: transparent;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease;
}

.grid_btn:hover,
.line_btn:hover {
  opacity: 1;
}

.grid_btn.active_btn,
.line_btn.active_btn {
  opacity: 1;
}

.grid_btn {
  background-image: url("../images/grid_btn.svg");
}

.line_btn {
  background-image: url("../images/line_btn.svg?v1");
}

.tab_section {
  display: block;
}


/* .line_tab {
display: block;
} */


/* .grid_tab {
display: block;
} */

.tab_section.active_tab {
  display: block;
}

.grid_tab_sect.active_tab {
  display: block;
}

.news_section .lent_icon {
  margin: 0 0px 0 10px;
}

.news_section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap_hdn {
  display: block;
  /* margin: 0 -10px; */
}

.news_items {
  display: block;
  width: 100%;
  padding: 0 0 20px 0;
}

.price .news_item_link {
  border: 2px solid #d0252a;
}

.news_adv.price {
  border: 2px solid #d0252a;
}

.news_item_link {
  display: block;
  width: 100%;
  padding: 14px 14px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #f1f3f4;
  overflow: hidden;
}

.nw_itm_img {
  display: block;
  float: left;
  width: 136px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.nw_itm_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.nw_itm_img img,
.nw_itm_img video,
.nw_itm_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.nw_itm_info {
  display: block;
  float: left;
  width: calc(100% - 136px);
  padding: 0 0px 0 16px;
}

.nw_itm_title {
  width: 100%;
  height: 96px;
  position: relative;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: auto;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}

a.nw_itm_title_block {
  display: block;
}

.nw_catg,
.nw_date {
  margin: 0 10px 0 0;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  opacity: 1;
  /* word-wrap: break-word; */
}

.grid_tab .nw_catg,
.grid_tab .nw_date {
  display: block;
  float: left;
  max-width: 50%;
  /* word-break: normal; */
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.nw_catg {
  color: #d0252a;
}

.nw_date {
  color: #80868b;
  font-weight: normal;
  text-transform: uppercase;
}

.nw_itm_btm {
  display: block;
  width: 100%;
  padding: 10px 0 0 0;
}

.nw_date_sect {
  display: block;
  float: left;
  width: calc(100% - 80px);
  /* max-width: 50%; */
  margin: 7px 0 0 0;
}

.nw_btn_sect {
  display: block;
  float: right;
  width: 80px;
  /* max-width: 50%; */
}


/*  Grid tabs */


/* .grid_tab .wrap_hdn {
  margin: 0 -11px;
} */

.grid_tab .wrap_hdn {
  margin: 0 -11px;
  display: flex;
  flex-wrap: wrap;
}

.grid_tab .news_items {
  display: block;
  float: left;
  width: 33.33333%;
  padding: 0 6.5px 10px 6.5px;
}

.grid_tab .news_item_link {
  padding: 0px 0px;
}

.grid_tab .nw_itm_img {
  float: none;
  width: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.grid_tab .nw_itm_img::before {
  padding-top: 57%;
}

.grid_tab .nw_itm_info {
  float: none;
  width: 100%;
  padding: 10px 16px 16px 16px;
}

.grid_tab .nw_itm_title {
  height: auto;
  font-size: 18px;
  line-height: 20px;
  -webkit-line-clamp: 3;
}

.grid_tab .nw_date_sect {
  width: calc(100% - 85px);
}

.grid_tab .nw_btn_sect {
  /* max-width: 33%; */
  width: 80px;
}


/*  Grid tabs */


/* Section News */


/* Section Right */


/* section video */

.wrap_video {
  width: 100%;
  margin: 0 0 20px 0;
  background-color: #fff;
}

.video_block {
  width: 100%;
  background-color: #0e1013;
  border-radius: 5px;
  overflow: hidden;
}

.video_link {
  display: block;
  width: 100%;
}

.vd_img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.vd_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56%;
}

.vd_img img,
.vd_img video,
.vd_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.vd_content {
  display: block;
  position: relative;
  padding: 10px 16px 16px 16px;
}

.vd_title {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 10px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.vd_catg {
  display: block;
  width: 100%;
}

.vd_catg_btn {
  display: inline-flex;
  align-items: center;
  width: auto;
  position: relative;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 7px 20px 7px 46px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video_link:hover .vd_catg_btn {
  color: #d0252a;
}

.vd_catg_btn::before {
  content: "";
  display: block;
  position: absolute;
  /* top: 0; */
  left: 20px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/play.svg");
}


/* section video */


/* section lent */

.wrap_lent {
  width: 100%;
  margin: 0 0 20px 0;
}

.sect_body {
  display: block;
  width: 100%;
}

.sect_footer {
  display: block;
  width: 100%;
}

.wrap_lent .lent_scrolled {
  max-height: 785px;
  overflow: scroll;
}

.news_lent {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
}

.sect_header {
  display: block;
  width: 100%;
  padding: 0 20px 20px 20px;
}

.sect_title {
  display: inline-flex;
  align-items: center;
  width: auto;
  position: relative;
  /* background-color: #ffffff; */
  /* border-radius: 15px; */
  padding: 4px 0px 0px 0px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}


/* Header slide news lents */

.lent_scrolled:hover::-webkit-scrollbar-thumb {
  background-color: #e8eaed;
}

.lent_scrolled::-webkit-scrollbar-track {
  border-radius: 3px;
}

.lent_scrolled::-webkit-scrollbar {
  width: 5px;
}

.lent_scrolled::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #e8eaed;
  transition: all 0.3s ease;
}

.visible_mob .slide_lents .lent_scrolled {
  max-height: calc(100vh - 161px);
}

.slide_lents .lent_scrolled {
  max-height: calc(100vh - 181px);
  overflow: scroll;
  padding-bottom: 15px;
}

.visible_mob .slide_comment .lent_scrolled {
  max-height: calc(100vh - 141px);
}

.slide_comment .lent_scrolled {
  max-height: calc(100vh - 161px);
  overflow: scroll;
}

.slide_comment .news_lent {
  padding-bottom: 0px;
}


/* slide comment inner */

.visible_mob .slide_comment_inner .lent_scrolled {
  max-height: calc(100vh - 141px);
}

.slide_comment_inner .lent_scrolled {
  max-height: calc(100vh - 161px);
  overflow: scroll;
}

.slide_comment_inner .news_lent {
  padding-bottom: 0px;
}


/* slide comment inner */

.visible_mob .slide_comment_news .lent_scrolled {
  max-height: calc(100vh - 141px);
}

.slide_comment_news .lent_scrolled {
  max-height: calc(100vh - 161px);
  overflow: scroll;
}

.slide_comment_news .news_lent {
  padding-bottom: 0px;
}

.slide_sect.transformed {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.slide_sect .sect_title {
  max-width: calc(100% - 35px);
}

.slide_sect {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  /* padding-top: 5px; */
  top: 75px;
  right: 0;
  width: 300px;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s ease;
  transform: translateX(100%);
}

.slide_sect .news_lent {
  position: relative;
  border-radius: 0;
}

.slide_sect .news_lent .sect_header {
  border-bottom: 1px solid #e8eaed;
}

.slide_sect .sect_footer {
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  background-color: #fff;
}


/* Header slide news lents */


/* Header slide comments */

.hdr_cmnt_items:first-child {
  border: none;
}

.hdr_cmnt_items {
  width: 100%;
  padding: 16px 20px;
  border-top: 1px solid #e8eaed;
  cursor: pointer;
}

.cmnt_row {
  width: 100%;
}

.cmnt_row:last-child {
  padding: 10px 0 0 0;
}

.cmnt_prf_img {
  display: block;
  float: left;
  width: 50px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.cmnt_prf_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.cmnt_prf_img img,
.cmnt_prf_img video,
.cmnt_prf_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.cmnt_text {
  float: left;
  width: calc(100% - 50px);
  padding: 0 0px 0 10px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* cursor: pointer; */
}

.nw_itm_title {
  width: 100%;
  height: 96px;
  position: relative;
  text-align: left;
  font-family: 'Nokia Large Az', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}

.cmnt_date {
  float: left;
  max-width: 40%;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #80868b;
}

.cmnt_icons {
  float: right;
  max-width: 60%;
}

.count_cmnt,
.count_prs {
  display: block;
  float: left;
  width: auto;
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 18px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #0e1013;
}

.count_cmnt::before,
.count_prs::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.count_cmnt::before {
  background-image: url("../images/chat.svg");
}

.count_prs::before {
  background-image: url("../images/cmnt_user.svg");
}

.comment_inner {
  width: 100%;
  height: 100%;
  /* position: absolute !important; */
  top: 0;
  left: 0;
  /* transform: translateX(100%); */
  /* background-color: #0c5460; */
  transition: all 0.3s ease;
}


/* .comment_inner.active {
  transform: translateX(0%);
} */

.slide_comment_news .comment_inner {
  transform: translateX(0%);
}

.comment_inner .sect_title {
  padding: 0px 0px 0px 0px;
  text-transform: none;
  font-family: 'Nokia Large Az';
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.slide_comment_news .sect_title {
  padding: 0px 0px 0px 0px;
  text-transform: none;
  font-family: 'Nokia Large Az';
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.comment_replay_sect {
  display: block;
  width: 100%;
  padding: 0 20px 55px 20px;
  transition: all 0.3s ease;
}

.comment_replay_sect.writing {
  padding-bottom: 110px;
}

.cmt_rply_row {
  width: 100%;
  padding: 16px 0 0 0;
}

.cmt_rply_prof {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.cmt_rpl_pr_img {
  display: block;
  float: left;
  width: 34px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.cmt_rpl_pr_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.cmt_rpl_pr_img img,
.cmt_rpl_pr_img video,
.cmt_rpl_pr_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.cmt_rpl_pr_name {
  float: left;
  width: calc(100% - 34px);
  padding: 0 0px 0 10px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  white-space: nowrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.cmt_replay_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 5px;
}

.cmt_replay_content {
  display: block;
  float: left;
  width: calc(100% - 40px);
  margin: 0 10px 0 0;
  padding: 10px;
  background-color: #f1f3f4;
  border-radius: 5px;
}

.cmt_replay_text {
  display: block;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
  /* min-height: 115px; */
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0 0 7px 0;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-break: break-word;
  resize: none;
}

.edit_cmnt_textarea {
  display: none;
  margin-top: 10px;
}

.cmt_replay_btm {
  width: 100%;
}

.cmt_rpl_date,
.cmt_rpl_count {
  float: left;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #80868b;
}

.cmt_rpl_date {
  font-weight: normal;
  width: auto;
}

.cmt_rpl_count {
  font-weight: bold;
  margin: 0 0 0 2px;
}

.cmt_rpl_icn {
  display: flex;
  align-items: center;
  float: left;
}

.rt_smile img {
  width: 100%;
  height: 100%;
}

.rt_smile {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0 0 0 2px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


/* .smile_like {
    background-image: url("../images/smile_like.svg");
}

.smile_grin {
    background-image: url("../images/smile_grin.svg");
}

.smile_angry {
    background-image: url("../images/smile_angry.svg");
}

.smile_surprise {
    background-image: url("../images/smile_surprise.svg");
}

.smile_sad {
    background-image: url("../images/smile_sad.svg");
}

.smile_love {
    background-image: url("../images/smile_love.svg");
} */

.smile_close {
  border-radius: 50%;
  border: 1px solid #d0252a;
  background-size: 14px 14px;
  background-image: url("../images/smile_close.svg");
}

.cmt_rpl_rate {
  display: flex;
  align-items: center;
  float: right;
  width: auto;
}

.cmt_replay_icons {
  display: block;
  float: right;
  width: 30px;
}

.cmt_rate_itms {
  width: 100%;
  /* position: relative; */
}

.cmt_rate_btn,
.cmt_edit_btn {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 3px 0;
  background-color: #f1f3f4;
  border-radius: 50%;
  background-position: center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.cmt_rate_btn {
  background-image: url("../images/like_btn.svg");
}

.cmt_edit_btn {
  background-image: url("../images/edit_cmt.svg");
}

.this_rate_items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.this_rate_block {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% + 15px);
  padding: 25px 7px;
  background-color: #fff;
  box-shadow: 0px 2px 4px #0e10130f;
  border-radius: 5px;
}

.this_rate_block .rt_smile {
  float: none;
  width: 26px;
  height: 26px;
  margin: 0;
  cursor: pointer;
}

.th_rt_itm {
  display: block;
  width: 26px;
  float: left;
  margin: 0 5px;
}

.th_rt_count {
  display: block;
  width: 100%;
  height: 15px;
  margin: 4px 0 0 0;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #80868b;
}

.sm_added~.th_rt_count {
  color: #d0252a;
}

.edit_th_cmnt {
  display: none;
  position: absolute;
  bottom: 0;
  right: 40px;
  min-width: 120px;
  width: auto;
  padding: 5px 0px;
  background-color: #fff;
  box-shadow: 0px 2px 4px #0e10130f;
  border-radius: 5px;
}

.edit_th_cmnt li {
  display: block;
  width: 100%;
}

.edit_th_cmnt li .cmt_tools {
  display: block;
  width: 100%;
  padding: 5px 10px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  cursor: pointer;
  transition: all 0.3s ease;
}

.edit_th_cmnt li .cmt_tools:hover {
  background-color: #f1f3f4;
}

.write_all_sect {
  z-index: 4;
}

.cmnt_write {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.cmnt_edit_area {
  display: none;
  z-index: 5;
}

.cmnt_write_area {
  display: none;
  z-index: 5;
}

.cmnt_write_input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  border-top: 1px solid #e8eaed;
  background-color: #f8f9fa;
  border-radius: 0px 0px 5px 5px;
}

.cmnt_write_input input {
  display: block;
  float: left;
  width: calc(100% - 40px);
  margin: 0 10px 0 0;
  padding: 7px 10px;
  background-color: #ffffff;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
}

.wrt_btn {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background-color: #d0252a;
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/wrt_btn.svg");
  cursor: pointer;
}

.unsend_cmnt {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #e8eaed;
  background-color: #fff;
  border-radius: 5px;
}

.unsend_cmnt_items {
  display: none;
}

.under_cmnt_sect {
  float: left;
  width: calc(100% - 36px);
  padding: 0px;
  background-color: #fff;
}

.full {
  margin-bottom: 5px;
}

.full .under_cmnt_sect {
  width: 100%;
}

.under_cmnt {
  width: 100%;
  padding: 0 10px;
  border-left: 2px solid #80868b;
}

.under_cmnt_sect .cmt_rpl_pr_name {
  padding: 0;
}

.under_cmnt_sect .th_rt_itm {
  margin: 0 0px;
  width: 30px;
  height: 30px;
}

.unsend_cmnt .th_rt_itm {
  width: 30px;
}

.unsend_cmnt .rt_smile {
  width: 30px;
  height: 30px;
  margin: 0 0 0 0px;
  cursor: pointer;
}

.unsend_cmnt .cmt_replay_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  /* -webkit-box-orient: vertical; */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 1; */
}

.content_compl {
  padding: 10px 0px 0 0px;
}

.cmpl_row {
  width: 100%;
  padding: 10px 0;
}

.check_lable {
  cursor: pointer;
}

.check_lable input {
  display: none;
}

.checked_input {
  display: block;
  float: left;
  width: 16px;
}

.chk_icon {
  display: block;
  width: 16px;
  height: 16px;
  padding: 2px;
  border-radius: 50%;
  border: 1px solid #BDC1C6;
  background-color: #fff;
}

.chk_icon span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
}

.check_quest .blc_name {
  display: block;
  float: left;
}

.check_quest .blc_money {
  display: block;
  float: right;
}

.check_quest {
  display: block;
  float: left;
  width: calc(100% - 16px);
  padding: 0 0 0 10px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.28px;
  color: #0e1013;
  opacity: 1;
}

.check_border:first-child {
  margin: 0;
}

.check_border {
  border: 1px solid #e8eaed;
  border-radius: 5px;
  padding: 10px;
  /* width: 100%; */
}

.pay_col {
  margin: 0 -5px;
}

.pay_col .check_lable {
  display: block;
  float: left;
  padding: 0 5px;
  width: 33.33%;
}

.pay_col .checked_input {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pay_col .check_quest {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
  padding: 0;
}

.check_lable input:checked~.checked_input .chk_icon {
  border-color: #d0252a;
}

.check_lable input:checked~.checked_input .chk_icon span {
  background-color: #d0252a;
}

.check_lable input:checked~.check_quest {
  color: #d0252a;
}

.check_lable input:checked~.check_border .checked_input .chk_icon {
  border-color: #d0252a;
}

.check_lable input:checked~.check_border .checked_input .chk_icon span {
  background-color: #d0252a;
}

.check_lable input:checked~.check_border .check_quest {
  color: #d0252a;
}

.check_lable input:checked~.check_border {
  border-color: #d0252a;
}

.check_textare {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 75px;
  padding: 12px 16px;
  margin-top: 10px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: -0.28px;
  color: #80868b;
  word-break: break-word;
  border: none;
  outline: none;
  background-color: #f1f3f4;
  border-radius: 5px;
}

.adv_news_mdl .modal_content {
  overflow: visible;
}

.adv_news_mdl .back_this_btn {
  margin-top: 0;
}

.adv_news_mdl .modal_content {
  background: transparent;
}

.mdl_payment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.mdl_payment_inner {
  display: block;
  float: left;
  width: 100%;
  min-height: 290px;
  overflow: hidden;
  border-radius: 7px;
}

.pay_select {
  display: block;
  /* position: absolute; */
  /* top: 0; */
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  transform: translateX(100%);
  transition: all 0.3s ease;
}

.pay_select.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}

.pay_price {
  display: block;
  position: absolute;
  /* top: 0; */
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  transform: translateX(100%);
  transition: all 0.3s ease;
}

.pay_price.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}

.pay_method {
  display: block;
  position: absolute;
  /* top: 0; */
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s ease;
  transform: translateX(100%);
}

.pay_method.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}


/* Header slide comments */


/* Dark icon area ---- */

.sect_import {
  float: right;
  margin: 4px 0px 0 0;
}

.import_label {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 0px;
  color: #80868b;
}

.import_label .import-btn {
  display: block;
  float: right;
  position: relative;
  width: 40px;
  height: 14px;
  margin: 0px 0px 0 5px;
}

.import_label .import-btn input {
  display: none;
}

.import_label .import-btn .slider_import {
  background-color: #f1f3f4;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.import_label .import-btn .slider_import:before {
  background-color: #fff;
  border: 1px solid #bdc1c6;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  bottom: -3px;
  position: absolute;
  transition: 0.4s;
}

.import_label .import-btn input:checked+.slider_import {
  background-color: #fbdecc;
}

.import_label .import-btn input:checked+.slider_import:before {
  background-color: #d0252a;
  border-color: #d0252a;
}

input:checked+.slider_import:before {
  transform: translateX(18px);
}

.slider_import.round_import {
  border-radius: 34px;
}

.slider_import.round_import:before {
  border-radius: 50%;
}

.lent_items {
  display: none;
  width: 100%;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e8eaed;
}

.lent_items:first-child {
  border-top: none;
}

.lent_items:last-child {
  border-bottom: 1px solid #e8eaed;
}

.lent_items:hover {
  cursor: pointer;
}

.lent_items:hover .lent_links {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.blog_wr_items :hover .lent_links {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.default_lent {
  display: block;
}

.important_lent {
  display: block;
  border-top: 1px solid #e8eaed;
  border-left: 2px solid #d0252a !important;
  background-color: #f8f9fa !important;
}

.important_lent .lent_date {
  font-weight: bold;
  color: #d0252a;
}

.lent_cotent {
  width: 100%;
  position: relative;
}

.lent_date {
  float: left;
  width: 38px;
  position: relative;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
}

.lent_info {
  float: left;
  width: calc(100% - 65px);
  /* width: 100%; */
  /* padding: 0 0 0 18px; */
  padding: 0 0 0px 0px;
  position: relative;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
}

.lent_links {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 95%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap_lent .lent_icon,
.slide_sect .lent_icon {
  margin: 0 0px 0 5px;
}

.wrap_lent .lent_icon:first-child,
.slide_sect .lent_icon:first-child {
  margin: 0 0px 0 0px;
}

.wrap_lent .lent_date,
.slide_sect .lent_date {
  float: left;
  width: 65px;
  position: relative;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
}

.wrap_lent .lent_links,
.slide_sect .lent_links {
  display: block;
  align-items: center;
  /* width: 100%; */
  width: 85px;
  height: 100%;
  padding: 10px 10px;
  background-color: rgb(234 0 0);
  position: absolute;
  font-family:'Nokia Large Az';
  font-weight:bold;
  color:#fff;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lent_ln_icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.wrap_lent .lent_ln_icons,
.slide_sect .lent_ln_icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.wrap_blog .lent_ln_icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.wrap_blog .lent_links {
  display: block;
  align-items: center;
  /* width: 100%; */
  width: 80px;
  height: 80px;
  padding: 7px 10px;
  background-color: rgb(14 16 19 / 50%);
  position: absolute;
  top: 0px;
  right: 0;
  left: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateX(180%);
  border-radius: 5px;
}

.wrap_blog .lent_icon {
  display: flex;
  justify-content: flex-end;
  float: none;
  width: 100%;
  margin: 0 0px 5px 0px !important;
}

.wrap_wr_blog .lent_ln_icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.wrap_wr_blog .lent_links {
  display: block;
  align-items: center;
  /* width: 100%; */
  width: 80px;
  height: 80px;
  padding: 7px 10px;
  background-color: rgb(14 16 19 / 50%);
  position: absolute;
  top: 0px;
  right: 0;
  left: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateX(180%);
  border-radius: 5px;
}

.wrap_wr_blog .lent_icon {
  display: flex;
  justify-content: flex-end;
  float: none;
  width: 100%;
  margin: 0 0px 5px 0px !important;
}


/* Change bookmark and advertiser */

.lent_icon {
  display: inline-block;
  margin: 0 0px 0 5px;
}

.ln_icn_a:hover {
  background-color: #d6d8d9;
}

.ln_icn_a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 6px;
  background-color: #f1f3f4;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ln_icn_a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  /* -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; */
}

.icon_adv::after {
  background-image: url("../images/rkl_adv.svg?v5");
}

.icon_bookmark::after {
  background-image: url("../images/bookmark.svg?v3");
}

.icon_bookmark.active::after {
  background-position: 0 100%;
}

.icon_arw::after {
  background-image: url("../images/arrow.svg");
}


/*
.ln_icn_img img {
display: block;
width: 100%;
height: 100%;
} */

.ln_icn_name {
  display: block;
  padding: 2px 7px;
  /* margin: 0 5px 0 0;  */
  text-transform: uppercase;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
}

.more {
  display: flex;
  justify-content: center;
  width: 100%;
}

.more_link {
  display: inline-flex;
  width: auto;
  padding: 6px 23px;
  border-radius: 15px;
  border: 2px solid #d0252a;
  background-color: #fff;
}

.more_name {
  display: inline-flex;
  width: auto;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #d0252a;
  opacity: 1;
}

.more_name::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: -1px 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/arrow_hov.svg");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap_blog {
  width: 100%;
  margin: 0 0 20px 0;
}

.blog_items {
  display: block;
  width: 100%;
  padding: 20px 18px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e8eaed;
}

.blog_items:first-child {
  border: none;
}

.blog_items:hover {
  cursor: pointer;
}

.blog_items:hover .lent_links {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.blog_cotent {
  width: 100%;
  position: relative;
}

.blog_img {
  display: block;
  float: left;
  width: 80px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.blog_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.blog_img img,
.blog_img video,
.blog_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog_info {
  display: block;
  float: left;
  width: calc(100% - 80px);
  padding: 0 16px 0 0;
}

.bloger_name {
  display: block;
  width: 100%;
  padding: 0 0 5px 0;
  position: relative;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
}

.blog_title {
  width: 100%;
  position: relative;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.news_adv {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 0 20px 0;
  background-color: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 5px;
  opacity: 1;
  padding: 15px 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.news_adv_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56%;
  position: relative;
}

.news_adv_img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.news_adv_img img,
.news_adv_img video,
.news_adv_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.news_adv_info {
  display: block;
  width: 100%;
  padding: 10px 0px 0px 0px;
}

.news_adv_title {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
}

.news_adv_catg {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 10px 3px 3px 3px;
  background-color: #ffffff;
  border-radius: 2px;
}

.nw_adv_cname {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #e8eaed;
  border-radius: 15px;
  padding: 8px 20px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
  z-index: 1;
}


/* section vote */

.wrap_vote {
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}

.wrap_vote .sect_header {
  padding: 20px 20px;
  border-bottom: 1px solid #e8eaed;
}

.wrap_vote .sect_body {
  padding: 0px 20px 0px 20px;
}

.wrap_vote .sect_footer {
  padding: 20px 20px 20px 20px;
}

.wrap_vote .sect_title {
  color: #d0252a;
}

.vote_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  height: 30px;
  padding: 10px 10px;
  border-radius: 15px;
  background-color: #d0252a;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
}

.vote_short_info {
  display: block;
  width: 100%;
  padding: 20px 0px 10px 0px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-break: break-word;
}

.vote_container input {
  display: none;
}

.vote_container {
  display: block;
  width: 100%;
}

.vt_row {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.vote_input {
  display: block;
  float: left;
  width: 16px;
}

.vote_icon {
  display: block;
  width: 16px;
  height: 16px;
  padding: 2px;
  border-radius: 50%;
  border: 1px solid #bdc1c6;
  background-color: #fff;
}

.vote_icon span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
}

.vote_quest {
  display: block;
  float: left;
  width: calc(100% - 16px);
  padding: 0 0 0 10px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
}

.vote_input input:checked~.vote_icon {
  border-color: #d0252a;
}

.vote_input input:checked~.vote_icon span {
  background-color: #d0252a;
}

.vote_result_bg {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 0 0 0;
}

.vote_result_size {
  display: block;
  position: relative;
  float: left;
  width: calc(100% - 41px);
  height: 6px;
  margin: 0 10px 0 0;
  background-color: rgb(239 95 8 / 20%);
  border-radius: 3px;
  /* opacity: 0.2; */
}

.vt_res_persent {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  background-color: #d0252a;
  border-radius: 3px;
  z-index: 1;
  transition: all 0.3s ease;
}

.vote_result_val {
  display: block;
  float: left;
  width: 31px;
  text-align: right;
  font-family: 'Nokia Large Az';
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: -0.24px;
  color: #80868b;
  opacity: 1;
}


/* section vote */


/* Section Right */


/* Section left */

.home_page_sidebar.transformed {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.home_page_sidebar {
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-width: 300px;
  left: 0;
  top: 75px;
  padding: 5px 0 0 0;
  background-color: #fff;
  box-shadow: 0px 2px 4px #0e10130f;
  margin: 0 0 20px 0;
  overflow: hidden;
  border-radius: 0px 0px 5px 5px;
  z-index: 15;
  transition: all 0.3s ease;
  transform: translateX(-100%);
}

.side_mn_social {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
  /* left: 0; */
  background-color: #fff;
  margin: 0 0 20px 0;
  overflow: hidden;
  border-radius: 5px;
  z-index: 10;
  max-height: 590px;
  overflow-x: hidden;
  overflow-y: scroll;
}


.side_menu {
  display: block;
  width: 100%;
  /* max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll; */
}


/* .side_mn_social::-webkit-scrollbar {
  width: 5px;
}

.side_mn_social::-webkit-scrollbar-track {
  border-radius: 3px;
}

.side_mn_social::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.side_mn_social:hover::-webkit-scrollbar-thumb {
  background-color: #e8eaed;
} */

/* all brovser */
.side_mn_social::-webkit-scrollbar {
  width: 5px;
}

.side_mn_social::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.side_mn_social::-webkit-scrollbar-track {
  border-radius: 3px;
}

.side_mn_social:hover::-webkit-scrollbar-thumb {
  background-color: #e8eaed;
}

/* ms */

.side_mn_social::-ms-thumb {
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.side_mn_social::-ms-track {
  border-radius: 3px;
}

.side_mn_social:hover::-ms-thumb {
  background-color: #e8eaed;
}

/* ms */
/* mozilla */

.side_mn_social::-moz-range-thumb {
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.3s ease;
}


.side_mn_social::-moz-range-track {
  border-radius: 3px;
}

.side_mn_social:hover::-moz-range-thumb {
  background-color: #e8eaed;
}

/* mozilla */
/* all brovser */

.menu_list {
  display: block;
  width: 100%;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e8eaed;
}

.menu_list li {
  display: block;
  width: 100%;
  position: relative;
}

.menu_head {
  width: 100%;
  padding: 10px 20px 10px 15px;
  /* border-bottom: 1px solid #e8eaed; */
}

.menu_title {
  display: inline-block;
  position: relative;
  width: auto;
  max-width: calc(100% - 26px);
  padding: 0px 5px 0px 5px;
  /* text-transform: uppercase; */
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-wrap: break-word;
}

.sub_m_sh {
  display: block;
  float: right;
  margin: 2px 0 0 0;
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/plus_minus.svg");
  cursor: pointer;
}

.sub_home_icn {
  display: block;
  float: right;
  margin: 2px 0 0 0;
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/home_icon.svg");
  cursor: pointer;
}

.list_drop {
  cursor: pointer;
}

.list_drop.show .sub_m_sh {
  background-position: 0 100%;
}

.drop_menu {
  display: none;
  width: 100%;
  padding: 10px 0px;
  /* border-bottom: 1px solid #e8eaed; */
}

.other_menu.drop_menu {
  display: block;
  border-bottom: 1px solid #e8eaed;
}

.drop_menu li {
  display: block;
  width: 100%;
  padding: 0px 0px;
}

.drop_menu li a:hover {
  background-color: #e8eaed;
}

.drop_menu li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #3c4043;
  opacity: 1;
  word-wrap: break-word;
  transition: all 0.3s ease;
}

.drop_catg.show .sub_m_sh {
  background-position: 0 100%;
}

.side_social {
  width: 100%;
  padding: 20px 20px;
}

.side_social .sect_header {
  padding: 0 0px 0px 0px;
}

.side_social .sect_title {
  text-transform: none;
  padding-top: 1px;
}

.social_info {
  margin: 8px 0 20px 0;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
  word-wrap: break-word;
}

.social_links {
  width: 100%;
}

.socials {
  width: 100%;
}

.socials li:last-child {
  margin: 0;
}

.socials li {
  display: block;
  float: left;
  margin: 0 13px 0 0;
}

.social_icon:hover {
  border-color: #d0252a;
}

.social_icon {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #bdc1c6;
  border-radius: 50%;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.icon_fb {
  background-image: url("../images/fb.svg");
}

.icon_insta {
  background-image: url("../images/insta.svg");
}

.icon_tlg {
  background-image: url("../images/tlg.svg");
}

.icon_ytb {
  background-image: url("../images/ytb.svg");
}

.icon_wp {
  background-image: url("../images/wp.svg");
}

.icon_twt {
  background-image: url("../images/twit.svg");
}


/* Blog_Writer */

.wrap_wr_blog .sect_header {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.wrap_wr_blog {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.wrap_blog .sect_header {
  padding-bottom: 0;
}

.blog_wr_items {
  display: block;
  width: 100%;
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e8eaed;
}

.blog_wr_items:first-child {
  border: none;
}

.blog_wr_items:hover {
  cursor: pointer;
}


/* .blog_wr_items:hover .lent_links {
transform: translateX(0%);
} */

.blog_wr_cotent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
}

.blog_wr_img {
  display: block;
  float: left;
  width: 80px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e8eaed;
  overflow: hidden;
}

.blog_wr_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.blog_wr_img img,
.blog_wr_img video,
.blog_wr_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog_wr_info {
  display: block;
  float: left;
  width: calc(100% - 80px);
  padding: 0 10px 0 0px;
}

.bloger_wr_name {
  width: 100%;
  padding: 0 0 4px 0;
  position: relative;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #d0252a;
  opacity: 1;
}

.blog_wr_title {
  width: 100%;
  position: relative;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #464646;
  opacity: 1;
  word-wrap: break-word;
}

.bloger_slider {
  width: 100%;
}

.bloger_slider .swiper-pagination {
  display: block;
  width: 100%;
  bottom: 20px;
  right: 0;
  outline: none;
  padding: 0 10px;
}

.bloger_slider .swiper-pagination-bullet {
  display: inline-block;
  width: calc(33% - 10px);
  height: 4px;
  border-radius: 0;
  background: #e8eaed !important;
  opacity: 1;
  margin: 0 5px;
  border-radius: 4px;
}

.bloger_slider .swiper-pagination-bullet:focus {
  border: 0;
  background: none;
  outline: none;
}

.bloger_slider .swiper-pagination-bullet-active {
  background-color: #d0252a !important;
}


/* Blog_Writer */


/* All_Blog_Writer */

.wrap_blog_slider .sect_body {
  position: relative;
  padding: 0 0 30px 0;
  background-color: #0e1013;
}

.wrap_blog_slider .sect_header {
  padding: 20px 20px 0px 20px;
  background-color: #0e1013;
}

.wrap_blog_slider .sect_footer {
  padding: 20px 20px;
}

.wrap_blog_slider .news_lent {
  padding: 0px 0;
}

.wrap_blog_slider .sect_title {
  color: #fff;
}

.wrap_blog_slider .blog_title {
  color: #fff;
}

.all_bloger_slider {
  width: 100%;
}

.all_bloger_slider .swiper-pagination {
  display: block;
  width: 100%;
  bottom: 20px;
  right: 0;
  outline: none;
  padding: 0 10px;
}

.all_bloger_slider .swiper-pagination-bullet {
  display: inline-block;
  width: 44px;
  height: 4px;
  border-radius: 0;
  background: #2e3134 !important;
  opacity: 1;
  margin: 0 5px;
  border-radius: 4px;
}

.all_bloger_slider .swiper-pagination-bullet:focus {
  border: 0;
  background: none;
  outline: none;
}

.all_bloger_slider .swiper-pagination-bullet-active {
  background-color: #d0252a !important;
}


/* All_Blog_Writer */


/* Section left */


/*! ====  MAIN FINISH  ===== */


/*! ====  LOGIN START  ===== */

.wrap_sign {
  width: 100%;
  padding: 80px 20px;
}


/* .sg_col.login {
display: block;
}
.sg_col.registration {
display: none;
}
.sg_col.change_password {
display: none;
} */

.sing_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px 16px 20px 16px;
}

.sg_col {
  display: block;
  width: 100%;
  max-width: 368px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
}


/* .wrap_register #core_js_messages {
    width: calc(100% - 20px);
    margin: 0 auto;
} */

.wrap_register .sg_col {
  display: block;
  width: 100%;
  max-width: 676px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
}

.col_in {
  display: block;
  width: 100%;
}

.sign_header {
  display: block;
  width: 100%;
  padding: 20px 40px;
  border-bottom: 1px solid #e8eaed;
}

.sg_change_body {
  display: block;
  width: 100%;
  padding: 20px 40px;
}

.sg_hicon {
  display: flex;
  justify-content: center;
}

.sg_head {
  display: block;
  padding: 0px 0px 10px 0px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
}

.sg_info {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
  word-break: break-word;
}

.login_submit {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
}

.login-btn {
  display: block;
  width: 100%;
  /* height: 40px; */
  padding: 12px 16px 12px 16px;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login-btn.sign_in {
  background: #d0252a;
  color: #fff;
}

.login-btn.sign_up {
  background: #d0252a;
  color: #fff;
}


/* .login-btn.advert:hover {
background: rgb(236 193 0);
color: #fff;
} */

.login_fb {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.lg_fb_link {
  display: block;
  width: 100%;
  padding: 11px 16px 10px 16px;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  background-color: #1674ea;
  /* border: 1px solid #0062e0; */
  border-radius: 5px;
}

.lg_fb_link .lg_fb_info::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/fb_login.svg");
}

.lg_fb_link .lg_fb_info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0px;
}

.mail_icn::before,
.paswrd_icn::before {
  content: "";
  display: block;
  float: left;
  position: absolute;
  top: 12px;
  left: 16px;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
}

.mail_icn::before {
  background-image: url("../images/user.svg");
}

.paswrd_icn::before {
  background-image: url("../images/password.svg");
}

.lg_input {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto 10px auto;
}

.lg_input::after {
  content: "";
  display: block;
  clear: both;
}

.lg_inp_bl {
  display: none;
  position: absolute;
  width: 100%;
  padding: 5px 0px 0px 0px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  letter-spacing: 0px;
  color: #9aa0a6;
  opacity: 1;
  left: 0;
  top: 0;
  z-index: 1;
}

.select_val.error .select2-container--default .select2-selection--single {
  border-color: #ff0000;
}

.wrap_sign .lg_inputs {
  padding: 11px 16px 11px 38px;
}

.birth_day {
  background-position: calc(100% - 16px) 13px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-image: url("../images/arrow_drop.svg");
}

.lg_inputs.error {
  border-color: #ff0000;
}

.lg_inputs {
  display: block;
  width: 100%;
  padding: 11px 16px 11px 16px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.lg_inputs:focus {
  border: 1px solid #d0252a;
}

.lg_inputs::placeholder {
  font-weight: normal !important;
  color: #9aa0a6 !important;
}

.select_val .select2-container {
  width: 100% !important;
}

.select_val .select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  height: auto !important;
  padding: 11px 16px 11px 16px !important;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.select_val .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  padding: 0;
}

.select2-dropdown {
  border: 1px solid #e8eaed !important;
}


/* .select2-search--dropdown {
  display: none !important;
} */

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 13px;
  right: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/arrow_drop.svg");
}

.select2-results__option {
  padding: 10px 16px;
  transition: all 0.3s ease;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: #d0252a !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent !important;
  color: #d0252a;
}

.select2-results__options {
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
}

.tel_title {
  padding-left: 60px !important;
}

.tel_inpt_iti {
  padding: 16px 16px 16px 52px;
  padding-left: 60px !important;
}

.pass_eye {
  display: block;
  position: absolute;
  right: 16px;
  bottom: 13px;
}


/* .pass_eye span {
display: inline-block;
} */

.show-password,
.hide-password {
  float: left;
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.show-password {
  display: inline-block;
  background-image: url("../images/eye_opn.svg");
}

.hide-password {
  display: none;
  background-image: url("../images/eye_cls.svg");
}

.user_terms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* padding: 30px 0 10px 0; */
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
}

.terms_info {
  display: block;
  text-align: left;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  padding: 10px 0;
}

.terms_info a {
  font-weight: 500;
  color: #2196f3;
}

.lp-check {
  float: left;
  margin: 5px 0 0 0;
}

.lp-check input {
  display: none;
}

.lp-check label {
  position: relative;
  padding: 2px 0 0 22px;
  cursor: pointer;
  display: block;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
}

.lp-check label a {
  font-weight: 600;
  color: #0e1013;
}

.agree.error~label:before {
  border-color: #ff0000;
}

.lp-check label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #e8eaed;
  display: block;
}

.lp-check label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  display: block;
  background-size: cover;
  background-image: url("../images/check.svg?v1");
  z-index: 10;
  opacity: 0;
}

.lp-check input:checked~label:before {
  border-color: #d0252a;
}

.lp-check input:checked~label:after {
  opacity: 1;
}

.line_lg_and::before,
.line_lg_and::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(50% - 21px);
  height: 1px;
  background-color: #e8eaed;
}

.line_lg_and::before {
  left: 0;
  right: auto;
}

.line_lg_and::after {
  left: auto;
  right: 0;
}

.line_lg_and {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0 10px 0;
  position: relative;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
}

.account_quest {
  display: block;
  float: right;
  width: auto;
  text-align: right;
  font-family: 'Nokia Large Az';
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #d0252a;
  opacity: 1;
  padding: 1px 0 0px 0;
  margin: 5px 0 0 0;
}


/* .account_quest {
font-weight: 600;
} */

.account_quest:hover {
  text-decoration: underline;
}

.registr_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
}

.have_profile {
  display: flex;
  float: left;
  justify-content: center;
  width: auto;
  margin: 0 10px 0 0;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
}

.click_regstr {
  display: flex;
  float: left;
  justify-content: center;
  width: auto;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: underline;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  color: #d0252a;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/* .click_regstr:hover {
color: #fff;
background-color: rgb(13 147 253);
} */

.form_login {
  display: block;
  width: 100%;
}

.form_registr {
  display: block;
  width: 100%;
}

.sign_section *::after {
  display: block;
  content: "";
  clear: both;
}


/*! ====  LOGIN FINISH  ===== */


/*! ====  REGISTRATION START  ===== */

.wrap_register {
  width: 100%;
  padding: 40px 20px;
}

.wrap_register .sg_change_body {
  padding: 20px 30px;
}

.col_regst {
  float: left;
  width: 50%;
  padding: 0 10px;
}

.wrap_register .pr_10 .lg_inputs {
  padding: 11px 35px 11px 16px;
}

.wrap_register .lp-check {
  margin: 16px 0 0 0;
}


/* Modal style */

.modal .sg_head {
  padding: 0px 0px 0px 0px;
}

.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000a6;
  z-index: 99999;
}

.modal_body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px 16px;
}

.modal_content {
  display: block;
  position: relative;
  width: 100%;
  max-width: 368px;
  height: auto;
  padding: 0px 0px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.close_modal {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 18px;
  right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/close.svg");
  cursor: pointer;
}

.modal_header {
  width: 100%;
  min-height: 60px;
  padding: 20px 20px;
  border-bottom: 1px solid #e8eaed;
}

.mdl_title {
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
}

.modal_main {
  width: 100%;
  min-height: 100px;
  padding: 20px 40px 30px 40px;
}

.regstr_type {
  margin: 0 -10px;
}

.reg_item {
  display: block;
  float: left;
  width: 50%;
  padding: 0 10px;
}

.reg_itm_elem:hover {
  border-color: #d0252a;
}

.reg_itm_elem:hover .rg_name {
  color: #d0252a;
}

.reg_itm_elem:hover .icn_mail {
  background-position: 0 100%;
}

.reg_itm_elem:hover .icn_phone {
  background-position: 0 100%;
}

.reg_itm_elem.selected {
  border-color: #d0252a;
}

.reg_itm_elem.selected .rg_name {
  color: #d0252a;
}

.reg_itm_elem.selected .icn_mail {
  background-position: 0 100%;
}

.reg_itm_elem.selected .icn_phone {
  background-position: 0 100%;
}

.reg_itm_elem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  padding: 14px;
  border-radius: 5px;
  border: 1px solid #e8eaed;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rg_icon_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.rg_icon {
  display: block;
  width: 24px;
  height: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  /* transition: all 0.3s ease; */
}

.icn_mail {
  background-image: url("../images/mail_rg.svg?v1");
}

.icn_phone {
  background-image: url("../images/phone_rg.svg?v1");
}

.rg_name {
  display: block;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
  transition: all 0.3s ease;
}

.accept_blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 0px 20px 0px;
}

.accept_code_item {
  display: block;
  float: left;
  padding: 0 10px;
}

.accept_code {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  text-align: center !important;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
}

.wrap_register_accept .registr_links {
  padding-top: 20px;
}

.public_message {
  display: block;
  width: 100%;
}

#core_js_messages {
  display: block;
  width: 100%;
}

.alert {
  display: block;
  width: 100%;
  padding: 12px 16px 12px 16px;
  margin-bottom: 15px;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  line-height: 18px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.error_message {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}


/*! ====  REGISTRATION FINISH  ===== */


/*! ====  PROFILE PAGE START  ===== */

.wrap_profile {
  width: 100%;
}

.wrap_profile_left {
  width: 100%;
}

.wrap_profile .sect_header {
  display: flex;
  align-items: center;
  margin: 0px 0 20px 0;
}

.wrap_profile .similar_news {
  margin: 20px 0 0 0;
  background-color: #fff;
}

.wrap_profile .similar_news .sect_header {
  margin: 0px 0 0px 0;
}

.similar_news .more {
  padding: 10px 10px 20px 10px;
}

.wrap_profile .similar_news .nw_itm_info {
  display: block;
  float: none;
  width: 100%;
  padding: 0 0px 0 0;
}

.wrap_profile .similar_news .nw_itm_title {
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  -webkit-line-clamp: inherit;
}

.profile_tab_links {
  display: inline-block;
  width: auto;
  max-width: calc(100% - 70px);
  overflow-y: hidden;
  overflow-x: auto;
}

.profile_tab_links li {
  display: block;
  float: left;
  margin: 0 0;
}

.profile_tab_links li a {
  display: block;
  padding: 7px 15px;
  background-color: transparent;
  border-radius: 15px;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  color: #80868b;
  word-break: break-word;
  transition: all 0.3s ease;
}

.profile_tab_links li a:hover {
  background-color: #d0252a;
  color: #fff;
}

.profile_tab_links li a.active {
  background-color: #d0252a;
  color: #fff;
}

.profile_info {
  /* padding: 20px; */
  padding: 20px 10px;
  background-color: #f8f9fa;
  border-radius: 5px 5px 0px 0px;
}

.prof_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.prof_img::after {
  content: "";
  display: block;
  position: absolute;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 2px solid #e8eaed;
  top: -1px;
  left: -1px;
  z-index: 1;
}

.prof_img {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.prof_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.prof_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

.prof_name {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  word-break: break-word;
}

.prof_short_info {
  width: 100%;
  padding: 10px 0px 0px 0px;
}

.prof_sh_block:first-child {
  border-right: 1px solid #e8eaed;
}

.prof_sh_block:last-child {
  border-left: 1px solid #e8eaed;
}

.prof_sh_block {
  float: left;
  width: 33.33%;
  padding: 0px 10px 0px 10px;
}

.pr_block_name,
.pr_block_info {
  width: 100%;
  text-align: center;
  font-family: 'Nokia Large Az';
  letter-spacing: 0px;
  word-break: break-word;
}

.pr_block_name {
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  color: #80868b;
}

.pr_block_info {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #0e1013;
}

.profile_setting {
  width: 100%;
  padding: 13px 0 0 0;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}

.profile_list {
  display: block;
  width: 100%;
}

.prof_icon {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 20px;
}

.prof_icon a:hover {
  color: #d0252a;
}

.prof_icon a {
  display: block;
  position: relative;
  width: 100%;
  padding: 7px 0px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  word-break: break-word;
  transition: all 0.3s ease;
}

.prof_icon a::before {
  content: "";
  display: block;
  float: left;
  position: relative;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

.prof_icon.active a::before {
  background-position: 0 100%;
}

.prof_icon.active a {
  color: #d0252a;
}

.icon_prof a::before {
  background-image: url("../images/profile.svg");
}

.icon_notif a::before {
  background-image: url("../images/notf.svg");
}

.icon_balance a::before {
  background-image: url("../images/balans.svg");
}

.icon_abune a::before {
  background-image: url("../images/abune.svg");
}

.icon_adt a::before {
  background-image: url("../images/rkl.svg?v1");
}

.icon_comment a::before {
  background-image: url("../images/cmnt.svg");
}

.icon_sms a::before {
  background-image: url("../images/sms.svg");
}

.icon_setting a::before {
  background-image: url("../images/setting.svg");
}

.icon_exit a::before {
  background-image: url("../images/exit.svg?v6");
}

.icon_exit {
  margin: 13px 0 0 0;
  border-top: 1px solid #e8eaed;
}

.icon_exit a {
  padding: 15px 0 20px 0;
}

.icon_prof a:hover:before {
  background-position: 0 100%;
}

.icon_notif a:hover::before {
  background-position: 0 100%;
}

.icon_balance a:hover::before {
  background-position: 0 100%;
}

.icon_abune a:hover::before {
  background-position: 0 100%;
}

.icon_adt a:hover::before {
  background-position: 0 100%;
}

.icon_comment a:hover::before {
  background-position: 0 100%;
}

.icon_sms a:hover::before {
  background-position: 0 100%;
}

.icon_setting a:hover::before {
  background-position: 0 100%;
}

.icon_exit a:hover::before {
  background-position: 0 100%;
}

.prof_icon_name {
  display: block;
  float: left;
  max-width: calc(100% - 60px);
  padding: 3px 5px 0 10px;
}

.prof_notf_count {
  display: block;
  float: right;
  padding: 4px 8px;
  background-color: #d0252a;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}


/* MyProfile Page finish */


/* Profile settings start */

.wrap_settings .sect_header {
  margin: 0px 0 20px 0;
  padding: 9px 20px 8px 20px;
}

.wrap_settings .form_profile {
  border-radius: 5px;
  overflow: hidden;
}

.settings_form {
  background-color: #fff;
  padding: 20px 20px 40px 20px;
}

.row_form {
  display: block;
  /* width: 100%; */
  margin: 0 -10px;
}

.change_psw_hd {
  display: block;
  width: 100%;
  padding: 10px 10px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  word-break: break-word;
}

.delete_profile {
  justify-content: flex-start;
  padding: 23px 0 0px 0;
}

.wrap_settings .login_submit {
  margin: 10px 0 0 0;
}

.setting_profile_photo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 20px 20px 0px 20px;
  background-color: #fff;
}

.setting_photo {
  float: left;
  width: 90px;
  /* height: 90px; */
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.setting_photo::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.setting_photo img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

.photo_change input {
  display: none;
}

.photo_change {
  float: left;
  width: calc(100% - 90px);
  padding: 0 0 0 20px;
}

.ph_row {
  width: 100%;
}

.ch_photo_lable {
  display: block;
  width: auto;
  margin: 0 0 10px 0;
  padding: 0 0 0 34px;
  position: relative;
  text-decoration: underline;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  word-break: break-word;
  transition: all 0.3s ease;
  cursor: pointer;
}

.ch_photo_lable:hover {
  color: #d0252a;
}

.ch_photo_lable:hover:before {
  background-position: 0 100%;
}

.ch_photo_lable::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
  background-image: url("../images/photo_icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}


/* Profile settings finish */


/* Profile social links start */

.prof_social_itm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 0 10px 0;
}

.prof_scl_icon {
  width: 30px;
  height: 30px;
  padding: 7px;
  border-radius: 50%;
  background-color: #f1f3f4;
  overflow: hidden;
}

.prof_scl_icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.prof_scl_name {
  width: auto;
  margin: 0 0 0px 10px;
  position: relative;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  word-break: break-word;
}

.btn_social {
  width: 50%;
  max-width: 280px;
  float: right;
}

.form_social_links .row_form.p_bt {
  padding-bottom: 10px;
  margin: 0;
}

.form_social_links .row_form.p_bt:last-child {
  padding-bottom: 00px;
}

.wrap_settings .login_submit.btn_social {
  margin: 0px 0 0 0;
}


/* Profile social links finish */


/* Profile notifications start */

.prof_notf_setting {
  width: 100%;
}

.prof_head {
  width: 100%;
}

.prof_info {
  width: 100%;
  margin: 10px 0 0 0;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 0px;
  color: #80868b;
  word-break: break-word;
}

.prof_head .prof_name {
  float: left;
  width: auto;
  text-align: left;
  padding: 0;
}

.prof_head .sect_import {
  float: right;
}

.form_notf .row_form {
  padding-bottom: 20px;
  margin: 0;
}


/* Profile notifications finish */


/*! ====  PROFILE PAGE FINISH  ===== */


/*! ====  NEWS_IN PAGE START  ===== */

.wrap_news_in {
  width: 100%;
}

.wrap_news_in .wrap_center {
  padding: 0 20px 0 0;
  max-width: 640px;
}

.wrap_news_in .wrap_left {
  max-width: 320px;
  padding: 0 20px 0 0;
}

.wrap_news_in .news_items {
  float: left;
  width: 50%;
  padding: 0 10px 20px 10px;
}

.wrap_news_in .wrap_hdn {
  margin: 0 -10px;
}

.news_in_img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news_in_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56%;
  position: relative;
}

.news_in_img img,
.news_in_img video,
.news_in_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.news_in_top {
  width: 100%;
  padding: 13px 20px;
  background-color: #fff;
  border-bottom: 1px solid #e8eaed;
}

.news_in_top .nw_date_sect {
  margin: 0px 0 0 0;
  max-width: calc(100% - 110px);
}

.nw_font_icons {
  display: block;
  float: right;
}

.scaleplus,
.linr_read,
.scaleminus {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.scaleplus {
  background-image: url("../images/plus.svg");
}

.scaleminus {
  background-image: url("../images/minus.svg");
}

.linr_read {
  background-image: url("../images/A.svg");
  margin: 0 10px;
}

.news_in_content {
  display: block;
  width: 100%;
  padding: 15px 20px 20px 20px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.nw_in_title {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 32px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0px;
  color: #0e1013;
  word-break: break-word;
}

.nw_in_text img,
.nw_in_text video,
.nw_in_text iframe {
  display: block;
  margin: 5px auto;
  max-width: 100%;
  /* width: auto;
  height: auto; */
}

.nw_in_text {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #0e1013;
  word-break: break-word;
}

.nw_in_text p {
  line-height: 1.3;
}

.nw_in_text strong,
.nw_in_text b {
  font-weight: bold !important;
}

.news_fonts {
  line-height: 1.2;
}

.news_in_social {
  width: 100%;
  margin: 30px auto 0px auto;
}

.nw_socials {
  width: auto;
  float: left;
}

.nw_socials li {
  width: auto;
  float: left;
  margin: 0 10px 0 0;
}

.nw_socials li a {
  display: block;
  width: 30px;
  height: 30px;
}

.nw_socials li a:hover img {
  transform: translateY(-3px);
}

.nw_socials li a img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.nw_icons {
  width: auto;
  float: right;
}

.nw_icons .lent_ln_icons {
  width: auto;
  float: left;
}

.news_in_comments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  position: relative;
  padding: 6px 10px 6px 38px;
  margin: 0 0 0 10px;
  background-color: #d0252a;
  border: 2px solid #d0252a;
  border-radius: 15px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  color: #ffffff;
  word-break: break-word;
}

.news_in_comments::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/eye_opn.svg");
}

.nw_cmnt_count {
  margin: 0 0 0 20px;
}

.nws_in_tags {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.nws_in_tags li {
  display: block;
  width: auto;
  float: left;
  padding: 10px 10px 10px 0;
}

.nws_in_tags li a {
  display: block;
  width: auto;
  padding: 5px 10px 5px 10px;
  border: 1px solid #bdc1c6;
  border-radius: 5px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 0px;
  color: #80868b;
  word-break: break-word;
  transition: all 0.3s ease;
}

.nws_in_tags li a:hover {
  background-color: #fff;
}

.nw_video {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 20px 0;
  background-color: #fff;
}

.nw_video img,
.nw_video video,
.nw_video iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nw_br_620 {
  display: block;
  width: 100%;
  height: 168px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 20px 0;
  background-color: #fff;
}

.nw_br_620 img,
.nw_br_620 video,
.nw_br_620 iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.similar_news {
  width: 100%;
  padding: 0px 0 0px 0;
  /* background-color: #fff; */
  border-radius: 5px;
  overflow: hidden;
}

.similar_news .more {
  padding: 10px 10px 20px 10px;
}

.similar_news .nw_itm_info {
  display: block;
  /* float: none; */
  /* width: 100%; */
  /* padding: 0 0px 0 0; */
}

.sm_news {
  display: block;
  width: 100%;
  padding: 20px 20px;
  background-color: #fff;
  border-top: 1px solid #e8eaed;
}

.similar_news .sect_header {
  padding: 13px 16px 14px 16px;
  margin-bottom: 10px;
  background: #fff;
}

.similar_news .nw_itm_title {
  width: 100%;
  /* height: auto; */
  position: relative;
  text-align: left;
  font-family: 'Nokia Large Az';
  /* font-weight: 500; */
  /* font-size: 16px; */
  /* line-height: 17px; */
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  font-weight:400;
  word-wrap: break-word;
  -webkit-line-clamp: inherit;
}

.wrap_left .news_items {
  float: none;
  width: 100%;
  padding: 0 10px 20px 10px;
}


/*! ====  NEWS_IN PAGE FINISH  ===== */


/*! ====  PREMIUM_NEWS_IN PAGE START  ===== */

.premium_sect_inner .wrap_sign {
  padding: 0;
}

.premium_sect_inner .sg_change_body {
  padding-top: 0px;
  padding-bottom: 0px;
}

.premium_sect_inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 40%;
  z-index: -1;
  background: transparent linear-gradient(180deg, #ffffff1f 0%, #ffffffeb 20%, #ffffff 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.premium_sect_inner {
  display: block;
  width: 100%;
  position: relative;
  /* height: calc(100% - 100px); */
  /* position: fixed; */
  /* left: 0; */
  /* bottom: 0; */
  z-index: 9;
  /* background: transparent linear-gradient(180deg, #0e101300 0%, #0e101380 100%) 0% 0% no-repeat padding-box; */
  opacity: 1;
}

.premium_container_inner {
  display: block;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  /* position: absolute; */
  left: 0;
  bottom: 0;
  /* border-top: 1px solid #80868b; */
}

.premium_sect_inner .prem_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.premium_sect_inner .prem_col {
  display: block;
  float: left;
  padding: 0 10px;
  width: 50%;
}

.premium_sect_inner .prem_info {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-wrap: break-word;
}

.premium_sect_inner .prem_title {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-wrap: break-word;
}

.sign_news_inner .modal_main {
  width: 100%;
  min-height: 100px;
  padding: 0px 0px 0px 0px;
}

.sign_news_inner .wrap_sign {
  width: 100%;
  padding: 0px 20px;
}

.buy_news_inner .modal_main {
  width: 100%;
  min-height: 100px;
  padding: 0px 0px 0px 0px;
}

.buy_news_inner .wrap_sign {
  width: 100%;
  padding: 0px 20px;
}

.buy_news_inner .subs_price_info {
  max-width: 100%;
}

.btn_subs_nw {
  background-color: #f1f3f4;
}

.buy_item_nw {
  background-color: #f1f3f4;
}


/*! ====  PREMIUM_NEWS_IN PAGE FINISH  ===== */


/*! ====  PREMIUM_NEWS_IN PAGE START  ===== */

.premium_sect .wrap_sign {
  padding: 0;
}

.premium_sect .sg_change_body {
  padding-top: 0px;
  padding-bottom: 0px;
}

.premium_sect {
  display: block;
  width: 100%;
  height: calc(100% - 100px);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: transparent linear-gradient(180deg, #0e101300 0%, #0e101380 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.premium_container {
  display: block;
  width: 100%;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #80868b;
}

.prem_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.prem_col {
  display: block;
  float: left;
  padding: 0 15px;
  width: 33.333%;
}

.premium_sect .subs_price_block {
  float: left;
}

.premium_sect .subs_price_info {
  max-width: 100%;
}

.premium_sect .subs_info .subs_price_block:first-child .subs_price_info {
  padding-left: 0;
}

.premium_sect .subs_items {
  border: 1px solid #e8eaed;
  margin-bottom: 0;
}

.premium_sect .buy_news {
  border: none;
  background-color: #f8f9fa;
}

.prem_info {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-wrap: break-word;
}


/*! ====  PREMIUM_NEWS_IN PAGE FINISH  ===== */


/*! ====  PREMIUM PAGE START  ===== */

.wrap_premium_page {
  display: block;
  width: 100%;
}

.wrap_premium_page .main_center {
  max-width: 620px;
}

.wrap_premium_page .premium_container_inner {
  padding: 20px 0px;
  background: transparent;
}

.premium_head {
  width: 100%;
  padding: 0 0px;
  margin: 0 auto 30px auto;
}

.premium_head .prem_title {
  margin: 10px auto 10px auto;
}

.wrap_premium_page .prem_title {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: 500;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-wrap: break-word;
}

.prem_ltl_title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-wrap: break-word;
}

.wrap_premium_page .prem_info {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-wrap: break-word;
}

.prem_sect_content {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  background-color: #fff;
  border-radius: 5px;
}

.prem_tab_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.prem_sect_content.template {
  padding: 20px;
}

.prem_left,
.prem_right {
  display: block;
  float: left;
  width: 50%;
  padding: 20px;
}

.prem_left {
  padding: 40px 0px 40px 40px;
}

.prem_info_list {
  display: block;
  width: 100%;
  /* padding: 20px 20px; */
  list-style: none;
}

.prem_info_list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  /* background-color: #0e1013; */
  background-image: url("../images/check_prem.svg");
}

.prem_info_list li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 3px 0px 3px 30px;
  list-style: none;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0e1013;
  word-wrap: break-word;
}

.prem_catg_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.prem_catg_img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.prem_sect_content.template .login_submit {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}

.prem_sect_content.template .login_submit {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}

.prem_sect_content.template .login-btn {
  display: inline-block;
  width: auto;
  min-width: 180px;
}

.prem_custom_links {
  display: flex;
  width: 100%;
  justify-content: center;
}

.prem_price_temp {
  display: block;
  width: 100%;
}

.prem_price_temp .subs_info {
  border-top: none;
  text-align: center;
}

.subs_info a {
  color: #d0252a;
}

.prem_price_temp .subs_conten {
  justify-content: center;
  padding: 10px 0;
}

.prem_faq {
  display: block;
  width: 100%;
  margin: 20px auto;
}

.prem_faq .collapse_row {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 7px;
  margin: 0 0 10px 0;
}

.prem_faq .collapse_btn::before {
  right: 0;
  bottom: auto;
}


/* Premium tabs */

.tab_conten_prem {
  display: none;
}

.tab_conten_prem.active {
  display: block;
}


/* Premium tabs */


/*! ====  PREMIUM PAGE FINISH  ===== */


/*! ====  Blog_IN PAGE START  ===== */

.news_in_tleft {
  float: left;
  width: calc(100% - 105px);
}

.news_in_tright {
  float: right;
  margin: 11px 0 0 0;
}

.blog_top {
  float: left;
  width: calc(100% - 80px);
  padding: 0 0 0 15px;
}

.blog_top .prof_name {
  text-align: left;
  float: left;
  width: 100%;
  padding: 0px 0px 5px 0px;
}

.bloger_img::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #e8eaed;
  top: -2px;
  left: -2px;
  z-index: 1;
}

.bloger_img {
  float: left;
  margin: -40px 0px 0 0;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.bloger_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.bloger_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}


/*! ====  Blog_IN PAGE FINISH  ===== */


/*! ====  BLOGS PAGE START  ===== */

.wrap_blogs .wrap_left .sect_header {
  margin: 0px 0 0px 0;
}

.wrap_blogs .wrap_news .sect_header {
  margin: 0px 0 20px 0;
}

.wrap_blogs .wrap_left .sect_body {
  padding: 0px 20px 10px 20px;
}

.search_blogers {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px 0 0 0;
}


/* .blogs_search {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 20px 0 0;
  border-radius: 5px;
  border: 1px solid #e8eaed;
} */

.blogs_search {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0px 0 0;
  border-radius: 5px;
  border: 1px solid #e8eaed;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  color: #0e1013;
}

.blogs_search .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 4px;
}

.blogs_search .select2-container .select2-selection--single {
  height: 36px;
}

.blogs_search .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0e1013;
  line-height: 36px;
}

.hd_search {
  display: none;
  position: absolute;
  width: calc(100% - 324px);
  right: 62px;
  top: 18px;
  background-color: #fff;
  z-index: 99;
}

.hd_search .search_row {
  border: 1px solid #e8eaed;
  border-radius: 5px;
  padding-right: 20px;
}

.hd_search .blg_srch {
  border-radius: 5px;
  width: calc(100% - 68px);
}

.close_src {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 10px 0px 0 20px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/close.svg");
  cursor: pointer;
}

.blg_srch {
  display: block;
  float: left;
  background: transparent;
  width: calc(100% - 24px);
  padding: 14px 10px 14px 20px;
  border-radius: 15px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  white-space: nowrap;
}

.blg_srch .select2-container {
  width: 100% !important;
}

.blg_srch .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}

.blg_srch .select2-container--default .select2-selection--single {
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #0e1013;
  border: none !important;
  padding: 4px 40px 4px 10px !important;
  height: auto !important;
}

.subs_users_mdl .blg_srch {
  padding: 0px 0;
  width: 100% !important;
}

.subs_users_mdl .subs_src.blogs_search {
  padding: 0px 0px 0 0 !important;
  position: relative;
}

.subs_users_mdl .blg_btn {
  /* margin: 10px 0 0 0 !important; */
  margin: 0px 0 0 0 !important;
  position: absolute;
  right: 10px;
}

.subs_error {
  display: none;
  width: 100%;
  padding: 5px 0;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #f5c6cb;
}

.subs_error.show {
  display: block;
}

.blg_btn {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/blg_src.svg?v1");
  cursor: pointer;
  padding: 0;
  margin: 10px 0 0 0;
}

.blogers_list:hover::-webkit-scrollbar-thumb {
  background-color: #e8eaed;
}

.blogers_list::-webkit-scrollbar-track {
  border-radius: 3px;
}

.blogers_list::-webkit-scrollbar {
  width: 5px;
}

.blogers_list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #e8eaed;
  transition: all 0.3s ease;
}

.blogers_list {
  width: 100%;
  overflow: auto;
  max-height: 490px;
}

.blogers_list li {
  width: 100%;
}

.blogers_list li a {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.blg_img::after {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e8eaed;
  top: -1px;
  left: -1px;
  z-index: 1;
}

.blg_img {
  float: left;
  /* margin: -40px 0px 0 0; */
  width: 34px;
  height: 34px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.blg_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.blg_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

.blg_conten {
  float: left;
  width: calc(100% - 34px);
  padding: 0 0 0 10px;
}

.blg_name {
  text-align: left;
  width: 100%;
  padding: 0px 0px 2px 0px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.28px;
  color: #0e1013;
  opacity: 1;
}

.blg_info {
  text-align: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
}

.blg_count {
  color: #d0252a;
}

.blg_title {
  color: #80868b;
}

.profile_blogers {
  width: 100%;
}

.wrap_blogs .prof_icon a {
  color: #80868b;
}

.wrap_blogs .prof_icon a:hover {
  color: #d0252a;
}

.wrap_blogs .prof_icon a::before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: 7px 7px;
  background-repeat: no-repeat;
  background-color: #f1f3f4;
  background-size: 16px;
}

.icon_blog a::before {
  background-image: url("../images/blog.svg?v2");
}

.icon_blog a:hover:before {
  background-position: 7px -16px;
}

.wrap_blogs .prof_icon_name {
  max-width: calc(100% - 60px);
  padding: 5px 5px 0 10px;
}

.wrap_blogs .prof_notf_count {
  margin: 3px 0 0 0;
}

.wrap_blogs .profile_list {
  padding: 0 0 13px 0;
  border-bottom: 1px solid #e8eaed;
}

.blg_social .profile_list {
  padding: 0 0 13px 0;
  border-bottom: 0;
}

.blg_social {
  padding: 13px 0 0px 0;
}

.blg_social .prof_icon a {
  color: #0e1013;
}

.blg_social .prof_icon a:hover {
  color: #d0252a;
}

.icon_bl_fb a::before {
  background-image: url("../images/fb_blg.svg");
}


/* .icon_bl_fb a:hover:before {
    background-position: 7px -16px;
} */

.icon_bl_insta a::before {
  background-image: url("../images/ins_blg.svg");
}


/* .icon_bl_insta a:hover:before {
    background-position: 7px -16px;
} */

.icon_bl_telg a::before {
  background-image: url("../images/teleg_blg.svg");
}


/* .icon_bl_telg a:hover:before {
    background-position: 7px -16px;
} */

.icon_bl_wp a::before {
  background-image: url("../images/wp_blg.svg");
}


/* .icon_bl_wp a:hover:before {
    background-position: 7px -16px;
} */


/*! ====  BLOGS PAGE FINISH  ===== */


/*! ====  CATEGORIES PAGE START  ===== */

.wrap_categories .wrap_left .sect_header {
  margin: 0px 0 0px 0;
}

.wrap_categories .wrap_news .sect_header {
  margin: 0px 0 20px 0;
  height: 50px;
  padding: 0;
  background-color: transparent;
}

.wrap_categories .wrap_left .sect_body {
  padding: 0px 20px 10px 20px;
}

.wrap_categories .news_tabs button.grid_btn {
  margin: 0;
}

.wrap_categories .news_tabs {
  background-color: #fff;
  padding: 13px;
  border-radius: 5px;
}

.slct_result_catg .select2-container .select2-selection__rendered {
  color: #80868b !important;
  padding: 11px 20px;
}

.slct_result_catg .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 18px;
}

.slct_result_catg .select2-container .select2-selection--single {
  width: 100% !important;
  height: 50px !important;
  border: 0;
  border-radius: 5px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  color: #80868b;
  word-break: break-word;
}

.slct_result_catg .select2-container {
  width: 100% !important;
  height: 50px;
}

.slct_result_catg {
  display: block;
  float: right;
  width: 200px;
  height: 50px;
  margin-right: 20px;
}

.add_categories {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 0 0px 0;
}

.add_catg_tags li:last-child {
  padding: 0;
}

.add_catg_tags li {
  float: none;
  width: 100%;
  padding: 0px 0px 5px 0;
}

.add_catg_tags li span::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/added.svg?v1");
}

.add_catg_tags li span {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  /* padding-right: 36px; */
  padding: 5px 36px 5px 10px;
  border: 1px solid #bdc1c6;
  border-radius: 5px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 0px;
  color: #80868b;
  word-break: break-word;
  transition: all 0.3s ease;
  cursor: pointer;
}

.add_catg_tags li span:hover {
  border: 1px solid #d0252a;
  color: #d0252a;
}

.add_catg_tags li.added span {
  border: 1px solid #d0252a;
  color: #d0252a;
}

.add_catg_tags li.added span::after {
  background-position: 0 -16px;
}

.add_catg_tags input {
  display: none;
}

.add_catg_tags {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.added_catg {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.added_catg_items {
  display: block;
  width: auto;
  position: relative;
  padding-right: 30px;
  max-width: calc(100% - 26px);
  float: left;
}

.added_catg_items li {
  display: block;
  position: relative;
  float: left;
  width: auto;
  margin: 0 10px 10px 0;
  padding: 0px 18px 0px 0px;
  /* border: 1px solid #BDC1C6; */
  border-radius: 5px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0e1013;
  word-break: break-word;
  transition: all 0.3s ease;
  cursor: pointer;
}

.added_catg_items li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: center no-repeat url("../images/remove_icon.svg");
  cursor: pointer;
}

.added_catg_items li.static {
  color: #d0252a;
  padding: 0px 10px 0px 0px;
}

.added_catg_items li.static::after {
  background: none;
}

.ad_catg_btn {
  display: block;
  float: left;
  width: 24px;
}

.select2-dropdown {
  min-width: 200px !important;
}

.ad_catg_btn {
  display: block;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px !important;
  height: 24px;
  min-height: 0;
  padding: 4px;
  border: none !important;
  border-radius: 5px !important;
  background-color: #d0252a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url("../images/add_catg.svg");
  cursor: pointer;
}

.ad_catg__select2 {
  display: none;
  width: 100%;
  padding: 0 0;
}

.ad_catg__select2 .select2-container {
  width: 260px !important;
}

.ad_catg__select2 .select2-container--default .select2-selection--single {
  height: 40px;
  padding: 5px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
}

.ad_catg__select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  font-size: 14px;
  line-height: 28px;
  position: relative;
  font-weight: normal;
  font-family: 'Nokia Large Az';
}

.ad_catg__select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px !important;
  right: 16px;
}

.news_result {
  float: left;
  width: auto;
  margin: 17px 0 0 0;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  word-break: break-word;
}

.reslut_count {
  font-weight: bold;
  color: #0e1013;
}

.reslut_name {
  font-weight: 500;
  color: #80868b;
}

.hidden_select_val {
  display: none;
}


/*! ====  CATEGORIES PAGE FINISH  ===== */


/*! ====  USER BALANCE PAGE START  ===== */

.wrap_balance .sect_header {
  flex-wrap: wrap;
  margin-top: 0;
  padding: 20px;
}

.wrap_balance .sect_title {
  padding: 3px 0px 2px 0px;
}

.full_title {
  display: block;
  width: 100%;
}

.balance_top {
  width: 100%;
  padding: 15px 0 0px 0;
}

.balance_top .lg_input {
  margin-bottom: 0;
}

.balance_top .login_submit {
  margin-top: 0;
}

.bl_top_left {
  width: auto;
  float: left;
}

.bl_top_right {
  width: auto;
  float: right;
  padding-top: 9px;
}

.balance_add:hover {
  background-color: #bf5210;
}

.balance_add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 15px;
  background-color: #d0252a;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0px;
  color: #ffffff;
  transition: all 0.3s ease;
}

.balance_top .prof_sh_block {
  float: left;
  width: auto;
  padding: 7px 0px 0px 20px;
  border: none;
}

.balance_top .pr_block_name,
.balance_top .pr_block_info {
  width: 100%;
  text-align: center;
  font-family: 'Nokia Large Az';
  letter-spacing: 0px;
  word-break: break-word;
}

.balance_top .pr_block_name {
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.balance_top .pr_block_info {
  font-size: 14px;
  line-height: 16px;
  color: #3c4043;
}

.balance_count {
  float: left;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0px;
  color: #0e1013;
}

.balance_status_table {
  display: block;
  width: 100%;
  /* padding: 20px; */
  /* background-color: #fff; */
  border-radius: 5px;
  overflow: hidden;
}

.balance_status_table table {
  width: 100%;
  border-collapse: collapse;
}

.balance_status_table table tr {
  border-bottom: 1px solid #e8eaed;
}

.balance_status_table table tr:hover td {
  background-color: #e8eaed;
}

.balance_status_table table tr:last-child {
  border: none;
}

.balance_status_table table td:last-child {
  border: none;
}

.balance_status_table table td,
.balance_status_table table th {
  padding: 12px 16px;
  text-align: left;
  font-family: 'Nokia Large Az';
  border-right: 1px solid #e8eaed;
}

.balance_status_table table th {
  background-color: #f8f9fa;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #80868b;
}

.balance_status_table table td {
  background-color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -0.26px;
  color: #0e1013;
  transition: all 0.3s ease;
}


/* Pgination */

.pagination_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 25px 20px;
}

.pagination_list li {
  display: block;
  float: left;
  margin: 0 5px;
}

.pagination_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0e1013;
  transition: background-color 0.3s ease;
}

.pagination_list li.active a {
  background-color: #d0252a;
  color: #fff;
}

.pagination_list li:hover:not(.active) a {
  background-color: #d0252a;
  color: #fff;
}

.pagination_list li.dots:hover a {
  background-color: transparent;
  color: #0e1013;
}

.pagination_list li:first-child a::before,
.pagination_list li:last-child a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-position: 0 0px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.pagination_list li:first-child a:before {
  background-image: url("../images/arw_pl.svg?v1");
}

.pagination_list li:last-child a:before {
  background-image: url("../images/arw_pr.svg?v4");
}

.pagination_list li:first-child a:hover:before,
.pagination_list li:last-child a:hover:before {
  background-position: 0 100%;
}


/* Pgination */


/*! ====  USER BALANCE PAGE FINISH  ===== */


/*! ====  USER ADV PAGE START  ===== */

.wrap_adv {
  width: 100%;
}

.wrap_adv .sect_header {
  margin-top: 0;
  padding: 13px 20px;
}

.wrap_adv .sect_title {
  padding: 7px 0px 2px 0px;
}

.rk_right_tabs {
  display: block;
  width: auto;
  float: right;
}

.rk_right_tabs .profile_tab_links {
  max-width: 100%;
}

.adv_itms .show_stat {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: center no-repeat url("../images/prf_reklam.svg");
  cursor: pointer;
}

.adv_itms {
  position: relative;
  width: 100%;
  padding: 20px 54px 20px 20px;
  margin: 0 0 10px 0;
  background-color: #fff;
  border-radius: 5px;
}

.adv_nws_title:first-child {
  border: none;
  padding: 0 20px 0 0px;
}

.adv_nws_title {
  float: left;
  width: 125px;
  padding: 0 20px 0 20px;
  border-left: 1px solid #e8eaed;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
}

.adv_nws_hd {
  font-weight: bold;
  padding-bottom: 4px;
}

.adv_nws_info {
  font-weight: normal;
}

.adv_nws_link {
  display: block;
  float: left;
  max-width: 240px;
  padding: 0 20px;
  border-left: 1px solid #e8eaed;
  text-decoration: underline;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #d0252a;
  cursor: pointer;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.prf_rkl_hd {
  display: block;
  width: 100%;
  padding: 12px 20px;
  margin: 0 0 10px 0;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  background-color: #f1f3f4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.prf_rkl_hd .prf_rkl_status:first-child {
  color: #80868b;
  float: left;
}

.prf_rkl_hd .prf_rkl_status:last-child {
  color: #d0252a;
  float: right;
}

.profile_reklams .adv_nws_link {
  max-width: 100%;
  padding: 0;
  border: none;
  margin: 0 0 20px 0;
  -webkit-line-clamp: inherit;
}

.prf_rkl_content {
  width: 100%;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.28px;
  color: #0e1013;
}

.prf_rkl_row:last-child {
  border: none;
  padding: 15px 0 0px 0;
}

.prf_rkl_row {
  padding: 15px 0;
  border-bottom: 1px solid #e8eaed;
}

.prf_rkl_row .prf_rkl_itm:first-child {
  float: left;
  font-weight: 600;
}

.prf_rkl_row .prf_rkl_itm:last-child {
  float: right;
  font-weight: normal;
}


/*! ====  USER ADV PAGE FINISH  ===== */


/*! ====  USER NOTIFICATIONS PAGE START  ===== */

.wrap_user_notf {
  width: 100%;
}

.wrap_user_notf .sect_header {
  margin-top: 0;
  padding: 13px 20px;
}

.hdr_notf_count {
  color: #d0252a;
  margin-left: 6px;
}

.notf_itms:hover {
  background-color: #f8f9fa;
  border-color: #dadce0;
}

.notf_itms.no_read {
  background-color: #f8f9fa;
  border-color: #dadce0;
}

.notf_itms {
  position: relative;
  width: 100%;
  padding: 14px 20px 14px 20px;
  margin: 0 0 10px 0;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.notf_itms:last-child {
  margin: 0 0 0px 0;
}

.bloks_img {
  display: block;
  float: left;
  width: 34px;
  border: 1px solid #dadce0;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.bloks_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.bloks_img img,
.bloks_img video,
.bloks_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.bloks_content {
  float: left;
  width: calc(100% - 34px);
  padding: 0 0 0 10px;
}

.bloks_date {
  width: 100%;
  padding: 0 0 3px 0;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #d0252a;
}

.bloks_info {
  width: 100%;
  padding: 10px 0 0px 0;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  /* -webkit-line-clamp: 1; */
}

.bloks_title {
  display: flex;
  width: 100%;
  position: relative;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  opacity: 1;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.blc_tit_name {
  display: inline-block;
  font-weight: bold;
  color: #0e1013;
  margin-right: 6px;
}

.blc_tit_text {
  display: inline-block;
  font-weight: normal;
  color: #80868b;
  margin-right: 6px;
}

.notf_itms .cmt_rpl_icn {
  display: inline-flex;
  float: none;
}

.itm_reply_comment .bloks_title {
  padding: 0 0 0 22px;
  -webkit-line-clamp: 1;
}

.itm_reply_comment .bloks_info {
  -webkit-line-clamp: 1;
}

.itm_reply_comment .bloks_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/notf_cmnt.svg");
}


/*! ====  USER NOTIFICATIONS PAGE FINISH  ===== */


/*! ====  USER COMMENTS PAGE START  ===== */

.wrap_user_comment {
  width: 100%;
}

.wrap_user_comment .sect_header {
  margin-top: 0;
  padding: 13px 20px;
}

.wrap_user_comment .bloks_img {
  width: 50px;
}

.wrap_user_comment .bloks_content {
  width: calc(100% - 50px);
}

.wrap_user_comment .bloks_title {
  padding: 0 23px 0 0;
  position: relative;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  line-height: 15px;
  -webkit-line-clamp: 1;
  overflow: visible;
}

.wrap_user_comment .bloks_title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../images/arrow.svg");
}

.wrap_user_comment .bloks_info {
  padding-top: 4px;
  font-size: 14px;
  line-height: 16px;
  -webkit-line-clamp: 1;
}

.wrap_user_comment .cmt_replay_btm {
  margin: 10px 0 0px 0;
}

.wrap_user_comment .unsend_cmnt {
  border: none;
  background-color: #f1f3f4;
  border-radius: 3px;
  margin-top: 10px;
}

.wrap_user_comment .under_cmnt_sect {
  background-color: #f1f3f4;
}


/*! ====  USER COMMENTS PAGE FINISH  ===== */


/*! ====  USER LETTERS PAGE START  ===== */

.wrap_user_letters {
  width: 100%;
}

.wrap_user_letters .sect_header {
  margin-top: 0;
  padding: 13px 20px;
}

.wrap_user_letters .wrap_right {
  margin-left: 20px;
}

.wrap_user_letters .wrap_center {
  padding-right: 0;
  max-width: 640px;
}

.wrap_user_letters .prof_notf_count {
  font-family: 'Nokia Large Az';
}

.letters_blocks {
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
}

.letter_itms {
  position: relative;
  width: 100%;
  padding: 10px;
  margin: 0 0 10px 0;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.letter_itms.new_letter {
  background-color: #f1f3f4;
}

.letter_itms:hover {
  background-color: #fef2eb;
}

.letter_itms.active {
  background-color: #fef2eb;
}

.letter_itms .bloks_info {
  font-family: 'Nokia Large Az';
  padding-top: 2px;
  font-size: 13px;
  line-height: 15px;
  -webkit-line-clamp: 1;
}

.letter_itms .bloks_title {
  padding: 0 0px 0 0;
  position: relative;
  font-family: 'Nokia Large Az';
  font-size: 13px;
  line-height: 15px;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.letter_itms .bloks_img {
  width: 50px;
}

.letter_itms .bloks_content {
  float: left;
  width: calc(100% - 50px);
  padding: 0 0 0 10px;
}

.letter_itms .bloks_date {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 0 2px 10px;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #80868b;
}

.letter_itms.new_letter .bloks_date::before {
  background-color: #d0252a;
}

.letter_itms .bloks_date::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #80868b;
}

.letters_blocks .letter_scroll {
  height: 485px;
  overflow-y: auto;
}

.letter_scroll:hover::-webkit-scrollbar-thumb {
  background-color: #e8eaed;
}

.letter_scroll::-webkit-scrollbar-track {
  border-radius: 3px;
}

.letter_scroll::-webkit-scrollbar {
  width: 5px;
}

.letter_scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #e8eaed;
  transition: all 0.3s ease;
}

.letter_content {
  display: block;
  position: relative;
  width: 100%;
}

.letter_content_head {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  background-color: #fff;
  border-bottom: 1px solid #e8eaed;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.letter_content_head .bloks_img {
  width: 50px;
}

.letter_content_head .bloks_content {
  width: calc(100% - 50px);
}

.letter_content_head .bloks_title {
  font-size: 16px;
  line-height: 19px;
}

.letter_content_body {
  padding: 20px 10px 85px 20px;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.letter_text {
  width: 100%;
  margin: 0 0 20px 0;
}

.letter_text .bloks_content {
  width: calc(100% - 44px);
  margin: 0 0 0 10px;
  border-radius: 5px;
}

.letter_text .bloks_content {
  padding: 10px;
  background-color: #f1f3f4;
}

.letter_text .bloks_info {
  font-size: 14px;
  line-height: 16px;
}

.letter_content .letter_scroll {
  height: 390px;
  overflow-y: auto;
  padding-right: 10px;
}

.tab_container {
  display: none;
  width: 100%;
}

.tab_container.active {
  display: block;
}


/* ==== lETTER TWO USER ===== */

.row_letter {
  display: block;
  width: 100%;
}

.row_letter .letter_text {
  width: 100%;
  margin: 0 0 20px 0;
  display: flex;
  align-items: flex-start;
}

.message_inbox .letter_text {
  flex-direction: row;
}

.message_send .letter_text {
  flex-direction: row-reverse;
}

.message_inbox .bloks_img {
  display: block;
  float: left;
  width: 34px;
  border: 1px solid #dadce0;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.message_inbox .letter_text .bloks_content {
  max-width: calc(100% - 44px);
  width: auto;
  margin: 0 0 0 10px;
  border-radius: 5px;
}

.message_send .bloks_img {
  display: block;
  float: left;
  width: 34px;
  border: 1px solid #dadce0;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.message_send .letter_text .bloks_content {
  max-width: calc(100% - 44px);
  width: auto;
  margin: 0 0px 0 0;
  border-radius: 5px;
  background: #d0252a;
}

.message_send .cmt_rpl_date,
.message_send .cmt_rpl_count {
  color: rgb(255 255 255 / 50%);
}

.message_send .bloks_info {
  color: #fff;
}

.letter_content_footer {
  display: flex;
  align-items: center;
  /* padding: 14px 20px; */
  /* background-color: rgb(122, 113, 113); */
  border-bottom: 1px solid #e8eaed;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.message_write_input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  border-top: 1px solid #e8eaed;
  background-color: #f8f9fa;
  border-radius: 0px 0px 5px 5px;
}

.message_write_input input {
  display: block;
  float: left;
  width: calc(100% - 40px);
  margin: 0 10px 0 0;
  padding: 7px 10px;
  background-color: #ffffff;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
}

.message_send_btn {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background-color: #d0252a;
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/wrt_btn.svg);
  cursor: pointer;
}


/* ===== lETTER TWO USER ===== */


/*! ====  USER LETTERS PAGE FINISH  ===== */


/*! ====  USER SUBSCRIBE PAGE START  ===== */

.wrap_user_subscribe {
  width: 100%;
}

.wrap_user_subscribe .sect_header {
  margin-top: 0;
  padding: 13px 20px;
}

.subscribe_blocks {
  width: 100%;
}

.subs_items {
  width: 100%;
  padding: 16px 20px 20px 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.subs_items.subscribed {
  border: 2px solid #d0252a;
}

.subs_head {
  display: block;
  width: 100%;
  /* padding-bottom: 10px; */
  /*text-transform: uppercase;*/
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
}

.subs_info {
  display: block;
  width: 100%;
  padding: 10px 0 0 0;
  border-top: 1px solid #e8eaed;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #80868b;
}


/* .subs_price_block {
    display: flex;
    align-items: center;
    float: left;
} */

.subs_conten {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

.subs_price {
  display: block;
  float: left;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #0e1013;
}

.subs_price_info {
  display: inline-block;
  max-width: 100px;
  padding: 0px 20px 0 20px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #80868b;
}

.subs_price_info.br {
  border-right: 2px solid #e8eaed;
}

.subs_pr_date:first-child {
  margin-bottom: 4px;
}

.subs_pr_date {
  font-weight: normal;
  color: #80868b;
}

.subs_pr_val {
  color: #3c4043;
  font-weight: bold;
}

.subs_add_mdl .back_this_btn {
  margin-top: -2px;
}

.subs_add_mdl .modal_content {
  overflow: visible;
}

.subs_add_mdl .modal_content {
  background: transparent;
}

.subs_button.remove {
  display: flex;
  justify-content: flex-end;
}

.subs_col {
  display: inline-block;
  margin: 0 0 0 20px;
}

.login-btn.sign_up.subs_remove {
  background: #fff;
  border: 1px solid #e8eaed;
  text-align: center;
  color: #0e1013;
}

.login-btn.sign_up.subs_remove:hover {
  background: #d0252a;
  color: #fff;
}

.subs_src .blg_btn {
  padding: 4px;
  border: none !important;
  border-radius: 5px !important;
  background-color: #d0252a;
  background-size: 20px 20px;
  background-image: url("../images/add_catg.svg");
  cursor: pointer;
}

.subs_users_mdl.content_compl {
  padding: 0px 0px 0 0px;
}

.subs_src.blogs_search {
  padding: 0 8px 0 0 !important;
}

.subs_users_mdl .cmpl_row {
  padding: 0;
}

.subs_users_mdl .blogers_list li {
  display: flex;
  align-items: center;
  position: relative;
}

.subs_users_mdl .blogers_list li a {
  display: flex;
  align-items: center;
  width: calc(100% - 20px);
}

.del_subs_usr {
  content: "";
  display: block;
  float: right;
  position: absolute;
  right: 0px;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/del_subs_usr.svg");
  cursor: pointer;
}

.subs_users_mdl .blg_conten {
  position: relative;
}

.subs_users_mdl .blg_name {
  padding-bottom: 0;
}

.subs_users_mdl .blogers_list {
  max-height: 334px;
}


/*! ====  USER SUBSCRIBE PAGE FINISH  ===== */


/*! ====  ABOUT PAGE START  ===== */

.wrap_about {
  width: 100%;
}

.wrap_about .letter_content_body {
  padding: 20px 20px 20px 20px;
}

.wrap_about .wrap_center {
  max-width: calc(100% - 300px);
  padding: 0 0px 0 20px;
}

.collapse_row {
  width: 100%;
  margin: 0 auto 10px auto;
}

.collapse_btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_drop.svg");
  transition: all 0.3s linear;
}

.collapse_btn.clp_clicked::before {
  transform: rotate(90deg);
}

.collapse_btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 40px 5px 0px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  /* background: #F1F3F4 0% 0% no-repeat padding-box; */
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.collapse_content {
  display: none;
  width: 100%;
  padding: 20px 10px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  word-break: break-word;
}


/* Collapse bootstrap */

.collapsible-item {
  margin: 7px 0;
}

.collapsible-item-heading::before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 5px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_drop.svg");
  transition: all 0.3s linear;
}

.collapsible-item-heading.clp_clicked::before {
  transform: rotate(90deg);
}

.collapsible-item-title-link-icon {
  display: none;
}

.collapsible-item-heading * {
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
}

.collapsible-item-heading {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 40px 5px 0px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  /* background: #F1F3F4 0% 0% no-repeat padding-box; */
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.collapse * {
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  /*font-weight: normal;*/
  line-height: 1.2;
  letter-spacing: 0px;
  color: #0e1013;
  margin: 7px 0px;
}

.collapse {
  display: none;
  width: 100%;
  padding: 10px 10px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #0e1013;
  word-break: break-word;
}


/* Collapse bootstrap */

.faq_title {
  width: 100%;
  padding: 10px 0px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0px;
  color: #d0252a;
  word-break: break-word;
}

.faq_menu {
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 5px;
}

.faq_menu li {
  width: 100%;
  padding: 10px 20px;
}

.faq_menu li a {
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  word-break: break-word;
  transition: all 0.3s ease;
}

.faq_menu li a:hover {
  color: #d0252a;
}

.faq_menu li a.active {
  color: #d0252a;
}

.static_content img,
.static_content video,
.static_content iframe {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  margin: 10px auto;
}

.static_content {
  width: 100%;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  word-break: break-word;
}

.static_content p {
  line-height: 1.3;
}

.static_content strong,
.static_content b {
  font-weight: bold !important;
}


/*! ====  ABOUT PAGE FINISH  ===== */


/*! ====  ERROR PAGE START  ===== */

.wrap_error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 340px);
}

.error_content {
  width: 100%;
  max-width: 768px;
  padding: 20px 16px;
  margin: 60px auto 0 auto;
}

.erro_pg_img {
  display: block;
  width: 480px;
  height: 222px;
  overflow: hidden;
  margin: 0 auto 40px auto;
}

.erro_pg_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.error_pg_info {
  display: block;
  width: 100%;
}

.error_pg_txt {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #0E1013;
}

.error_back {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 20px 0 0 0;
}

.error_back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 288px;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #d0252a;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
}

.error_back a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  position: relative;
  padding: 0 0 0 20px;
}

.error_back a span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../images/arrow_error.svg") no-repeat center;
}


/*! ====  ERROR PAGE FINISH  ===== */


/*! ====  APPROVE PAGE START  ===== */

.wrap_approve {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 350px);
}

.wrap_approve .col_in {
  max-width: 368px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 5px;
}

.wrap_approve.reset_wrap .col_in {
  float: left !important;
  width: calc(50% - 20px);
  margin: 0 10px;
  padding: 25px;
  background-color: #fff;
}

.wrap_approve.reset_wrap .odds_img {
  width: 140px;
}

.odds_img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px auto;
}

.odds_img img {
  display: block;
  width: 100%;
  height: 100%;
}

.approve_title {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0E1013;
  opacity: 1;
}

.approve_txt {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0E1013;
}


/*! ====  APPROVE PAGE FINISH  ===== */


/* Admin link item article */

.admin_item {
  display: block;
  position: relative;
  float: left;
  margin: 0 10px 0 0;
}

.admin_icon {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  background-image: url("../images/setting.svg");
  cursor: pointer;
}

.admin_tools {
  display: none;
  position: absolute;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 0 3px rgb(0 0 0 / 5%);
  min-width: 220px;
  right: 0;
  z-index: 10000;
  top: 30px;
  user-select: none;
}

.admin_tools ul li {
  border-bottom: 1px solid #e1e1e1;
}

.admin_tools ul li a {
  display: block;
  font-family: 'Nokia Large Az';
  font-size: 15px;
  font-weight: normal;
  padding: 10px 16px;
  background-color: #fff;
  color: #0e1013;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.admin_tools ul li a:hover {
  color: #d0252a;
}


/* Admin link item article */

#snackbar {
  display: flex;
  justify-content: center;
  visibility: hidden;
  width: 100%;
  padding: 16px 20px;
  position: fixed;
  z-index: 99999;
  top: 85px;
}

#snackbar_inner {
  display: inline-flex;
  justify-content: center;
  width: auto;
  background-color: #d0252a;
  border-radius: 2px;
  padding: 16px 20px;
  text-align: center;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  border-radius: 5px;
}


/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 85px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 85px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 85px;
    opacity: 1;
  }

  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 85px;
    opacity: 1;
  }

  to {
    top: 0;
    opacity: 0;
  }
}

.quote {
  padding: 10px 0;
  border-style: solid;
  border-color: #d0252a;
  border-width: 0;
  padding-left: 8px;
  padding-right: 8px;
  border-left-width: 5px;
  font-size: 20px;
  background-color: #f5f5f594;
  margin-left: 20px;
}


/* Lightgallery */

.lg-backdrop {
  z-index: 1000000000001 !important;
}

.lg-outer {
  z-index: 1000000000001 !important;
}


/* Lightgallery */
/* PAY_ALL */
.wrap_pay_all {
  display: block;
  max-width: 768px;
  width: 100%;
  margin: 20px auto;
}

.prof_inf_inpt {
  display: block;
  width: 100%;
  min-height: 90px;
  max-width: 100%;
  min-width: 100%;
  outline: none;
  padding: 11px 16px 11px 16px;
  margin: 0 0 20px 0;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* PAY_ALL */


.created_by_sm {
  display: flex;
  align-items: center;
  float: left;
  width: auto;
  min-width: 162px;
  margin: 0px 10px 0 0;
  word-break: break-word;
}

.creat_sm_title {
  display: block;
  float: left;
  width: auto;
  padding: 0px 10px 0px 0px;
  text-align: left;
  font-family: 'Nokia Large Az';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
}

.creat_sm_icon {
  display: block;
  float: left;
  width: 97px;
  height: 18px;
}

.creat_sm_icon img {
  display: block;
  width: 100%;
  height: 18px;
}