﻿.btn-lang {
  font-size: 1rem;
  line-height: 20px;
  width: 80px;
  align-items: center;
  background-color: #11377E;
  color: white;
  font-weight: 800;
  margin-left: 1rem;
}
.btn-lang:hover {
  color: white;
}
.btn-lang span {
  font-size: 15px;
  margin-left: 0.5rem;
}
.btn-green {
  background-color: #71B92F;
  min-width: 200px;
}
a.btn-green {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  height: 45px;
  padding: 12px 32px;
}
.btn-blue {
  background-color: #11377E;
}
a.btn-blue {
  color: white;
  font-weight: 700;
  height: 45px;
  padding: 12px 32px;
}
.btn-white {
  background-color: white;
}
.btn {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .btn.btn-max {
    display: flex;
    justify-content: center;
  }
}
.btn .btn-white:hover {
  color: #71B92F;
}
a.btn-white {
  color: #71B92F;
  font-weight: 700;
}
.btn {
  padding: 0.62rem 2rem 0.59rem 2rem;
  border-radius: 8px;
}
.btn.faq {
  padding: 1.8rem;
  max-width: 100%;
  font-size: 24px;
  line-height: 120%;
  /* or 29px */
  display: flex;
  justify-content: center;
}
.btn:hover {
  color: white;
}
.btn:focus {
  box-shadow: none;
}
.btn.white {
  color: white;
  font-size: 1.167rem;
  line-height: 150%;
  /* identical to box height, or 21px */
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
.iconlist {
  background-size: cover;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  margin-right: 1rem;
}
.iconlist__close {
  background: url(/assets/img/ico/icon-list-close.svg) no-repeat;
}
.iconlist__open {
  background-image: url(/assets/img/ico/icon-list-open.svg);
}
a.btnmy.btnmy-active:hover {
  color: white;
}
a.btnmy:hover {
  color: #71B92F;
}
.btnmy {
  font-size: 1.167rem;
  line-height: 150%;
  /* identical to box height, or 21px */
  text-align: center;
  padding: 2rem;
  display: flex;
  justify-content: center;
  background: white;
  color: #71B92F;
}
.btnmy.btnmy-active {
  background: #11377E;
  color: white;
}
.btnmy.btnmy-blue {
  /*background: @blue;
        color: white;*/
  /*&:hover {
            color: @green;
        }*/
}
.btnmy.btnmy-faq {
  padding: 1.8rem;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  max-width: 100%;
  border-radius: 1rem;
  box-shadow: 0px 0px 40px rgba(186, 193, 200, 0.2);
}
@media (max-width: 1200px) {
  .btnmy-faq {
    font-size: 16px;
  }
}
@media (min-width: 1201px) {
  .btnmy-faq {
    font-size: 24px;
  }
}