* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}


/* SF Pro Display --- */

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/subset-SFProDisplay-Heavy.eot');
  src: url('../fonts/subset-SFProDisplay-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-SFProDisplay-Heavy.woff2') format('woff2'), url('../fonts/subset-SFProDisplay-Heavy.woff') format('woff'), url('../fonts/subset-SFProDisplay-Heavy.ttf') format('truetype'), url('../fonts/subset-SFProDisplay-Heavy.svg#SFProDisplay-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/subset-SFProDisplay-Bold.eot');
  src: url('../fonts/subset-SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-SFProDisplay-Bold.woff2') format('woff2'), url('../fonts/subset-SFProDisplay-Bold.woff') format('woff'), url('../fonts/subset-SFProDisplay-Bold.ttf') format('truetype'), url('../fonts/subset-SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/subset-SFProDisplay-BoldItalic.eot');
  src: url('../fonts/subset-SFProDisplay-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-SFProDisplay-BoldItalic.woff2') format('woff2'), url('../fonts/subset-SFProDisplay-BoldItalic.woff') format('woff'), url('../fonts/subset-SFProDisplay-BoldItalic.ttf') format('truetype'), url('../fonts/subset-SFProDisplay-BoldItalic.svg#SFProDisplay-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/subset-SFProDisplay-Semibold.eot');
  src: url('../fonts/subset-SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-SFProDisplay-Semibold.woff2') format('woff2'), url('../fonts/subset-SFProDisplay-Semibold.woff') format('woff'), url('../fonts/subset-SFProDisplay-Semibold.ttf') format('truetype'), url('../fonts/subset-SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/subset-SFProDisplay-Medium.eot');
  src: url('../fonts/subset-SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-SFProDisplay-Medium.woff2') format('woff2'), url('../fonts/subset-SFProDisplay-Medium.woff') format('woff'), url('../fonts/subset-SFProDisplay-Medium.ttf') format('truetype'), url('../fonts/subset-SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/ubset-SFProDisplay-MediumItalic.eot');
  src: url('../fonts/subset-SFProDisplay-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-SFProDisplay-MediumItalic.woff2') format('woff2'), url('../fonts/subset-SFProDisplay-MediumItalic.woff') format('woff'), url('../fonts/subset-SFProDisplay-MediumItalic.ttf') format('truetype'), url('../fonts/subset-SFProDisplay-MediumItalic.svg#SFProDisplay-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SFProDisplay';
  src: url('../fonts/subset-SFProDisplay-Regular.eot');
  src: url('../fonts/subset-SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-SFProDisplay-Regular.woff2') format('woff2'), url('../fonts/subset-SFProDisplay-Regular.woff') format('woff'), url('../fonts/subset-SFProDisplay-Regular.ttf') format('truetype'), url('../fonts/subset-SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* SF Pro Display --- */

.page {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 1020px;
  background-color: #F8F9FA;
  overflow: hidden;
}

.main_center {
  display: block;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  background-color: #fff;
}

body {
  background-color: #F8F9FA;
  font-family: 'SFProDisplay', Arial, Helvetica, sans-serif;
}

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%;
  min-width: 310px;
  /* background-color: #fff; */
}

main.p_top {
  padding-top: 70px;
}

@keyframes fix {
  0% {
    top: -120px;
  }

  100% {
    top: 0px;
  }
}

.header_top {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E8EAED;
  position: relative;
  z-index: 99999;
}

.header_center {
  width: 100%;
  padding: 16px 20px;
  background-color: #FFFFFF;
  position: relative;
}

.header_bottom {
  width: 100%;
  max-width: 1020px;
  min-width: 1020px;
  padding: 0 20px;
  position: relative;
  z-index: 9999;
  background-color: #2AA9DE;
  /* border-bottom: 1px solid #E5E5E5; */
}

header.visible_mob .header_bottom {
  position: fixed;
  top: 0px;
  left: auto;
  right: auto;
  animation: fix 0.6s ease;
  -webkit-animation: fix 0.6s ease;
}

.header_left {
  display: block;
  width: auto;
  float: left;
  margin-right: auto;
}

.header_right {
  display: block;
  width: auto;
  float: right;
  position: relative;
  margin-left: auto;
}

.menu_btn {
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  margin: 0px 0px 0 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
}

.menu_btn.open {
  background-image: url("../images/icons/menu.svg");
}

.menu_btn.close {
  background-image: url("../images/icons/close_src.svg");
  margin-top: 6px;
}

.logo_sect {
  display: block;
  float: left;
  width: auto;
  max-width: 300px;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
  width: auto;
}

.logo_img {
  display: block;
  /* width: 150px; */
  /* height: 70px; */
  width: 200px;
  height: 60px;
}

.logo_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Other logo */

.other_logo_sect {
  display: block;
  float: left;
  width: auto;
  margin: 0 0 0 10px;
}

.other_logo_sect.logo_2 {
  max-width: 236px;
}

.other_logo_sect.logo_3 {
  max-width: 286px;
}

.other_logo_sect .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
  width: auto;
}

.other_logo_sect .logo_img {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
}

.other_logo_sect .logo_name {
  display: block;
  float: left;
  width: calc(100% - 36px);
  padding: 0 0 0 10px;
  text-align: left;
  font-family: 'Archivo Narrow';
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}


/* Other logo */

.desk_top {
  display: block;
  float: right;
}

.mobile_top {
  display: none;
}

.desk_logos {
  display: block;
}

.mobile_logos {
  display: none;
}

.desk_social {
  display: block;
  float: left;
  margin-top: 2px;
}

.mobile_social {
  display: none;
  max-width: 100%;
  padding: 7px 16px;
  border-bottom: 1px solid #E5E5E5;
}

.mobile_social .social_hd_sect {
  float: left;
  width: calc(100% - 40px);
}

.desk_social .social_hd_sect {
  display: block;
  float: left;
  margin: 0 20px 0 0px;
}

.mobile_logos .other_logo_sect {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 10px 16px;
  margin: 0 0 0 0px;
  border-bottom: 1px solid #E5E5E5;
}

.top_icons {
  float: right;
  margin: 17px 0 0 0px;
}

.src_icon {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/src_icon.svg");
  cursor: pointer;
}


/* language */

.langs {
  display: block;
  float: left;
  margin: 2px 20px 0 0;
}

.langs li {
  display: block;
}

.langs li a {
  display: flex;
  align-items: center;
  padding: 0px 0;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
}


/* language */


/* Top menu */

.top_menu {
  display: block;
  float: left;
  margin: 9px 0 0 0;
}

.top_menu li {
  display: block;
  float: left;
  margin: 0 20px 0 0px;
}

.top_menu li a {
  display: flex;
  align-items: center;
  padding: 0px 0;
  text-align: left;
  font-family: 'Archivo Narrow';
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #707070;
}


/* Top menu */

nav.nav_desk {
  display: block;
  float: left;
  width: calc(100% - 80px);
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0 auto;
  height: auto;
  z-index: 999;
}

ul.hdr_menu {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

ul.hdr_menu>li {
  display: flex;
  align-items: center;
  float: left;
  position: relative;
  padding: 18px 0;
  margin: 0px 25px 0 0;
  list-style: none;
}

ul.hdr_menu>li:last-child {
  margin: 0;
}

ul.hdr_menu>li>a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px 0px;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  word-break: break-word;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

ul.hdr_menu>li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: #fff;
  opacity: 0.5;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

ul.hdr_menu>li.menu_active::before {
  left: 0%;
  width: 100%;
}

ul.hdr_menu>li:hover:before {
  left: 0%;
  width: 100%;
}

ul.hdr_menu>li>a.arw_rt::before {
  content: "";
  /* display: none; */
  position: absolute;
  right: 0;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url("../images/icons/arrow_drop.svg") no-repeat center 100%;
  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;
}

ul.hdr_menu>li>a.arw_rt {
  padding-right: 20px !important;
}

ul.hdr_menu>li>a.arw_rt::before {
  display: block;
}

ul.hdr_menu>li:hover a.arw_rt::before {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}


/* ul.hdr_menu>li.menu_active a.arw_rt::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
} */


/* Sub menu */


/* ul.hdr_menu>li:hover>.dropdown {
  opacity: 1;
  visibility: visible;
  top: 35px;
} */


/* ul.hdr_menu>li.active>.dropdown {
  opacity: 1;
  visibility: visible;
  top: 35px;
} */

.dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(0px);
  -webkit-transform: scale(1) translateX(0px);
  -moz-transform: scale(1) translateX(0px);
  -ms-transform: scale(1) translateX(0px);
  -o-transform: scale(1) translateX(0px);
}

.dropdown {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 10px 10px;
  min-width: 180px;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 9999999;
  box-shadow: 0px 2px 6px #0E10131A;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transform: scale(1) translateY(30px);
  -webkit-transform: scale(1) translateY(30px);
  -moz-transform: scale(1) translateY(30px);
  -ms-transform: scale(1) translateY(30px);
  -o-transform: scale(1) translateY(30px);
}

.dropdown li {
  display: block;
  position: relative;
  padding: 3px 0;
  list-style: none;
}

.dropdown li a:hover {
  color: #2aa9de;
}

.dropdown li a {
  display: block;
  padding: 2px 10px;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #0E1013;
  word-break: break-word;
  word-break: break-word;
  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;
}


/* ul.hdr_menu ul li>a:hover {
  color: #343C7B;
} */


/* sub menu */

.mobile_header {
  width: 100%;
  /* padding: 0px 16px; */
  overflow: hidden;
}

.mob_body {
  width: 100%;
  padding: 12px 16px 0px 16px;
  max-height: calc(100% - 265px);
  overflow: auto;
}

.mob_ftr {
  width: 100%;
  padding: 0px 16px;
}

.mob_ftr .top_menu {
  display: block !important;
  margin: 0px;
}

.mob_ftr .top_menu li:first-child {
  margin-top: 13px;
}

.mob_ftr .top_menu li {
  float: none;
  margin: 21px 0;
}

.mob_ftr .top_menu li a {
  padding: 2px 0;
}

nav.nav_mobile.transformed {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

nav.nav_mobile {
  display: block;
  float: left;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0px auto 0 auto;
  background-color: #ffffff;
  z-index: 999999;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  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;
}


/* .visible_mob nav.nav_mobile {
  height: calc(100% - 70px);
} */

nav.nav_mobile ul.hdr_menu {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

nav.nav_mobile ul.hdr_menu>li {
  display: block;
  align-items: center;
  float: none;
  width: 100%;
  padding: 0px 0px;
  margin: 3px 0 2px 0px;
  list-style: none;
}

nav.nav_mobile ul.hdr_menu>li>a {
  display: flex;
  position: relative;
  padding: 10px 0px;
  word-break: break-word;
  -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;
}

nav.nav_mobile ul.hdr_menu .dropdown {
  background-color: transparent !important;
  box-shadow: none !important;
  transition: all 0.0s ease;
  -webkit-transition: all 0.0s ease;
  -moz-transition: all 0.0s ease;
  -ms-transition: all 0.0s ease;
  -o-transition: all 0.0s ease;
}


/* search */

.hd_search {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 9px 20px 9px 20px;
  width: 100%;
  right: 0;
  top: 0;
  background-color: #2aa9de;
  z-index: 99;
  transform: translateY(24px);
  -webkit-transform: translateY(24px);
  -moz-transform: translateY(24px);
  -ms-transform: translateY(24px);
  -o-transform: translateY(24px);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.hd_search.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.search_block {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.search_block .search_form {
  display: block;
  width: 100%;
}

.inp_srch::placeholder {
  color: #ffffff;
}

.inp_srch {
  display: block;
  float: left;
  background: transparent;
  width: calc(100% - 56px);
  padding: 10px 10px 10px 5px;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  white-space: nowrap;
}

.inp_btn {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/src_icon.svg");
  cursor: pointer;
  padding: 0;
  margin: 8px 0 0 0;
}

.close_src {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 8px 0px 0 16px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/icons/close_src.svg");
  cursor: pointer;
}


/* search */


/* Sign links ----*/

.hdr_items {
  display: block;
  float: left;
  margin-top: 2px;
}

.hdr_items .scl_name {
  font-weight: normal;
  color: #5F6368;
}

.sing_links {
  display: block;
  float: left;
  margin: 0 0 0 10px;
}

.sign_itm.login {
  background-color: #F1F3F4;
}

.sign_itm.register {
  background-color: #FDD403;
}

.sign_itm.register:hover {
  background-color: #ffe873;
}

.sign_itm.login:hover {
  background-color: #2AA9DE;
  color: #fff;
}

.sign_itm {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0 0 0 10px;
  padding: 13px 20px 13px 20px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0E1013;
  background-color: #F1F3F4;
  -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;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.login-btn {
  display: block;
  width: 100%;
  /* height: 40px; */
}


/* Sign links ----*/


/* Reklam 360*90 */

.rk_items_360_90 {
  display: block;
  float: left;
  margin: 0 0 0 20px;
  width: 360px;
  height: 90px;
  overflow: hidden;
  background-color: #F1F3F4;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icons/rkBg_360_90.png");
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.rk_items_300_250 {
  display: block;
  float: none;
  margin: 0 0 20px 0;
  width: 300px;
  height: 250px;
  overflow: hidden;
  background-color: #F1F3F4;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icons/rkBg_300_250.png");
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}


/* Reklam 360*90 */


/*! ====  HEADER FINISH  ===== */


/*! ====  FOOTER START  ===== */

footer {
  display: block;
  position: relative;
  width: 100%;
  /* background-color: #000000; */
}

.ftr_top {
  display: block;
  width: 100%;
  padding: 30px 20px 30px 20px;
  background-color: #fff;
  border-top: 1px solid #E8EAED;
  border-bottom: 1px solid #E8EAED;
}


/* .ftr_top .socials {
  margin: 17px 0 0 0;
} */

.footer_full {
  width: 100%;
}

.footer_full .other_logo_sect .logo_name {
  color: #ffffff;
}

.ftr_logo_sect {
  display: block;
  float: left;
}

.ftr_logo {
  display: block;
  /* width: 158px; */
  /* height: 70px; */
  width: 200px;
  height: 60px;
}

.ftr_logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.ftr_menu_sect {
  width: 100%;
  padding: 40px 20px 40px 20px;
  background-color: #fff;
  border-bottom: 1px solid #E8EAED;
}

.ftr_left {
  display: block;
  float: left;
  /* width: 300px; */
}

.ftr_right {
  display: block;
  float: right;
  /* width: calc(100% - 300px); */
  padding: 0 0 0 30px;
}

.f_logo_info {
  width: 100%;
  padding: 30px 20px;
}

.ftr_info {
  display: block;
  float: left;
  /* width: calc(100% - 160px); */
  width: calc(100% - 200px);
  padding: 0 0 0px 20px;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #80868B;
}

.ftr_info a {
  color: #2AA9DE;
}

.ftr_info strong,
.ftr_info b {
  color: #0E1013;
}

.socials {
  width: 100%;
}

.socials li:last-child {
  margin: 0;
}

.socials li {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.social_icon:hover .scl_name {
  color: #2AA9DE;
}

.social_icon:hover .scl_icn img {
  transform: translateY(-4px) scale(1.03);
  -webkit-transform: translateY(-4px) scale(1.03);
  -moz-transform: translateY(-4px) scale(1.03);
  -ms-transform: translateY(-4px) scale(1.03);
  -o-transform: translateY(-4px) scale(1.03);
}

.social_icon {
  display: block;
  /* flex-wrap: wrap;
  justify-content: center; */
  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;
}

.scl_icn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.scl_icn img {
  display: block;
  width: 24px;
  height: 24px;
  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;
}

.scl_name {
  display: block;
  width: 100%;
  padding: 0 7px;
  text-align: center;
  font-weight: 500;
  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;
}


/* footer social */


/* footer contact */

.contact_sect {
  display: block;
  width: 300px;
}

.contact_inner {
  display: block;
  width: 100%;
}

.cnt_itm {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 0px;
  /* margin: 0 0 14px 0; */
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.cnt_link {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  float: left;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #80868B;
  opacity: 1;
  margin: 0 10px 0 0;
  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;
}

.cnt_link:hover {
  color: #2AA9DE;
}

.cnt_link::before {
  content: "";
  display: block;
  position: relative;
  width: 0px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.cnt_link.location::before,
.cnt_link.mail::before,
.cnt_link.phone::before,
.cnt_link.wp::before {
  margin-right: 4px;
  width: 20px;
  height: 20px;
}

.cnt_link.location::before {
  background-image: url("../images/icons/location.svg");
}

.cnt_link.mail::before {
  background-image: url("../images/icons/mail.svg");
}

.cnt_link.phone::before {
  background-image: url("../images/icons/phone.svg");
}

.cnt_link.mail {
  padding: 0 10px 0 0;
  border-right: 1px solid #E8EAED;
}

.cnt_link.phone {
  padding: 0 10px 0 0;
  border-right: 1px solid #E8EAED;
}

.cnt_link.wp::before {
  background-image: url("../images/icons/wp.svg");
}


/* footer contact */


/* footer menu */

.ftr_menu {
  display: block;
  width: 630px;
  padding: 0 0px;
  /* margin: -8px 0 0 0; */
}

.ftr_menu>ul>li {
  float: left;
  width: 25%;
  padding: 0px 16px;
}

.ftr_menu>ul>li:last-child {
  padding-right: 0px;
}

.ftr_menu>ul>li>ul>li {
  display: flex;
  padding: 8px 0px;
}

.ftr_menu_head {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #0E1013;
  margin: 0 0 8px 0;
  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;
}

.ftr_menu li a {
  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;
}

.ftr_menu li ul li a {
  display: block;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #80868B;
  white-space: nowrap;
}

.ftr_menu li a:hover {
  color: #2AA9DE;
}

.ftr_menu_head:hover {
  color: #2AA9DE;
}


/* footer menu */

.copyrite_sect {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
}

.copy_left {
  float: left;
  width: calc(100% - 150px);
  border-right: 1px solid #E8EAED;
}

.copy_right {
  float: left;
  width: 150px;
  padding: 28px 30px;
}

.live_block {
  display: block;
  width: 80px;
  height: 120px;
  margin: 0 auto;
}

.copyrite {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #0E1013;
  opacity: 1;
  word-break: break-word;
  background-color: #E8EAED;
}

.created_by_sm {
  display: flex;
  align-items: flex-end;
  float: right;
  width: auto;
  min-width: 162px;
  margin: 0 0 0 auto;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #0E1013;
  opacity: 1;
  word-break: break-word;
  background-color: #E8EAED;
}

.creat_sm_title {
  display: block;
  float: left;
  width: auto;
  padding: 0px 5px 0px 0px;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #80868B;
}

.creat_sm_icon {
  display: block;
  float: left;
  width: 97px;
  height: 18px;
}

.creat_sm_icon img {
  display: block;
  width: 100%;
  height: 18px;
}


/*! ====  FOOTER FINISH  ===== */


/*! ====  MAIN START  ===== */

main {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 0;
}

.section_wrap {
  display: block;
  position: relative;
  width: 100%;
}

.wrap_main {
  width: 100%;
}

.wrap_left {
  float: left;
  width: calc(100% - 320px);
  padding: 20px 20px 20px 20px;
  background-color: #ffffff;
}

.wrap_right {
  float: left;
  width: 320px;
  background-color: #ffffff;
  padding: 20px 20px 20px 0px;
}


/* .wrap_center {
  float: left;
  max-width: 660px;
  padding: 0 20px;
} */

.section_body {
  width: 100%;
}

.sect_header {
  width: 100%;
  margin: 0 0 20px 0;
}

.sect_footer {
  width: 100%;
}

.sect_title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0E1013;
}

.all_link_title {
  display: flex;
  align-items: center;
  width: auto;
  float: right;
  padding: 4px 29px;
  margin-top: 4px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0px;
  color: #80868B;
  background-color: transparent;
  border: 1px solid #80868B;
  opacity: 0.95;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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;
}

.all_link_title:hover {
  color: #fff;
  border-color: #2AA9DE;
  background-color: #2AA9DE;
}

.more {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 25px 0 0 0;
}

.more_link:hover {
  background-color: #2AA9DE !important;
  border-color: #2AA9DE !important;
}

.more_link:hover .more_name {
  color: #fff !important;
}

.more_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #2AA9DE;
  opacity: 0.95;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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;
}

.more_name {
  display: inline-flex;
  width: auto;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0px;
  color: #2AA9DE;
  opacity: 1;
  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;
}

.wrap_manshet {
  width: 100%;
  padding: 0px 0;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wrap_manshet_tv {
  width: 100%;
  padding: 20px 20px;
  margin: 20px 0 20px 0;
  overflow: hidden;
  background-color: #202124;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wrap_manshet_tv .last_img::before {
  padding-top: 58.3%;
}

.wrap_manshet_foto {
  width: 100%;
  padding: 0px 0px;
  margin: 20px 8px 20px 8px;
  overflow: hidden;
}

.wrap_manshet_foto .mnsh_content .catg_date {
  margin: 0 0 0px 0;
}

.wrap_manshet_news {
  width: 100%;
  padding: 0px 0;
}

.manshet_news {
  width: 100%;
  padding: 20px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #E8EAED;
}

.top_slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-link {
  display: flex;
  align-items: center;
  width: 100%;
  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;
  overflow: hidden;
}

.slide_items {
  width: 100%;
  padding: 30px;
  background-color: #F7F7F7;
  overflow: hidden;
}

.wrap_manshet .slide_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px;
}

.mnsh_img {
  display: block;
  float: none;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* .mnsh_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56%;
} */

.mnsh_img img,
.mnsh_img video,
.mnsh_img iframe {
  display: block;
  max-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;
  flex-wrap: wrap;
  align-items: flex-end;
  float: none;
  position: absolute;
  width: 100%;
  height: 50%;
  padding: 20px 20px 20px 20px;
  bottom: 0;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  background: #0e1013;
  background: -moz-linear-gradient(bottom, #0e1013 0%, #0e101300 100%);
  background: -webkit-linear-gradient(bottom, #0e1013 0%, #0e101300 100%);
  background: linear-gradient(to top, #0e1013 0%, #0e101300 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0e1013', endColorstr='#0e101300', GradientType=0);
  -webkit-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0e1013', endColorstr='#0e101300', GradientType=0);
}

.mnsh_content_inner {
  display: block;
  width: 100%;
}

.mnsh_title {
  display: block;
  width: 100%;
  /* margin: 0px 0 20px 0; */
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  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;
}

.slide_date {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #80868B;
  padding: 8px 10px;
  background-color: #F1F3F4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.slide_catg_info {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0 10px 0 0;
  padding: 8px 10px;
  background-color: #2AA9DE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.mnsh_content .catg_date {
  margin: 0 0 10px 0;
}

.link_to_new {
  display: flex;
  align-items: center;
  position: relative;
  float: right;
  padding: 17px 55px 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0E1013;
  opacity: 1;
  background-color: #F7C702;
  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;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.link_to_new::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/icons/arrow_more.svg");
}

.top_sld_catg {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  text-align: left;
  font-family: 'Lora';
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.top_sld_btm {
  width: 100%;
  margin: 20px 0 0 0;
}

.swiper_items {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0 0px 0;
}

.swiper_arrows {
  display: block;
  position: relative;
  float: left;
  width: 98px;
  left: 0;
}

.swiper_pagin {
  display: block;
  position: relative;
  float: left;
  width: calc(100% - 98px);
  padding: 0 0 0 22px;
}

.top_slider .swiper-pagination {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  /* height: 3px; */
  bottom: 0px;
  right: 0;
  outline: none;
  padding: 0 0px;
}

.top_slider .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.top_slider .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.top_slider .swiper-pagination-bullet {
  display: inline-block;
  width: calc(10% - 5px);
  height: 2px;
  top: 0;
  left: 0;
  background: #E5E5E5 !important;
  opacity: 1;
  margin: 0 5px;
  border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -o-border-radius: 2px !important;
}

.top_slider .swiper-pagination-bullet:focus {
  border: 0;
  background: none;
  outline: none;
}

.top_slider .swiper-button-next,
.top_slider .swiper-button-prev {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  outline: 0;
  margin: 0;
}

.manshet_news .swiper_arrows {
  position: absolute;
  float: none;
  width: 100%;
  padding: 0 30px;
  top: 70px;
}

.manshet_news .swiper_pagin {
  display: none;
}

.manshet_news .swiper-pagination-bullet-active {
  background-color: #DB3334 !important;
}

.manshet_news .swiper-button-next,
.manshet_news .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-color: #fff;
  background-size: 12px 12px;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.manshet_news .swiper-button-next {
  float: right;
  background-image: url("../images/icons/next.svg");
  right: 0px;
}

.manshet_news .swiper-button-prev {
  float: left;
  background-image: url("../images/icons/prev.svg");
  left: 0px;
}


/* Manshet news */


/* Manshet top */

.manshet_top .swiper_pagin {
  position: absolute;
  float: none;
  width: 100%;
  padding: 0 20px;
  top: 10px;
}

.manshet_top .swiper-pagination-bullet {
  display: inline-block;
  width: calc(20% - 5px);
  height: 3px;
  top: 0;
  left: 0;
  border-radius: 0;
  background: #BDC1C6 !important;
  opacity: 0.5;
  margin: 0 2.5px;
}

.manshet_top .swiper_arrows {
  display: none;
}

.manshet_top .swiper-pagination-bullet-active {
  background-color: #2AA9DE !important;
  opacity: 1 !important;
}

.manshet_top .swiper-button-next,
.manshet_top .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-color: #fff;
  background-size: 12px 12px;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.manshet_top .swiper-button-next {
  float: right;
  background-image: url("../images/icons/next.svg");
  right: 0px;
}

.manshet_top .swiper-button-prev {
  float: left;
  background-image: url("../images/icons/prev.svg");
  left: 0px;
}


/* Manshet top */


/* Manshet tv */

.wrap_manshet_tv .sect_title {
  color: #FFFFFF;
}

.wrap_manshet_tv .swiper_arrows {
  position: relative;
  float: right;
  width: auto;
  padding: 0 0px;
  top: 25px;
}

.wrap_manshet_tv .swiper_pagin {
  display: none;
}

.wrap_manshet_tv .swiper-pagination-bullet-active {
  background-color: #DB3334 !important;
}

.wrap_manshet_tv .swiper-button-next,
.wrap_manshet_tv .swiper-button-prev {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-size: 100% 100%;
  border: none;
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  -o-border-radius: 0%;
  opacity: 0.6;
  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;
}

.wrap_manshet_tv .swiper-button-next {
  float: right;
  background-image: url("../images/icons/next_tv.svg");
  right: 0px;
}

.wrap_manshet_tv .swiper-button-prev {
  float: left;
  background-image: url("../images/icons/prev_tv.svg");
  left: -10px;
}

.wrap_manshet_tv .swiper-button-next:hover,
.wrap_manshet_tv .swiper-button-prev:hover {
  opacity: 1;
}

.wrap_manshet_tv .item_title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #FFFFFF;
  -webkit-line-clamp: 4;
}

.wrap_manshet_tv .more_link {
  border: 1px solid #80868B;
}

.wrap_manshet_tv .more_name {
  color: #80868B;
}

.wrap_manshet_tv .top_slider {
  width: calc(100% + 110px);
}

.wrap_manshet_tv .section_body {
  overflow: hidden;
  position: relative;
}

.wrap_manshet_tv .last_img::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 16px);
  bottom: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-color: rgb(14 16 19 / 70%);
  box-shadow: 0px 2px 5px #0E10131A;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-image: url("../images/icons/play.svg");
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}


/* Manshet tv */


/* Manshet Foto */

.wrap_manshet_foto .swiper_arrows {
  position: absolute;
  float: none;
  width: 100%;
  padding: 0 30px;
  top: calc(50% - 0px);
}

.wrap_manshet_foto .swiper_pagin {
  position: relative;
  float: none;
  width: 100%;
  padding: 0 20px;
  top: 0px;
  margin: 10px 0 0 0;
}

.wrap_manshet_foto .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  bottom: 0px;
  right: 0;
  outline: none;
  padding: 0 0px;
}

.wrap_manshet_foto .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.wrap_manshet_foto .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.wrap_manshet_foto .swiper-pagination-bullet:focus {
  border: 0;
  background: none;
  outline: none;
}

.wrap_manshet_foto .swiper-pagination-bullet {
  display: inline-block;
  width: 80px;
  height: 3px;
  top: 0;
  left: 0;
  background: #2AA9DE !important;
  opacity: 0.2;
  margin: 0 2.5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.wrap_manshet_foto .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.wrap_manshet_foto .swiper-button-next,
.wrap_manshet_foto .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-color: #fff;
  background-size: 12px 12px;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.wrap_manshet_foto .swiper-button-next {
  float: right;
  background-image: url("../images/icons/next.svg");
  right: 10px;
}

.wrap_manshet_foto .swiper-button-prev {
  float: left;
  background-image: url("../images/icons/prev.svg");
  left: 10px;
}

.wrap_manshet_foto .top_slider {
  width: calc(100% + 200px);
  margin-left: -100px;
}

.wrap_manshet_foto .section_body {
  overflow: hidden;
  position: relative;
}

.wrap_manshet_foto .mnsh_content {
  height: 100%;
  padding: 16px 20px;
}

.wrap_manshet_foto .mnsh_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 10px 0;
  -webkit-line-clamp: 2;
}

.wrap_manshet_foto .last_nw_date {
  color: #ffffff;
}

.wrap_manshet_foto .last_nw_date::before {
  display: none !important;
}

.wrap_manshet_foto .last_img::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 16px);
  bottom: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-color: rgb(14 16 19 / 70%);
  box-shadow: 0px 2px 5px #0E10131A;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-image: url("../images/icons/play_foto.svg");
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}


/* Manshet Foto */


/* slider items */


/* -----Wrap Main ------- */

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.col {
  display: block;
  float: left;
}

.col_in {
  display: block;
  width: 100%;
}

.odds_col {
  display: flex;
  /* align-items: center; */
  width: 33.33%;
  padding: 0px 15px;
  overflow: hidden;
}

.odds_col .col_in {
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 30px;
  overflow: hidden;
  background-color: #fff;
}

.odds_row {
  width: 100%;
}

.lt_title {
  margin-bottom: 37px;
  text-align: left;
  font-family: 'Archivo Narrow';
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  word-break: break-word;
}

.lt_info {
  margin: 10px 0 25px 0;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #80868B;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.item_title {
  margin-top: 10px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0E1013;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  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;
}

.item_info {
  margin: 20px 0 10px 0;
  text-align: left;
  font-family: 'Lora';
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000000;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}


/* News section */

.wrap_news {
  width: 100%;
  padding: 0px 0 40px 0;
  background-color: #fff;
}

.wrap_news .row {
  margin: 0 -8px;
}

.wrap_news .odds_col {
  width: 33.33%;
  padding: 0px 8px 20px 8px;
}

.last_items {
  width: 100%;
}

.last_items:hover .item_title {
  color: #2AA9DE;
}

.last_items:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.last_img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* .last_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 57%;
} */

.last_img img,
.last_img video,
.last_img iframe {
  display: block;
  /* position: absolute; */
  width: 100%;
  /* height: 100%; */
  /* top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover; */
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.last_items .lt_info {
  margin: 16px 0 0px 0;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0E1013;
  opacity: 1;
  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;
}

.last_nw_date {
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
  font-style: italic;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #80868B;
}

.catg_info {
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
  font-style: italic;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #2AA9DE;
  margin: 0 10px 0 0;
}

.catg_date {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 10px 0 0 0;
}

.wrap_news .slide_catg_info {
  position: absolute;
  margin: 0 0px 0 0;
  padding: 8px 10px;
  left: 10px;
  bottom: 10px;
}

.wrap_news .last_nw_date {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 10px 0 0;
}

.wrap_news .last_nw_date::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.wrap_news .last_nw_date.date::before,
.wrap_news .last_nw_date.time::before {
  margin: 0 4px 0 0;
}

.wrap_news .last_nw_date.date::before {
  background-image: url("../images/icons/date.svg");
}

.wrap_news .last_nw_date.time::before {
  background-image: url("../images/icons/time.svg");
}


/* News section */


/* ----Wrap right---- */


/* Wrap quest */

.wrap_quest {
  width: 100%;
  margin: 0px 0 20px 0;
  background-color: rgb(42 169 222 / 20%);
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wrap_quest .sect_header {
  padding: 20px 20px 0px 20px;
  margin: 0 0 10px 0;
}

.wrap_quest .section_body {
  padding: 0px 0px 0px 0px;
}

.quest_info {
  display: block;
  padding: 0px 20px 0px 20px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0E1013;
  margin: 0 0px 20px 0;
}

.quest_info a {
  text-decoration: underline;
  color: #0E1013;
}

.quest_info a {
  text-decoration: underline;
  color: #0E1013;
}

.quest_form {
  width: 100%;
  padding: 0px 20px 0px 20px;
}

.quest_row {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 11px 20px;
  background-color: #FFFFFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.quest_input {
  display: block;
  float: left;
  width: calc(100% - 20px);
  padding: 0px 5px 0px 0px;
  background-color: transparent;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0E1013;
}

.quest_input::placeholder {
  font-style: italic;
  color: #80868B;
}

.quest_btn {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: url("../images/icons/quest_form.svg") no-repeat center 100%;
  border: none;
  outline: none;
  cursor: pointer;
}

.quest_bg {
  display: block;
  width: 100%;
  height: 150px;
  margin: 40px 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* Wrap quest */


/* Wrap calculator */

.wrap_calculator {
  width: 100%;
  min-height: 370px;
  padding: 20px 20px;
  margin: 0px 0 0 0;
  background-color: #FFFFFF;
  border: 1px solid #E8EAED;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.calc_info {
  display: block;
  margin: 20px 0px 0 0;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #80868B;
}

.calc_form {
  width: 100%;
}

.calc_row {
  display: block;
  width: 100%;
  margin: 0 0 14px 0;
}

.calc_label {
  display: block;
  width: 100%;
  padding: 0px 0px 4px 0px;
  background-color: transparent;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #0E1013;
}

.calc_input {
  display: block;
  width: 100%;
  padding: 11px 10px;
  background-color: transparent;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0E1013;
  border-bottom: 1px solid #0E1013;
}

.calc_select:focus-visible {
  outline: none;
}

.calc_select {
  display: block;
  width: 100%;
  padding: 11px 10px;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0E1013;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 96% 50%;
  background-image: url("../images/icons/arrow_drop_slct.svg");
  border-bottom: 1px solid #0E1013;
  appearance: none;
}

.calc_input::placeholder {
  font-style: italic;
  color: #80868B;
}

.calc_btn {
  display: block;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  margin-left: auto;
  padding: 13px 20px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
  background-color: #2AA9DE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.resultLst {
  display: flex;
  align-items: center;
  width: 100%;
}

.result_val {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  margin-right: auto;
  padding: 0 22px 0 0;
  text-align: left;
  font-weight: normal;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0px;
  color: #0E1013;
}

.result_val::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("../images/icons/manat.svg") no-repeat 100% 100%;
}


/* Wrap calculator */


/* Wrap video reklam */

.wrap_video_rk {
  width: 100%;
  padding: 0px 0px;
  margin: 20px 0 0 0;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.video_rk_img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.video_rk_item {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/* .video_rk_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56%;
} */

.video_rk_img img,
.video_rk_img video,
.video_rk_img iframe {
  display: block;
  /* position: absolute; */
  max-width: 100%;
  /* height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover; */
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.video_rk_item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #0e1013;
  background: -moz-linear-gradient(bottom, #0e1013 0%, #0e101300 100%);
  background: -webkit-linear-gradient(bottom, #0e1013 0%, #0e101300 100%);
  background: linear-gradient(to top, #0e1013 0%, #0e101300 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0e1013', endColorstr='#0e1013', GradientType=0);
  -webkit-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0e1013', endColorstr='#0e1013', GradientType=0);
}

.video_rk_item::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 16px);
  bottom: calc(50% - 16px);
  width: 32px;
  height: 32px;
  background-color: rgb(14 16 19 / 70%);
  box-shadow: 0px 2px 5px #0E10131A;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-image: url("../images/icons/play.svg");
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.video_rk_info {
  display: block;
  position: absolute;
  width: 100%;
  padding: 20px 20px;
  left: 0;
  bottom: 0;
  z-index: 3;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #FFFFFF;
  word-break: break-word;
}


/* Wrap video reklam */


/* Wrap Banner */

.wrap_bnr {
  width: 100%;
  padding: 0px 0px;
  margin: 20px 0 0 0;
}

.bnr_items {
  display: block;
  width: 100%;
  padding: 20px 15px;
  margin: 0 0 10px 0;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.bnr_cotent {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.bnr_img {
  display: block;
  float: left;
  width: 60px;
  position: relative;
  overflow: hidden;
}

.bnr_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.bnr_img img,
.bnr_img video,
.bnr_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;
}

.bnr_info {
  display: block;
  float: left;
  width: calc(100% - 60px);
  padding: 0 0 0 10px;
}

.bnr_name {
  display: block;
  width: 100%;
  padding: 0 0 4px 0;
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0E1013;
}

.bnr_title {
  width: 100%;
  position: relative;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #0e1013;
  word-wrap: break-word;
}

.bnr_link {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: underline;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  word-wrap: break-word;
}

.itm_other {
  background-color: #fff;
  border: 1px solid #E8EAED;
}

.itm_other .bnr_name {
  padding: 0 0 0px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #0E1013;
}

.itm_other .bnr_title {
  font-size: 14px;
  line-height: 16px;
  color: #0e1013;
}

.itm_other .bnr_link {
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #035BF7;
}


/* Wrap Banner */


/* Wrap Top 5 */

.wrap_top_five {
  width: 100%;
  margin: 20px 0 0 0;
}

.wrap_top_five .sect_title {
  color: #2AA9DE;
}

.top_five_item:hover .top_five_title {
  color: #2AA9DE;
}

.top_five_item:hover .top_five_number {
  background-color: #2AA9DE;
  color: #fff;
}

.top_five_item {
  display: block;
  width: 100%;
  margin: 0 0 16px 0;
  position: relative;
  overflow: hidden;
}

.top_five_number {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 44px;
  height: 44px;
  position: relative;
  overflow: hidden;
  background-color: #2AA9DE10;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #2AA9DE;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  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;
}

.top_five_title {
  display: block;
  float: left;
  width: calc(100% - 60px);
  padding: 0 0 16px 0;
  margin: 0 0 0 16px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0E1013;
  border-bottom: 1px solid #E8EAED;
  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;
}


/* Wrap Top 5 */


/* Wrap Vote */

.wrap_vote {
  width: 100%;
  padding: 20px 20px;
  margin: 20px 0 0 0;
  background-color: #FFFFFF;
  border: 1px solid #E8EAED;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wrap_vote .sect_header {
  margin: 0 0 10px 0;
}

.vote_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 10px;
  margin: 13px 0 0 0;
  background-color: #2AA9DE;
  font-family: 'SFProDisplay';
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.vote_short_info {
  display: block;
  width: 100%;
  padding: 0px 0px 13px 0px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
  word-break: break-word;
}

.vote_container input {
  display: none;
}

.vote_container {
  display: block;
  width: 100%;
}

.vt_row {
  display: block;
  width: 100%;
  padding: 7px 0;
}

.vote_input {
  display: block;
  float: left;
  width: 20px;
}

.vote_icon {
  display: block;
  width: 20px;
  height: 20px;
  padding: 4px;
  border: 1px solid #bdc1c6;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.vote_icon span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.vote_quest {
  display: block;
  float: left;
  width: calc(100% - 20px);
  padding: 0 0 0 10px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0e1013;
}

.vote_input input:checked~.vote_icon {
  border-color: #2AA9DE;
}

.vote_input input:checked~.vote_icon span {
  background-color: #2AA9DE;
}

.vote_result_bg {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2px 0 0 0;
}

.vote_result_size {
  display: block;
  position: relative;
  float: left;
  width: calc(100% - 41px);
  height: 7px;
  margin: 0 10px 0 0;
  background-color: rgb(42 169 222 / 20%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.vt_res_persent {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  background-color: #2AA9DE;
  z-index: 1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  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;
}

.vote_result_val {
  display: block;
  float: left;
  width: auto;
  text-align: right;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.24px;
  color: #80868b;
  opacity: 1;
}


/* Wrap Vote */


/* Wrap last News */

.wrap_last_news {
  width: 100%;
  margin: 0 0 20px 0;
}

.wrap_last_news .sect_title {
  color: #2AA9DE;
  font-size: 25px !important;
  line-height: 30px !important;
}

.last_news_contetn {
  display: block;
  width: 100%;
  margin: 0 0 14px 0;
  padding: 16px 16px;
  background-color: #fff;
  box-shadow: 0px 2px 6px #0E10131A;
  overflow: hidden;
  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;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.last_news_content_info {
  display: block;
  width: 100%;
}

.wrap_last_news .item_title {
  margin-top: 10px;
  font-weight: normal;
  -webkit-line-clamp: 5;
}

.last_news_contetn:hover {
  box-shadow: 0px 2px 6px #0e10134f;
}

.last_news_contetn:hover .item_title {
  color: #2AA9DE;
}

.wrap_last_news .catg_date {
  margin: 0px 0 0 0;
}

.wrap_last_news .last_nw_date.time {
  color: #2AA9DE;
  margin: 0 10px 0 0;
}

.wrap_last_news .more {
  margin: 14px 0 0 0;
}


/* Wrap last News */


/* ----Wrap right end---- */


/* -----Wrap Main End ------- */


/*! ====  MAIN PAGE FINISH  ===== */


/*! ====  NEWS PAGE START  ===== */

.wrap_news_page {
  width: 100%;
}


/*! ====  NEWS PAGE FINISH  ===== */


/*! ====  CALCULATRO PAGE START  ===== */

.wrap_calculator_page {
  width: 100%;
}

.wrap_calculator_page .main_center {
  padding: 0px 0 40px 0;
}

.wrap_calculator_page .wrap_calculator {
  padding: 0px 0px;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.wrap_calculator_page .calc_form {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 20px;
  background-color: #FFFFFF;
  border: 1px solid #E8EAED;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wrap_calculator_page .row {
  margin: 0 -10px;
}

.wrap_calculator_page .odds_col {
  width: 50%;
  padding: 0px 10px;
}

.wrap_calculator_page .calc_form .calc_row {
  margin: 0 0 20px 0;
}

.wrap_calculator_page .calc_form>.calc_row:last-child {
  margin: 0 0 0px 0;
}

.wrap_calculator_page .calculator_content .calc_row {
  margin: 0 0 10px 0;
}

.wrap_calculator_page .calc_info {
  margin: 0px 0px 0 0;
  font-size: 16px;
  line-height: 24px;
}

.calculator_content .calc_label {
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  line-height: 14px;
  color: #0E1013;
}

.calculator_title {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0E1013;
}

.calculator_title a {
  text-decoration: underline;
  font-weight: 500;
  color: #0E1013;
}


/*! ====  CALCULATRO PAGE FINISH  ===== */


/*! ====  ABOUT PAGE START  ===== */

.wrap_about_page {
  width: 100%;
}

.wrap_about_page .main_center {
  padding: 10px 0 0 0;
}

.wrap_about .sect_title {
  font-size: 40px;
  line-height: 48px;
}

.abt_content_info {
  width: 100%;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0px;
  color: #0E1013;
}

.abt_content_info_inner.style_1 {
  font-size: 20px;
  line-height: 30px;
}

.abt_content_info_inner.style_2 {
  font-size: 26px;
  line-height: 32px;
}

.abt_content_info_inner.style_3 {
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
}

.abt_content_info a {
  text-decoration: underline;
  font-weight: 500;
  color: #0E1013;
}

.abt_content_info_inner.style_3 a {
  text-decoration: none;
  font-weight: 500;
  color: #2AA9DE;
}

.abt_content_info img,
.abt_content_info iframe,
.abt_content_info video {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 30px auto;
}

.wrap_leader {
  display: block;
  width: 100%;
  margin: 30px auto;
}

.wrap_leader .row {
  margin: 0 -6px;
}

.wrap_leader .odds_col {
  justify-content: center;
  width: 25%;
  padding: 0 6px 20px 6px;
}

.leader_img {
  display: block;
  width: 70px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.leader_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.leader_img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.lead_name {
  width: 100%;
  margin-top: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #0E1013;
}

.lead_info {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #5F6368;
}

.wrap_abt_ref {
  width: 100%;
  padding: 30px 40px;
}

.abt_ref_sect {
  width: 100%;
  padding: 40px 40px;
  background-color: #F1F3F4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.abt_ref_title {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #0E1013;
}

.abt_ref_info {
  width: 100%;
  margin-bottom: 23px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #5F6368;
}

.abt_ref_link {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 23px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #5F6368;
}

.abt_ref_link a {
  display: inline-block;
  min-width: 190px;
  padding: 13px 20px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  background-color: #2AA9DE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}


/*! ====  ABOUT PAGE FINISH  ===== */


/*! ====  CONTACT PAGE START  ===== */

.wrap_contact_page {
  width: 100%;
}

.wrap_contact_page .main_center {
  padding: 10px 0 0 0;
}

.wrap_contact_page .sect_title {
  font-size: 22px;
  line-height: 26px;
}

.contact_title {
  margin: 0 0 4px 0;
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #2AA9DE;
}

.wrap_contact_page .cnt_itm {
  float: left;
  width: auto;
  padding: 10px 6px 10px 16px;
  margin: 0 10px 10px 0;
  background-color: #FFFFFF;
  border: 1px solid #E8EAED;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wrap_contact_page .cnt_link {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.wrap_contact_page .cnt_link.phone {
  padding: 0 0px 0 0;
  border-right: none;
}

.contact_inner .socials li {
  float: left;
  margin: 0 10px 10px 0;
}

.contact_inner .socials li .social_icon {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  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;
  border: 1px solid #E8EAED;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contact_inner .socials li .social_icon .scl_icn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: left;
  width: auto;
}

.contact_inner .socials li .social_icon .scl_name {
  float: left;
  width: auto;
  font-size: 12px;
  line-height: 14px;
}

.contact_section {
  width: 100%;
  margin: 0 0 20px 0;
}

.contact_inner .social_icon:hover .scl_icn img {
  transform: translateY(0px) scale(1);
  -webkit-transform: translateY(0px) scale(1);
  -moz-transform: translateY(0px) scale(1);
  -ms-transform: translateY(0px) scale(1);
  -o-transform: translateY(0px) scale(1);
}

.contact_inner .q_a_form {
  padding: 20px 20px 10px 20px;
  background-color: #F1F3F4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contact_inner .q_a_form .row {
  margin: 0 -10px;
}

.contact_inner .q_a_form .odds_col {
  width: 50%;
  padding: 0px 10px;
}


/*! ====  CONTACT PAGE FINISH  ===== */


/*! ====  QUESTION and ANSWER PAGE START  ===== */

.wrap_question_page {
  width: 100%;
  padding: 0px 0 0 0;
}

.wrap_question_page .sect_header {
  width: 100%;
  margin: 0 0 16px 0;
}

.wrap_question_page .pagination {
  margin: 40px 0 0 0;
}

.q_a_form {
  width: 100%;
}

.lg_input {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto 10px auto;
}

.lg_inputs::placeholder {
  font-style: italic;
}

.lg_inputs:focus {
  border: 1px solid #2AA9DE;
}

textarea.lg_inputs.clicked {
  height: 142px;
}

textarea.lg_inputs {
  min-height: 42px;
  height: 42px;
  text-align: left;
  font-family: 'SFProDisplay';
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.lg_inputs {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 12px 20px 12px 20px;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  outline: none;
  border: none;
  background-color: #fff;
  border: 1px solid #E8EAED;
  -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;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.submit_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  min-width: 190px;
  padding: 13px 20px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  background-color: #2AA9DE;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  outline: none;
  border: none;
  cursor: pointer;
  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;
}

.submit_btn:hover {
  background-color: #1194cb;
}

.q_a_form .row {
  margin: 0 -5px;
}

.q_a_form .odds_col {
  width: 50%;
  padding: 0px 5px;
}

.upload_img {
  display: block;
  float: right;
  margin: 0 10px 0 0;
}

.upload_img input {
  display: none;
}

.ch_photo_lable:hover {
  background-color: #ffe873;
}

.ch_photo_lable {
  display: flex;
  align-items: center;
  width: auto;
  position: relative;
  padding: 13px 22px 13px 40px;
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  cursor: pointer;
  background-color: #FDD403;
  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;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.ch_photo_lable::before {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  width: 13px;
  height: 13px;
  background-image: url("../images/icons/upload_icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.q_a_message {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.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;
}

.letter_text .bloks_content {
  width: 86%;
  margin: 0 0 0 0px;
}

.cmt_replay_btm {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 10px 0;
}

.message_inbox .cmt_replay_btm {
  justify-content: flex-start;
}

.message_send .cmt_replay_btm {
  justify-content: flex-end;
}

.cmt_rpl_date {
  float: left;
  text-transform: uppercase;
  text-align: left;
  font-style: italic;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #80868B;
}

.cmt_rpl_name {
  float: left;
  margin: 0 10px 0 0;
  text-align: left;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0E1013;
}

.message_inbox .cmt_rpl_name {
  color: #0E1013;
}

.message_send .cmt_rpl_name {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 21px;
  color: #2AA9DE;
}

.message_send .cmt_rpl_name::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/reply.svg");
}

.bloks_info {
  width: 100%;
  padding: 16px 20px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  word-wrap: break-word;
  overflow: hidden;
}

.message_inbox .bloks_info {
  color: #0e1013;
  background-color: #F1F3F4;
  border-radius: 5px 35px 35px 35px;
  -webkit-border-radius: 5px 35px 35px 35px;
  -moz-border-radius: 5px 35px 35px 35px;
  -ms-border-radius: 5px 35px 35px 35px;
  -o-border-radius: 5px 35px 35px 35px;
}

.message_send .bloks_info {
  color: #FFFFFF;
  background-color: #2AA9DE;
  border-radius: 35px 5px 35px 35px;
  -webkit-border-radius: 35px 5px 35px 35px;
  -moz-border-radius: 35px 5px 35px 35px;
  -ms-border-radius: 35px 5px 35px 35px;
  -o-border-radius: 35px 5px 35px 35px;
}


/*! ====  QUESTION and ANSWER PAGE FINISH  ===== */


/*! ====  NEWS_INNER PAGE START  ===== */

.wrap_news_inner .sect_header {
  margin: 0 0 16px 0;
}

.wrap_news_inner .sect_hd {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  color: #0E1013;
}

.wrap_similar_news {
  margin: 30px 0 30px 0;
}

.wrap_similar_news .odds_col {
  width: 33.33%;
  padding: 0px 8px 20px 8px;
}

.wrap_similar_news .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.wrap_similar_news .sect_title {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #80868B;
}

.nw_in_text {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #0E1013;
  word-break: break-word;
}

.nw_in_text img,
.nw_in_text video,
.nw_in_text iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.nw_in_text a {
  text-decoration: underline;
  color: #2AA9DE;
}

.nw_in_text p {
  margin-bottom: 10px;
}

.nw_in_text>ul {
  list-style: inherit;
  margin: 20px 0 0 0px;
  padding: 0 0 0 20px;
}

.nw_in_text>ul>li {
  list-style: inherit;
  margin: 10px 0px 10px 0px;
}

.news_in_top {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 0px;
  background-color: #fff;
  border-bottom: 1px solid #E8EAED;
}

.nw_date_sect {
  display: block;
  float: left;
  max-width: calc(100% - 80px);
  margin: 0px auto 0 0;
}

.nw_catg,
.nw_date {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0 10px 0 0;
  padding: 8px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.view_count {
  display: block;
  float: left;
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  color: #80868B;
  margin: 0 20px 0 0;
}

.nw_catg {
  background-color: #2AA9DE;
  color: #fff;
}

.nw_date {
  background-color: #F1F3F4;
  color: #80868B;
  font-style: italic;
}

.nw_font_icons {
  display: flex;
  align-items: center;
  float: right;
  margin: 0px 0 0 auto;
}

.scaleplus,
.linr_read,
.scaleminus {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.scaleminus {
  background-color: #F1F3F4;
  background-image: url("../images/icons/minus.svg");
}

.linr_read {
  background-image: url("../images/icons/A.svg");
  margin: 0 5px;
}

.scaleplus {
  background-color: #F1F3F4;
  background-image: url("../images/icons/plus.svg");
}

.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;
  max-width: 100%;
  width: auto;
  height: auto;
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover; */
}

.nw_inner_gallery {
  display: block;
  width: 100%;
  padding: 0px 0px;
  margin: 20px 0 20px 0;
}

.nw_inner_gallery .article-gallery {
  margin: 0px 0 !important;
}

.nw_inner_gallery ul#imageGallery li:before,
.nw_inner_gallery ul.lSPager li:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57%;
  background-color: #f7f9fa;
}

.nw_inner_gallery .lSAction>a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  width: 32px;
  height: 32px;
}

.lSAction>a:before {
  width: 12px !important;
  height: 12px !important;
}

.lSAction>.lSPrev {
  left: 20px !important;
}

.lSAction>.lSNext {
  right: 20px !important;
}

.lSAction>.lSPrev:before {
  background-image: url("../images/icons/prev.svg") !important;
}

.lSAction>.lSNext:before {
  background-image: url("../images/icons/next.svg") !important;
  right: 0px;
}

.nw_inner_gallery .lSSlideOuter .lSPager.lSGallery li a:before {
  height: 4px;
  top: auto;
}

.nw_inner_gallery .lSSlideOuter .lSPager.lSGallery li.active a:before,
.nw_inner_gallery .lSSlideOuter .lSPager.lSGallery li:hover a:before {
  background-color: #2AA9DE;
}

.news_in_social {
  width: 100%;
  margin: 0 0 30px 0;
}

.tlg_channel {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 20px 18px 54px;
  background: transparent linear-gradient(180deg, #37AFE2 0%, #1B92D1 100%) 0% 0% no-repeat padding-box;
  margin: 10px 0px 0 0;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.tlg_channel::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../images/icons/telegam_link.svg");
}

.nw_social_sect {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 20px;
  background-color: #F1F3F4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.share_name {
  display: flex;
  align-items: center;
  float: left;
  width: auto;
  position: relative;
  padding: 0 0 0 34px;
  margin: 0px 10px 0 0;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0E1013;
}

.share_name::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../images/icons/share.svg");
}

.nw_socials_block {
  width: auto;
  float: right;
  margin-left: auto;
}

.nw_socials {
  width: auto;
  float: left;
}

.nw_socials li {
  width: auto;
  float: left;
  margin: 0 0 0 10px;
}

.nw_socials li a {
  display: block;
  width: 32px;
  height: 32px;
  padding: 7px;
  background-color: #fff;
  box-shadow: 0px 2px 5px #0E10130F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.nw_socials li a img {
  display: block;
  width: 100%;
  height: 100%;
  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;
}

.wrap_quest_form .more_link:hover {
  background-color: #fff !important;
  border-color: #fff !important;
}

.wrap_quest_form .more_link:hover .more_name {
  color: #2AA9DE !important;
}

.wrap_quest_form .more_link {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  padding: 0px 16px 0px 0px;
  border: none;
}

.wrap_quest_form .more_link::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/icons/drop_more.svg");
}

.wrap_quest_form .more_name {
  display: inline-flex;
  width: auto;
  color: #2AA9DE;
}

.rkl_slider {
  display: block;
  width: 100%;
  margin: 30px 0;
}


/*! ====  NEWS_INNER PAGE FINISH  ===== */


/* ? MODAL start */

.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: 560px;
  height: auto;
  padding: 0px 0px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 10px 30px #0E10130F;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.modal_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  background-color: #343C7B;
}

.modal_main {
  width: 100%;
  min-height: 100px;
  padding: 16px 16px 16px 16px;
}

.close_modal {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/close.svg");
  cursor: pointer;
}

.mdl_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 30px 0 34px;
}

.mdl_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/medal_w.svg");
}

.mdl_head {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.mdl_info {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.medals_content::-webkit-scrollbar-track {
  border-radius: 3px;
}

.medals_content::-webkit-scrollbar {
  width: 16px;
}

.medals_content::-webkit-scrollbar-thumb {
  background-color: #DADCE0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.medals_content {
  display: block;
  width: 100%;
  height: auto;
  max-height: 455px;
  overflow-x: hidden;
  overflow-y: auto;
}

.medals_list {
  display: block;
  width: 100%;
}

.medals_list li {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 16px 0;
}

.mlist_num,
.mlist_name {
  display: block;
  float: left;
  width: auto;
  text-align: left;
  letter-spacing: 0px;
  color: #0E1013;
}

.mlist_num {
  padding: 6px 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  background-color: #F7C702;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.mlist_name {
  padding: 0 0 0 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}


/* ? MODAL finish */


/* Pgination */

.pagination {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
}

.pagination_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 0 0 0;
}

.pagination_list li {
  display: block;
  float: left;
  margin: 0 5px;
}

.pagination_list li a,
.pagination_list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 2px;
  background-color: #F1F3F4;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0E1013;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.pagination_list li span {
  background-color: #FDD403;
}

.pagination_list li:hover a {
  background-color: #FDD403;
}

.pagination_list li.first-a a::before,
.pagination_list li.last-a a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.pagination_list li.first-a a::before {
  background-image: url("../images/icons/prev.svg");
}

.pagination_list li.last-a a::before {
  background-image: url("../images/icons/next.svg");
}

/* Scroller */
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1), .loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em)
  }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2), .loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.scroller-status {
  display: none;
  padding: 20px 0;
  overflow: hidden;
}

.scroller-status__message {
  text-align: center;
  color: #777;
}

.x-nav {
  display: none;
}

.news_in_video * {
  width: 100%;
  min-height: 400px;
  height: auto;
}

a.admincp {
  background: red;
  color: #fff;
  padding: 6px 16px 4px 16px;
}

span.search_keywords {
  color: red;
  margin-right: 10px;
}

/* .pagination_list li.first-a a:hover:before {
  background-position: 0 100%;
} */


/* .pagination_list li.last-a a:hover:before {
  background-position: 0 100%;
} */


/* Pgination */


/* ===== CATEGORIES PAGE START ------ */


/* ===== CATEGORIES PAGE FINISH ------ */

/* ===== BANNER PAGE START ------ */
.ban_cnt {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.banner-left, .banner-right {
  position: fixed;
  top: 0;
  width: 461px;
  height: 900px;
  z-index: 111111;
  overflow: hidden;
}

.banner-left {
  left: -18px;
}

.banner-right {
  right: -20px;
}

.top_banner_1 {
  width: 1000px;
  display: table;
  margin: 1px auto;
  overflow: hidden;
}

.top_banner_1 iframe {
  width: 1000px !important;
  height: 90px !important;
}

@media screen and (min-width: 767px) and (max-width: 999px) {
  .hidden-m {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {

  .hidden-s {
    display: none !important;
  }
}

/* ===== BANNER PAGE FINISH ------ */