/*
Theme Name:     Foxiz Child (LTC Casino)
Theme URI:      https://www.ltccasino.io/
Description:    Child theme for Foxiz. Contains LTC Casino-specific branding, custom header layout 6 (with language switcher + flags), custom footer with desktop/mobile sidebars, SVG menu icons, banner styles, and site-specific CSS overrides.
Author:         LTC Casino
Author URI:     https://www.ltccasino.io/
Template:       foxiz
Version:        1.0.2
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    foxiz-child-ltc
*/


.breadcrumb-inner > span {
  font-size: 1.15em;
}

a.banner,
.textwidget a.banner:where(:not(.p-url)) {
  position: relative;

  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;

  width: 100%;
  min-width: 256px;
  padding: 16px;
  overflow: hidden;
  box-sizing: border-box;

  color: #fff;
  background-image: url("https://cdn.ltccasino.io/cryptocasino/wp-content/themes/foxiz/images/banner-bg.png");
  background-size: cover;
  background-position: bottom right;
  border-width: 0;
  border-image-width: 0 !important;

  text-decoration-line: none !important;
  text-decoration-color: none !important;
}

.banner:hover,
.banner:focus,
.banner:active,
.banner:visited {
  color: #fff;
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-underline-offset: 0 !important;
}

.banner .logo {
  grid-area: logo;
  display: block;
  width: 63px;
  height: 39px;
}

.banner .play-btn {
  transition: all 0.35s ease;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  width: 206px;
  height: 32px;
  padding: 12px 16px;
  box-sizing: border-box;

  color: #fff;
  background: #011aff;
  box-shadow: 0px 4px 20.6px rgba(11, 24, 173, 0.9),
    0px 1px 3px rgba(11, 24, 173, 0.9), inset 0px 1px 0px rgba(11, 24, 173, 0.9);
  border-radius: 2px;
  border-width: 0;
  border-image-width: 0;

  font-size: 12px;
  font-weight: 700;

  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-color: none !important;
  text-underline-offset: 0 !important;
}

.banner .play-btn:hover,
.banner .play-btn:focus {
  border-width: 0;
  border-image-width: 0;
  box-shadow: 1px 0px 0px rgba(11, 24, 173, 0.9) inset;
}

.banner .play-btn span:first-child {
  display: block;
}

.banner .play-btn span:last-child {
  display: none;
}

.banner .play-btn:active {
  background-color: rgba(11, 24, 173, 0.9);
  transform: translateY(1px);
}

.banner .container {
  grid-area: container;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.banner .content {
  grid-area: content;
  display: none;
}

.banner .h3 {
  margin-top: 12px;
  font-weight: 700;
}

.banner .slogan {
  display: none;
  margin: 8px 0 0;
  font-size: 10px;
  line-height: 26px;
}

.banner .currencies {
  display: none;
  flex-flow: row nowrap;
  gap: 16px;
  margin: 16px 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  list-style-type: none;
}

.banner .currencies > li {
  color: #fff;
  margin: 0;
  padding: 0;
  text-underline-offset: 0 !important;
  text-decoration: none !important;
  border-width: 0;
  border-image-width: 0;
}

.banner .picture {
  display: none;
}

@media (min-width: 425px) {
  a.banner,
  .textwidget a.banner:where(:not(.p-url)) {
    padding-left: 28px;
    align-items: flex-start;
  }
}

@media (min-width: 640px) {
  a.banner,
  .textwidget a.banner:where(:not(.p-url)) {
    display: grid;
    padding: 0;
    gap: 0;
    grid-template-areas: "logo content" "container content";
    grid-template-columns: auto 1fr;
    background-color: #2f303b;
    background-image: none;
  }

  .banner .container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 16px;
  }

  .banner .logo {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 16px 0 0;
    box-sizing: border-box;
  }

  .banner .play-btn {
    width: auto;
    padding: 8px 16px;
    white-space: nowrap;
  }

  .banner .play-btn span:first-child {
    display: none;
  }

  .banner .play-btn span:last-child {
    display: block;
  }

  .banner .content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 12px 24px 16px;
    font-size: 10px;
    height: 100%;
    box-sizing: border-box;
    background-image: url("https://cdn.ltccasino.io/cryptocasino/wp-content/themes/foxiz/images/banner-bg.png");
    background-size: cover;
    background-position: bottom right;
  }

  .banner .content p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
  }

  .banner .content ul {
    display: flex;
    flex-flow: row nowrap;
    color: #477eff;
    font-size: 10px;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .banner .content li {
    padding: 0 12px 0 0;
  }

  .banner .content ul li::after {
    content: "|";
    color: #fff;
    margin-left: 12px;
  }

  .banner .content ul li:last-child::after {
    display: none;
  }

  .banner .h3 {
    display: none;
  }

  .banner .currencies {
    display: none;
  }
}




.new_header_lang_fl div a span {
    font-family: "JetBrains Mono", monospace;
}

/*
a.banner,
.textwidget a.banner:where(:not(.p-url)) {
  position: relative;

  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;

  width: 100%;
  min-width: 256px;
  padding: 16px;
  overflow: hidden;
  box-sizing: border-box;

  color: #fff;
  background-image: url("https://cdn.ltccasino.io/cryptocasino/wp-content/themes/foxiz/images/anonym-bg.png");
  background-size: cover;
  border-width: 0;
  border-image-width: 0 !important;

  text-decoration-line: none !important;
  text-decoration-color: none !important;
}

.banner:hover,
.banner:focus,
.banner:active,
.banner:visited {
  color: #fff;
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-underline-offset: 0 !important;
}

.banner .logo {
  display: block;
  width: 200px;
  height: 32px;
  background-image: url("https://cdn.ltccasino.io/cryptocasino/wp-content/themes/foxiz/images/banner-anonym.svg");
  background-size: cover;
}

.banner .play-btn {
  transition: all 0.35s ease;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  width: 206px;
  height: 32px;
  padding: 12px 16px;
  box-sizing: border-box;

  color: #fff;
  background: #ed0000;
  box-shadow: 0px 4px 20.6px rgba(255, 0, 0, 0.3),
    0px 1px 3px rgba(80, 0, 0, 0.6), inset 0px 1px 0px rgba(255, 145, 145, 0.4);
  border-radius: 2px;
  border-width: 0;
  border-image-width: 0;

  font-size: 12px;
  font-weight: 700;

  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-color: none !important;
  text-underline-offset: 0 !important;
}

.banner .play-btn:hover,
.banner .play-btn:focus {
  border-width: 0;
  border-image-width: 0;
  box-shadow: 1px 0px 0px rgba(146, 10, 10, 1) inset;
}

.banner .play-btn:active {
  background-color: #b00303;
  transform: translateY(1px);
}

.banner .container {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.banner .h3 {
  margin-top: 12px;
  font-weight: 700;
}

.banner .currencies {
  display: none;
  flex-flow: row nowrap;
  gap: 16px;
  margin: 16px 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  list-style-type: none;
}

.banner .currencies > li {
  color: #fff;
  margin: 0;
  padding: 0;
  text-underline-offset: 0 !important;
  text-decoration: none !important;
  border-width: 0;
  border-image-width: 0;
}

.banner .picture {
  position: absolute;
  right: -10px;
  bottom: 0;

  display: none;

  width: 269px;
  height: 125px;

  background-image: url("https://cdn.ltccasino.io/cryptocasino/wp-content/themes/foxiz/images/bg-anonym.png");
  background-size: cover;
}

@media (min-width: 425px) {
  a.banner,
  .textwidget a.banner:where(:not(.p-url)) {
    padding-left: 28px;
    align-items: flex-start;
  }

  .banner .picture {
    display: block;
  }
}

@media (min-width: 640px) {
  .banner .h3 {
    display: none;
  }

  .banner .currencies {
    display: flex;
  }

  .banner .picture {
    right: -65px;
    width: 363px;
    height: 150px;
  }
}
*/
/* ============================================================
 * Custom CSS: ltc site-specific styles (originally in main.css)
 * ============================================================ */

.collapse-activated .burger-icon > span {
    -webkit-transition: var(--effect);
    transition: var(--effect);
}
.mobile-socials:not(:first-child ) {
    padding-top: 15px;
    border-top: 1px solid var(--flex-gray-15);
}
.efoot a {
    display: inline-flex;
    padding: 1px 10px;
    -webkit-transition: var(--effect);
    transition: var(--effect);
    border-radius: var(--round-3);
}
.efoot-commas a {
    line-height: 1.7;
    padding: 0;
}
.efoot-commas a:not(:last-child):after {
    content: ',';
}
.efoot-bg a {
    background-color: var(--flex-gray-7);
}
.efoot-border a {
    border: 1px solid currentColor;
}
.efoot-border.is-b-gray a {
    border-color: var(--flex-gray-15);
}
.logged-in-as a {
    -webkit-transition: var(--effect);
    transition: var(--effect);
}
.depth-1 {
    counter-reset: table-content-depth2;
}
.rb-adbanner {
    min-height: 1px;
}
#back-top:hover i, .swpm-logged-logout-link a:hover, a.show-post-comment:hover, a.page404-btn:hover,
.wp-block-search [type='submit']:hover, .wp-block-search [type='submit']:active, a.page-numbers:hover,
.page-links a.post-page-numbers:hover, .pagination-nextprev a:hover,
.pagination-wrap:not(.pagination-nextprev):not(.page-links) a:hover span,
.pagination-simple a:hover, .meta-like > span:hover, .p-readmore:hover, .tagcloud a:hover,
.wp-block-tagcloud a:hover, .qlayout-2 .qlink a:hover, .qlayout-4 .qlink a:hover, input[type='submit']:hover,
.is-btn:hover, .yt-trigger:hover, a.comment-reply-link:hover {
    -webkit-transform: var(--btn-animation);
    transform: var(--btn-animation);
    color: var(--btn-accent-h, var(--awhite));
    border-color: var(--btn-primary-h, var(--g-color));
    background-color: var(--btn-primary-h, var(--g-color));
    box-shadow: var(--btn-shadow, 0 3px 12px var(--btn-primary-h-90, var(--g-color-90)));
}
.btn-ani-2 .rbtoc, .btn-ani-2 .search-header-form .search-form,
.btn-ani-2 .related-sec, .btn-ani-2 .mega-dropdown-inner, .btn-ani-2 .header-dropdown,
.btn-ani-2 .s-hl-2, .btn-ani-2 .qview-box {
    border: 1px solid var(--flex-gray-15);
    box-shadow: 3px 3px 0 var(--body-fcolor);
}
.btn-ani-3 .rbtoc, .btn-ani-3 .l-shared-items, .btn-ani-3 .s-hl-2,
.btn-ani-3 .related-sec, .btn-ani-3 .ulightbox-inner {
    border: 1px solid var(--flex-gray-15);
    box-shadow: none;
}
@media (min-width: 1025px) {
body:not(.sticky-on) .header-transparent .main-menu > li > a, body:not(.sticky-on) .header-transparent .main-menu > li > a .menu-sub-title,
    body:not(.sticky-on) .header-transparent .more-trigger, body:not(.sticky-on) .header-transparent .navbar-right > *:not(.header-dropdown),
    body:not(.sticky-on) .header-transparent .is-text-logo .logo-title > *, html:not(.collapse-activated) body:not(.sticky-on) .header-transparent .header-mobile-wrap .is-text-logo .logo-title > *,
    html:not(.collapse-activated) body:not(.sticky-on) .header-transparent .header-mobile-wrap .navbar-right > * {
        color: var(--transparent-nav-color, var(--nav-color));
    }
#back-top {
        bottom: 40px;
    }
}
.new_header {
	height: 64px;
	padding: 0;
	margin: 0 0 16px 0;
	background: #2c2c35;
	border-bottom: 1px solid #404152;
	font-family: "JetBrains Mono", monospace;
	}
.header_wrap {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	max-width: 1160px;
	height: 64px;
	padding: 0 16px;
	margin: 0 auto;
	text-align: left;
	background: #2c2c35;
	border-bottom: 1px solid #404152;
	}
.show_nav{
	display: none;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	position: relative;
	cursor: pointer;
	background: #24242c;
	transition: all .4s ease;
	border: 1px solid transparent;
	border-radius: 2px;
	}
.show_nav:active {
	border: 1px solid #3975fd;
	box-shadow: 0 0 0 2px rgba(57, 117, 253, .2);
	transform: translateY(1px);
	}
.show_nav span, .show_nav:before, .show_nav:after{
	content: " ";
	display: block;
	width: 50%;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 25%;
	transition: all 0.3s 0.02s ease;
	}
.show_nav span{
	top: 15px;
	}
.show_nav:before {
	top: 10px;
	}
.show_nav:after {
	top: 20px;
	}
.show_nav.open span{
	display: none;
	}
.show_nav.open:before{
	transform: rotate(45deg);
	top: 15px;
	}
.show_nav.open:after{
	transform: rotate(-45deg);
	top: 15px;
	}
.new_header_logo {
	display: block;
	width: 70px;
	min-width: 70px;
	margin: 0 30px 0 0;
	}
.new_header_logo img {
	height: 43px;
	}
.new_header_logo_mob {
	display: none;
	text-align: center;
	}
.new_header_se {
	display: flex;
	width: 440px;
	background: rgba(25,25,31,.4);
	}
.new_header_se_i {
	display: block;
	width: 100%;
	height: 32px;
	padding: 0 24px !important;
	margin: 0;
	border: 0 !important;
	background: none !important;
	box-sizing: border-box;
	color: #fff !important;
	font-size: 12px !important;
	line-height: 32px !important;
	text-transform: uppercase !important;
	font-family: "JetBrains Mono", monospace;
	}
.new_header_se_i::placeholder {
	color: #9ca0bc;
	}
.new_header_se_b {
	display: block;
	width: 32px;
	min-width: 32px;
	height: 32px;
	padding: 0 24px !important;
	border: 0 !important;
	background: url('images/search.svg') no-repeat center / 16px auto !important;
	cursor: pointer;
	}
.new_header_se_b:hover {
	background-image: url('images/search_h.svg') !important;
	box-shadow: none !important;
	}
.new_header_r {
	margin: 0 0 0 auto;
	}
.new_header_btns {
	display: flex;
	}
.new_header_btns a {
	margin: 0 0 0 5px;
	padding: 0 24px;
	height: 37px;
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 700;
	line-height: 37px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #fff;
	border-radius: 2px;
	transition: all .4s ease;
	text-decoration: none;
	}
.new_header_btn1:hover {
	background-color: rgba(25, 25, 31, .4);
	color: #fff;
	}
.new_header_btn2 {
	background-color: rgba(25, 25, 31, .4);
	border: 1px solid #3975fd;
	}
.new_header_btn2:hover {
	background: #011aff;
	border-color: #011aff;
	box-shadow: inset 0 1px 0 0 rgba(108, 204, 255, .35), 0 1px 3px 0 rgba(5, 43, 94, .62), 0 4px 20px 0 rgba(12, 32, 255, .2);
	}
.new_header_lang {
	width: 32px;
	height: 32px;
	margin: 0 0 0 16px;
	position: relative;
	}
.new_header_lang_active {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background-color: #24242c;
	cursor: pointer;
	transition: all .4s ease;
	border: 1px solid transparent;
	border-radius: 2px;
	}
.new_header_lang_active:active {
	border: 1px solid #3975fd;
	box-shadow: 0 0 0 2px rgba(57, 117, 253, .2);
	transform: translateY(1px);
	}
.new_header_lang_active img{
	width: 24px !important;
	height: auto !important;
	}
.new_header_lang_drop {
	display: none;
	margin: 0;
	padding: 8px 12px;
	box-sizing: border-box;
	width: 310px;
    background: #333440;
    border: 1px solid #404152;
	position: absolute;
	top: 47px;
	right: 0;
	z-index: 999;
	}
.new_header_lang_fl {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	}
.new_header_lang_fl div {
	box-sizing: border-box;
	padding: 4px;
	width: 33.33%;
	}
.new_header_lang_fl div a {
	display: flex;
	align-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	}
.new_header_lang_fl div a img {
	width: 24px;
	margin: 0 12px 0 0;
	}
.mob_drop_nav {
	display: none;
	width: 260px;
	height: calc(100%);
	background: #2c2c35;
	position: fixed;
	left: 0;
	top: 0px;
	z-index: 1000;
	overflow: hidden;
	overflow-y: auto;
	transition: all .3s .02s ease;
	text-align: left;
	font-family: "JetBrains Mono", monospace;
	}
.mob_drop_nav::-webkit-scrollbar { width: 8px; height: 8px; margin: 0 10px 0 0;}
.mob_drop_nav::-webkit-scrollbar-button { display: none; }
.mob_drop_nav::-webkit-scrollbar-track {  background: #2c2c35;}
.mob_drop_nav::-webkit-scrollbar-track-piece { background-color: #2c2c35;}
.mob_drop_nav::-webkit-scrollbar-thumb { height: 50px; background-color: #2f27f4; cursor: pointer;}
.mob_drop_nav::-webkit-scrollbar-corner { background-color: #e2e7ea;}
.mob_drop_nav::-webkit-resizer { background-color: #e2e7ea;}
.left_logo {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 64px;
	border-bottom: 1px solid #414151;
	}
.new_header_sb {
	padding: 12px 0;
	border-bottom: 1px solid #414151;
	}
.mob_drop_nav_race {
	display: block;
	margin: 0  16px;
	padding: 9px 10px 9px 44px;
	background: #24242c url('images/race.svg') no-repeat 10px center / 20px auto;
	border: 1px solid #24242c;
	color: #fde047 !important;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none !important;
	}
.mob_drop_nav_race:hover {
	border: 1px solid #3975fd;
	box-shadow: 0 0 0 2px rgba(57, 117, 253, .2);
	color: #477eff;
	}
.new_header_sb .menu {
	position: relative;
	left: 0;
	transition: all 0.3s 0.02s ease;
	}
.new_header_sb .menu.open {
	left: -100%;
	}
.new_header_sb .menu li {
	display: flex;
	width: 100%;
	}
.new_header_sb .menu li.menu-item-has-children {
	background: url('images/menu.svg') no-repeat right 11px center / 10px auto;
	}
.new_header_sb .menu li.menu-item-has-children > .menu_drop {
	display: none;
	width: 32px;
	min-width: 32px;
	height: 32px;
	margin: 0 0 0 auto;
	}
.new_header_sb .menu li a {
	display: flex;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 16px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	}
.new_header_sb .menu li a:hover {
	color: #477eff;
	}
.new_header_sb .menu li a:before {
	content: " ";
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 16px 0 0;
	border-radius: 2px;
	}
.new_header_sb .menu li a:hover:before {
	transform: scale(0.95);
	}
.mnav1 > a:before {
	background: url('images/mnav1.svg') no-repeat center / auto 20px;
	}
.mnav2 > a:before {
	background: url('images/mnav2.svg') no-repeat center / auto 20px;
	}
.mnav3 > a:before {
	background: url('images/mnav3.svg') no-repeat center / auto 20px;
	}
.mnav3_1 > a:before {
	background: url('images/mnav3_1.svg') no-repeat center / auto 20px;
	}
.mnav3_2 > a:before {
	background: url('images/mnav3_2.svg') no-repeat center / auto 20px;
	}
.mnav3_3 > a:before {
	background: url('images/mnav3_3.svg?v1') no-repeat center / auto 20px;
	}
.mnav3_4 > a:before {
	background: url('images/mnav3_4.svg?v1') no-repeat center / auto 20px;
	}
.mnav3_5 > a:before {
	background: url('images/mnav3_5.svg?v1') no-repeat center / auto 20px;
	}
.mnav3_6 > a:before {
	background: url('images/mnav3_6.svg?v1') no-repeat center / auto 20px;
	}
.mnav3_7 > a:before {
	background: url('images/mnav3_7.svg?v1') no-repeat center / auto 20px;
	}
.mnav3_8 > a:before {
	background: url('images/mnav3_8.svg?v1') no-repeat center / auto 20px;
	}
.mnav3_9 > a:before {
	background: url('images/mnav3_9.svg?v1') no-repeat center / auto 20px;
	}
.mnav3_10 > a:before {
	background: url('images/mnav3_10.svg?v1') no-repeat center / auto 20px;
	}
.mnav3_11 > a:before {
	background: url('images/mnav3_11.svg?v1') no-repeat center / auto 20px;
	}
.mnav3_12 > a:before {
	background: url('images/mnav3_12.svg?v1') no-repeat center / auto 20px;
	}
.mnav3_13 > a:before {
	background: url('images/mnav3_13.svg?v1') no-repeat center / auto 20px;
	}
.mnav3_14 > a:before {
	background: url('images/mnav3_14.svg?v1') no-repeat center / auto 20px;
	}
.mnav3_15 > a:before {
	background: url('images/mnav3_15.svg?v1') no-repeat center / auto 20px;
	}
.mnav3_16 > a:before {
	background: url('images/mnav3_16.svg?v1') no-repeat center / auto 20px;
	}
.mnav3_17 > a:before {
	background: url('images/mnav3_17.svg?v1') no-repeat center / auto 20px;
	}
.mnav4 > a:before {
	background: url('images/mnav4.svg') no-repeat center / auto 20px;
	}
.mnav5 > a:before {
	background: url('images/mnav5.svg') no-repeat center / auto 20px;
	}
.mnav6 > a:before {
	background: url('images/mnav6.svg') no-repeat center / auto 20px;
	}
.mnav7 > a:before {
	background: url('images/mnav7.svg') no-repeat center / auto 20px;
	}
.mnav8 > a:before {
	background: url('images/mnav8.svg') no-repeat center / auto 20px;
	}
.mnav9 > a:before {
	background: url('images/mnav9.svg') no-repeat center / auto 20px;
	}
.mnav9_1 > a:before {
	background: url('images/mnav9_1.svg') no-repeat center / auto 20px;
	}
.mnav9_2 > a:before {
	background: url('images/mnav9_2.svg') no-repeat center / auto 20px;
	}
.mnav9_3 > a:before {
	background: url('images/mnav9_3.svg') no-repeat center / auto 20px;
	}
.mnav9_4 > a:before {
	background: url('images/mnav9_4.svg?v1') no-repeat center / auto 20px;
	}
.mnav9_5 > a:before {
	background: url('images/mnav9_5.svg') no-repeat center / auto 20px;
	}
.mnav9_6 > a:before {
	background: url('images/mnav9_6.svg') no-repeat center / auto 20px;
	}
.mnav9_7 > a:before {
	background: url('images/mnav9_7.svg') no-repeat center / auto 20px;
	}
.mnav9_8 > a:before {
	background: url('images/mnav9_8.svg') no-repeat center / auto 20px;
	}
.mnav10 > a:before {
	background: url('images/mnav10.svg') no-repeat center / auto 20px;
	}
.mnav10_1 > a:before {
	background: url('images/mnav10_1.svg') no-repeat center / auto 20px;
	}
.mnav10_2 > a:before {
	background: url('images/mnav10_2.svg') no-repeat center / auto 20px;
	}
.mnav10_3 > a:before {
	background: url('images/mnav10_3.svg') no-repeat center / auto 20px;
	}
.mnav10_4 > a:before {
	background: url('images/mnav10_4.svg') no-repeat center / auto 20px;
	}
.mnav10_5 > a:before {
	background: url('images/mnav10_5.svg') no-repeat center / auto 20px;
	}
.mnav10_6 > a:before {
	background: url('images/mnav10_6.svg') no-repeat center / auto 20px;
	}
.mnav10_7 > a:before {
	background: url('images/mnav10_7.svg?v1') no-repeat center / auto 20px;
	}
.mnav10_8 > a:before {
	background: url('images/mnav10_8.svg') no-repeat center / auto 20px;
	}
.mnav10_9 > a:before {
	background: url('images/mnav10_9.svg') no-repeat center / auto 20px;
	}
.mnav10_10 > a:before {
	background: url('images/mnav10_10.svg') no-repeat center / auto 20px;
	}
.new_header_sb .menu > li ul {
	display: none;
	position: absolute;
	top: -67px;
	left: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	background: #2c2c35;
	}
.new_header_sb .menu > li.open > ul {
	display: block;
	opacity: 1;
	visibility: visible;
	}
.new_header_sb .menu > li ul .menu_back {
	padding: 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #414151;
	}
.new_header_sb .menu > li ul .menu_back a:before {
	background: #24242c url('images/back.svg') no-repeat center / auto 20px;
	}
#dropdown-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
	font-family: "JetBrains Mono", monospace;
	}
#dropdown-container .floating-menu {
	position: absolute;
	background: #2c2c35;
	border: 1px solid #414151;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	pointer-events: auto;
	max-height: 95vh;
	overflow-y: auto;
	width: 260px;
	display: none;
	}
#dropdown-container .floating-menu::-webkit-scrollbar { width: 8px; height: 8px; margin: 0 10px 0 0;}
#dropdown-container .floating-menu::-webkit-scrollbar-button { display: none; }
#dropdown-container .floating-menu::-webkit-scrollbar-track {  background: #2c2c35;}
#dropdown-container .floating-menu::-webkit-scrollbar-track-piece { background-color: #2c2c35;}
#dropdown-container .floating-menu::-webkit-scrollbar-thumb { height: 50px; background-color: #2f27f4; cursor: pointer;}
#dropdown-container .floating-menu::-webkit-scrollbar-corner { background-color: #e2e7ea;}
#dropdown-container .floating-menu::-webkit-resizer { background-color: #e2e7ea;}
#dropdown-container .floating-menu li a {
	display: flex;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 16px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	}
#dropdown-container .floating-menu li a:hover {
	color: #477eff;
	}
#dropdown-container .floating-menu li a:before {
	content: " ";
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 16px 0 0;
	border-radius: 2px;
	}
#dropdown-container .floating-menu li a:hover:before {
	transform: scale(0.95);
	}
#dropdown-container .menu_back {
	display: none;
	}
.new_footer {
	margin: 24px 0 0 0;
	padding: 32px 0 24px 0;
	background: #282932;
	color: #99A0BF;
	font-size: 11px;
	line-height: 18px;
	font-family: "JetBrains Mono", monospace;
	}
.new_footer a {
	color: #477EFF;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	font-weight: 400;
	}
.new_footer a:hover {
	color: #fff;
	}
.new_footer_wrap {
	max-width: 1160px;
	padding: 0 16px;
	margin: 0 auto;
	text-align: left;
	}
.new_footer1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*padding: 0 0 24px 0;
	border-bottom: 1px solid #353541;*/
	}
.new_footer_mob {
	display: none;
	padding: 0 0 20px 0;
	}
.new_footer_mob_widget_t {
	display: none;
	}
.new_footer1 .new_footer_widget {
	max-width: 23%;
	}
.new_footer2 {
	display: flex;
	justify-content: space-between;
	padding: 32px 0 16px 0;
	border-bottom: 1px solid #353541;
	}
.new_footer2 .new_footer_widget {
	width: 48%;
	}
.new_footer3 {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 24px 0 0 0;
	font-size: 14px;
	line-height: 22px;
	}
.new_footer3 .new_footer_widget {
	width: 48%;
	}
.new_footer_widget_t {
	padding: 0 0 14px 0;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	}
.new_footer_widget ul li {
	padding: 2px 0;
	list-style: none;
	font-size: 14px;
	line-height: 22px;
	}
.foot_icos {
	display: flex;
	flex-wrap: wrap;
	min-width: 180px;
	padding: 16px 0 0 0;
	}
.foot_icos a, .foot_icos span {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 16px 0 0;
	transition: all 0.3s 0.02s ease;
	}
.foot_ico1 {
	background: url('images/foot_ico1.svg') no-repeat center / contain;
	}
.foot_ico1:hover {
	background-image: url('images/foot_ico1_h.svg');
	}
.foot_ico2 {
	background: url('images/foot_ico2.svg') no-repeat center / contain;
	}
.foot_ico2:hover {
	background-image: url('images/foot_ico2_h.svg');
	}
.foot_ico3 {
	background: url('images/foot_ico3.svg') no-repeat center / contain;
	}
.foot_ico3:hover {
	background-image: url('images/foot_ico3_h.svg');
	}
.foot_ico4 {
	background: url('images/foot_ico4.svg') no-repeat center / contain;
	}
.foot_ico4:hover {
	background-image: url('images/foot_ico4_h.svg');
	}
.foot_ico5 {
	background: url('images/foot_ico5.svg') no-repeat center / contain;
	}
.foot_ico5:hover {
	background-image: url('images/foot_ico5_h.svg');
	}
.foot_ico6 {
	background: url('images/foot_ico6.svg') no-repeat center / contain;
	}
.foot_ico6:hover {
	background-image: url('images/foot_ico6_h.svg');
	}
.foot_ico7 {
	background: url('images/foot_ico7.svg') no-repeat center / contain;
	}
.foot_ico7:hover {
	background-image: url('images/foot_ico7_h.svg');
	}
.foot_ico8 {
	background: url('images/foot_ico8.svg') no-repeat center / contain;
	}
.foot_ico8:hover {
	background-image: url('images/foot_ico8_h.svg');
	}
.foot_ico9 {
	background: url('images/foot_ico9.svg') no-repeat center / contain;
	}
.foot_ico9:hover {
	background-image: url('images/foot_ico9_h.svg');
	}
.foot_ico10 {
	background: url('images/foot_ico10.svg') no-repeat center / contain;
	}
.foot_ico10:hover {
	background-image: url('images/foot_ico10_h.svg');
	}
.foot_ico11 {
	background: url('images/foot_ico11.svg') no-repeat center / contain;
	}
.foot_ico11:hover {
	background-image: url('images/foot_ico11_h.svg');
	}
.foot_ico12 {
	background: url('images/foot_ico12.svg') no-repeat center / contain;
	}
.foot_ico12:hover {
	background-image: url('images/foot_ico12_h.svg');
	}
.foot_ico13 {
	width: 36px !important;
	background: url('images/foot_ico13.svg') no-repeat center / contain;
	}
.foot_ico13:hover {
	background-image: url('images/foot_ico13_h.svg');
	}
.foot_ico14 {
	width: 29px !important;
	background: url('images/foot_ico14.svg') no-repeat center / contain;
	}
.foot_ico14:hover {
	background-image: url('images/foot_ico14_h.svg');
	}
.foot_ico15 {
	background: url('images/foot_ico15.svg') no-repeat center / contain;
	}
.foot_ico15:hover {
	background-image: url('images/foot_ico15_h.svg');
	}
.foot_ico16 {
	background: url('images/foot_ico16.svg') no-repeat center / contain;
	}
.foot_ico16:hover {
	background-image: url('images/foot_ico16_h.svg');
	}
.foot_ico17 {
	background: url('images/foot_ico17.svg') no-repeat center / contain;
	}
.foot_ico17:hover {
	background-image: url('images/foot_ico17_h.svg');
	}
.foot_ico18 {
	background: url('images/foot_ico18.svg') no-repeat center / contain;
	}
.foot_ico18:hover {
	background-image: url('images/foot_ico18_h.svg');
	}
.foot_ico19 {
	background: url('images/foot_ico19.svg') no-repeat center / contain;
	}
.foot_ico19:hover {
	background-image: url('images/foot_ico19_h.svg');
	}
.foot_ico20 {
	background: url('images/foot_ico20.svg') no-repeat center / contain;
	}
.foot_ico20:hover {
	background-image: url('images/foot_ico20_h.svg');
	}
.foot_ico21 {
    background: url('images/email.svg') no-repeat center / contain;
    }
.foot_ico21:hover {
    background-image: url('images/email_h.svg');
    }
.foot_partn {
	display: flex;
	}
.foot_partn span {
	margin: 0 24px 0 0;
	}
.foot_partn img, .foot_partn svg {
	height: 30px;
	}
.new_footer2_more {
	display: block;
	padding: 22px 0;
	border-bottom: 1px solid #353541;
	background: #282932;
	font-weight: bold !important;
	text-transform: uppercase;
	text-align: center;
	margin: -1px 0 0 0;
	}
.mob_bot {
	display: none;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 16px;
	background: #2b2c36;
	border-top: 1px solid rgba(84, 244, 223, .18);
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
	text-align: center;
	font-family: "JetBrains Mono", monospace;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	}
.mob_bot_login{
	width: 49%;
	}
.mob_bot_login a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 37px;
	border: 1px solid #26262f;
	background: #26262f;
	border-radius: 2px;
	color: #fff;
	line-height: 35px;
	text-decoration: none;
	}
.mob_bot_login a:hover{
	box-shadow: inset 0 -1px 0 0 rgba(108, 204, 255, .35), inset 0 1px 0 0 rgba(11, 24, 173, .9);
	color: #fff;
	}
.mob_bot_sign{
	width: 49%;
	}
.mob_bot_sign a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 37px;
	border: 1px solid #011aff;
	background: #011aff;
	box-shadow: inset 0 1px 0 0 rgba(108, 204, 255, .35), 0 1px 3px 0 rgba(5, 43, 94, .62), 0 4px 20px 0 rgba(12, 32, 255, .2);
	border-radius: 2px;
	color: #fff;
	line-height: 35px;
	text-decoration: none;
	}
.mob_bot_sign a:hover{
	color: #fff;
	}
@media (max-width: 1200px) {
.new_footer1 .new_footer_widget {
	max-width: 48%;
	min-width: 34%;
	padding: 0 0 24px 0;
	}
}
@media (max-width: 1020px) {
.new_header {
	padding: 0;
	}
.mob_drop_nav {
	width: 200px;
	}
.new_header_se {
	width: 240px;
	}
.new_footer {
	padding: 32px 0 24px 0;
	}
.new_footer1 .new_footer_widget {
	max-width: 48%;
	min-width: 34%;
	padding: 0 0 24px 0;
	}
.new_footer2 {
	display: block;
	}
.new_footer2 .new_footer_widget {
	width: 100%;
	}
.new_footer3 .new_footer_widget {
	display: flex;
	width: 100%;
	justify-content: center;
	padding: 4px 0;
	}
.new_footer3 .new_footer_widget:nth-child(1) {
	order: 2;
	}
.foot_icos a, .foot_icos span {
	margin: 0 8px;
	}
}
@media (max-width: 767px) {
.new_header {
	height: 47px;
	padding: 0;
	}
.header_wrap {
	box-sizing: border-box;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	justify-content: space-between;
	height: 48px;
	background: #2c2c35;
	border-bottom: 1px solid #404152;
	}
.show_nav{
	display: block;
	}
.new_header_logo {
	margin: 0;
	}
.new_header_logo_de {
	display: none;
	}
.new_header_logo_mob {
	display: block;
	}
.new_header_logo img {
	width: 50px;
	height: 20px;
	}
.new_header_sear {
	display: none;
	}
.new_header_r {
	display: none;
	}
.new_header_lang {
	margin: 0;
	}
.new_header_lang_active img{
	width: 18px !important;
	}
.mob_drop_nav {
	display: block;
	width: 100%;
	left: -100%;
	height: calc(100% - 100px);
	top: 47px;
	}
.mob_drop_nav.open {
	left: 0;
	}
.left_logo {
	display: none;
	}
.new_header_sb .menu li.menu-item-has-children > .menu_drop {
	display: block;
	}
.new_header_sb .menu li li a:before {
	background-color: #24242c !important;
	}
#dropdown-container {
	display: none !important;
	}
.new_footer {
	padding: 32px 0 60px 0;
	}
.new_footer1 {
	display: block;
	padding: 0 0 20px 0;
	}
.new_footer_desc {
	display: none;
	}
.new_footer_mob {
	display: block;
	}
.new_footer1 .new_footer_widget {
	max-width: 100%;
	min-width: 100%;
	padding: 0;
	}
.new_footer2 {
	transition: all 0.3s 0.02s ease;
	padding: 24px 0 16px 0;
	}
.new_footer_nav .new_footer_widget_t {
	padding: 16px 16px 16px 0;
	border-bottom: 1px solid #353541;
	position: relative;
	cursor: pointer;
	}
.new_footer_nav .new_footer_widget_t:before {
	content: " ";
	display: block;
	width: 7px;
	height: 12px;
	background: url('images/bot_nav.svg') no-repeat center / 7px 12px;
	position: absolute;
	top: 21px;
	right: 0px;
	transition: all 0.3s 0.02s ease;
	}
.new_footer_nav .new_footer_widget_t.open:before {
	transform: rotate(90deg);
	}
.new_footer_nav ul {
	display: none;
	}
.new_footer_mob_widget ul {
	display: block;
	font-size: 14px;
	line-height: 22px;
	}
.new_footer_nav ul li {
	padding: 0;
	border-bottom: 1px solid #353541;
	}
.new_footer_nav ul li a {
	display: block;
	padding: 10px 12px 10px 0;
	background: url('images/bot_nav_h.svg') no-repeat right center / 7px 12px;
	}
.foot_icos {
	width: 100%;
	justify-content: space-between;
	}
.foot_icos_cont {
	display: none;
	}
.foot_icos a, .foot_icos span {
	margin: 0;
	}
.new_footer2 .textwidget br, .new_footer2 .textwidget p {
	font-size: 11px;
	}
.mob_bot {
	display: flex;
	}
}
@media (min-width: 768px) {
.new_footer_nav ul {
	display: block !important;
	}
.foot_icos_cont {
	display: block !important;
	}
}
