

/* Start:/local/templates/konyshev/components/bitrix/menu/main_page_new/style.css?17882910771862*/
.buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buttons .btn {
  border-radius: 5px;
  height: 40px;
  line-height: 22px;
  color: white;
}
.buttons .btn:hover, .buttons .btn:focus, .buttons .btn:active {
  color: white !important;
}
.buttons .btn:last-child {
  background-color: rgb(32, 56, 100);
  width: 450px;
}
.buttons .btn:first-child {
  background-color: rgb(127, 127, 127);
  width: 500px;
}

.channel-buttons {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.channel-buttons__button.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0;
  min-height: 48px;
  padding: 9px 14px;
  border-color: #203864;
  border-radius: 5px;
  background-color: #203864;
  color: #fff;
  font-family: "ALSFlai-Regular";
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.channel-buttons__button.btn + .channel-buttons__button.btn {
  margin-left: 12px;
}
.channel-buttons__button.btn:hover, .channel-buttons__button.btn:focus, .channel-buttons__button.btn:active {
  border-color: #172846;
  background-color: #172846;
  color: #fff !important;
}
.channel-buttons__button.btn:focus {
  box-shadow: 0 0 0 2px rgba(32, 56, 100, 0.35);
}

@media screen and (max-width: 991px) {
  .channel-buttons {
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
  }
  .channel-buttons__button.btn {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
  .channel-buttons__button.btn + .channel-buttons__button.btn {
    margin-top: 10px;
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/konyshev/components/bitrix/menu/main_page_new/style.css?17882910771862 */
