.lang{

}

.lang a{
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin: 0 5px;
  padding: 0 5px;
}

.lang a.active span::before{
  content: '';
  background-color: #000;
  height: 1px;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
}

.lang a span{
  position: relative;
}

.lang a:hover span{
  opacity: 0.6;
}

.lang a::after{
  content: '|';
  position: absolute;
  right: -10px;
  top: 0px;
}

.lang a:last-child::after{
  display: none
}

.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  margin-bottom: 50px;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/**/
.drag-bx {
  display: flex;
  width: 100%;
  gap: 80px;
  margin-bottom: 50px;
  align-items: stretch;
}

.drag-bx__col.drag-bx__col--lf{
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}



.drag-bx__col.drag-bx__col--lf ul,
.drag-bx__col.drag-bx__col--rg ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.drag-bx__col.drag-bx__col--lf ul li,
.drag-bx__col.drag-bx__col--rg ul li{
  background-color: white;
  border-radius: 0;
  padding: 10px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.drag-bx__col.drag-bx__col--lf ul{
  background-color: #FeF4f4;
  padding: 20px;
  height: 100%;
}

.tool{
  top: 10px;
  right: 10px;
  position: absolute;
  padding: 0;
  display: none;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 0;
  color: white;
  background-color: #F4A09D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: serif;
  font-style: italic;
}

.drag-bx__col.drag-bx__col--lf ul li:last-child{
  margin-bottom: 0;
}

.drag-bx__col.drag-bx__col--lf ul li h5,
.drag-bx__col.drag-bx__col--rg ul li h5{
  text-transform: uppercase;
  color: #F4A09D;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.drag-bx__col.drag-bx__col--lf ul li p,
.drag-bx__col.drag-bx__col--rg ul li p{
  color: black;
  text-align: center;
  margin: 0;
}

.drag-bx__col.drag-bx__col--rg{
  width: 50%;
  position: relative;
}

.drag-bx__col.drag-bx__col--rg ul h3{
  text-align: center;
  color: black;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 400;
}

.drag-bx__col.drag-bx__col--rg ul {
  padding: 20px;
  background-color: #FDE7E5;
  border-radius: 0;
  height: 100%;
  min-height: 500px;
}

.btn-drag{
  float: right;
}


.drag-bx__col.drag-bx__col--rg:after{
  content: '';
  width: 20px;
  height: 44px;
  background-image: url('../imgs/big-arrow.svg');
  display: flex;
  position: absolute;
  right: 100%;
  margin-right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

@media(max-width: 768.98px){
  .drag-bx{
    flex-flow: column;
    gap: 30px;
  }

  .drag-bx__col.drag-bx__col--lf,
  .drag-bx__col.drag-bx__col--rg{
    width: 100%;
  }

  .drag-bx__col.drag-bx__col--rg ul{
    min-height: 300px;
  }

  .drag-bx__col.drag-bx__col--rg:after{
    right: auto;
    left: 50%;
    transform: rotate(90deg);
    bottom: 102%;
    top: auto;
    transform-origin: left;
  }

  .drag-bx__col.drag-bx__col--rg:after{
    width: 14px;
    height: 30px;
    background-size: 14px;
  }

  .drag-bx__col.drag-bx__col--lf ul li h5, 
  .drag-bx__col.drag-bx__col--rg ul li h5{
    margin: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .drag-bx__col.drag-bx__col--lf ul li p, 
  .drag-bx__col.drag-bx__col--rg ul li p{
    display: none;
  }

  .drag-bx__col.drag-bx__col--rg ul {
    padding: 10px;
  }

  .drag-bx__col.drag-bx__col--rg ul h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .tool{
    display: block;
  }

}

.btn--advanced{
  margin-left: 20px;
  font-size: 16px;
}

@media(max-width: 767.98px){
  .btn--advanced{
    margin-left: 0;
    margin-top: 20px;
  }
}

.btn--disabled{
  pointer-events: none;
 
}

.btn--disabled em{
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(159,156,154,0.5);
  position: absolute;
}

.btn{
  position: relative;
}