/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
@CHARSET "UTF-8";
.mobile-block {
  display: none; }
  @media only screen and (max-width: 850px) {
    .mobile-block {
      display: block; } }

@media only screen and (min-width: 850px) {
  .mobile-hidden {
    display: none !important; } }

.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .flex-container--wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media only screen and (min-width: 850px) {
    .flex-container--n-c {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  .flex-container--align-center {
    -webkit-align-items: center;
    align-items: center; }
  .flex-container--start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }

.my-ico {
  background-image: url('../img/vector/sprite.svg?1634900723');
  background-repeat: no-repeat;
  display: inline-block; }

.c-button {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none; }
  .c-button--default {
    background: #DE0A14;
    color: #FFFFFF;
    max-width: 300px;
    width: 100%; }
    .c-button--default:hover {
      background: #FFFFFF;
      color: #000000; }
  @media only screen and (max-width: 650px) {
    .c-button {
      font-size: 14px; } }

.linear-progress-container .message {
  color: #000000; }

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