.languages {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #ebe9e9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ebe9e9;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ebe9e9;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ebe9e9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    float: right;
    height: 24px;
    line-height: 22px;
    margin-left: 6px;
    overflow-x: hidden;
    overflow-y: hidden;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: linear;
    width: 90px;
}

#lang_dropdown {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/image/select.png");
    background-origin: padding-box;
    background-position-x: 71px;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-right: 33px;
}
.languages a {
    color: #004e8b !important;
    display: block;
    height: 24px;
    line-height: 22px;
    padding-left: 6px;
    text-decoration-color: currentcolor;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-transform: lowercase;
}
.languages a:hover {
    background-color: #f2f6f9;
}
.languages.active {
    box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.32);
    height: auto;
}

.fixed-block .fixed-block__chat {
  margin-left: auto;
}

.btn-chat {
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: relative;
  background-color: #0D6EFD;
  border-radius: 50%;
  cursor: pointer;
  border-style: none;
}

.btn-chat::after {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2226%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.12.12c6.408-.918%2012.315%203.51%2013.194%209.891.879%206.381-3.603%2012.299-10.01%2013.217-2.233.32-6.325-.844-6.325-.844l-3.224%202.867-.793-5.76S.438%2015.72.11%2013.338C-.769%206.957%203.713%201.04%2010.12.121zM8.56%2012.214a1.6%201.6%200%2011-3.2%200%201.6%201.6%200%20013.2%200zm3.2%201.6a1.6%201.6%200%20100-3.2%201.6%201.6%200%20000%203.2zm6.4-1.6a1.6%201.6%200%2011-3.2%200%201.6%201.6%200%20013.2%200z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fixed-block {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  position: fixed;
  right: 40px;
  bottom: 90px;
  left: 16px;
  z-index: 98;
}

.chat {
  position: fixed;
  z-index: 300;
  display: flex;
  overflow: hidden;
  background-color: #fff;
}

#askLib {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
  position: fixed;
  z-index: 1000;
  display: flex;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  width: 500px;
  display: block;
}

.askBtn {
  text-decoration: none;
  border: 2px solid #6699cc;
  color: #6699cc;
  padding: 4px 10px;
  margin-bottom: 5px;
  align: right;
  border-radius: 25px;
  transition: all 1s;
  position: relative;
  margin-left:190px;
}
