/* Used SCSS libs in project */
/* Site SCSS */
/* Core SCSS */
/* percent lighten bgc on btn */
/* colors */
/* font color */
/* border color */
/* fonts */
/* buttons */
/* border-radius */
/* transition */
/* mobile */
/* icons */
/* buttons */
.content-footer .content-tags-wrapper .content-tags, .post_list .grid_list__item .grid_content .grid_info .grid_tags, .post_list .post_list__item .post_content .post_info .post_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: first baseline;
}
.content-footer .content-tags-wrapper .content-tags li.secondary a, .post_list .grid_list__item .grid_content .grid_info .grid_tags li.secondary a, .post_list .post_list__item .post_content .post_info .post_tags li.secondary a {
  background-color: #EC6504;
}
.content-footer .content-tags-wrapper .content-tags li.secondary a:hover, .post_list .grid_list__item .grid_content .grid_info .grid_tags li.secondary a:hover, .post_list .post_list__item .post_content .post_info .post_tags li.secondary a:hover {
  background-color: #d35a04;
  color: #ffffff;
}
.content-footer .content-tags-wrapper .content-tags li, .post_list .grid_list__item .grid_content .grid_info .grid_tags li, .post_list .post_list__item .post_content .post_info .post_tags li {
  margin-bottom: 0.2rem;
  list-style: none;
}
.content-footer .content-tags-wrapper .content-tags li a, .post_list .grid_list__item .grid_content .grid_info .grid_tags li a, .post_list .post_list__item .post_content .post_info .post_tags li a {
  display: inline-block;
  background-color: #0974BA;
  color: #ffffff;
  padding: 0.05rem 0.6rem;
  font-size: 0.83rem;
  border-radius: 3px;
  margin-right: 0.4rem;
}
.content-footer .content-tags-wrapper .content-tags li a::first-letter, .post_list .grid_list__item .grid_content .grid_info .grid_tags li a::first-letter, .post_list .post_list__item .post_content .post_info .post_tags li a::first-letter {
  text-transform: capitalize;
}
.content-footer .content-tags-wrapper .content-tags li a:hover, .post_list .grid_list__item .grid_content .grid_info .grid_tags li a:hover, .post_list .post_list__item .post_content .post_info .post_tags li a:hover {
  background-color: #075689;
}

.post_list .grid_list__item .grid_content .grid_info .grid_title, .post_list .post_list__item .post_content .post_title {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 500;
}

.post_list .post_list__item .post_content .post_relations .post_relation {
  display: flex;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  font-size: 0.9rem;
  opacity: 0.8;
}
.post_list .post_list__item .post_content .post_relations .post_relation div:first-child {
  margin-right: 0.3rem;
  color: #888;
}
.post_list .post_list__item .post_content .post_relations .post_relation div:last-child a {
  color: #EC6504;
}
.post_list .post_list__item .post_content .post_relations .post_relation div:last-child a:hover {
  color: #ba5003;
}
.post_list .post_list__item .post_content .post_relations .post_relation div:last-child a.blue {
  color: #0974BA;
}
.post_list .post_list__item .post_content .post_relations .post_relation div:last-child a.blue:hover {
  color: #075689;
}

.content-banners .banner_item .banner_info .banner_text, .post_list .post_list__item .post_content .post_desc, .content-body p, .content-body ul, .content-body ol, .content-body li, .content-body q, .content-body blockquote {
  line-height: 1.4rem;
  color: #444;
  font-size: 14px;
  word-wrap: anywhere;
}

.content-banners .banner_item .banner_info .banner_title, .content-body h1, .content-body h2, .content-body h3, .content-body h4, .content-body h5, .content-body h6 {
  font-weight: 500;
  font-size: 1.5rem;
  margin: 1rem 0;
}

.content-body table {
  position: relative;
  width: 100%;
  margin: 1rem auto;
  border-radius: 3px;
  border-collapse: collapse;
  overflow-x: scroll;
}
.content-body table tr, .content-body table th {
  padding: 5px;
}
.content-body table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.content-body table tr td {
  padding: 5px;
}

.content-body ul, .content-body ol {
  list-style: none;
}
.content-body ul li, .content-body ol li {
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}

.content-body ol li::before, .content-body ul li::before {
  color: #0b92eb;
  margin-right: 0.5rem;
  opacity: 0.6;
  font-size: 0.8rem;
  vertical-align: middle;
}

.content-body ul li::before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  font-size: 1.2rem;
  padding: 0.2rem 0.2rem;
}

.content-body ol {
  counter-reset: item;
}
.content-body ol li::before {
  content: counter(item);
  counter-increment: item;
  background-color: aliceblue;
  border-radius: 5px;
  padding: 0.2rem 0.5rem;
}

.content-body q, .content-body blockquote {
  display: grid;
  background-color: #f6f6f6;
  border-left: 3px solid #0974BA;
  padding: 1rem;
  font-size: 1.1rem;
  font-style: italic;
  color: #555;
  border-radius: 3px;
}
.content-body q::before, .content-body blockquote::before {
  content: "\f6b0";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  color: #0974BA;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  text-align: right;
  margin-top: -10px;
  margin-right: -5px;
}

.content-body iframe, .content-body img {
  overflow: hidden;
  border-radius: 4px;
}

.content-body {
  position: relative;
  clear: both;
  width: 100%;
  overflow: auto;
}
.content-body table.content-table tr {
  background-color: transparent;
}
.content-body table.content-table tr td {
  vertical-align: top;
}
.content-body .simpleButton {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: #EC6504;
  color: #ffffff;
  border: 2px solid #EC6504;
  font-size: 1rem;
}
.content-body .simpleButton:hover {
  background-color: #fb8028;
  border: 2px solid #fb8028;
}

.plus_icon, .content-header .content-info .info-wrap .content-plus, .post_list .grid_list__item .grid_content .grid_info .grid_plus, .post_list .post_list__item .post_content .post_info .post_plus, .user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_plus {
  display: inline-block;
  background: linear-gradient(209deg, rgb(165, 51, 58) 22%, rgb(76, 67, 133) 62%);
  color: #ffffff;
  font-weight: 500;
  font-size: 0.8rem;
  padding: 0 5px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.g_rtl_score_small {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  border-radius: 3px;
  background-color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}

.g_company_ticker {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  text-align: center;
  font-size: 1rem;
  color: #222;
  background-color: #e0e0e0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}

/* inputs */
.promocode_wrapper .promocode .promocode_input input#promocode {
  display: block;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  border: 1px solid #bbbbbb;
  width: 100%;
  background-color: #ffffff;
  font-size: 1rem;
}

.f-carousel__wrapper.f-carousel--content .f-carousel .f-carousel__track .f-carousel__slide a .announce__wrapper .announce .category {
  display: block;
  background-color: #EC6504;
  color: #ffffff;
  padding: 0.1rem 0.5rem;
  font-size: 0.83rem;
  border-radius: 3px;
  margin-right: 0.4rem;
}

.page-content .form-group.required label::after {
  content: "*";
  color: red;
  margin-left: 3px;
  font-weight: 500;
  font-size: 0.8rem;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Thin"), local("Roboto-Thin"), url("/fonts-y/Roboto/Robotothin.woff2") format("woff2"), url("/fonts-y/Roboto/Robotothin.woff") format("woff"), url("/fonts-y/Roboto/Robotothin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("/fonts-y/Roboto/Robotothinitalic.woff2") format("woff2"), url("/fonts-y/Roboto/Robotothinitalic.woff") format("woff"), url("/fonts-y/Roboto/Robotothinitalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Light"), local("Roboto-Light"), url("/fonts-y/Roboto/Robotolight.woff2") format("woff2"), url("/fonts-y/Roboto/Robotolight.woff") format("woff"), url("/fonts-y/Roboto/Robotolight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("/fonts-y/Roboto/Robotolightitalic.woff2") format("woff2"), url("/fonts-y/Roboto/Robotolightitalic.woff") format("woff"), url("/fonts-y/Roboto/Robotolightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url("/fonts-y/Roboto/Roboto.woff2") format("woff2"), url("/fonts-y/Roboto/Roboto.woff") format("woff"), url("/fonts-y/Roboto/Roboto.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Italic"), local("Roboto-Italic"), url("/fonts-y/Roboto/Robotoitalic.woff2") format("woff2"), url("/fonts-y/Roboto/Robotoitalic.woff") format("woff"), url("/fonts-y/Roboto/Robotoitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/fonts-y/Roboto/Robotomedium.woff2") format("woff2"), url("/fonts-y/Roboto/Robotomedium.woff") format("woff"), url("/fonts-y/Roboto/Robotomedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("/fonts-y/Roboto/Robotomediumitalic.woff2") format("woff2"), url("/fonts-y/Roboto/Robotomediumitalic.woff") format("woff"), url("/fonts-y/Roboto/Robotomediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts-y/Roboto/Robotobold.woff2") format("woff2"), url("/fonts-y/Roboto/Robotobold.woff") format("woff"), url("/fonts-y/Roboto/Robotobold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("/fonts-y/Roboto/Robotobolditalic.woff2") format("woff2"), url("/fonts-y/Roboto/Robotobolditalic.woff") format("woff"), url("/fonts-y/Roboto/Robotobolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Black"), local("Roboto-Black"), url("/fonts-y/Roboto/Robotoblack.woff2") format("woff2"), url("/fonts-y/Roboto/Robotoblack.woff") format("woff"), url("/fonts-y/Roboto/Robotoblack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("/fonts-y/Roboto/Robotoblackitalic.woff2") format("woff2"), url("/fonts-y/Roboto/Robotoblackitalic.woff") format("woff"), url("/fonts-y/Roboto/Robotoblackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Bootstrap reset
-------------------------------------------------------------------*/
/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html,
body {
  font-size: 13.5px;
  height: 100%;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* adaptivity footer */
body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #444;
  font-weight: 400;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.3rem;
}

p {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: #444;
  font-weight: 400;
  line-height: 1.6rem;
  margin: 0 0 15px 0;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a {
  color: #0974BA;
  transition: 0.1s all ease;
}
a:hover, a:focus {
  color: #a14503;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul {
  list-style-type: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/
.section-title {
  margin-bottom: 50px;
  text-align: center;
}
.section-title h2 {
  color: #222;
  font-weight: 700;
  position: relative;
}
.section-title h2:after {
  position: absolute;
  left: 0;
  bottom: -15px;
  right: 0;
  height: 4px;
  width: 80px;
  background: #0974BA;
  content: "";
  margin: 0 auto;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/*---------------------
  Bootstrap reset
-----------------------*/
.container, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1600px;
  width: 92%;
}

/*** mixins ***/
/*---------------------
  jquery.infinitescroll.js
-----------------------*/
#infscr-loading {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  flex-direction: column;
  transition: none;
}
#infscr-loading img {
  width: 150px;
}

/*---------------------
  fancybox
-----------------------*/
/*** GALLERY ON PAGE ***/
.f-carousel__wrapper.gallery-on-page {
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 1rem;
}
.f-carousel__wrapper.gallery-on-page .f-carousel .f-carousel__track .f-carousel__slide a img {
  max-height: 450px;
}
.f-carousel__wrapper .f-carousel .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-carousel__wrapper .f-carousel .f-carousel__slide a {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.f-carousel__wrapper .f-carousel .f-carousel__slide a .slide_bottom {
  display: flex;
  justify-content: left;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: 300;
}
.f-carousel__wrapper .f-carousel .f-carousel__slide a .slide_bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 10%, rgba(255, 255, 255, 0) 60%);
  height: 20px;
}
.f-carousel__wrapper .f-thumbs {
  position: relative;
  height: 95px;
}
.f-carousel__wrapper .f-thumbs .f-thumbs__viewport {
  position: absolute;
}

/*** SCROLLBAR ***/
.scrollbar-inner .scroll-element.scroll-y {
  width: 3px;
}
.scrollbar-inner .scroll-element.scroll-draggable .scroll-bar {
  background-color: #EC6504;
}
.scrollbar-inner .scroll-element:hover .scroll-bar {
  background-color: #EC6504;
}
.scrollbar-inner .scroll-element .scroll-bar {
  background-color: #EC6504;
  opacity: 1;
}

header #header-top {
  background-color: #F2F2F2;
}
header #nav-links {
  background-color: #0974BA;
  display: flex;
  flex-wrap: nowrap;
}
header #nav-links li.nav-item a.nav-link {
  padding: 0.5rem 0.8rem;
  color: #ffffff;
  font-size: 14px;
}
header #nav-links li.nav-item a.nav-link:hover {
  background-color: #0b92eb;
}
header #nav-links li.nav-item.special a {
  background-color: #EC6504;
}
header #nav-links li.nav-item.special a:hover {
  background-color: #fb8028;
}
header #nav-links li.nav-item.plus a {
  background: linear-gradient(209deg, rgb(165, 51, 58) 22%, rgb(76, 67, 133) 62%);
  font-weight: 500;
}
header #nav-links li.nav-item.plus:hover a {
  opacity: 0.8;
}
header #nav-links li.nav-item.brown a {
  background-color: #8E241F;
}
header #nav-links li.nav-item.brown a:hover {
  background-color: #b82f28;
}
header #header-middle {
  margin: 10px auto;
}
header #header-middle a#main-logo {
  display: inline-block;
}
header #header-middle a#main-logo svg {
  width: 240px;
  height: 50px;
  fill: #0974BA;
  color: #EC6504;
}
header #header-middle a#main-logo .logo-bottom {
  font-size: 11px;
  line-height: 12px;
  color: #888888;
}
header #header-middle a#main-logo .logo-bottom span {
  display: block;
  font-size: 8.5px;
}

.user_top_panel .u_sign {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.user_top_panel .u_sign > a {
  flex: 1;
  text-align: center;
}
.user_top_panel .u_sign > a:last-child {
  margin-left: 5px;
  flex: 2;
}
.user_top_panel .u_sign > a.sign-up {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: #0974BA;
  color: #ffffff;
  border: 2px solid #0974BA;
}
.user_top_panel .u_sign > a.sign-up:hover {
  background-color: #0b92eb;
  border: 2px solid #0b92eb;
}
.user_top_panel .u_sign > a.sign-in {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: inherit;
  color: #0974BA;
  border: 2px solid #0974BA;
}
.user_top_panel .u_sign > a.sign-in:hover {
  color: #ffffff;
  background-color: #0974BA;
}
.user_top_panel .u_panel_wrap {
  width: 100%;
  background-color: aliceblue;
  justify-content: space-evenly;
}
.user_top_panel .u_panel_wrap .u_panel {
  border-right: 3px solid #95d2fa;
  position: relative;
}
.user_top_panel .u_panel_wrap .u_panel.show {
  border-right: 3px solid #0974BA;
  background-color: #d7ecff;
}
.user_top_panel .u_panel_wrap .u_panel .dropdown-menu {
  display: none;
  width: 100%;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
.user_top_panel .u_panel_wrap .u_panel .dropdown-menu.show {
  display: block;
}
.user_top_panel .u_panel_wrap .u_panel .dropdown-menu a {
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  font-weight: 300;
  color: #222;
}
.user_top_panel .u_panel_wrap .u_panel .dropdown-menu a:hover {
  background-color: aliceblue;
}
.user_top_panel .u_panel_wrap .u_panel .dropdown-menu a.subscription-end {
  text-align: center;
  padding: 5px;
  font-size: 10px;
  color: #a14503;
  background-color: antiquewhite;
  border-bottom: 1px solid #d2ba9a;
  border-top: 1px solid #d2ba9a;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  white-space: nowrap;
  pointer-events: none;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  display: flex;
  padding: 7px;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_plus {
  position: absolute;
  left: 0;
  top: 0;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_plus.basic {
  background: #e1e1e1;
  color: #796262;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner img.u_panel_photo {
  margin: auto 7px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_panel_info .u_panel_login {
  display: flex;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_panel_info .u_panel_login .u_status_icon {
  margin-right: 5px;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_panel_info .u_panel_login .u_status_icon img {
  width: 9px;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_panel_info .u_panel_login .u_login {
  font-size: 1rem;
  font-weight: 500;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_panel_info .u_name {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1rem;
}

.search-wrap {
  position: relative;
  border-top: 2px solid #0974BA;
}
.search-wrap form {
  position: relative;
  display: flex;
}
.search-wrap form input[name=q] {
  flex: 5;
  color: #555;
  border: 1px solid #eee;
  border-top: none;
  border-right: none;
  padding: 0.2rem 0.5rem;
  font-size: 13px;
  width: 100%;
}
.search-wrap form input[name=q]:focus {
  border-color: aliceblue;
}
.search-wrap form button[type=submit] {
  width: 40px;
  border: none;
  font-size: 12px;
  background-color: #eee;
}
.search-wrap form button[type=submit]:hover {
  background-color: #f1f1f1;
}
.search-wrap form button[type=submit]:hover i {
  color: #0974BA;
}

.m-navigation .u_sign {
  justify-content: flex-start;
  margin: 1rem;
}
.m-navigation .u_sign > a {
  margin-left: 5px;
}
.m-navigation .u_sign > a.sign-up, .m-navigation .u_sign > a.sign-in {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.1);
  font-size: 1.1rem;
  padding: 2px 12px;
}
.m-navigation .u_sign > a.sign-up:hover, .m-navigation .u_sign > a.sign-in:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.m-navigation .u_sign > a.sign-up:hover, .m-navigation .u_sign > a.sign-in:hover {
  opacity: 0.8;
}
.m-navigation .user_top_panel .u_panel_wrap {
  margin-top: 1.5rem;
  background-color: rgba(240, 248, 255, 0.1);
  margin-bottom: 1.5rem;
}
.m-navigation .user_top_panel .u_panel_wrap .u_panel {
  border-color: rgba(240, 248, 255, 0.25);
}
.m-navigation .user_top_panel .u_panel_wrap .u_panel.show {
  border-color: rgba(240, 248, 255, 0.2);
  background-color: rgba(240, 248, 255, 0.15);
}
.m-navigation .user_top_panel .u_panel_wrap .u_panel .dropdown-menu.nav.show {
  background-color: rgba(240, 248, 255, 0.15);
  position: relative !important;
  transform: none !important;
  margin-bottom: 1.5rem;
}
.m-navigation .user_top_panel .u_panel_wrap .u_panel .dropdown-menu.nav.show li.nav-item a {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(240, 248, 255, 0.25);
}
.m-navigation .user_top_panel .u_panel_wrap .u_panel .dropdown-menu.nav.show li.nav-item a:hover {
  background-color: rgba(240, 248, 255, 0.2);
}
.m-navigation .user_top_panel .u_panel_wrap .u_panel .dropdown-menu.nav.show li.nav-item a.subscription-end {
  text-align: center;
  padding: 5px;
  font-size: 11px;
  color: #a14503;
}
.m-navigation .user_top_panel .u_panel_wrap .u_panel .u_panel_inner {
  color: #ffffff;
}

.social-links ul {
  font-size: 0;
  margin-left: 15px;
}
.social-links ul li {
  display: inline-block;
}
.social-links ul li a {
  display: inline-block;
  margin-right: 5px;
  background-color: #e2e1e1;
  border-radius: 4px;
  padding: 3px;
}
.social-links ul li a.i-vk svg {
  fill: #0071F2;
}
.social-links ul li a.i-whatsapp svg {
  fill: #1AD03F;
}
.social-links ul li a.i-dzen svg {
  fill: #242730;
}
.social-links ul li a.i-ok svg {
  fill: #E87B1E;
}
.social-links ul li a.i-viber svg {
  fill: #503A9D;
}
.social-links ul li a.i-telegram svg {
  fill: #279FDE;
}
.social-links ul li a.i-twitter svg {
  fill: #00A3E2;
}
.social-links ul li a.i-pinterest svg {
  fill: #DA0021;
}
.social-links ul li a.i-fb svg {
  fill: #395497;
}
.social-links ul li a.i-youtube svg {
  fill: #F00002;
}
.social-links ul li a.i-peremenka svg {
  fill: #00AFF0;
}
.social-links ul li a:hover.i-vk {
  background-color: #0071F2;
}
.social-links ul li a:hover.i-vk svg {
  fill: white;
}
.social-links ul li a:hover.i-whatsapp {
  background-color: #1AD03F;
}
.social-links ul li a:hover.i-whatsapp svg {
  fill: white;
}
.social-links ul li a:hover.i-dzen {
  background-color: #242730;
}
.social-links ul li a:hover.i-dzen svg {
  fill: white;
}
.social-links ul li a:hover.i-ok {
  background-color: #E87B1E;
}
.social-links ul li a:hover.i-ok svg {
  fill: white;
}
.social-links ul li a:hover.i-viber {
  background-color: #503A9D;
}
.social-links ul li a:hover.i-viber svg {
  fill: white;
}
.social-links ul li a:hover.i-telegram {
  background-color: #279FDE;
}
.social-links ul li a:hover.i-telegram svg {
  fill: white;
}
.social-links ul li a:hover.i-twitter {
  background-color: #00A3E2;
}
.social-links ul li a:hover.i-twitter svg {
  fill: white;
}
.social-links ul li a:hover.i-pinterest {
  background-color: #DA0021;
}
.social-links ul li a:hover.i-pinterest svg {
  fill: white;
}
.social-links ul li a:hover.i-fb {
  background-color: #395497;
}
.social-links ul li a:hover.i-fb svg {
  fill: white;
}
.social-links ul li a:hover.i-youtube {
  background-color: #F00002;
}
.social-links ul li a:hover.i-youtube svg {
  fill: white;
}
.social-links ul li a:hover.i-peremenka {
  background-color: #00AFF0;
}
.social-links ul li a:hover.i-peremenka svg {
  fill: white;
}

/* main menu */
#main-menu {
  background-color: #0974BA;
  border-radius: 3px;
  padding: 0;
}
#main-menu ul.nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#main-menu ul.nav li.nav-item {
  display: flex;
  flex: 1;
}
#main-menu ul.nav li.nav-item:nth-last-child(2), #main-menu ul.nav li.nav-item:nth-last-child(1) {
  flex: 0.8;
}
#main-menu ul.nav li.nav-item .nav-link {
  padding: 0.5rem 0;
}
#main-menu ul.nav li.nav-item.show {
  background-color: #EC6504;
}
#main-menu ul.nav li.nav-item a {
  text-align: center;
  width: 100%;
  color: #ffffff;
}
#main-menu ul.nav li.nav-item a:hover, #main-menu ul.nav li.nav-item a.active {
  background-color: #EC6504;
}
#main-menu ul.nav li.nav-item a.dropdown-toggle.nav-link::after {
  border: none;
}
#main-menu ul.nav li.nav-item .dropdown-menu a {
  text-align: left;
  font-size: 13px;
}
#main-menu ul.nav .dropdown-menu {
  background-color: #EC6504;
  margin-top: -2px;
  border: none;
  padding: 10px 0 0 0;
  border-radius: 0;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item.active {
  background-color: #ba5003;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item:hover, #main-menu ul.nav .dropdown-menu a.dropdown-item:active, #main-menu ul.nav .dropdown-menu a.dropdown-item:focus {
  background-color: #d35a04;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item.spec {
  background-color: #d35a04;
  padding-left: 25px;
  margin: 2px 0 2px -5px;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item.spec.active {
  background-color: #ba5003;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item.spec:hover {
  background-color: #c95603;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item.plus {
  background: linear-gradient(209deg, rgb(165, 51, 58) 22%, rgb(76, 67, 133) 62%);
  margin-left: -5px;
  padding-left: 25px;
  margin-bottom: 3px;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item.plus.active {
  opacity: 0.9;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item.plus:hover {
  opacity: 0.85;
}

/* mobile main menu */
#m-main-menu {
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #eee;
  padding: 20px 10px;
  border-bottom: 1px solid #d5d5d5;
  box-shadow: #666666 0 1px 5px -2px;
  transition: 0.4s all ease;
  flex-direction: column;
}
#m-main-menu .m-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#m-main-menu .m-top .m-menu-ls {
  margin-right: 10px;
}
#m-main-menu .m-top .m-menu-ls #m-main-logo svg {
  transition: 0.4s all ease;
  width: 180px;
  height: 35px;
  fill: #0974BA;
  color: #EC6504;
}
#m-main-menu .m-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#m-main-menu .m-bottom .search-wrap {
  display: none;
  margin-top: 10px;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #0974BA;
  overflow: hidden;
}
#m-main-menu .m-bottom .search-wrap.active {
  display: block;
}
#m-main-menu .m-bottom .search-wrap form input {
  padding: 5px 10px;
}
#m-main-menu .m-bottom .search-wrap form button {
  background-color: #0974BA;
  color: #ffffff;
}
#m-main-menu .m-bottom .search-wrap form button:hover {
  background-color: #0a83d2;
}
#m-main-menu .m-bottom .search-wrap form button:hover i {
  color: #ffffff;
}
#m-main-menu .overlaybg {
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
#m-main-menu .overlaybg.active {
  z-index: -1;
  display: block;
}
#m-main-menu.sticky_header {
  padding: 10px;
  opacity: 0.9;
}
#m-main-menu.sticky_header .m-top .m-menu-ls #m-main-logo svg {
  width: 150px;
  fill: #0974BA;
  color: #EC6504;
}
#m-main-menu .m-menu-rs {
  display: flex;
  align-items: center;
}
#m-main-menu .m-menu-rs .m-search-btn {
  margin: 0 15px 0 0;
  cursor: pointer;
  transition: 0.1s all ease;
}
#m-main-menu .m-menu-rs .m-search-btn:before {
  content: "\f52a";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin: 0;
  font-size: 1.85rem;
  color: #222;
  transition: 0.1s all ease;
}
#m-main-menu .m-menu-rs .m-search-btn.active {
  transform: rotate(90deg);
}
#m-main-menu .m-menu-rs .m-search-btn.active:before {
  content: "\f659";
}
#m-main-menu .m-menu-rs .m-search-btn:hover:before {
  color: #6f6f6f;
}
#m-main-menu .m-menu-rs .hamburger-menu {
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  padding: 5px;
  transition: 0.1s all ease;
}
#m-main-menu .m-menu-rs .hamburger-menu:hover {
  background-color: #d5d5d5;
}
#m-main-menu .m-menu-rs .hamburger-menu span {
  width: 30px;
  height: 3px;
  background-color: #222;
  display: block;
  margin: 4px 0;
  margin-top: 6px;
  border-radius: 20%;
  transition: 0.3s all ease;
}
#m-main-menu .m-menu-rs .hamburger-menu span:nth-child(2) {
  width: 30px;
  opacity: 1;
}
#m-main-menu .m-menu-rs .hamburger-menu.click-menu {
  position: relative;
  z-index: 9999;
}
#m-main-menu .m-menu-rs .hamburger-menu.click-menu:hover {
  background-color: inherit;
}
#m-main-menu .m-menu-rs .hamburger-menu.click-menu span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 2px 5px;
}
#m-main-menu .m-menu-rs .hamburger-menu.click-menu span:nth-child(2) {
  opacity: 0;
}
#m-main-menu .m-menu-rs .hamburger-menu.click-menu span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 5px 0;
}

.mobile-sidebar-menu .overlaybg {
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.mobile-sidebar-menu .m-navigation {
  position: fixed;
  left: -100%;
  width: 300px;
  height: 100%;
  padding: 0;
  top: 0;
  margin: 0;
  z-index: 99999;
  transition: all 0.4s ease-in-out;
  border-right: 1px solid #999999;
  overflow-y: auto;
  box-shadow: #666666 1px 0 12px -2px;
  opacity: 0;
  transition: 0.1s all ease;
  background-color: #0974BA;
  display: flex;
  flex-direction: column;
}
.mobile-sidebar-menu .m-navigation #m-menu-list {
  display: block;
  background-color: #0974BA;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(240, 248, 255, 0.25);
}
.mobile-sidebar-menu .m-navigation #m-menu-list li.nav-item {
  margin-left: 10px;
  position: relative;
}
.mobile-sidebar-menu .m-navigation #m-menu-list li.nav-item.dropdown .dropdown-btn {
  position: absolute;
  z-index: 99;
  color: #ffffff;
  right: 12px;
  top: 7px;
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.1s all ease;
}
.mobile-sidebar-menu .m-navigation #m-menu-list li.nav-item.dropdown .dropdown-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-sidebar-menu .m-navigation #m-menu-list li.nav-item.dropdown .dropdown-btn.open {
  background: none;
  transform: rotate(45deg);
}
.mobile-sidebar-menu .m-navigation #m-menu-list li.nav-item a {
  color: #ffffff;
  background-color: #0974BA;
  padding: 8px 10px;
  font-size: 1.2rem;
}
.mobile-sidebar-menu .m-navigation #m-menu-list li.nav-item a:hover, .mobile-sidebar-menu .m-navigation #m-menu-list li.nav-item a.active {
  background-color: #086bab;
}
.mobile-sidebar-menu .m-navigation #m-menu-list .dropdown.nav-item {
  display: flow-root;
}
.mobile-sidebar-menu .m-navigation #m-menu-list .dropdown.nav-item a.nav-link.dropdown-toggle::after {
  border: none;
}
.mobile-sidebar-menu .m-navigation #m-menu-list .dropdown.nav-item.show a.nav-link {
  background-color: #086bab;
}
.mobile-sidebar-menu .m-navigation #m-menu-list .dropdown.nav-item .dropdown-menu {
  position: relative !important;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px 0;
  background-color: #0865a2;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.mobile-sidebar-menu .m-navigation #m-menu-list .dropdown.nav-item .dropdown-menu a.dropdown-item {
  background-color: #0865a2;
}
.mobile-sidebar-menu .m-navigation #m-menu-list .dropdown.nav-item .dropdown-menu a.dropdown-item.active {
  background-color: #075689;
}
.mobile-sidebar-menu .m-navigation #m-menu-list .dropdown.nav-item .dropdown-menu a.dropdown-item:hover {
  background-color: #075689;
}
.mobile-sidebar-menu .m-navigation .social-links {
  margin-top: auto;
}
.mobile-sidebar-menu .m-navigation .social-links ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 20px;
  justify-content: space-evenly;
}
.mobile-sidebar-menu .m-navigation .social-links ul li a {
  margin: 0;
}
.mobile-sidebar-menu.sidemenu-active .overlaybg {
  display: block;
}
.mobile-sidebar-menu.sidemenu-active .m-navigation {
  left: 0;
  position: fixed;
  opacity: 1;
}

.breadcrumb {
  margin: 10px 0 5px 0;
  background: none;
  padding: 0.45rem 1rem;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
}
.breadcrumb .breadcrumb-item.active {
  color: #919191;
}
.breadcrumb .breadcrumb-item a {
  color: #5e5e5e;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #EC6504;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f280";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  font-size: 0.55rem;
}

.row-static aside {
  width: 240px;
}

aside {
  position: relative;
}
aside .blue-sidebar {
  border-radius: 3px;
  overflow: hidden;
}
aside .blue-sidebar .card-header {
  background-color: #075689;
}
aside .blue-sidebar .card-header h6 {
  color: #ffffff;
  font-size: 1.2rem;
}
aside .blue-sidebar ul.list-group li.nav-item a.nav-link {
  background-color: #0974BA;
  color: #ffffff;
}
aside .blue-sidebar ul.list-group li.nav-item a.nav-link.active {
  background-color: #0865a2;
}
aside .blue-sidebar ul.list-group li.nav-item a.nav-link:hover {
  background-color: #096eb0;
}
aside .blue-sidebar ul.list-group.bottom {
  border-top: 1px solid #075689;
}
aside .blue-sidebar ul.list-group.bottom li.nav-item a.nav-link {
  background-color: #0865a2;
}
aside .blue-sidebar ul.list-group.bottom li.nav-item a.nav-link::after {
  margin-left: 10px;
  vertical-align: sub;
}
aside .blue-sidebar ul.list-group.bottom li.nav-item a.nav-link.active {
  background-color: #075f98;
}
aside .blue-sidebar ul.list-group.bottom li.nav-item a.nav-link:hover {
  background-color: #086bab;
}
aside .blue-sidebar ul.list-group.bottom li.nav-item a.nav-link.user-plus::after {
  content: "\f4dd";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  font-size: 15px;
}
aside .blue-sidebar ul.list-group.bottom li.nav-item a.nav-link.plus::after {
  content: "\f4f8";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  font-size: 15px;
}
aside .adv-block {
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.last-insider {
  max-width: 240px;
  background-color: #EC6504;
  padding: 1rem;
  border-radius: 3px;
  margin: 0 0 1rem 0;
}
.last-insider .title {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.last-insider .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(83deg, rgb(255, 255, 255) 43%, rgba(255, 255, 255, 0) 100%);
}
.last-insider img {
  width: 100%;
  border-radius: 3px;
}

.last-insider-blue {
  max-width: 240px;
}
.last-insider-blue img {
  width: 100%;
  border-radius: 3px;
}

.blue_title__aside {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  text-align: left;
  background: linear-gradient(90deg, rgb(9, 116, 186) 20%, rgb(225, 240, 247) 100%);
  font-weight: normal;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 6px 13px;
  text-align: left;
  border-radius: 3px;
  margin-bottom: 10px;
}

.btn.btn-full {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: #0974BA;
  color: #ffffff;
  border: 2px solid #0974BA;
}
.btn.btn-full:hover {
  background-color: #0b92eb;
  border: 2px solid #0b92eb;
}

.btn.btn-border {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: inherit;
  color: #0974BA;
  border: 2px solid #0974BA;
}
.btn.btn-border:hover {
  color: #ffffff;
  background-color: #0974BA;
}

.btn.btn-full, .btn.btn-border {
  width: 100%;
  padding: 3px;
  font-size: 13px;
  margin-top: 0.5rem;
  opacity: 0.7;
}

.card.blue-sidebar .card-body {
  background-color: #0974BA;
}
.card.blue-sidebar .card-body.inform-wrap {
  padding: 0.7rem;
}
.card.blue-sidebar .card-body.inform-wrap .inform-block {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 0.5rem;
  border-radius: 3px;
  border: 1px solid #ffffff;
}
.card.blue-sidebar .card-body.inform-wrap .inform-block .inform-title {
  font-weight: 500;
  margin-bottom: 10px;
}
.card.blue-sidebar .card-body.inform-wrap .inform-block .inform-value-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.card.blue-sidebar .card-body.inform-wrap .inform-block .inform-value-wrap .inform-value {
  display: inline-block;
  font-weight: 500;
  background-color: #0974BA;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.card.blue-sidebar .card-body.inform-wrap .inform-block .inform-value-wrap .inform-link {
  display: inline-block;
  text-decoration: underline;
  color: #ffffff;
  font-size: 0.9rem;
}
.card.blue-sidebar .card-body.inform-wrap .inform-block .inform-value-wrap .inform-link.small {
  font-size: 0.75rem;
}
.card.blue-sidebar .card-body.inform-wrap .inform-block .inform-value-wrap .inform-link:hover {
  text-decoration: none;
}

.error-page .img-wrap {
  text-align: right;
}
.error-page .error_msg {
  text-align: center;
  max-width: 400px;
}
.error-page .error_msg h2, .error-page .error_msg h1 {
  color: #0974BA;
  font-weight: 700;
}
.error-page .error_msg h1 {
  font-size: 13rem;
  line-height: 12rem;
}
.error-page .error_msg h2 {
  font-size: 1.6rem;
}
.error-page .error_msg .error_text p {
  font-size: 16px;
  line-height: 21px;
}
.error-page .error_msg .error_text a.btn {
  width: 80%;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.border-none {
  border: none !important;
}

/*** top scroll button ***/
.topbutton {
  color: #ffffff;
  bottom: 0;
  display: block;
  position: fixed;
  right: 100px;
  z-index: 999;
  font-size: 25px;
  padding: 5px 8px 3px 8px;
  border-radius: 5px 5px 0 0;
  background-color: #0974BA;
  transition: 0.5s all ease;
}
.topbutton:hover, .topbutton:focus {
  color: #ffffff;
  background-color: #0b92eb;
}
.topbutton.btn-show {
  opacity: 1;
  transform: translateY(0);
  bottom: 0;
}
.topbutton.btn-hide {
  opacity: 0;
  transform: translateY(40px);
  bottom: -60px;
}

.btn-primary {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: #0974BA;
  color: #ffffff;
  border: 2px solid #0974BA;
  font-size: 1rem;
}
.btn-primary:hover {
  background-color: #0b92eb;
  border: 2px solid #0b92eb;
}

.btn-secondary {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: #EC6504;
  color: #ffffff;
  border: 2px solid #EC6504;
  font-size: 1rem;
}
.btn-secondary:hover {
  background-color: #fb8028;
  border: 2px solid #fb8028;
}

.page-content .page-title, .page-content .combine-page-title {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 0.2rem;
  margin-bottom: 0.7rem;
}
.page-content .page-description {
  color: #555;
  padding: 10px;
  font-size: 13px;
}
.page-content .combine-page-title .page-title, .page-content .combine-page-title .combine-page-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-content .combine-page-title .page-title-info {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.page-content .combine-page-title .page-title-info img {
  height: 20px;
}
.page-content .ajax-load {
  text-align: center;
}
.page-content .ajax-load img {
  width: 100px;
}
.page-content .card .card-body.bg-light {
  background-color: #f9f9f9;
}
.page-content .empty {
  color: #555;
  margin: 2rem auto;
  font-size: 1.6rem;
}
.page-content .date_change_wrap {
  display: flex;
  justify-content: center;
  margin: 1rem auto;
}
.page-content .date_change_wrap .calendar_current {
  font-weight: 500;
}
.page-content .date_change_wrap .date_change {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.1rem;
}
.page-content .date_change_wrap .date_arrow {
  margin: 0 0.5rem;
  font-size: 2rem;
}
.page-content .date_change_wrap .date_arrow > i {
  opacity: 0.2;
}

.filter-panel {
  display: flex;
  gap: 10px;
}
.filter-panel form.search-on-page {
  margin-left: 10px;
}
.filter-panel form.search-on-page .input-group {
  flex-wrap: nowrap;
}
.filter-panel form.search-on-page .input-group .input-wrap {
  position: relative;
  display: flex;
  width: 100%;
}
.filter-panel form.search-on-page .input-group .input-wrap input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.filter-panel form.search-on-page .input-group .input-wrap .clear {
  position: absolute;
  right: 0;
  font-size: 22px;
  line-height: 33px;
  cursor: pointer;
  padding: 0 6px;
  opacity: 0.5;
}
.filter-panel form.search-on-page .input-group-btn {
  display: flex;
}
.filter-panel form.search-on-page .input-group-btn .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.filter-panel .btn {
  padding: 0.3rem 0.8rem;
}
.filter-panel .btn i {
  margin-left: 5px;
}

.category-title {
  margin-bottom: 1rem;
  margin-top: 0;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.5rem;
}
.category-title:first-child {
  margin-top: 2rem;
}
.category-title a {
  color: #555;
}
.category-title a:hover {
  color: #EC6504;
}

/*** SELECT2 ***/
.rc-select2 + .select2 {
  min-width: 130px;
}
.rc-select2 + .select2 .selection .select2-selection {
  background-color: #0974BA;
  border: none;
  height: 100%;
  align-content: center;
}
.rc-select2 + .select2 .selection .select2-selection .select2-selection__rendered {
  color: #ffffff;
}
.rc-select2 + .select2 .selection .select2-selection .select2-selection__rendered::before {
  content: "\f20c";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  margin-right: 10px;
  font-size: 11px;
}
.rc-select2 + .select2 .selection .select2-selection .select2-selection__arrow {
  height: 100%;
}
.rc-select2 + .select2 .selection .select2-selection .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent;
}
.rc-select2 + .select2.select2-container--open .selection .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #ffffff transparent;
}

.select2-dropdown {
  border-radius: 3px;
  border: none;
  background-color: #f4f4f4;
}
.select2-dropdown .select2-results ul.select2-results__options {
  max-height: 300px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.select2-dropdown .select2-results ul.select2-results__options li.select2-results__option {
  padding: 4px 10px;
}
.select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
  background-color: #e7e7e7;
  color: #0974BA;
}

/*** ALERTS ***/
.alert[role=alert] {
  margin-top: 1rem;
}

.content-top-block {
  margin-bottom: 1rem;
}
.content-top-block .last-content-list .scrollbar-inner {
  height: 365px;
}

/*** POSTS ***/
.post_list .post_list__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  transition: 0.1s all ease;
}
.post_list .post_list__item:hover {
  opacity: 0.9;
}
.post_list .post_list__item .post_thumb a {
  display: block;
}
.post_list .post_list__item .post_thumb a img {
  border-radius: 3px;
  min-width: 190px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post_list .post_list__item .post_content {
  flex-grow: 8;
  margin-right: 20px;
}
.post_list .post_list__item .post_content .post_info {
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.post_list .post_list__item .post_content .post_info .post_plus {
  margin-right: 0.5rem;
}
.post_list .post_list__item .post_content .post_info .post_date {
  white-space: nowrap;
  margin-right: 1rem;
  font-size: 0.9rem;
  color: #888;
}
.post_list .post_list__item .post_content .post_relations {
  display: flex;
}
.post_list .grid_list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  transition: 0.1s all ease;
}
.post_list .grid_list__item:hover {
  opacity: 0.9;
}
.post_list .grid_list__item .grid_thumb {
  margin-left: 1rem;
}
.post_list .grid_list__item .grid_thumb a {
  display: block;
  width: 160px;
}
.post_list .grid_list__item .grid_thumb a img {
  height: 100px;
  width: 100%;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_list .grid_list__item .grid_content .grid_info .grid_plus {
  margin-right: 0.5rem;
}
.post_list .grid_list__item .grid_content .grid_info .grid_date {
  margin-top: 0.5rem;
  color: #888;
  font-size: 0.9rem;
}
.post_list .grid_list__item .grid_content .grid_info .grid_tags {
  margin-top: 0.5rem;
}

/*** CONTENT OF POST **/
.content-banners {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.content-banners.top {
  justify-content: center;
  margin-bottom: 0;
}
.content-banners.top .banner_item {
  width: 50%;
}
.content-banners .banner_item {
  display: flex;
  align-items: center;
  width: 30%;
  transition: 0.1s all ease;
}
.content-banners .banner_item:hover {
  opacity: 0.8;
}
.content-banners .banner_item .banner_img {
  margin-right: 0.5rem;
}
.content-banners .banner_item .banner_img a {
  border-radius: 3px;
  overflow: hidden;
  display: block;
  width: 70px;
  height: 55px;
}
.content-banners .banner_item .banner_img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.content-banners .banner_item .banner_info .banner_title {
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin: 0;
}
.content-banners .banner_item .banner_info .banner_text {
  margin-top: 0.3rem;
  font-size: 0.85rem;
  line-height: 1.1rem;
}

.content-header .content-title {
  margin-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.content-header .content-info {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #555;
  border-bottom: 1px solid;
  border-color: #c4c4c4;
  padding-bottom: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.content-header .content-info .info-wrap {
  display: flex;
  flex-wrap: wrap;
}
.content-header .content-info .info-wrap.right {
  justify-content: flex-end;
}
.content-header .content-info .info-wrap > div {
  margin-right: 1rem;
  display: flex;
  align-content: center;
}
.content-header .content-info .info-wrap > div:last-child {
  margin-right: 0;
}
.content-header .content-info .info-wrap .content-plus {
  margin-right: 0.5rem;
}
.content-header .content-info .info-wrap .content-date {
  color: #888;
}
.content-header .content-info .info-wrap .content-views::before {
  content: "\f341";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
}
.content-header .content-info .info-wrap .content-time::before {
  content: "\f293";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
}

.content-source-wrapper {
  margin: 0;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.content-source-wrapper .content-source {
  margin-right: 0.5rem;
  color: #888;
}
.content-source-wrapper .content-source-link {
  background-color: #f6f6f6;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 0 5px;
}
.content-source-wrapper .content-source-link:hover {
  background-color: #eeeeee;
}
.content-source-wrapper .content-source-link::before {
  content: "\f1c5";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  font-size: 0.7rem;
}
.content-source-wrapper .content-source-link.person::before {
  vertical-align: sub;
  content: "\f4db";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
}

.content-body .content-img-wrapper {
  margin-bottom: 1rem;
  margin-left: 1rem;
  width: 35%;
  float: right;
  /*** IMAGE ON PAGE ***/
}
.content-body .content-img-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.content-body .content-img-wrapper .f-carousel__wrapper .f-carousel .f-carousel__track .f-carousel__slide a img {
  max-height: 280px;
}
.content-body .content-img-wrapper .copyright-holder {
  font-size: 10px;
  display: flex;
  justify-content: end;
}
.content-body .content-img-wrapper .copyright-holder a {
  padding: 1px 2px;
  color: #888;
  text-decoration: none;
}
.content-body .content-img-wrapper .copyright-holder a:hover {
  text-decoration: underline;
}

.content-footer {
  margin-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid;
  border-color: #c4c4c4;
  clear: both;
}
.content-footer .content-forum-wrapper {
  margin: 2rem 0;
}
.content-footer .content-forum-wrapper .content-forum-discuss {
  padding: 0.5rem 1rem;
  background-color: aliceblue;
  border-radius: 5px;
  color: #0974BA;
}
.content-footer .content-forum-wrapper .content-forum-discuss.active::before {
  content: "\f267";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
}
.content-footer .content-forum-wrapper .content-forum-discuss::before {
  content: "\f266";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
}
.content-footer .content-forum-wrapper .content-forum-discuss:hover {
  background-color: #e1f1ff;
}
.content-footer .content-tags-wrapper {
  display: flex;
}
.content-footer .content-tags-wrapper .content-tags-title {
  margin-right: 0.5rem;
  color: #888;
}
.content-footer .content-trust-level-wrapper {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: right;
}

/*** CALENDAR ***/
#contentCalendar table {
  width: 100%;
}
#contentCalendar table tr.days td {
  background-color: #ededed;
  opacity: 0.5;
}
#contentCalendar table tr td {
  text-align: center;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #eee;
}
#contentCalendar table tr td > * {
  border: 2px solid inherit;
  padding: 0.2rem;
  display: block;
}
#contentCalendar table tr td a:hover {
  background-color: aliceblue;
  border-color: #0974BA;
}
#contentCalendar table tr td.choose * {
  background-color: #0974BA;
  color: #ffffff;
  border: 2px solid #0974BA;
}
#contentCalendar table tr td.weekend * {
  color: #e65a5a;
}
#contentCalendar table tr td.today * {
  font-weight: 500;
  border: 2px solid #0974BA;
}

/*** PLUS ***/
.by_plus {
  position: relative;
  width: 100%;
  z-index: 50;
  border: 2px dashed #0974BA;
  padding: 1.2rem;
  background-color: aliceblue;
  bottom: 0;
}
.by_plus.open h4.title::before {
  content: "\f170";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  color: #0974BA;
}
.by_plus.open h4.title .plus_icon {
  vertical-align: middle;
}

.closed_by_plus {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  clear: both;
}
.closed_by_plus::before {
  background: linear-gradient(0deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
}
.closed_by_plus h4.title {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.closed_by_plus .text {
  margin-bottom: 0.3rem;
}

.closed_company_content .by_plus {
  border: 2px dashed #EC6504;
  padding: 1.2rem;
  background-color: #ffede1;
}
.closed_company_content .by_plus h4.title::before {
  content: "\f47b";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  color: #EC6504;
  vertical-align: sub;
}

.plus_card_wrapper {
  display: flex;
  justify-content: center;
}
.plus_card_wrapper .plus_card {
  font-size: 2.5rem;
  padding: 20px;
  background: linear-gradient(209deg, rgb(165, 51, 58) 22%, rgb(76, 67, 133) 62%);
  color: #fff;
  margin: 10px;
  border-radius: 5px;
  min-width: 200px;
}
.plus_card_wrapper .plus_card h5 {
  font-weight: 500;
  color: #ffffff;
}
.plus_card_wrapper .plus_card .final_sum {
  font-weight: 600;
}
.plus_card_wrapper .plus_card .sum_per_day {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.5;
  line-height: 15px;
}
.plus_card_wrapper .plus_card .plus_btn {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: #ffffff;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 100%;
  padding: 5px;
  font-size: 1rem;
  color: #0974BA;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  background-color: #fff;
}
.plus_card_wrapper .plus_card .plus_btn:hover {
  background-color: white;
  border: 2px solid white;
}

/*** PROMOCODE ***/
.promocode_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.promocode_wrapper .promocode {
  border: 2px dashed #0974BA;
  padding: 1rem;
  background-color: #e1f1ff;
  max-width: 350px;
  text-align: center;
}
.promocode_wrapper .promocode .promocode_title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
}
.promocode_wrapper .promocode .promocode_subtitle {
  font-size: 0.9rem;
  text-align: center;
  color: #555;
  margin-bottom: 1rem;
  opacity: 0.6;
  line-height: 1rem;
}
.promocode_wrapper .promocode .promocode_input #promocode_apply {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: #0974BA;
  color: #ffffff;
  border: 2px solid #0974BA;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}
.promocode_wrapper .promocode .promocode_input #promocode_apply:hover {
  background-color: #0b92eb;
  border: 2px solid #0b92eb;
}

/*** PAGINATION ***/
.pagination {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
}
.pagination .page-item.first a i, .pagination .page-item.last a i, .pagination .page-item.prev a i, .pagination .page-item.next a i {
  font-size: 0.7rem;
}
.pagination .page-item.active .page-link {
  background-color: #0974BA;
  border-color: #0974BA;
  color: #ffffff;
}
.pagination .page-item .page-link {
  color: #555;
}
.pagination .page-item.disabled .page-link {
  color: #555;
  background-color: #ededed;
}

/**** PROGRESS BAR ***/
.progress-bar {
  background-color: #0974BA;
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 100;
  width: 0;
  transition: width 0.2s ease;
}

/*** SUBSCRIBE BLOCK ***/
.soc_subscribe {
  display: flex;
  padding: 1rem;
  border: 1px solid #ededed;
  margin: 1rem 0;
  border-radius: 3px;
}
.soc_subscribe .soc_sub_left {
  display: flex;
  flex: 3;
  align-items: center;
}
.soc_subscribe .soc_sub_left .soc_logo {
  display: flex;
}
.soc_subscribe .soc_sub_left .soc_sub_text {
  margin: 0 1rem;
}
.soc_subscribe .soc_sub_left .soc_sub_text * {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 300;
  margin-bottom: 0.4rem;
}
.soc_subscribe .soc_sub_right {
  flex: 0.7;
  align-self: center;
  font-size: 14px;
}
.soc_subscribe .soc_sub_right a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
}
.soc_subscribe .soc_sub_right a:hover {
  opacity: 0.8;
}

/*** COMPANY ***/
.company-list-item {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #ededed;
  border-radius: 3px;
  color: #555;
  background-color: #f7f7f7;
}
.company-list-item.pro {
  border-color: #EC6504;
  background-color: #ffede1;
}
.company-list-item .logo-wrapper .logo-company {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-list-item .info {
  margin-left: 1rem;
}
.company-list-item .info .title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.company-list-item .info .text, .company-list-item .info .text * {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 0.4rem;
}

/*** RTL ***/
/*** TIKER ***/
/*** LOGIN FORM ***/
.login-form .form-group .btn {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: #0974BA;
  color: #ffffff;
  border: 2px solid #0974BA;
  font-size: 1rem;
}
.login-form .form-group .btn:hover {
  background-color: #0b92eb;
  border: 2px solid #0b92eb;
}
.login-form .login-form__forgot {
  margin-top: 2rem;
}
.login-form .login-form__forgot p {
  font-size: 0.9rem;
  color: #555;
  text-decoration: none;
  line-height: 0.4rem;
}

/*** MODAL LOGIN FORM ***/
#login-form-modal .form-group {
  margin-bottom: 0.2rem;
}
#login-form-modal .form-group .btn {
  margin-top: 1rem;
}
#login-form-modal .login-form__forgot {
  border-top: 1px solid #ccc;
  margin-top: 1.4rem;
  padding-top: 1rem;
}
#login-form-modal .login-form__forgot p {
  line-height: 1rem;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.viewer {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
}
.viewer img {
  max-width: 120px;
}

/*** CONTENT SLIDER (FANCY) ***/
.f-carousel__wrapper.f-carousel--content {
  max-height: 400px;
  overflow: hidden;
  border-radius: 3px;
}
.f-carousel__wrapper.f-carousel--content .f-carousel.has-dots {
  margin-bottom: 0;
}
.f-carousel__wrapper.f-carousel--content .f-carousel {
  position: relative;
  z-index: 1;
}
.f-carousel__wrapper.f-carousel--content .f-carousel .f-carousel__track .f-carousel__slide .f-progress {
  background-color: #EC6504;
}
.f-carousel__wrapper.f-carousel--content .f-carousel .f-carousel__track .f-carousel__slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 400px;
  overflow: hidden;
}
.f-carousel__wrapper.f-carousel--content .f-carousel .f-carousel__track .f-carousel__slide a img {
  height: 100%;
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.f-carousel__wrapper.f-carousel--content .f-carousel .f-carousel__track .f-carousel__slide a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 1%, rgba(0, 0, 0, 0) 50%);
}
.f-carousel__wrapper.f-carousel--content .f-carousel .f-carousel__track .f-carousel__slide a .announce__wrapper {
  transition: 0.1s all ease;
}
.f-carousel__wrapper.f-carousel--content .f-carousel .f-carousel__track .f-carousel__slide a .announce__wrapper .announce {
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 99;
  bottom: 0;
  margin: 10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9411764706);
  border-radius: 3px;
  color: #222;
}
.f-carousel__wrapper.f-carousel--content .f-carousel .f-carousel__track .f-carousel__slide a .announce__wrapper .announce .category {
  position: absolute;
  font-size: 0.85rem;
  line-height: 1rem;
  top: -10px;
}
.f-carousel__wrapper.f-carousel--content .f-carousel .f-carousel__track .f-carousel__slide a .announce__wrapper .announce .title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
}
.f-carousel__wrapper.f-carousel--content .f-carousel .f-carousel__track .f-carousel__slide a .announce__wrapper .announce .description {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.05rem;
  color: #444;
}
.f-carousel__wrapper.f-carousel--content .f-carousel ul.f-carousel__dots {
  position: absolute;
  z-index: 99;
  bottom: auto;
  top: 5px;
  right: 10px;
  justify-content: end;
}
.f-carousel__wrapper.f-carousel--content .f-carousel ul.f-carousel__dots li button span.f-carousel__dot {
  background-color: #EC6504;
  border-radius: 5px;
  width: 20px;
  height: 10px;
}

/*** NEWS LINE ***/
.last-content-list {
  position: relative;
  overflow: hidden;
}
.last-content-list a.show-all {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: #0974BA;
  color: #ffffff;
  border: 2px solid #0974BA;
  margin-top: 1rem;
  padding: 0 1.5rem;
  font-size: 11px;
}
.last-content-list a.show-all:hover {
  background-color: #0b92eb;
  border: 2px solid #0b92eb;
}
.last-content-list .list-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  font-size: 0.9rem;
  line-height: 1rem;
  color: #444;
}
.last-content-list .list-item:last-child {
  border-bottom: none;
}
.last-content-list .list-item .list-item__title {
  display: inline-block;
  margin-bottom: 0.3rem;
}
.last-content-list .list-item .list-item__date {
  color: #888;
}

.cabs_adv_wrapper .cabs_adv_item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 10px;
  border: 1px solid #eaeaea;
  margin-bottom: 0.5rem;
  line-height: 1rem;
  color: #444;
  background-color: rgba(239, 239, 239, 0.2);
}
.cabs_adv_wrapper .cabs_adv_item .title {
  font-weight: 500;
  line-height: 18px;
}
.cabs_adv_wrapper .cabs_adv_item .text {
  font-size: 12px;
  line-height: 16px;
}
.cabs_adv_wrapper .cabs_adv_item .contacts {
  font-size: 12px;
  line-height: 16px;
  color: #2D7301;
}

.choose-category-list {
  display: none;
  background-color: aliceblue;
  padding: 20px;
  border-radius: 3px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.choose-category-list.open {
  display: flex;
}
.choose-category-list.open .choose-category-item {
  display: flex;
  flex-direction: column;
}
.choose-category-list.open .choose-category-item a {
  padding: 3px 10px;
}
.choose-category-list.open .choose-category-item a:hover {
  color: #075689;
}
.choose-category-list.open .choose-category-item a.active {
  background-color: #d4edfd;
  border-radius: 3px;
}

.question {
  margin: 3px;
}
.question::before {
  content: "\f505";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  font-size: 15px;
  vertical-align: bottom;
}
.question:hover {
  cursor: help;
}

.field-notice {
  display: ruby-text;
  margin-top: -6px;
  font-size: 11px;
}

.link {
  color: #0974BA !important;
  cursor: pointer;
}
.link:hover {
  color: #075689 !important;
  text-decoration: underline;
}

footer a {
  text-decoration: none;
  color: #a2a2a2;
  display: inline-block;
}
footer a:hover {
  color: #6f6f6f;
}
footer .footer-top {
  margin-top: 2rem;
  padding: 2rem 0;
  background-color: #f9f9f9;
}
footer .footer-top .footer-about .footer-logo a#main-logo-footer {
  margin-bottom: 1rem;
  display: inline-block;
}
footer .footer-top .footer-about .footer-logo a#main-logo-footer:hover {
  opacity: 0.8;
}
footer .footer-top .footer-about .footer-logo-old {
  margin-bottom: 10px;
}
footer .footer-top .footer-about .footer-logo-old ul li {
  font-size: 9px;
}
footer .footer-top .footer-about .footer-about-info {
  color: #888;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
footer .footer-top .footer-about .footer-about-info a {
  color: #bbbbbb;
}
footer .footer-top .footer-about .footer-about-info a:hover {
  color: #888;
}
footer .footer-top .footer-links-list {
  display: flex;
  justify-content: space-between;
}
footer .footer-top .footer-links-list .footer-link-item {
  text-align: left;
}
footer .footer-top .footer-links-list .footer-link-item h5 {
  color: #888;
  margin-left: 1rem;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}
footer .footer-top .footer-links-list .nav {
  display: flex;
  flex-direction: column;
}
footer .footer-top .footer-links-list .nav .nav-item .nav-link {
  padding: 0.1rem 1rem;
  font-size: 0.95rem;
}
footer .footer-top .peremenka_app {
  display: flex;
  flex-direction: column;
  margin: 2rem 0 0 1rem;
}
footer .footer-top .peremenka_app h6 {
  font-weight: 500;
  color: #888;
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
footer .footer-top .peremenka_app ul li a {
  margin-bottom: 0.5rem;
  opacity: 0.7;
}
footer .footer-top .peremenka_app ul li a:hover {
  background-color: #eee;
  opacity: 1;
}
footer .footer-bottom {
  background-color: #eee;
  padding: 1rem 0;
}
footer .footer-bottom #footer-about h6 {
  font-weight: 500;
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
footer .footer-bottom #footer-about p {
  color: #888;
  font-size: 0.85rem;
  line-height: 1rem;
}
footer .footer-bottom #aek-logo-footer {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
footer .footer-bottom ul.counters-footer {
  display: flex;
  justify-content: center;
}
footer .footer-bottom ul.counters-footer li {
  margin: 0.3rem;
}
footer #main-logo-footer svg {
  width: 200px;
  height: 40px;
  fill: #bbbbbb;
  color: #a2a2a2;
}
footer .counters ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .counters ul li {
  margin: 0.3rem;
}

/* media */
/* < 1200 */
@media (max-width: 1200px) {
  .content-top-block {
    margin-bottom: 1rem;
  }
  .content-top-block .last-content-list .scrollbar-inner {
    height: 300px;
  }
}
/* > 1200 */
.row-static {
  flex-wrap: nowrap;
}
.row-static .col-content {
  flex: 90;
  max-width: 90%;
}
.row-static .col-sidebar {
  flex: 10;
}

/* > 992 */
@media (max-width: 1199.98px) {
  /*---------------------
    Bootstrap reset
  -----------------------*/
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
  }
  ul.nav li.nav-item .nav-link {
    font-size: 0.9rem;
  }
  .row-static aside {
    overflow: hidden;
    width: 240px;
  }
  .row-static .col-content {
    flex: 75;
    max-width: 73%;
  }
  .row-static .col-sidebar {
    display: flex;
    flex: 20;
    padding: 0;
    justify-content: flex-end;
  }
  aside.sidebar-right, aside.sidebar-left {
    border: none;
    padding: 0;
  }
  .post_list .grid_list__item {
    align-items: flex-start;
    margin-bottom: 3rem;
  }
  .post_list .grid_list__item .grid_thumb {
    margin-left: 0.5rem;
  }
  .post_list .grid_list__item .grid_thumb a {
    width: 110px;
  }
  .post_list .grid_list__item .grid_content .grid_info .grid_title {
    font-size: 1.1rem;
    line-height: 1.25rem;
  }
  .page-content .page-title, .page-content .combine-page-title {
    font-size: 2rem;
    line-height: 2.2rem;
    margin: 1.5rem 0;
    padding-bottom: 1rem;
  }
}
/* > 768 */
@media (max-width: 991.98px) {
  .row-static .col-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-static .col-sidebar {
    display: none;
  }
  #main-menu, #header-middle, #header-top, #header-adv {
    display: none;
  }
  #m-main-menu {
    position: fixed;
    display: flex;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  main {
    margin-top: 85px;
  }
  .post_list .post_list__item .post_content .post_info {
    flex-direction: column;
  }
  .post_list .post_list__item .post_content .post_info .post_date {
    margin-bottom: 0.5rem;
  }
  .post_list .post_list__item .post_content .post_info .post_tags {
    flex-wrap: wrap;
  }
  .post_list .post_list__item .post_content .post_relations {
    display: block;
    margin-top: 1rem;
  }
  .post_list .post_list__item .post_content .post_relations .post_relation {
    margin: 0;
  }
  .content-header .content-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .content-body > img, .content-body > p img {
    width: 100% !important;
  }
  .content-body iframe {
    width: 100% !important;
  }
  .content-body .content-img-wrapper {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  .content-body .content-img-wrapper img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
    margin: 0 auto;
  }
  .content-body img {
    max-width: 100%;
    height: auto !important;
    display: block;
    float: none !important;
    margin: auto;
  }
  footer .footer-top .footer-about-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }
  /*** IMAGE ON PAGE ***/
  /*** GALLERY ON PAGE ***/
  .filter-panel {
    flex-direction: column-reverse;
  }
  .filter-panel form.search-on-page {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
/* > 576 */
@media (max-width: 767.98px) {
  .error-page .img-wrap {
    text-align: center;
  }
  .error-page .img-wrap img {
    width: 50%;
  }
  .error-page .error_msg {
    max-width: 100%;
  }
  .error-page .error_msg h1 {
    font-size: 6rem;
    line-height: 6rem;
  }
  .breadcrumb {
    padding: 0;
  }
  .post_list .post_list__item {
    flex-direction: column-reverse;
  }
  .post_list .post_list__item .post_content {
    margin: 1.3rem 0;
  }
  .post_list .post_list__item .post_thumb {
    width: 100%;
  }
  .post_list .post_list__item .post_thumb a img {
    height: 280px;
    width: 100%;
  }
  .content-header .content-title {
    margin: 1rem 0;
  }
  .content-header .content-info .info-wrap.right {
    justify-content: flex-start;
  }
  .content-header .content-info .info-wrap > div {
    margin-right: 0.5rem;
    line-height: 1.5rem;
  }
  .content-header .content-info .info-wrap .content-source-wrapper {
    margin-top: 10px;
    font-size: 0.9rem;
  }
  .content-footer .content-trust-level-wrapper {
    text-align: left;
    margin-top: 1rem;
  }
  /*** SUBSCRIBE BLOCK ***/
  .soc_subscribe {
    flex-direction: column;
    padding: 1rem;
    margin: 1rem 0;
  }
  .soc_subscribe .soc_sub_right {
    margin-top: 0.5rem;
  }
  footer .footer-top .footer-links-list {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-top .footer-links-list .footer-link-item {
    min-width: 300px;
    margin: 1rem 0;
  }
  .closed_by_plus .by_plus .plus_card_wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .closed_by_plus .by_plus .plus_card_wrapper .plus_card {
    width: 70%;
  }
  .company-list-item {
    flex-direction: column;
  }
  .company-list-item .logo-wrapper {
    margin-bottom: 1rem;
  }
  .viewer {
    max-height: 350px;
  }
  /*** GALLERY ON PAGE ***/
  .content-img-wrapper {
    /*** GALLERY ON PAGE ***/
  }
  .content-img-wrapper .f-carousel__wrapper a {
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
  }
  .content-img-wrapper .f-carousel__wrapper a img {
    max-height: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* < 576 */
@media (max-width: 575.98px) {
  .breadcrumb {
    display: none;
  }
}
