:root {
  --bg-color: #0d0634;
  --text-color: #111;
  --text-accent: #776BF8; /** #dcad76 **/
}

@font-face {
  font-family: 'Alegreya';
  src: url('../fonts/Alegreya/alegreya-v35-cyrillic_latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-display: optional;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya';
  src: url('../fonts/Alegreya/alegreya-v35-cyrillic_latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-display: optional;
  font-style: italic;
}

@font-face {
  font-family: 'Alegreya';
  src: url('../fonts/Alegreya/alegreya-v35-cyrillic_latin-500.woff2') format('woff2');
  font-weight: 500;
  font-display: optional;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya';
  src: url('../fonts/Alegreya/alegreya-v35-cyrillic_latin-700.woff2') format('woff2');
  font-weight: 700;
  font-display: optional;
  font-style: normal;
}


body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
  line-height: 1.6;
}

* {
  outline: none;
}

* :active,
* :hover,
* :focus {
  outline: 0;
  outline-offset: 0;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 20px 0;
  line-height: 24px;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  position: relative;
  line-height: 1.3;
  font-weight: normal;
  font-family: 'Alegreya', Georgia, serif;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 26px;
}

h5,
.h5 {
  font-size: 24px;
}

h6,
.h6 {
  font-size: 22px;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 14px;
}

article {
  margin-bottom: 30px;
}

article p {
  line-height: 1.7;
}

.pointer{
  cursor: pointer;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body.overflow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-inner-mobile {
  display: none;
  padding: 15px 0;
  position: relative;
}

.header-inner-mobile-search svg {
  width: 24px;
  height: 24px;
  color: #fff;
  opacity: 0.5;
}

.header-inner-mobile-logo-link img,
.header-inner-mobile-logo-link svg {
  width: 92px;
  height: 20px;
}

.header-inner-mobile-logo-link img path,
.header-inner-mobile-logo-link svg path {
  fill: #dcad76;
}

.header-inner-mobile-toggle svg {
  width: 24px;
  height: 24px;
  color: #fff;
  opacity: 0.5;
}

.header-inner-mobile-toggle-button-active {
  display: none;
}

.header-inner-mobile-toggle-button.active {
  opacity: 1;
  position: relative;
  top: 4px;
}

.header-inner-mobile-toggle-button.active svg {
  opacity: 1;
}

.header-inner-mobile-toggle-button.active .header-inner-mobile-toggle-button-default {
  display: none;
}

.header-inner-mobile-toggle-button.active .header-inner-mobile-toggle-button-active {
  display: block;
}

.header-inner-mobile-toggle-button.active .header-inner-mobile-toggle-button-active path {
  stroke-width: 2px;
}

.header-inner-mobile-nav {
  background-color: #111111;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 4;
  height: calc(100vh - 55px);
  display: none;
}

.header-inner-mobile-nav-list {
  color: #fff;
  margin-left: -15px;
  margin-right: -15px;
}

.header-inner-mobile-nav-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.header-inner-mobile-nav-list li a {
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

.header-logo {
  max-width: 170px;
  width: 100%;
}

.header-logo img,
.header-logo svg {
  width: 100px;
  height: 45px;
}

.header-logo img path,
.header-logo svg path {
  fill: #dcad76;
}

.header-nav-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-nav-list li a {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 14px 15px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  letter-spacing: 1px;
}

.header-nav-list li a:hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  /**color: var(--text-accent);**/
  text-decoration: underline;
}

.header-actions {
  max-width: 170px;
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-actions-item {
  position: relative;
}

.header-actions-item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: rgba(255, 255, 255, 0.2);
}

.header-actions-item:last-child {
  margin-right: -15px;
}

.header-actions-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.header-actions-link:hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: var(--text-accent);
}

.header-actions-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 50px;
  cursor: pointer;
}

.header-actions-search svg {
  color: #fff;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.header-actions-search:hover svg {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: var(--text-accent);
}

.main {
  padding-top: 30px;
}

.main-box {
  background-color: #f2f2f2;
  padding: 32px;
}

.main-box:not(:last-child) {
  margin-bottom: 15px;
}

.main-box-small {
  padding: 7px 15px;
}

.main-box-row {
  margin-right: -7.5px;
  margin-left: -7.5px;
  margin-bottom: -15px;
  max-width: calc(100% + 15px);
}

.main-box-row > div {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
}

.main-box-news {
  height: calc(100% - 32px);
  /* margin-bottom: 32px; */
  padding-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
  box-shadow: inset 0 0 0 1px #e5e5e5;
  position: relative;
  /* max-height: 540px; */
}

.main-box-news-img {
  overflow: hidden;
  position: relative;
  max-height: 540px;
}

.main-box-news-img a {
  content: "";
  position: relative;
  padding-bottom: 66.66%;
  width: 100%;
  display: table;
  border-radius: inherit;
}

.main-box-news-img img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.main-box-news-content {
  padding: 14px 15px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-box-news-content-tag {
  line-height: 14px;
  margin-bottom: 12px;
  color: #b88b58;
  font-size: 14px;
}

.main-box-news-content-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 123%;
  font-size: 22px;
}

.main-box-news-content-footer {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

.main-box-news.content-on-image .main-box-news-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7%, rgba(0, 0, 0, 0)), color-stop(12%, rgba(0, 0, 0, 0.08)), color-stop(17%, rgba(0, 0, 0, 0.16)), color-stop(21%, rgba(0, 0, 0, 0.22)), color-stop(26%, rgba(0, 0, 0, 0.32)), color-stop(32%, rgba(0, 0, 0, 0.42)), color-stop(38%, rgba(0, 0, 0, 0.52)), color-stop(47%, rgba(0, 0, 0, 0.62)), color-stop(57%, rgba(0, 0, 0, 0.72)), color-stop(65%, rgba(0, 0, 0, 0.82)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.08) 12%, rgba(0, 0, 0, 0.16) 17%, rgba(0, 0, 0, 0.22) 21%, rgba(0, 0, 0, 0.32) 26%, rgba(0, 0, 0, 0.42) 32%, rgba(0, 0, 0, 0.52) 38%, rgba(0, 0, 0, 0.62) 47%, rgba(0, 0, 0, 0.72) 57%, rgba(0, 0, 0, 0.82) 65%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.08) 12%, rgba(0, 0, 0, 0.16) 17%, rgba(0, 0, 0, 0.22) 21%, rgba(0, 0, 0, 0.32) 26%, rgba(0, 0, 0, 0.42) 32%, rgba(0, 0, 0, 0.52) 38%, rgba(0, 0, 0, 0.62) 47%, rgba(0, 0, 0, 0.72) 57%, rgba(0, 0, 0, 0.82) 65%);
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.main-box-news.content-on-image .main-box-news-content:hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0.8;
}

.main-box-news.content-on-image .main-box-news-content .main-box-news-content-title {
  font-size: 26px;
  max-width: 630px;
}

.main-box-news.content-on-image .main-box-news-content .main-box-news-content-tag,
.main-box-news.content-on-image .main-box-news-content .main-box-news-content-footer {
  color: #fff;
}

.main-box-news.content-on-image .main-box-news-content .main-box-news-content-footer {
  opacity: 0.5;
}

.main-box-news.content-on-image.content-center {
  text-align: center;
}

.main-box-news.content-on-image.content-center .main-box-news-content-title {
  font-size: 36px;
  max-width: 630px;
  margin: 0 auto 20px auto;
}

.main-box-single.center .main-box-single-header,
.main-box-single.center .main-box-single-content {
  margin-left: auto;
  margin-right: auto;
}

.main-box-single.center .main-box-single-header {
  text-align: center;
}

.main-box-single.center .main-box-single-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.main-box-single-header {
  margin-bottom: 16px;
  max-width: 658px;
  margin-top: 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
/* or 50px */
  letter-spacing: 0.5px;
  font-family: 'Inter';
}

.main-box-single-header-cat {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #b88b59;
  letter-spacing: 1px;
  font-size: 14px;
}

.main-box-single-header-title {
  margin-bottom: 15px;
  /* font-size: 37px; */
  /* line-height: 42px; */
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 125%;
/* or 50px */
  letter-spacing: 0.5px;
  font-family: 'Inter';
}

.main-box-single-header-meta {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 15px;
}

.main-box-single-content {
  max-width: 650px;
  font-family: 'Alegreya', Georgia, serif;
  font-size: 20px;
  line-height: 1.6;
  color: #050505;
}

.main-box-single-content a {
  display: inline;
  border-bottom: 1px solid var(--text-accent);
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.main-box-single-content a:hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  color: var(--text-accent);
}

.main-box-single-content p {
  line-height: inherit;
}

.main-box-single-content img {
  max-width: 100%;
  width: 100%;
  margin: 0 0 25px 0;
}

.main-box-single-content blockquote {
  padding-left: 30px;
  border-left: 3px solid #e0e0e0;
  margin-bottom: 25px;
}

.main-box-single-content-info {
  margin: 25px 0;
  padding: 12px 15px 13px;
  font-size: 18px;
  line-height: 26px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff8c4;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.main-box-single-content-box {
  margin: 25px 0;
  /* border-radius: 8px; */
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c;
}

.main-box-single-content-box-title {
  padding: 20px 20px 14px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7f7f7f;
  margin: 0;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.main-box-single-content-box-content ul li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.main-box-single-content-box-content ul li a {
  display: block;
  padding: 15px 20px 17px;
  font-size: 19px;
  line-height: 23px;
  font-family: 'Alegreya', Georgia, serif;
  text-decoration: none;
}

.main-box-single-content-box-content ul li a span {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.main-box-single-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2px;
  position: relative;
  padding-top: 20px;
  margin-top: 0;
}

.main-box-single-footer a {
  position: relative;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.main-box-single-footer a:hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0.8;
}

.main-box-single-footer ._linkshare {
  background-color: #111;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  width: 32px;
  cursor: pointer;
  transition: opacity ease-in-out 0.2s, background-color .8s;
}

.main-box-single-footer ._linkshare:hover {
  opacity: 0.8;
}

.main-box-single-footer ._linkshare.sp-copied {
  animation-duration: 1s;
  animation-name: clickAnimation;
}

@keyframes clickAnimation
{
  0% {background-color: #111;}
  50% {background-color: #aaa;}
  100% {background-color: #111;}
}

.main-box-single-footer ._linkshare svg {
  display: inline-block;
  height: 28px;
  width: 28px;
  padding: 5px 0 0 5px;
}

.main-box-single-footer a:not(:last-child) {
  margin-right: 20px;
}

.main-box-single-footer a._facebook svg {
  fill: #304591;
}

.main-box-single-footer a._twitter svg {
  fill: #31adf4;
}

.main-box-single-footer a._telegram svg {
  fill: #2ba5e0;
}

.main-box-single-share {
  display: flex;
}

.main-box-info {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 5px 0;
}

.main-box-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.main-box-info-box-header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 19px;
  margin-bottom: 12px;
}

.main-box-info-box-footer {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 15px;
}

.main-box-info-box.info-hot .main-box-info-box-header {
  font-size: 26px;
  max-width: 260px;
}

.main-box-informer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-box-informer-exchange {
  width: 328px;
  display: flex;
  flex-wrap: nowrap;
}

.main-box-informer-exchange-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
}

.main-box-informer-exchange-item:not(:last-child) {
  margin-right: 16px;
}

.main-box-informer-exchange-item-icon {
  font-weight: normal;
  color: #999;
  line-height: 1;
  display: block;
  width: 15px;
  font-size: 14px;
}

.main-box-informer-exchange-item-icon svg {
  position: relative;
  top: -1px;
}

.main-box-informer-exchange-item span {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  color: #111111;
  display: inline-block;
}

.main-box-informer-text {
  letter-spacing: 1px;
  font-size: 14px;
  background: rgba(255, 213, 0, 0.5);
}

.main-box-informer-news-slider.swiper {
    padding: 4px 10px;
}

.main-box-informer-text a {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
  font-style: normal;
  text-transform: none;
}


.main-box-informer-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 2px;
  width: 250px;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-box-informer-switcher-text {
  color: #999;
  margin-right: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: -5px;
}

.main-box-informer-switcher-control label {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  top: 2px;
}

.main-box-informer-switcher-control label input {
  display: none;
}

.main-box-informer-switcher-control label input:checked + span {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: var(--text-accent);
}

.main-box-informer-switcher-control label input:checked + span:before {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  left: 18px;
}

.main-box-informer-switcher-control label span {
  position: relative;
  display: block;
  width: 37px;
  height: 21px;
  background-color: #e6e6e6;
  border-radius: 15px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}

.main-box-informer-switcher-control label span:before {
  content: "";
  position: relative;
  top: 2px;
  left: 2px;
  z-index: 200;
  display: block;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 15px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.footer {
  padding-top: 60px;
}

.footer-inner {
 /** max-width: 600px;**/
  width: 100%;
  margin: 0 auto 40px auto;
}

.footer-item {
  margin-bottom: 0;
}

.footer-item-title {
  margin-bottom: 8px;
  color: #fff;
  opacity: 0.5;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.footer-list {
  font-size: 14px;
  line-height: 16px;
}

.footer-list li + li {
  margin-top: 8px;
}

.footer-list li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: 0.5px;
  
  color: #fff;
  display: block;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.footer-list li a:hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0.5;
}

.footer-info {
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 16px;
  color: #999;
  position: relative;
  border-top: 1px solid rgba(225,225,225, 0.1);
  padding-top: 17px;
  padding-bottom: 18px;
}

.footer-info-list li {
  padding: 14px 0;
}

.footer-info-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.search-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999999999999;
  left: 0;
  top: var(--wp-admin--admin-bar--height, 0px);
  display: none;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
}

.search-panel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0;
}

.search-panel-inner-form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-panel-inner-form input {
  width: 100%;
  background-color: #323232;
  color: #fff;
  border-radius: 10px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 45px;
  border: none;
}

.search-panel-inner-toggle {
  cursor: pointer;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search-panel-inner-toggle svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.button {
  background-color: var(--text-accent);
  color: #fff;
  padding: 13px 25px;
  font-size: 14px;
  line-height: 16px;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.button:hover,
.button:active,
.button:focus {
  outline: none;
}

.button:hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0.8;
  color: #fff;
}

.main-hot-image-link {
  display: block;
  max-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.main-hot-image-link:hover {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0.8;
}

.main-box-news-order {
  display: none;
}

.main-box-news-order-inner {
  max-width: 825px;
  margin: 0 auto;
}

.main-box-news-order-inner-footer .button {
  width: 100%;
}

.main-box-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  margin-bottom: 15px;
  overflow: hidden;
}

.main-box-line-image {
  max-width: 275px;
  width: 100%;
}

.main-box-line-image a {
  display: block;
  position: relative;
  padding-bottom: 66.66%;
  width: 100%;
  height: 100%;
  display: table;
  border-radius: inherit;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}

.main-box-line-image a img {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  min-width: 100%;
  height: 100%;
}

.main-box-line-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-box-single-content > div:last-child {
    margin-bottom: 0;
}

.main-box-line-content-tag {
  line-height: 14px;
  margin-bottom: 12px;
  color: #b88b58;
  font-size: 14px;
}

.main-box-line-content-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 123%;
  font-size: 22px;
}

.main-box-line-content-title span {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

.main-box-line-content-footer {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 15px;
}

.link_bubble {
  display: none;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px #1e1e1e;
  max-width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  padding: 10px;
  width: 250px;
  background: #fff;
  bottom: 100%;
}

.link_bubble:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
  left: 50%;
  transform: translateX(-50%) rotate(270deg);
  bottom: -11px;
}

.link_bubble:after {
  background-color: transparent;
  content: '';
  display: block;
  width: 100%;
  height: 11px;
  position: absolute;
  left: 0;
  bottom: -11px;
}

.link_bubble-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.link_bubble .link_bubble-thumbnail img {
  margin-bottom: 5px;
  max-width: 100%;
  width: 100%;
}

.link_bubble .link_bubble-title {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
}

.main-box-socials-wrap {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #174AB6;
  text-align: center;
  background: rgb(186, 186, 186, 0.15);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  margin-top: 25px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-box-socials {
  display: flex;
  gap: 20px;
}

.main-box-socials .main-box-social {
  border: none;
  text-decoration: none;
  transition: all .6s;
}

.main-box-socials .main-box-social:hover {
  opacity: .8;
}

.main-box-socials .main-box-social-icon {
  height: 32px;
  width: auto;
  max-width: none;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }

  .main-box-single.center .main-box-single-content img {
    min-width: calc(100% + 200px);
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1200px) {
  .header-nav-list li a {
    font-size: 12px;
    padding: 14px 10px;
  }

  .header-actions-link {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .header-inner {
    display: none;
  }

  .header-inner-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-box {
    padding: 15px;
  }

  .main-box-news.content-on-image .main-box-news-content .main-box-news-content-title {
    font-size: 24px;
  }

  .main-box-news.content-on-image.content-center .main-box-news-content-title {
    font-size: 32px;
  }

  .main-box-single-header-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .main-box-informer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-box-informer-exchange {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main-box-informer-text {
    text-align: center;
  }

  .main-box-informer-switcher {
    display: none;
  }
}

@media (max-width: 768px) {
  .main-box-news.content-on-image .main-box-news-content .main-box-news-content-title {
    font-size: 22px;
  }

  .main-box-news.content-on-image.content-center .main-box-news-content-title {
    font-size: 26px;
  }

  .main-box-single-header-title {
    font-size: 26px;
  }

  .main-box-socials-wrap {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .main {
    padding-top: 0;
  }

  .main-box-news.content-on-image .main-box-news-content .main-box-news-content-title {
    font-size: 17px;
  }

  .main-box-news.content-on-image.content-center .main-box-news-content-title {
    font-size: 19px;
  }

  .main-box-single-header-title {
    font-size: 24px;
  }

  .main-box-single-content {
    font-size: 18px;
  }

  .main-box-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-box-line-image {
    max-width: 100%;
  }

  .main-box-line-image a {
    border-radius: 8px 8px 0 0;
  }
}

/* currency shortcode */

.sp-currency-info
{
  display: inline-block;
  border-radius: 50px;
  background: #ebebeb;
  border: 1px solid #1111;
  font-size: 18px;
  padding: 0 10px;
  position: relative;
}

.sp-currency-info .sp-up,
.sp-currency-info .sp-down
{
  color: #c50000;
  padding-left: 22px;
  position: relative;
}

.sp-currency-info .sp-up
{
  color: #1baf00;
}

.sp-currency-info .sp-up:before,
.sp-currency-info .sp-down:before
{
  content: ' ';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #c50000;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}

.sp-currency-info .sp-up:before
{
  border-top-color: #1baf00;
  transform: translateY(-50%) rotate(180deg);
}

.sp-currency-info .sp-additional-info
{
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  box-shadow: 6px 6px 18px 0px rgba(0,0,0,.5);
  font-size: 16px;
  line-height: 1.2;
  margin-top: 2px;
  position: absolute;
  min-width: 220px;
  opacity: 0;
  transition: all .3s;
  top: 100%;
  left: 50%;
  padding: 12px 10px;
  transform: translateX(-50%);
  visibility:hidden;
  z-index: 1;
}

.sp-currency-info:hover .sp-additional-info
{
  opacity: 1;
  visibility: visible;
}

.sp-currency-info .sp-additional-info .sp-line
{
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sp-currency-info .sp-additional-info .sp-line:last-child
{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sp-currency-info .sp-additional-info .sp-col ~ .sp-col
{
  text-align: right;
}

@media (max-width: 500px)
{
  .sp-currency-info .sp-additional-info .sp-line
  {
    flex-direction: column;
  }

  .sp-currency-info .sp-additional-info .sp-up, .sp-currency-info .sp-additional-info .sp-down
  {
    align-self: flex-end;
  }
}






.fixed-btn-tg {
  position: fixed;
  right: 30px;
  bottom: 40px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex; 
  align-items: center;
  justify-content: center;
  background: #7957D5;
  box-shadow: 0px 0px 10px rgba(256,256,256,0.35);
  transform-origin: center;
  transition: 0.40s;
  z-index: 290;
}
.fixed-btn-tg:after {
  content:'';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background: #7957D5;
  animation: animationFixBtn 6s linear 0s infinite;
}
.fixed-btn-tg:before {
  content:'';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background: rgba(256,256,256,0.45);
  animation: animationFixBtn 6s linear 0s infinite;
}
@keyframes animationFixBtn {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    opacity: 0;
  }
}
.fixed-btn-tg:hover {
  transform: scale(1.2);
}
.fixed-btn-tg-icon {
  width: 50px;
  height: 50px;
  background: #ffffff;
  background-image: url('../images/fixed_tg_btn.svg');
  background-position: 48% 49%;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 100%;
  z-index: 20;
}

@media screen and (max-width: 576px){
  .fixed-btn-tg {
    background: #7957D5;
    right: 20px;
    bottom: 20px;
  }
  .fixed-btn-tg:after {
    background: #7957D5;
  }
  .fixed-btn-tg:before {
    background: #7957D5;
  }
  .fixed-btn-tg-icon {
    background: #7957D5;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjkwODQgMC4wNjI3NDM3QzE3LjgyODIgLTAuMDAzMjkyMjYgMTcuNzE0MiAtMC4wMTg2MTMgMTcuNjE3NiAwLjAyMzUwNjRMMC4xNTU2OTMgNy42NDcwNkMwLjA2MTY4NDIgNy42ODgxMiAwLjAwMTE0NjExIDcuNzc2MjUgMS42MDcwM2UtMDUgNy44NzM2NEMtMC4wMDExMTM5NyA3Ljk3MTAyIDAuMDU3NDMzIDguMDYwMzcgMC4xNTA1MjcgOC4xMDMzTDMuNiA5LjU2NjExQzMuNjkwNjIgOS42MDc5MyAxMC44IDYuMDg3NTMgMTAuOCA2LjA4NzUzTDYuNDM3NDkgMTAuNjc5OEM2LjM0OTIyIDEwLjc3MjcgNi4zIDEwLjg5NiA2LjMgMTEuMDI0MlYxNC40MzAzQzYuMyAxNC44NzgxIDYuODQzMjUgMTUuMTAwMSA3LjE1Njg1IDE0Ljc4MDZMOS40NDA5OSAxMi40NTMyTDEzLjA0MjEgMTQuMTY1OEMxMy4xMTI1IDE0LjE5NzQgMTMuMTk0IDE0LjE5ODcgMTMuMjY1NSAxNC4xNjk1QzEzLjMzNyAxNC4xNDAyIDEzLjM5MTUgMTQuMDgzMyAxMy40MTQ4IDE0LjAxMzRMMTcuOTg3NiAwLjMyODU1NkMxOC4wMTk2IDAuMjMyOTkxIDE3Ljk4ODQgMC4xMjg3OCAxNy45MDg0IDAuMDYyNzQzN1oiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
    background-position: 48% 49%;
    background-repeat: no-repeat;
  }
}

.main-box-single-header .main-box-single-header-title-wrap
{
  align-items: center;
  display: flex;
}

.main-box-single-header .main-box-single-header-thumb-wrap
{
  flex-shrink: 0;
  width: 315px;
  margin-right: 16px;
}

.main-box-single-header .main-box-single-header-thumb
{
  margin-bottom: 15px;
  height: auto;
  max-width: none;
  width: 100%;
}

.main-box-single-header .main-box-single-header-thumb.sp-mob
{
  display: none;
}
.main-box-widjet-crypto-kurs {
  display: none;
}
@media (max-width: 1199px)
{
  .main-box-single-header .main-box-single-header-thumb-wrap
  {
    max-width: 220px;
  }
}

@media (max-width: 991px)
{
  .main-box-single-header .main-box-single-header-title-wrap
  {
    flex-direction: column-reverse;
  }

  .main-box-single-header .main-box-single-header-thumb-wrap
  {
    max-width: none;
  }

  .main-box-single-header .main-box-single-header-thumb.sp-pc
  {
    display: none;
  }

  .main-box-single-header .main-box-single-header-thumb.sp-mob
  {
    display: block;
  }
}

header.header {
  width: 1180px !important;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
header.header .container {
  background: #0d0634;
}
footer.footer {
  padding-top: 0px;
  position: relative;
  z-index: 20; 
}
footer.footer > .container {
  background: #0d0634;
  padding-top: 60px;
}
.main {
  padding-top: 0px;
  position: relative;
  z-index: 21;
}
.main > .container {
  padding-top: 30px;
  position: relative;
  z-index: 20;
  background: #0d0634;
}
.main > .container:first-child {
  padding-top: 0px;
}
.main-box-news {
  padding-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  header.header {
    width: 960px !important;
  }
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 0px !important;
    
  }
  header.header {
    width: 720px !important;
  }
}
@media screen and (max-width: 767px) {
  header.header {
    width: 540px !important;
  }
}


/* float video */

.main-box-single-video
{
  padding-top: 35px;
  margin-bottom: -35px;
}

.videowrapper
{
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 50px;
  background: #000;
}

.videowrapper iframe,
.videowrapper video
{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.ytvideo .is-sticky,
.videoTag .is-sticky
{
  position: fixed;
  right: 3px;
  bottom: 3px;
  top: auto;
  left: auto;
  max-width: 400px;
  max-height: 225px;
  width: 400px;
  height: 225px;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  z-index: 2;
}

.videowrapper .sp-video
{
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.videowrapper .sp-video .sp-yt-preview,
.videowrapper .sp-video iframe
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.videowrapper .sp-video .sp-yt-preview
{
  cursor: pointer;
  overflow: hidden;
}

.videowrapper .sp-video .sp-yt-thumb
{
  max-width: 100%;
  height: auto;
  width: 100%;
}

.videowrapper .sp-video iframe
{
  display: none;
}

.videowrapper .sp-video .sp-yt-preview:after
{
  content: '';
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjciIGhlaWdodD0iNjciIHZpZXdCb3g9IjAgMCA2NyA2NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIzMy41IiBjeT0iMzMuNSIgcj0iMzMuNSIgZmlsbD0iIzMyMzIzMiIvPjxwYXRoIGQ9Ik01MyAzMy41TDIzLjc1IDUwLjM4NzVMMjMuNzUgMTYuNjEyNUw1MyAzMy41WiIgZmlsbD0iI0VGRURFOCIvPjwvc3ZnPg==) center center no-repeat;
  background-size: cover;
  height: 65px;
  width: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .4s;
  z-index: 2;
}

.videowrapper .sp-video .sp-yt-preview:hover:after
{
  opacity: .9;
}

.videowrapper .sp-video.sp-play .sp-yt-preview
{
  display: none;
}

.videowrapper .sp-video.sp-play iframe
{
  display: block;
}

.videowrapper .sp-yt-dec
{
  background: rgba(26, 26, 26, 0.40);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity .6s;
}

.videowrapper .sp-yt-preview:hover .sp-yt-dec
{
  opacity: 0;
}





@keyframes fadeInUp
{
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.close-button {
  border: none;
  background: none;
  position: fixed;
  box-sizing: border-box;
  display: none;
  right: 425px;
  bottom: 220px;
  top: auto;
  left: auto;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  display: none;
  outline: none !important;
}

.is-sticky ~ .close-button
{
  display: block;
  z-index: 3;
}

.close-button:before,
.close-button:after
{
  width: 20px;
  height: 5px;
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #4F2121;
  transition: all 0.2s ease-out;
}

.close-button:after
{
  transform: rotate(45deg);
}

.close-button:hover:after
{
  transform: rotate(-45deg);
}

.close-button:hover:before
{
  transform: rotate(45deg);
}

.gradient-overlay
{
  position: fixed;
  right: 3px;
  bottom: 3px;
  top: auto;
  left: auto;
  max-width: 400px;
  max-height: 225px;
  width: 400px;
  height: 225px;
  opacity: .01;
  background: #000;
  z-index: 1;
  display: none;
}

i.fa.fa-arrows-alt
{
  position: fixed;
  right: 8px;
  bottom: 5px;
  top: auto;
  left: auto;
  color: #fff;
  z-index: 2;
  cursor: pointer;
  display: none;
}

.header-baner {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: #0f120c;
  padding: 10px 0px;
  transition: 0.25s;
}

.header-baner-wrapper {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-baner-logo {
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: block;
}

.header-baner-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.header-baner-text {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  flex-grow: 2;
  font-weight: 600;
  font-style: normal;
  margin: 9px 0px;
  font-size: 20px;
  color: #ffffff;
}

.header-banner-btn {
  border-radius: 7px;
  color: #000000;
  background-color: #ffebb9;
  padding: 10px 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
}

.header-baner-btn-close {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzFfMikiPgo8bWFzayBpZD0ibWFzazBfMV8yIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiPgo8cGF0aCBkPSJNMzAgMEgwVjMwSDMwVjBaIiBmaWxsPSIjRDlEOUQ5Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8xXzIpIj4KPHBhdGggZD0iTTkgMjIuNUw3LjUgMjFMMTMuNSAxNUw3LjUgOUw5IDcuNUwxNSAxMy41TDIxIDcuNUwyMi41IDlMMTYuNSAxNUwyMi41IDIxTDIxIDIyLjVMMTUgMTYuNUw5IDIyLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMV8yIj4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-baner.hide {
  transform: translateY(-120%);
}

.header-banner-fix-btn {
  position: fixed;
  z-index: 999;
  width: 64px;
  height: 64px;
  right: 25px;
  bottom: 110px;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .1), 0px 9px 46px 8px rgba(0, 0, 0, .1);
  transition: 0.25s;
  border-radius: 100%;
  background: #0f120c;
}

.header-banner-fix-btn:hover {
  opacity: 0.8;
}

.header-banner-fix-btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .header-baner-wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .header-baner-text {
      font-size: 16px;
      line-height: 19px;
      padding: 0px;
      margin-bottom: 10px;
  }

  .header-banner-btn {
      background-color: #fff9ec;
  }

  .header-baner-btn-close {
      top: 10px;
      right: 10px;
      transform: none;
  }
  
  .header-baner {
      padding-top: 16px;
      padding-bottom: 16px;
  }

  .header-baner-text {
      margin-top: 0px;
  }

  .header-baner-logo {
      display: none;
  }
}



.nh-courses {
  display: flex;
}

.nh-courses-item {
  display: flex;
  align-items: center;
  padding-left: 20px;
  flex-grow: 2;
  padding-right: 20px;
  border-right: 1px solid #c9c5c5;
}

.nh-courses-item:last-child {
  border-right: none;
}

.nh-courses-item:first-child {
  padding-left: 0;
}

.nh-courses-item-icon {
  width: 24px;
  min-width: 24px;
  margin-right: 8px;
  height: 24px;
}

.nh-courses-item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.nh-courses-item-top {
  display: flex;
  align-items: center;
}

.nh-courses-item-short-name {
  color: #737373;
  font-size: 10px;
  line-height: 16px;
}

.nh-courses-item-short-changes {
  background-color: #d2f9d3;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS43IDMuMTk5MjJMMy41IDMuMTk5MjJMNS4zIDMuMTk5MjJINi41TDMuNSAwLjc5OTIxOUwwLjUgMy4xOTkyMkwxLjcgMy4xOTkyMloiIGZpbGw9IiMxMzlBMTgiLz4KPC9zdmc+Cg==");
  color: #139a18;
  padding: 2px 12px 2px 4px;
  margin-left: 4px;
  background-position: right 2px center;
  background-repeat: no-repeat;
  font-size: 10px;
  line-height: 16px;
}

.nh-courses-item-short-changes.red {
  background-color: rgba(221, 28, 54, .24);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNS4zIDAuODAwNzgxTDMuNSAwLjgwMDc4MUwxLjcgMC44MDA3ODFIMC41TDMuNSAzLjIwMDc4TDYuNSAwLjgwMDc4MUg1LjNaIiBmaWxsPSIjREQxQzM2Ii8+Cjwvc3ZnPgo=");
  color: #dd1c36;
}

.nh-courses-item-value {
  color: #211b2e;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 5px;
}

.new-home-page-courses {
  padding: 15px 20px;
  margin-bottom: 20px !important;
}

.nh-courses-all-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  line-height: 12px;
  background: #2F2F2F;
  transition: 0.25s;
  color: #fff !important;
  margin-left: auto;
  padding: 6px;
}

.nh-courses-all-btn:after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNjU3XzU0MjgpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjUyNjY0IDAuNTI2NjZDMC43ODY2NCAwLjI1OTk5MyAxLjIwNjY0IDAuMjU5OTkzIDEuNDY2NjQgMC41MjY2Nkw1LjQ1OTk3IDQuNTI2NjZDNS43MTk5NyA0Ljc4NjY2IDUuNzE5OTcgNS4yMDY2NiA1LjQ1OTk3IDUuNDY2NjZMMS40NTk5NyA5LjQ2NjY2QzEuMTkzMzEgOS43MjY2NiAwLjc3MzMwNyA5LjcyNjY2IDAuNTEzMzA3IDkuNDY2NjZDMC4yNDY2NDEgOS4xOTk5OSAwLjI0NjY0MSA4Ljc3OTk5IDAuNTEzMzA3IDguNTE5OTlMNC4wMzk5NyA0Ljk4NjY2TDAuNTA2NjQxIDEuNDUzMzNDMC4yMzk5NzQgMS4xODY2NiAwLjIzOTk3NCAwLjc2NjY2IDAuNTA2NjQxIDAuNTA2NjZMMC41MjY2NCAwLjUyNjY2WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNjU3XzU0MjgiPgo8cmVjdCB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.nh-courses-all-btn:hover {
  background: #0D0634;
}

.nh-courses-left {
  width: calc(100% - 90px);
  display: flex;
  overflow: auto;
}

.nh-courses-left::-webkit-scrollbar {
  height: 4px;
}

.nh-courses-left::-webkit-scrollbar-track {
  background: #c9c5c5;
  border-radius: 4px;
}

.nh-courses-left::-webkit-scrollbar-thumb {
  background-color: #0d0634;
  border-radius: 4px;
  border: 3px solid #0d0634;
}

@media screen and (max-width: 992px) {
  .nh-courses {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
  }

  .nh-courses-left {
      width: 100%;
      margin-bottom: 10px;
  }

  .nh-courses-all-btn {
      width: auto;
      height: auto;
      min-width: 1px;
      background: transparent;
      padding: 0px;
      margin-left: 20px;
      font-size: 12px;
      margin-right: auto;
      color: #2F2F2F !important;
  }

  .nh-courses-all-btn:after {
      margin-left: 10px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNjU3XzU0MjgpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjUyNjY0IDAuNTI2NjZDMC43ODY2NCAwLjI1OTk5MyAxLjIwNjY0IDAuMjU5OTkzIDEuNDY2NjQgMC41MjY2Nkw1LjQ1OTk3IDQuNTI2NjZDNS43MTk5NyA0Ljc4NjY2IDUuNzE5OTcgNS4yMDY2NiA1LjQ1OTk3IDUuNDY2NjZMMS40NTk5NyA5LjQ2NjY2QzEuMTkzMzEgOS43MjY2NiAwLjc3MzMwNyA5LjcyNjY2IDAuNTEzMzA3IDkuNDY2NjZDMC4yNDY2NDEgOS4xOTk5OSAwLjI0NjY0MSA4Ljc3OTk5IDAuNTEzMzA3IDguNTE5OTlMNC4wMzk5NyA0Ljk4NjY2TDAuNTA2NjQxIDEuNDUzMzNDMC4yMzk5NzQgMS4xODY2NiAwLjIzOTk3NCAwLjc2NjY2IDAuNTA2NjQxIDAuNTA2NjZMMC41MjY2NCAwLjUyNjY2WiIgZmlsbD0iIzJGMkYyRiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE2NTdfNTQyOCI+CjxyZWN0IHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  }

  .new-home-page-courses {
      padding: 20px 0px 10px 0px;
  }

  .nh-courses-left {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 5px;
  }

  .nh-courses-item:last-child {
      border-right: none;
      padding-right: 0px;
  }
}


.fixed-tg-row {
  position: fixed;
  top: 76px;
  left: 0px;
  width: 100%;
  z-index: 299;
  padding: 10px;
  background: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: .5px;
  color: #174ab6;
  transform: translateY(-350%);
}

.fixed-tg-row-link {
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: .5px;
  color: #174ab6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-tg-row-link:hover:before {
  transform: scale(1.2);
}

.fixed-tg-row-link:hover {
  color: #110c07;
}

.fixed-tg-row.show {
  transform: translateY(0%);
}

.fixed-tg-row p {
  text-align: left;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-right: 10px;
}

.fixed-tg-row .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fixed-tg-row-link:before {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMzI5XzUwNTgpIj4NCjxwYXRoIGQ9Ik0xMi43NzEgMjRDMTkuMzk4NCAyNCAyNC43NzEgMTguNjI3NCAyNC43NzEgMTJDMjQuNzcxIDUuMzcyNTggMTkuMzk4NCAwIDEyLjc3MSAwQzYuMTQzNTggMCAwLjc3MDk5NiA1LjM3MjU4IDAuNzcwOTk2IDEyQzAuNzcwOTk2IDE4LjYyNzQgNi4xNDM1OCAyNCAxMi43NzEgMjRaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTMyOV81MDU4KSIvPg0KPHBhdGggZD0iTTYuMjAyNzcgMTEuODczM0M5LjcwMTAxIDEwLjM0OTIgMTIuMDMzNyA5LjM0NDM2IDEzLjIwMDkgOC44NTg4OUMxNi41MzM0IDcuNDcyNzcgMTcuMjI1OSA3LjIzMTk5IDE3LjY3NzIgNy4yMjM5NUMxNy43NzY1IDcuMjIyMjkgMTcuOTk4NSA3LjI0Njg5IDE4LjE0MjIgNy4zNjM1NUMxOC4yNjM2IDcuNDYyMDYgMTguMjk3IDcuNTk1MTMgMTguMzEzIDcuNjg4NTNDMTguMzI5IDcuNzgxOTMgMTguMzQ4OSA3Ljk5NDY5IDE4LjMzMzEgOC4xNjA5M0MxOC4xNTI1IDEwLjA1ODQgMTcuMzcxMSAxNC42NjMxIDE2Ljk3MzUgMTYuNzg4M0MxNi44MDUzIDE3LjY4NzYgMTYuNDc0MSAxNy45ODkxIDE2LjE1MzUgMTguMDE4NkMxNS40NTY2IDE4LjA4MjcgMTQuOTI3NCAxNy41NTgxIDE0LjI1MjUgMTcuMTE1NkMxMy4xOTYzIDE2LjQyMzMgMTIuNTk5NyAxNS45OTIzIDExLjU3NDUgMTUuMzE2OEMxMC4zODk3IDE0LjUzNiAxMS4xNTc4IDE0LjEwNjkgMTEuODMzIDEzLjQwNTZDMTIuMDA5NyAxMy4yMjIxIDE1LjA4IDEwLjQyOTMgMTUuMTM5NSAxMC4xNzZDMTUuMTQ2OSAxMC4xNDQzIDE1LjE1MzggMTAuMDI2MiAxNS4wODM2IDkuOTYzOEMxNS4wMTM1IDkuOTAxNDQgMTQuOTA5OSA5LjkyMjc3IDE0LjgzNTIgOS45Mzk3M0MxNC43MjkzIDkuOTYzNzcgMTMuMDQyIDExLjA3OSA5Ljc3MzUxIDEzLjI4NTNDOS4yOTQ2IDEzLjYxNDIgOC44NjA4MiAxMy43NzQ0IDguNDcyMTYgMTMuNzY2QzguMDQzNyAxMy43NTY3IDcuMjE5NTEgMTMuNTIzNyA2LjYwNjgxIDEzLjMyNDZDNS44NTUzMSAxMy4wODAzIDUuMjU4MDMgMTIuOTUxMSA1LjMxMDA0IDEyLjUzNjNDNS4zMzcxMyAxMi4zMjAyIDUuNjM0NzEgMTIuMDk5MiA2LjIwMjc3IDExLjg3MzNaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9nPg0KPGRlZnM+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTMyOV81MDU4IiB4MT0iMTIuNzcxIiB5MT0iMCIgeDI9IjEyLjc3MSIgeTI9IjIzLjgyMTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiMyQUFCRUUiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzIyOUVEOSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxjbGlwUGF0aCBpZD0iY2xpcDBfMTMyOV81MDU4Ij4NCjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNzcwOTk2KSIvPg0KPC9jbGlwUGF0aD4NCjwvZGVmcz4NCjwvc3ZnPg0K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  transition: 0.25s;
  height: 24px;
  min-width: 24px;
  margin-right: 10px;
}

.fixed-tg-row-btn-close {
  margin-left: auto;
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyNCAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2NzBfNTQyOCkiPgo8cGF0aCBkPSJNMi4wNjI1IDEuOTM3NUwyMS4wNjI1IDIwLjkzNzUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMyIvPgo8cGF0aCBkPSJNMjIuMDA3OCAyLjExMzI4TDEuMDA3ODEgMjEuMTEzMyIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIzIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTY3MF81NDI4Ij4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjIzIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media screen and (max-width: 576px) {
  .fixed-tg-row {
      top: 72px;
      transform: translateY(-400%);
  }

  .fixed-tg-row .container {
      justify-content: flex-start;
      padding-left: 0px;
      padding-right: 40px;
  }

  .fixed-tg-row-btn-close {
      right: 6px;
  }
}