@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon/icomoon.eot?1z9v6x');
  src:  url('/fonts/icomoon/icomoon.eot?1z9v6x#iefix') format('embedded-opentype'),
    url('/fonts/icomoon/icomoon.ttf?1z9v6x') format('truetype'),
    url('/fonts/icomoon/icomoon.woff?1z9v6x') format('woff'),
    url('/fonts/icomoon/icomoon.svg?1z9v6x#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(/fonts/opensans/opensans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(/fonts/opensans/opensans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Общая настройка меню */
.probootstrap-header {
    position: fixed;
    padding: 10px 0px 10px 0px;
    width: 100%;
    z-index: 12;
    top: 0;
    line-height: 1.8;
    font-size: 16px;
    font-family: "sans-serif", Helvetica, Arial, sans-serif;
}

.probootstrap-header * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.probootstrap-header h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.probootstrap-header img {
    vertical-align: middle;
    border: 0;
}

.menuContainer {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:768px) {
	.menuContainer {
		width: 750px
	}
}

@media (min-width:992px) {
	.menuContainer {
		width: 970px
	}
}

@media (min-width:1200px) {
	.menuContainer {
		width: 1170px
	}
}

.container:after,
.container:before {
	display: table;
	content: " "
}
.probootstrap-header a {
    text-decoration: none;
}
.probootstrap-logo {
  float: left;
  color: #ffffff !important;
  padding-left: 0px;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  background: url('/img/logo.png') 0px 8px no-repeat; 
  background-size: 22px;
  padding-left: 28px;
}

.probootstrap-logo:hover, .probootstrap-logo:focus, .probootstrap-logo:active {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .probootstrap-logo {
    padding-left: 28px;
  }
}

.probootstrap-burger-menu {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.probootstrap-burger-menu i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  color: #ffffff;
  font: bold 14px/.4 Helvetica, arial;
  text-transform: uppercase;
  text-indent: -55px;
  background: #ffffff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.probootstrap-burger-menu i::before, .probootstrap-burger-menu i::after {
  content: '';
  width: 18px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.probootstrap-burger-menu i::before {
  top: -7px;
}

.probootstrap-burger-menu i::after {
  bottom: -7px;
}

.probootstrap-burger-menu:hover i::before {
  top: -10px;
}

.probootstrap-burger-menu:hover i::after {
  bottom: -10px;
}

.probootstrap-burger-menu.active i {
  background: transparent;
}

.probootstrap-burger-menu.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.probootstrap-burger-menu.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.probootstrap-mobile-menu-active.show .probootstrap-burger-menu i {
  color: #ffffff;
  background: #000000;
}

.probootstrap-mobile-menu-active.show .probootstrap-burger-menu i::before, .probootstrap-mobile-menu-active.show .probootstrap-burger-menu i::after {
  background: #ffffff;
}

.probootstrap-burger-menu {
  position: absolute;
  top: 30px;
  right: 20px;
}

.visible-xs {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
}

.mobile-menu-overlay {
  z-index: 1099;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.probootstrap-nav {
  margin-left: 60px;
  text-align: left;
  float: right;
  width: calc(100% - 200px);
  position: relative;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

.probootstrap-main-nav {
  margin: 0;
  padding: 0;
  margin-left: -40px;
}

.probootstrap-main-nav li {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  display: inline;
  font-size: 18px;
}

.probootstrap-main-nav li a {
    -webkit-transition: .3s all;
    transition: .3s all;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
}

.probootstrap-main-nav li a:hover {
  color: #ffffff;
}

.probootstrap-main-nav li.probootstrap-cta {
  margin-left: 20px;
}

.probootstrap-main-nav li.probootstrap-cta a {
  border: 2px solid #ffffff;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
}

.probootstrap-main-nav li.probootstrap-cta a:hover {
  background: #ffffff;
  color: #A20112;
}

.probootstrap-main-nav li.active a {
  color: #A20112;
}

.probootstrap-main-nav li.active a:hover {
  color: #ffffff;
}

.probootstrap-right-nav {
  position: absolute;
  top: 3px;
  right: 0;
  margin: 0;
  padding: 0;
}

.probootstrap-right-nav li {
  padding: 0;
  margin: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  list-style: none;
}

.probootstrap-right-nav li a {
  padding: 0 10px;
}

[class^="mnIcon-"], [class*=" mnIcon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mnIcon-vk:before {
  content: "\ea60";
}

.mnIcon-youtube:before {
  content: "\ea80";
}

.mnIcon-facebook2:before {
  content: "\ec11";
}

.mnIcon-instagram2:before {
  content: "\ec13";
}

.menuDark {
    background: rgba(0,0,0,0.1);
    backdrop-filter: blur(4px);
    animation: mnBg 1.0s normal forwards ease-in-out; 
}
.menuTransparent {
    background: rgba(0,0,0,0.5);
    animation: mnBgNull 1.0s normal forwards ease-in-out; 
}
@keyframes mnBg {
    100% { background: rgba(0,0,0,0.5); }
}
@keyframes mnBgNull {
    100% { background: rgba(0,0,0,0.0); }
}

.probootstrap-nav ul:nth-child(2) li a {
    color: #fff;
}
.probootstrap-nav > ul > li > a:hover,
.probootstrap-nav > ul > li > label:hover {
    background: rgba(162, 1, 18, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(162, 1, 18, 0.6);
    -moz-box-shadow: 0px 0px 20px 10px rgba(162, 1, 18, 0.6);
    box-shadow: 0px 0px 20px 10px rgba(162, 1, 18, 0.6);
}
.probootstrap-nav ul li a:hover,
.probootstrap-nav ul li label:hover {
  color: #ff001b;
}
.menuActive {
    color: #ff001b !important;
    background: rgba(162, 1, 18, 0.2);
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(162, 1, 18, 0.2);
    -moz-box-shadow: 0px 0px 20px 10px rgba(162, 1, 18, 0.2);
    box-shadow: 0px 0px 20px 10px rgba(162, 1, 18, 0.2);
}
.langImgEn {
    cursor: point; 
    background: url('/img/menu/en.png') 0px 0px no-repeat; 
    background-size: 18px 18px; 
    padding-left: 22px !important;
}
.langEn:hover .langImgEn {
    -webkit-transition: .3s all;
    transition: .3s all;
    background: url('/img/menu/enActive.png') 0px 0px no-repeat; 
    
}
.langImgRu {
    cursor: point; 
    background: url('/img/menu/ru.png') 0px 0px no-repeat; 
    background-size: 18px 18px; 
    padding-left: 22px !important;
}
.langRu:hover .langImgRu {
    -webkit-transition: .3s all;
    transition: .3s all;
    background: url('/img/menu/ru.png') 0px 0px no-repeat; 
    
}
.langImgUa {
  cursor: point; 
  background: url('/img/menu/ua.png') 0px 0px no-repeat; 
  background-size: 18px 18px; 
  padding-left: 22px !important;
}
.langUa:hover .langImgUa {
  -webkit-transition: .3s all;
  transition: .3s all;
  background: url('/img/menu/uaActive.png') 0px 0px no-repeat; 
  
}
.langImgChs {
  cursor: point; 
  background: url('/img/menu/chs.png') 0px 0px no-repeat; 
  background-size: 18px 18px; 
  padding-left: 22px !important;
}
.langChs:hover .langImgChs {
  -webkit-transition: .3s all;
  transition: .3s all;
  background: url('/img/menu/chs.png') 0px 0px no-repeat; 
  
}
.langImgCht {
  cursor: point; 
  background: url('/img/menu/cht.png') 0px 0px no-repeat; 
  background-size: 18px 18px; 
  padding-left: 22px !important;
}
.langCht:hover .langImgCht {
  -webkit-transition: .3s all;
  transition: .3s all;
  background: url('/img/menu/cht.png') 0px 0px no-repeat; 
  
}
.discordImg {
    background: url(/img/menu/discord.png) 0px 0px no-repeat; 
    background-size: 16px; 
    padding-right: 16px;
}
.discord:hover .discordImg
{
    -webkit-transition: .3s all;
    transition: .3s all;
    background: url('/img/menu/discordActive.png') 0px 0px no-repeat; 
    background-size: 16px; 
    padding-right: 16px;
}
.probootstrap-burger-menu {
    top: 15px;
    right: 20px;
}
.mobile-menu-overlay {
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

@media only screen and (max-width: 1199px) 
{
    .probootstrap-right-nav li:not(:last-child):not(.sub-li) {
        display: none;
    }
}

/* @media (min-width: 768px) and (max-width: 996px)  Корректировка 16 пикселей на ширину скролла */
@media only screen and (max-width: 996px)
{
    .probootstrap-nav, .probootstrap-main-nav, .probootstrap-right-nav
    {
        display: none!important;
    }
    .probootstrap-main-nav 
    { 
        margin-left: 0px;
    }
    .probootstrap-burger-menu {
        display: block !important;
        position: absolute;
        top: 15px;
        right: 20px;
    }
    .probootstrap-nav ul li a:hover {
        color: rgba(255, 255, 255, 0.7);
        background: none;
        border-radius: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .menuActive {
        color: #ff001b !important;
        background: none;
        border-radius: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .probootstrap-header {
        position: absolute;
    }
    .menuContainer {
        margin-left: 0;
    }
    .menuTransparent, .menuDark {
        background: transparent;
        animation: none;
    }
}

/* Скрыть чекбокс */
.mobileMenuCh[type=checkbox] {
    position: absolute;
    display: none;
}

/* === Настройка мобильного меню === */

/* Показать мобильное меню */
.mobileMenuCh[type=checkbox]:checked ~ .probootstrap-nav {
    text-align: left;
    position: fixed;
    display: block !important;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    padding-right: 0;
    z-index: 1100;
    height: 100vh;
    width: 300px;
    background: #000000;
    padding: 40px;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    animation: animateMenuShow .4s forwards;
}
/* Анимация появления меню */
@keyframes animateMenuShow {
    from 
    { 
        right: -300px;
    }
    to 
    { 
        right: 0;
    }
}

/* Показать затемняющий блок меню */
.mobileMenuCh[type=checkbox]:checked ~ .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
}

/* Форматировать пункты меню */
.mobileMenuCh[type=checkbox]:checked ~ .probootstrap-nav ul:first-child {
    display: block!important;
    float: left;
    margin-top: 40px;
    width: 100%;
}
.mobileMenuCh[type=checkbox]:checked ~ .probootstrap-nav ul:first-child li {
    margin-bottom: 10px;
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.mobileMenuCh[type=checkbox]:checked ~ .probootstrap-nav ul:first-child li a {
    margin-bottom: 10px;
    padding: 5px 0;
    display: block;
}
.mobileMenuCh[type=checkbox]:checked ~ .probootstrap-nav .probootstrap-right-nav {
    display: none!important;
}

/* Форматировать кнопку Меню */
.mobileMenuCh[type=checkbox]:checked ~ .probootstrap-nav .extra-text .probootstrap-burger-menu i {
    background: transparent;
}
.mobileMenuCh[type=checkbox]:checked ~ .probootstrap-nav .extra-text .probootstrap-burger-menu i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.mobileMenuCh[type=checkbox]:checked ~ .probootstrap-nav .extra-text .probootstrap-burger-menu i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}


/* Форматировать иконки соц.сетей меню */
.mobileMenuCh[type=checkbox]:checked ~ .probootstrap-nav .extra-text {
    margin-bottom: 10px;
    display: block !important;;
    padding-left: 0;
    padding-right: 0;
    float: left;
    clear: both;
    margin-top: 30px;
    color: #ffffff;
}
.mobileMenuCh[type=checkbox]:checked ~ .probootstrap-nav .extra-text h5 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, 0.5);
}
.mobileMenuCh[type=checkbox]:checked ~ .probootstrap-nav .extra-text ul {
    padding: 0;
    margin: 0 0 20px 0;
}
.mobileMenuCh[type=checkbox]:checked ~ .probootstrap-nav .extra-text ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0;
    margin: 0;
}
.mobileMenuCh[type=checkbox]:checked ~ .probootstrap-nav .extra-text ul li a {
    color: #ffffff;
    padding: 10px;
}


/* START: Список языков */

/* Скрыть чекбокс по умолчанию */
.mnLangCh[type=checkbox] {
  position: absolute;
  display: none;
}

/* Показать список языков */
.mnLangCh[type=checkbox]:checked ~ .probootstrap-nav ul ~ .probootstrap-right-nav li div {
  display:block !important; 
}

/* Язык по умолчанию */
.mnLangBox label {
  -webkit-user-select: none; 
  color: #fff; 
  font-weight: normal;
  cursor: pointer;
  padding: 0px 10px;
  display: block;
}
.mnArrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
 }

.mnLangBox div {
  display: none;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
  animation-name: fadeIn;
  animation-duration: 0.2s;
  text-align: left;
  position:absolute;
  right: 0px;
  margin: 0px 0px 0px 0px;
}

.probootstrap-right-nav li:hover div{
  display: block;
}
/*Настройки выпадающего меню */
.probootstrap-right-nav li .sub-menu{
    /* width:220px; */
    cursor: pointer;
    padding: 5px 0px;
    background: rgba(0,0,0,1);
    backdrop-filter: blur(4px);
}

.sub-menu:before {
  content: '';
  position: absolute;
  top: -11px;
  right: 9px;
  border: 5px solid transparent;
  border-bottom: 6px solid rgba(0,0,0,1);
}
.sub-menu a {
  display: block;
}

.sub-menu li {
    width: 100%;
    padding: 0px;
    white-space: nowrap;
    line-height: 2;
}

.sub-menu li:hover {
    background: rgba(0,0,0,0.4); /* Цвет фона подменю при наведении */
}

.sub-menu li a:hover {
  color: #ff001b;
}
/* STOP: Список языков */