/* line 1, studio.scss */
.studio-template {
  font-family: 'Century Gothic';
  line-height: 1.5;
  letter-spacing: 1px; }
  /* line 5, studio.scss */
  .studio-template .container {
    width: 100%;
    padding: 0 1rem; }
  /* line 9, studio.scss */
  .studio-template h1 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    /*margin-bottom: 40px;*/ }
  /* line 16, studio.scss */
  .studio-template .st-head {
    padding: 5% 0;
    border-bottom: 2px solid #eee; }
    /* line 19, studio.scss */
    .studio-template .st-head p {
      font-size: 24px;
      line-height: 1.5; }
    /* line 24, studio.scss */
    .studio-template .st-head .st-head-inner {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  /* line 30, studio.scss */
  .studio-template .st-info {
    display: flex;
    padding: 3% 0;
    align-items: center; }
    /* line 34, studio.scss */
    .studio-template .st-info p {
      line-height: 1.5;
      margin: 1rem 0; }
    /* line 38, studio.scss */
    .studio-template .st-info img {
      border-radius: 100%;
      max-width: 300px;
      margin-right: 7%; }
  /* line 44, studio.scss */
  .studio-template h2 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px; }
  /* line 51, studio.scss */
  .studio-template h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0; }

/* line 60, studio.scss */
.st-cards {
  padding: 5% 0; }
  /* line 62, studio.scss */
  .st-cards .cell-6 {
    max-width: 46%; }
    /* line 64, studio.scss */
    .st-cards .cell-6:nth-child(odd) .st-card {
      position: relative; }
      /* line 66, studio.scss */
      .st-cards .cell-6:nth-child(odd) .st-card:after {
        content: '';
        width: 2px;
        position: absolute;
        top: 35px;
        right: -4%;
        bottom: 35px;
        background: rgba(255, 255, 255, 0.27);
        transform: skew(-26deg, 0); }
  /* line 78, studio.scss */
  .st-cards.st-master {
    background: #000e24;
    color: #fff; }
    /* line 81, studio.scss */
    .st-cards.st-master .st-button {
      color: #fff; }
  /* line 86, studio.scss */
  .st-cards.st-courses .st-card:after {
    background: rgba(0, 0, 0, 0.27) !important; }
  /* line 90, studio.scss */
  .st-cards.st-classes {
    background: #efeff0; }
  /* line 93, studio.scss */
  .st-cards .st-descr {
    margin-bottom: 2rem; }
  /* line 96, studio.scss */
  .st-cards .st-descr, .st-cards .st-descr > * {
    line-height: 1.5; }

/* line 100, studio.scss */
.st-card {
  font-size: 18px;
  padding: 25px 0; }
  /* line 103, studio.scss */
  .st-card .st-price {
    color: #ed080a;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold; }
  /* line 110, studio.scss */
  .st-card h3 {
    font-weight: normal;
    margin-bottom: 1.5rem; }
  /* line 114, studio.scss */
  .st-card a {
    color: inherit; }
    /* line 116, studio.scss */
    .st-card a:hover {
      text-decoration: none;
      opacity: 0.8; }
  /* line 121, studio.scss */
  .st-card .st-card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    /* line 130, studio.scss */
    .st-card .st-card-info .st-time {
      margin-right: 54px;
      position: relative; }
      /* line 133, studio.scss */
      .st-card .st-card-info .st-time:after {
        content: '';
        width: 10px;
        position: absolute;
        top: -1px;
        right: -33px;
        height: 17px;
        border-left: 2px solid;
        border-right: 2px solid;
        transform: skew(-26deg, 0); }
  /* line 146, studio.scss */
  .st-card .cell-4 {
    padding-right: 5px; }
  /* line 149, studio.scss */
  .st-card .cell-8 {
    padding-left: 45px; }
  /* line 152, studio.scss */
  .st-card .st-img {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover; }
    /* line 161, studio.scss */
    .st-card .st-img img {
      display: none; }

/* line 169, studio.scss */
.st-button {
  text-decoration: none !important;
  font-size: 13px;
  text-transform: uppercase;
  padding: 16px 35px;
  white-space: nowrap;
  border: 2px solid #ed080a;
  color: inherit;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }
  /* line 184, studio.scss */
  .st-button:hover {
    text-decoration: none;
    background-color: #ed080a;
    color: #fff; }

/* line 192, studio.scss */
.st-address {
  position: relative; }
  /* line 194, studio.scss */
  .st-address .st-address-label {
    /*padding-bottom: 10%:*/
    line-height: 2;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    bottom: 0;*/
    padding: 1rem;
    background: #dadada; }
    /* line 211, studio.scss */
    .st-address .st-address-label strong {
      font-size: 18px; }
  /* line 215, studio.scss */
  .st-address [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    opacity: 0.8; }

/* line 222, studio.scss */
section.st-text {
  padding: 5% 0;
  border-bottom: 2px solid #eee; }
  /* line 226, studio.scss */
  section.st-text .cell-6 {
    max-width: 48%; }
  /* line 229, studio.scss */
  section.st-text .flex-row {
    justify-content: space-between; }

/* line 234, studio.scss */
.st-text p {
  line-height: 1.5;
  margin-bottom: 2rem; }

/* line 240, studio.scss */
.st-feedback {
  padding: 5% 0; }
  /* line 243, studio.scss */
  .st-feedback .st-form-control {
    max-width: 200px;
    padding: 0 5px; }
    /* line 246, studio.scss */
    .st-feedback .st-form-control input, .st-feedback .st-form-control textarea {
      width: 100%;
      padding: 19px 24px;
      font-size: 13px;
      background: #fff;
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #000e24;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media (max-width: 1100px) {
        /* line 246, studio.scss */
        .st-feedback .st-form-control input, .st-feedback .st-form-control textarea {
          padding: 19px; } }
    @media (max-width: 1024px) {
      /* line 243, studio.scss */
      .st-feedback .st-form-control {
        flex-basis: 33.33%;
        max-width: inherit;
        margin: 5px 0; } }
  /* line 268, studio.scss */
  .st-feedback .st-form-control-texta {
    flex: 1;
    max-width: 350px; }
    @media (max-width: 1024px) {
      /* line 268, studio.scss */
      .st-feedback .st-form-control-texta {
        flex-basis: calc(100% - 33.34%);
        max-width: inherit; } }
  /* line 277, studio.scss */
  .st-feedback .st-form-inner {
    width: 100%;
    color: #fff;
    overflow: hidden;
    background: #000e24;
    padding: 3%;
    margin-bottom: 1rem; }
    /* line 285, studio.scss */
    .st-feedback .st-form-inner .st-button {
      background: transparent;
      padding: 17px 24%; }
      @media (max-width: 1024px) {
        /* line 285, studio.scss */
        .st-feedback .st-form-inner .st-button {
          width: 100%; } }
    /* line 292, studio.scss */
    .st-feedback .st-form-inner label {
      display: none; }
    /* line 295, studio.scss */
    .st-feedback .st-form-inner textarea {
      height: 50px;
      overflow: hidden; }
    @media (max-width: 1024px) {
      /* line 299, studio.scss */
      .st-feedback .st-form-inner .show-flex {
        flex-wrap: wrap; } }

@media (max-width: 680px) {
  /* line 311, studio.scss */
  .st-feedback .st-form-inner .show-flex {
    display: block !important; } }
@media (max-width: 1024px) {
  /* line 317, studio.scss */
  .studio-template .st-head .st-button {
    margin-top: 2rem; }

  /* line 320, studio.scss */
  .studio-template .st-head .container {
    display: block; }

  /* line 323, studio.scss */
  .st-cards .flex-row.flex-between {
    display: block; }

  /* line 326, studio.scss */
  .st-cards .cell-6:nth-child(odd) .st-card:after {
    display: none; }

  /* line 329, studio.scss */
  .st-cards .cell-6 {
    max-width: 539px;
    margin: 0 auto; } }
@media (max-width: 768px) {
  /* line 335, studio.scss */
  .studio-template .st-info {
    display: block;
    text-align: center; }

  /* line 339, studio.scss */
  .st-head-inner {
    display: block !important; } }
@media (max-width: 600px) {
  /* line 343, studio.scss */
  section.st-text .flex-row {
    display: block; }
    /* line 345, studio.scss */
    section.st-text .flex-row .cell-6 {
      max-width: inherit; } }
@media (max-width: 480px) {
  /* line 351, studio.scss */
  .st-cards, .studio-template .st-head, .studio-template .st-info, section.st-text, .st-feedback {
    padding: 10% 0; }

  /* line 354, studio.scss */
  .studio-template .st-head p {
    font-size: 18px;
    line-height: 1.4; }

  /* line 358, studio.scss */
  .studio-template h1 {
    font-size: 24px; }

  /* line 361, studio.scss */
  .st-card .cell-8 {
    padding-left: 10px;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 1rem; }

  /* line 368, studio.scss */
  .st-card .st-card-info {
    justify-content: center; } }
/* line 374, studio.scss */
#st-timetable-modal table {
  text-transform: uppercase;
  font-size: 13px; }
  /* line 377, studio.scss */
  #st-timetable-modal table td {
    padding: 5px 7px;
    max-width: 92px;
    border: 1px solid #eee; }
    /* line 381, studio.scss */
    #st-timetable-modal table td strong span {
      text-transform: none;
      font-size: 12px; }
    /* line 382, studio.scss */
    #st-timetable-modal table td.filled {
      background: #ffe7e7; }
      /* line 384, studio.scss */
      #st-timetable-modal table td.filled.filled-blue {
        background: #e7f1ff; }
      /* line 385, studio.scss */
      #st-timetable-modal table td.filled.filled-3 {
        background: #ffe7e7; }
  /* line 388, studio.scss */
  #st-timetable-modal table th {
    padding: 5px 7px; }

/* line 396, studio.scss */
.studio-product .st-head {
  padding: 4% 0; }
/* line 399, studio.scss */
.studio-product .st-info img {
  max-width: 100%;
  border-radius: 0; }
/* line 403, studio.scss */
.studio-product h1 {
  margin-bottom: 0; }
/* line 406, studio.scss */
.studio-product .step-date {
  max-width: 350px;
  margin-bottom: 1rem; }
  /* line 410, studio.scss */
  .studio-product .step-date input {
    height: 30px;
    padding: 5px 10px;
    border: 0;
    cursor: pointer;
    text-align: right; }
  /* line 417, studio.scss */
  .studio-product .step-date label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: 1px solid;
    padding: 1rem;
    position: relative;
    width: 100%; }
    /* line 426, studio.scss */
    .studio-product .step-date label .fa {
      content: "\f105";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 10px;
      right: 1rem; }
  /* line 439, studio.scss */
  .studio-product .step-date input#datepicker {
    position: absolute;
    left: -1px;
    opacity: 0;
    bottom: -1px; }
/* line 446, studio.scss */
.studio-product .option.option-den__nedeli {
  display: none; }
/* line 449, studio.scss */
.studio-product .option select {
  border-radius: 0 !important;
  height: 30px;
  width: auto; }
/* line 455, studio.scss */
.studio-product .option, .studio-product .step-qty {
  display: block;
  max-width: 350px;
  margin-bottom: 1rem;
  border: 1px solid;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  /* line 464, studio.scss */
  .studio-product .option input, .studio-product .step-qty input {
    padding: 6px 5px 3px 5px;
    text-align: center;
    width: 30px; }
/* line 471, studio.scss */
.studio-product input[name="comment"] {
  display: none; }
/* line 474, studio.scss */
.studio-product .step-qty span {
  font-size: 30px;
  cursor: pointer;
  vertical-align: middle; }

/* line 480, studio.scss */
.st-order {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 2px solid #eee; }
  /* line 484, studio.scss */
  .st-order h2 {
    text-align: left; }

/* line 489, studio.scss */
#st-order-modal {
  font-family: 'Century Gothic';
  max-width: 450px; }
  /* line 492, studio.scss */
  #st-order-modal p {
    margin: 0 0 1rem 0; }
  /* line 495, studio.scss */
  #st-order-modal .order-notes button {
    width: 100%;
    text-align: center;
    padding: 8px 0; }
  /* line 496, studio.scss */
  #st-order-modal form {
    display: flex;
    flex-direction: column; }
    /* line 499, studio.scss */
    #st-order-modal form input {
      height: 50px;
      margin-bottom: 1rem;
      line-height: 30px;
      padding: 0 10px; }
  /* line 506, studio.scss */
  #st-order-modal h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1rem; }

/* line 516, studio.scss */
#lesson-order-form .input-error {
  background: rgba(237, 8, 10, 0.18824);
  border: 1px solid #ed080a; }

/* line 523, studio.scss */
.option.is-select.disabled, .step-qty.disabled {
  opacity: 0.3;
  cursor: not-allowed; }

/* line 528, studio.scss */
.notification {
  padding: 1rem;
  background: #eeeeee;
  max-width: 725px;
  font-size: 15px;
  margin-bottom: -2rem;
  margin-top: 3%;
  line-height: 1.4; }
  /* line 536, studio.scss */
  .notification a {
    color: #ed050b;
    text-decoration: underline; }
    /* line 539, studio.scss */
    .notification a:hover {
      text-decoration: none; }

@media (max-width: 768px) {
  /* line 544, studio.scss */
  .notification {
    margin-bottom: 0;
    max-width: inherit; } }
