.footer {
  background: #141414;
  overflow: hidden;
}

.footer-link-line {
  height: 50px;
  padding: 16px 0 18px 20px;
  background: #1f1f1f;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 20px;
}

.footer_link_ul {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.footer_link_ul::-webkit-scrollbar { display: none; }

.footer-link-line a {
  font-size: 13px;
  color: #808080;
  text-decoration: none;
  padding-right: 16px;
  line-height: 13px;
}

.footer-contact-line {
  width: 100%;
  padding: 18px 0;
  background: #191919;
  box-sizing: border-box;
  overflow: hidden;
}

.footer-contact {
  float: left;
  margin-left: 16px;
  background: #262626;
  border-radius: 42px;
  height: 46px;
  width: 159px;
  position: relative;
  padding-left: 52px;
  box-sizing: border-box;
}

.footer-contact.phone::after {
  content: "";
  display: block;
  background: url("assets/img/footer/phone.svg") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  left: 22px;
  top: 13px;
}

.footer-contact a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.footer-contact.phone a span:first-child {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-top: 6px;
}

.footer-contact.phone a span:nth-child(2) {
  display: block;
  font-size: 11px;
  color: #808080;
  margin-top: -2px;
}

.livechat {
  float: left;
  width: 159px;
  height: 46px;
  margin-left: 10px;
  margin-right: 16px;
  background: #262626;
  border-radius: 42px;
  text-decoration: none;
  box-sizing: border-box;
}

.livechat .livechat-cont {
  background: url("assets/img/footer/live_chat.svg") no-repeat center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  float: left;
  margin: 13px 0 0 33px;
}

.livechat .lc-contact {
  float: left;
  margin: 11px 0 0 10px;
  line-height: 14px;
}

.livechat .lc-contact span:first-child {
  font-size: 13px;
  color: #fff;
  display: block;
}

.livechat .lc-contact span:last-child {
  font-size: 11px;
  color: #808080;
  display: block;
}

.footer-messenger-line {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  background: #191919;
}

.footer-messenger-line a {
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px 38px;
}

.footer-messenger-line a:last-child { margin-right: 0; }

.footer-messenger-line .telegram {
  background-image: url("assets/img/footer/telegram.svg");
}

.footer-messenger-line .email {
  background-image: url("assets/img/footer/at.svg");
}

.footer-bottom {
  background: #1f1f1f;
}

.footer_lines {
  overflow: hidden;
  padding: 0 14px;
}

.footer_cb {
  width: 103px;
  height: 18px;
  float: left;
  margin-top: 26px;
  background: url("assets/img/footer/crystalbetlogo.svg") no-repeat center;
  background-size: contain;
  position: relative;
}

.footer_cb::after {
  content: "";
  position: absolute;
  right: -12px;
  top: -6px;
  width: 1px;
  height: 30px;
  border-left: 1px solid #404040;
}

.footer_logo {
  width: 53px;
  height: 15px;
  float: left;
  margin: 27px 0 0 21px;
  background: url("assets/img/footer/Entain.svg") no-repeat center;
  background-size: 53px 15px;
}

.footer_line_soc { float: left; }

.footer-social {
  cursor: pointer;
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 18px;
  margin-right: 10px;
}

.footer-social.facebook {
  background-image: url("assets/img/footer/facebook.svg");
  margin-left: 21px;
}

.footer-social.instagram {
  background-image: url("assets/img/footer/instagram.svg");
}

.footer-social.youtube {
  background-image: url("assets/img/footer/youtube.svg");
  margin-right: 0;
}

.footer_container {
  width: 100%;
  padding: 18px 14px;
  clear: both;
  overflow: hidden;
}

.footer_18 {
  float: left;
  width: 28px;
  height: 28px;
  margin-top: 7px;
  background: url("assets/img/footer/plus25.svg") no-repeat center;
  background-size: contain;
}

.footer_license {
  float: left;
  margin-left: 14px;
  margin-top: 4px;
  font-size: 11px;
  color: #808080;
  line-height: 16px;
}

.license_footer::after {
  content: "19-12/007, 19-11/002, \A 19-10/004";
  white-space: pre;
}

.home_language {
  float: left;
  width: 166px;
  height: 40px;
  margin-left: 14px;
  margin-top: 1px;
  border: 1px solid #404040;
  border-radius: 6px;
  background: #1f1f1f;
  position: relative;
  overflow: hidden;
}

.home_language select {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 2;
}

.home_language .home_menu {
  display: block;
  height: 100%;
  position: relative;
}

.home_language .home_menu::after {
  content: "";
  display: block;
  background: url("assets/img/footer/arrowdown.svg") no-repeat center;
  background-size: 10px 6px;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 14px;
  top: 17px;
}

.lang_div {
  position: absolute;
  left: 14px;
  top: 13px;
}

.lang_icon {
  width: 18px;
  height: 13px;
  display: block;
}

.lang_icon.ge {
  background: url("assets/img/footer/ka.svg") no-repeat center;
  background-size: contain;
}

.lang_icon.en {
  background: url("assets/img/footer/en.svg") no-repeat center;
  background-size: contain;
}

.lang_icon.ru {
  background: url("assets/img/footer/ru.svg") no-repeat center;
  background-size: contain;
}

.footer_padding {
  height: 20px;
}
