.lckYaTaxi__modal {
  text-align: center;
  max-width: 300px;
  font-size: 12px;
  color: gray; }

.lckYaTaxi__btn {
  cursor: pointer; }
  .lckYaTaxi__btn:hover {
    opacity: 0.8; }
  .lckYaTaxi__btn--wide {
    width: 217px;
    height: 48px;
    border: 1px solid #fdbb16;
    display: block;
    position: relative;
    background-image: url("/img/icons/yaTaxiIcon.svg");
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: right 10px top 6px; }
    .lckYaTaxi__btn--wide + .lckYaTaxi__disclamer--toggle {
      display: none;
      font-size: 12px;
      color: gray;
      padding-top: 3px; }
    .lckYaTaxi__btn--wide:hover + .lckYaTaxi__disclamer--toggle {
      display: block; }
    .lckYaTaxi__btn--wide .lckYaTaxi__btn-title {
      position: absolute;
      bottom: 5px;
      left: 10px;
      font-size: 15px;
      color: black;
      text-decoration: none; }
    .lckYaTaxi__btn--wide .lckYaTaxi__btn-description {
      position: absolute;
      top: 5px;
      left: 10px;
      font-size: 15px;
      color: #777;
      text-decoration: none; }
  .lckYaTaxi__btn--circle {
    background-image: url("/img/icons/yaTaxiIcon.svg");
    border: 1px solid #fdbb16;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 63px;
    margin-right: 15px;
    padding-left: 1px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 3px; }

body {
  margin: 0;
  /*font-family: "Roboto", sans-serif; */
}

.lckModal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%; }
  .lckModal--active {
    display: block; }
  .lckModal__close {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px; }
  .lckModal__container {
    min-width: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    border-radius: 3px; }

/*# sourceMappingURL=lck-modal.css.map*/