
ol, ul {
  list-style: none;
}

.langBlock {
  top: 304px;
  left: 78px;
  position: absolute;
}
.langBlock-active {
  position: relative;
  cursor: pointer;
}
.langBlock-active img {
  width: 139px;
  height: 75px;
  transition: 0.3s;
  opacity: 0.5;
}
.langBlock-active.active img {
  opacity: 1;
}
.langBlock-active:hover img {
  opacity: 1;
}
.langBlock-active.active img:hover {
  opacity: 1;
}

.langBlock-active img {
  opacity: 0.5;
}

.langBlock-content-1{
  display: none;
}

.langBlock-content-1 {
  background-color: #06090d;
  width: 294px;
  padding: 30px 0px 50px 0px;
  position: absolute;
  top: 100%;
  left: -74px;
  margin-top: 14px;
  z-index: 2;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}
.langBlock-content-1 ul{
  position: relative;
  z-index: 10;
  padding-left: 20px;
}
.langBlock-content-1:after {
  content: '';
  background: url(../images/button-more-b.png)no-repeat;
  position: absolute;
  width: 100px;
  height: 26px;
  top: -17px;
  left: 93px;
}
.langBlock-content-1:before{
  content: '';
  background: url(../images/langBlock-content-botom.png) bottom no-repeat;
  position: absolute;
  width: 294px;
  height: 52px;
  right: 0px;
  bottom: 0;
}
.langBlock-content-1 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 40px 8px 40px;
  color: #fff;
}
.langBlock-content-1 li a:hover {
  color: #ffbf48;
  background: url(../images/icon-langBlock.png)no-repeat;
}

/**********************/

.langBlock-content-2{
  display: none;
}

.langBlock-content-2 {
  background-color: #06090d;
  width: 294px;
  padding: 30px 0px 50px 0px;
  position: absolute;
  top: 100%;
  left: -74px;
  margin-top: 14px;
  z-index: 2;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}
.langBlock-content-2 ul{
  position: relative;
  z-index: 10;
  padding-left: 20px;
}
.langBlock-content-2:after {
  content: '';
  background: url(../images/button-more-b.png)no-repeat;
  position: absolute;
  width: 100px;
  height: 26px;
  top: -17px;
  left: 93px;
}
.langBlock-content-2:before{
  content: '';
  background: url(../images/langBlock-content-botom.png) bottom no-repeat;
  position: absolute;
  width: 294px;
  height: 52px;
  right: 0px;
  bottom: 0;
}
.langBlock-content-2 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 40px 8px 40px;
  color: #fff;
}
.langBlock-content-2 li a:hover {
  color: #ffbf48;
  background: url(../images/icon-langBlock.png)no-repeat;
}

/**********************/

.langBlock-content-3{
  display: none;
}

.langBlock-content-3 {
  background-color: #06090d;
  width: 294px;
  padding: 30px 0px 50px 0px;
  position: absolute;
  top: 100%;
  left: -74px;
  margin-top: 14px;
  z-index: 2;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}
.langBlock-content-3 ul{
  position: relative;
  z-index: 10;
  padding-left: 20px;
}
.langBlock-content-3:after {
  content: '';
  background: url(../images/button-more-b.png)no-repeat;
  position: absolute;
  width: 100px;
  height: 26px;
  top: -17px;
  left: 93px;
}
.langBlock-content-3:before{
  content: '';
  background: url(../images/langBlock-content-botom.png) bottom no-repeat;
  position: absolute;
  width: 294px;
  height: 52px;
  right: 0px;
  bottom: 0;
}
.langBlock-content-3 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 40px 8px 40px;
  color: #fff;
}
.langBlock-content-3 li a:hover {
  color: #ffbf48;
  background: url(../images/icon-langBlock.png)no-repeat;
}

/**********************/

.langBlock-content-4{
  display: none;
}

.langBlock-content-4 {
  background-color: #06090d;
  width: 294px;
  padding: 30px 0px 50px 0px;
  position: absolute;
  top: 100%;
  left: -74px;
  margin-top: 14px;
  z-index: 2;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
}
.langBlock-content-4 ul{
  position: relative;
  z-index: 10;
  padding-left: 20px;
}
.langBlock-content-4:after {
  content: '';
  background: url(../images/button-more-b.png)no-repeat;
  position: absolute;
  width: 100px;
  height: 26px;
  top: -17px;
  left: 93px;
}
.langBlock-content-4:before{
  content: '';
  background: url(../images/langBlock-content-botom.png) bottom no-repeat;
  position: absolute;
  width: 294px;
  height: 52px;
  right: 0px;
  bottom: 0;
}
.langBlock-content-4 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 40px 8px 40px;
  color: #fff;
}
.langBlock-content-4 li a:hover {
  color: #ffbf48;
  background: url(../images/icon-langBlock.png)no-repeat;
}