@font-face {
  font-family: 'icomoon';
  src:  url('/public/melbet/vendor/icomoon/fonts/icomoon.eot?xx069t');
  src:  url('/public/melbet/fonts/icomoon.eot?xx069t#iefix') format('embedded-opentype'),
  url('/public/melbet/vendor/icomoon/fonts/icomoon.ttf?xx069t') format('truetype'),
  url('/public/melbet/vendor/icomoon/fonts/icomoon.woff?xx069t') format('woff'),
  url('/public/melbet/vendor/icomoon/fonts/icomoon.svg?xx069t#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icm {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icm:before{
  vertical-align: top !important;
}

.icon-fastgame:before {
  content: "\e900";
}
.icon-line:before {
  content: "\e901";
}

.icon-live:before {
  content: "\e902";
}

.icon-snow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -14px;
  width: 22px;
  height: 22px;
  background: url(../img/ulottery/winter-lottery/snow.png);
  background-size: cover;
  transform: translateY(-50%);
}

.icon-tvgames:before {
  content: '';
  background: url(../img/tvgames/television.png) no-repeat center center;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon-new_year:before {
  content: "\e908";
}
.icon-fastgame:before {
  content: "\e900";
}
.icon-line:before {
  content: "\e901";
}
.icon-live:before {
  content: "\e902";
}
.icon-olimpic:before {
  content: "\e903";
}
.icon-rezltat:before {
  content: "\e904";
}
.icon-azart:before {
  content: "\e905";
}
.icon-bonus:before {
  content: "\e906";
}
.icon-cyber:before {
  content: "\e907";
}
.icon-games:before {
  content: '';
  background: url(/styles/css/main/icons/bonus.png) no-repeat center center;
  background-size: contain;
  width: 33px;
  height: 33px;
  display: inline-block;
}
.icon-soccer_worldcup:before {
  content: '';
  background: url(/img/soccer_world_cup.svg);
  width: 33px;
  height: 33px;
  display: inline-block;
}
.icon-springlottery_live:before{
  content: '';
  background: url(/img/springlottery_live.svg);
  width: 33px;
  height: 33px;
  display: inline-block;
  background-size: cover;
}
.icon-summer_live:before{
  content: '';
  background: url(/img/summer_lottery_icon.png);
  width: 33px;
  height: 33px;
  display: inline-block;
  background-size: cover;
}

/* icons size */
.icm:before{
  font-size: 1.7em;
}

.icon-fastgame{margin-top:-4px;}
.icon-fastgame:before {
  font-size: 35px;
}
.icon-live{margin-top:-4px;}
.icon-live:before {
  font-size: 35px;
}
/* /icons size */


.header .topHead {
  background-color: #000000;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3b4e', endColorstr='#333333',GradientType=0 );
  height: 38px;
  padding: 6px 15px 6px 220px;
}
.header .topHead.fix{
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.header .logo{
  position: absolute;
  left: 0;
  height: 100px;
  bottom: 0;
  top: 0;
  background-color: #000000;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-left: 26px;
}

.header .logo img{
  max-width: 175px;
}

.header .logo:after{
  content: '';
  position: absolute;
  left: 100%;
  display: block;
  bottom: 0;
  border: 24px solid transparent;
  border-top: 27px solid #000000;
  border-left: 21px solid #000000;
}

.header .logo:before{
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  background-color: #000000;
  width: 45px;
  height: 51px;

}

.topHeadMenuUl > li {
  display: inline-block;
  margin-right: 30px;
}

.topHeadMenuUl_link {
  display: table;
  color: #fff;
  text-decoration: none;
  height: 39px;
  /* width: 120px; */
}
.topHeadMenuUl_icon {
  display: block;
}

.topHeadMenuUl_text {
  margin: 0;
  font-size: 12px;
  color: #f6ce60;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 1650px){
  .topHeadMenuUl_text{
      display: none;
  }
}

@media screen and (max-width: 1540px){

  .header .topHead > div.fr {
      right: 0;
  }
}

.topHeadMenuUl.just-icons .topHeadMenuUl_text {
  display: none;
}

.topHeadMenuUl.just-icons .topHeadMenuUl_link {
  width: auto;
}

.topHeadMenuUl_link:hover .topHeadMenuUl_text {
  color: #F6B400;
}

.topHeadMenuUl_link:hover .topHeadMenuUl_icon {
  opacity: 0.8;
}
.topHeadMenuUl_link .media-left,
.topHeadMenuUl_link .media-body {
  display: table-cell;
  vertical-align: middle;
}

.topHeadMenuUl_link .media-left {
  width: 30px;
}

.header .topHead > div.fr {
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 25;
}

.under-overlay{
  z-index: 1001 !important;
}
.header .menuHead {
  background-color: #f6ce60;
  height: 50px;
  padding-left: 11.6%;
}

@media all and (max-width: 1600px) {
  .header .menuHead {
      padding-left: 15%;
  }
}

@media all and (max-width: 1366px) {
  .header .menuHead {
      padding-left: 17%;
  }
}


.menuHead .logo {
  display: block;
  left: 15px;
  position: absolute;
  bottom: 4px;
  z-index: 101;
}
.menuHead .logo > img {
  display: block;
}

.topHead .selectCon {
  margin: 7px 2px 0 16px;
}

.menuHead .infoLink {
  background-color: #363c3f;
  background-image: url("../img/i.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
  height: 36px;
  margin-top: -18px;
  position: absolute;
  right: 34px;
  top: 50%;
  width: 36px;
}
.menuHead .infoLink:hover {
  box-shadow: 0 0 0 5px rgba(54, 60, 63, 0.2);
}

.topHead .timeBut {
  color: #ffc013;
  display: block;
  font-size: 18px;
  font-weight: 300;
  height: 29px;
  line-height: 30px;
  margin-top: -6px;
  padding: 0 10px;
  margin-right: 8px;
}
.topHead .selectTime {
  margin-top: 8px;
}
.topHead .timeBut > span {
  color: #9a9a9a;
  font-size: 12px;
}
.topHead .timeBut.arr:hover {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.topHead .timeBut.arr:hover:after {
  background-position: -35px 4px;
}
.topHead .timeBut.arr:after {
  background-image: url("../img/arr1.png");
  background-position: 0 4px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  margin: 9px 0 0 9px;
  vertical-align: top;
  width: 10px;
}
.topHead .timeBut.arr.active:after{
  background-position: 0px -31px;
}

.topHead .timeBut.arr.active:hover:after{
  background-position: -35px -31px;
}
.timeBut_con {
  background-color: #282e31;
  border-radius: 0 0 2px 2px;
  display: none;
  max-height: 205px;
  padding: 10px 0 10px 10px;
  position: absolute;
  right: 8px;
  top: 23px;
  width: 700px;
  z-index: 10;
}
.timeBut_con:before {
  border-color: transparent transparent #282e31;
  border-style: solid;
  border-width: 0 5px 5px;
  display: block;
  position: absolute;
  right: 11px;
  top: -5px;
}
.timeBut_con .timeBut_con_scroll {
  max-height: 205px;
  overflow: hidden;
  width: 700px;
}
.timeBut_con_scroll ul {
  list-style: outside none none;
  margin: 0;
}
.timeBut_con_scroll ul li {
  font-family: Verdana;
  color: #727374;
  cursor: pointer;
  font-size: 10px;
  margin-right: 10px;
  padding: 2px 0;
}
.timeBut_con_scroll ul li:hover{
  color: #979797;
}
.timeBut_con_scroll ul li.active{
  color: #f9aa00;
}


/**user_menu**/
.acc-wrap .acc-open {
  display: block;
  color: #f6ce60;
  font-size: 14px;
  text-decoration: none;
  padding: 17px 0 16px;
  margin-left: 20px;
}

.acc-wrap {
  display: inline-block;
  vertical-align: middle;
  background-color: inherit;
  margin-top: -9px;
  margin-bottom: -5px;
}

.acc-wrap .acc-open:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 11px;
  background: url(/img/acc-arr.png);
  margin-left: 10px;
  margin-top: -2px;
  transition: 0.5s;
}

.acc-wrap:hover .acc-open:after {

  -webkit-transform: rotate(180deg);
}
.acc-wrap:hover .acc-dropdown{
  max-height: 300px;
  transition: max-height 0.6s;
  display:block;
}
.acc-dropdown {
  position: absolute;
  top: 100%;
  width: 220px;
  overflow: hidden;
  display:block;
  background: #363c3f;
  left: 0;
  padding: 0;
  max-height: 0;
}

.acc-name {
  font-size: 13px;
  color: #b5c6d2;
  padding: 0 15px;
  text-align: center;
  margin-top: 10px;
}

.acc-item {
  /* margin: 10px 0; */
}

.acc-link {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fefeff;
  padding: 5px 15px;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.acc-link:hover {
  background-color: #f6ce60;
  font-weight: 700;
  color: #363c3f;
}

.acc-link:hover .acc-icon {
  background-position: -25px center;
}

.acc-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 0 center;
}

.acc-icon.profile { background-image: url(/img/acc-icons/profile.png);}
.acc-icon.history-bet { background-image: url(/img/acc-icons/history.png);}
.acc-icon.history-transfers { background-image: url(/img/acc-icons/history-transfers.png);}
.acc-icon.vip-cashback { background-image: url(/img/acc-icons/cashback.png);}
.acc-icon.withdrow { background-image: url(/img/acc-icons/wallets.png);}
.acc-icon.request { background-image: url(/img/acc-icons/request.png);}
.acc-icon.out { background-image: url(/img/acc-icons/out.png);}

.acc-opt__name {
  padding-left: 30px;
  display: block;
}
/*end user_menu*/
/*menu*/


.menuCon .topMenuUl > li.fourth:before,
.menuCon .topMenuUl > li.more_menu:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #336633;
}

.menuCon .topMenuUl > li.fourth:hover:before,
.menuCon .topMenuUl > li.more_menu:hover:before {
  width: 130px;
  background-color: #336633;
  transition: 0.3s ease;
}

.link_more,
.link_more2 {
  color: #000;
  font-size: 16px;
  border-radius: 2px;
  display: block;
  text-decoration: none;
  line-height: 30px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.more_menu .link_more2 {
  padding: 0;
}
.more_menu .link_more2:after {
  content: none;
}
.more_menu .fourth {
  background-color: #336633;
}
.more_menu .sub_menu .fourth .link_more2 .name {
  color: #fff;
}

.more_menu .sub_menu .icm{
  display: none;}

.more_menu .sub_menu .fourth {
  padding: 0;
}
.more_menu .sub_menu .fourth .sub_menu {
  position: relative;
  padding-top: 0;
}
.more_menu .sub_menu .fourth .link_more2 {
  display: none;
}
.sub_menu {
  position: absolute;
  display: none;
  width: 130px;
  padding-top: 10px;
  z-index: 3001;
  /*background-color: #f6ce60;*/
  /*overflow: hidden;*/
  max-height: 0px;
}
.fourth:hover .sub_menu,
.more_menu:hover .sub_menu {
  display: block;
}
.topMenuUl > li > .sub_menu {
  left: 50%;
  transform: translateX(-50%);
}

.sub_menu > li {
  color: #000;
  display: block;
  background: #edf0f0;
  border-top: #d5dddf 1px solid;
  border-collapse: collapse;
  font-size: 16px;
  padding: 5px 0px;
  text-align: center;
  width:100%;
  text-decoration: none;
}
.sub_menu > li:first-of-type {
  border-top: none;
}

.sub_menu > li:hover {
  background: #336633;
}

.sub_menu > li > a{
  text-decoration:none;
}

.sub_menu > li .name {
  font-size: 15px;
  font-weight: 400;
  color: #363c3f;
  display: inline-block;
  width: 100%;
}

.sub_menu > li:hover > a > .name {
  color: #fff;
}

.topMenuUl > li:hover .sub_menu{
  max-height: none;
}

.big_sub_menu ul {
  display: none;
  flex-wrap: wrap;
  width: 605px;
}

@media screen and (max-width: 1920px) {
  .topMenuUl > li.big_sub_menu > .sub_menu {
      left: auto;
      right: 0;
      transform: none;
  }
}

.fourth.big_sub_menu:hover .sub_menu {
  display: flex;
}

.big_sub_menu ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 calc(25% - 1px);
  max-width: calc(25% - 1px);
  border-right: #d5dddf 1px solid;
}

.big_sub_menu ul > li:nth-of-type(4n),
.big_sub_menu ul > li:last-of-type {
  border-right: none;
}

.big_sub_menu ul > li:nth-of-type(2),
.big_sub_menu ul > li:nth-of-type(3),
.big_sub_menu ul > li:nth-of-type(4) {
  border-top: none;
}

.link_more:after,
.link_more2:after{
  display: inline-block;
  width: 0;
  height: 0;
  border-color: #000 transparent transparent;
  border-style: solid;
  transition:all 0.3s;
  border-width: 5px 5px 0;
  vertical-align: top;
  margin-left: 8px;
}

li:hover .link_more:after,
li:hover .link_more2:after{
  transform: rotate(180deg);
}

.topMenuUl > li.active > .link,.topMenuUl > li > .link:hover,
.topMenuUl > li > .link_more:hover,.sub_menu > li:hover, {
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}

.socLinks a {
  height: 25px;
  margin-left: 8px;
  top: 5px;
  width: 25px;
}
.socLinks a:hover{
  opacity:0.8;
}
.socLinks a.vkB{background-image: url("/img/vkIco.png");}
.socLinks a.okB{background-image: url("/img/okIco.png");}
.socLinks a.fbB{background-image: url("/img/fbIco.png");}
.socLinks a.twB{background-image: url("/img/twIco.png");}

.selectedLang .name{
  display:none;
}

.loginDropTop .dropdown{
  background-color:#336633;
}

.drop-menu-list__item #main svg {
  background: url("/styles/css/main/icons/main.png") no-repeat center center transparent;
}

.drop-menu-list__item #bonus_menu svg {
  background: url("/styles/css/main/icons/bonus.png") no-repeat center center transparent;
}

.drop-menu-list__item #coupon_menu svg {
  background: url("/styles/css/main/icons/coupon.png") no-repeat center center transparent;
}

.drop-menu-list__item #info_menu svg {
  background: url("/styles/css/main/icons/info.png") no-repeat center center transparent;
}

.drop-menu-list__item #line_menu svg {
  background: url("/styles/css/main/icons/1/line-black.png") no-repeat center center transparent;
}

.drop-menu-list__item #live_menu svg {
  background: url("/styles/css/main/icons/1/live-black.png") no-repeat center center transparent;
}

.drop-menu-list__item #live-casino_menu svg {
  background: url("/styles/css/main/icons/1/live-casino-black.png") no-repeat center center transparent;
}

.drop-menu-list__item #results_menu svg {
  background: url("/styles/css/main/icons/results.png") no-repeat center center transparent;
}

.drop-menu-list__item #settings_menu svg {
  background: url("/styles/css/main/icons/settings.png") no-repeat center center transparent;
}

.drop-menu-list__item #slots_menu svg {
  background: url("/styles/css/main/icons/1/slots-black.png") no-repeat center center transparent;
}

.drop-menu-list__item #social-network_menu svg {
  background: url("/styles/css/main/icons/social-network.png") no-repeat center center transparent;
}

.drop-menu-list__item #support_menu svg {
  background: url("/styles/css/main/icons/support.png") no-repeat center center transparent;
}

.drop-menu-list__item #tmgames_menu svg {
  background: url("/styles/css/main/icons/1/tmgames-black.png") no-repeat center center transparent;
}

.drop-menu-list__item #tvgames_menu svg {
  background: url("/styles/css/main/icons/tvgames.png") no-repeat center center transparent;
}

.drop-menu-list__item #virtual-sports_menu svg {
  background: url("/styles/css/main/icons/virtual-sport.png") no-repeat center center transparent;
}

.icon-line:before {
  content: '';
  background: url(/styles/css/main/icons/1/line-black.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.icon-live:before {
  content: '';
  background: url(/styles/css/main/icons/1/live-black.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.icon-tmgames:before {
  content: '';
  background: url(/styles/css/main/icons/1/tmgames-black.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.icon-slots:before {
  content: '';
  background: url(/styles/css/main/icons/1/slots-black.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.icon-live-casino:before {
  content: '';
  background: url(/styles/css/main/icons/1/live-casino-black.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.icon-virtual-sport:before {
  content: '';
  background: url(/styles/css/main/icons/1/virtual-sport-black.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}