  /* Мастерская */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  *, ::after, ::before {
    box-sizing: inherit;
  }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .masterskaya {
    font-size: 0.9em;
  }
  .dark-card {
    padding: 20px;
    background: #26414b;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .large-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .address-line {
    padding: 10px;
    width: 100%;
  }
  .space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blue-bg {
    background: #479fc7;
    color: #fff;
  }
  /* line 699, sass/main.scss */
  .tabs {
    padding: 1em 0 1em 10px;
    background: transparent;
    border-bottom: none;
    margin: 0;
    border: 1px solid #e6e6e6;
    border-top-color: rgb(230, 230, 230);
    border-right-color: rgb(230, 230, 230);
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(230, 230, 230);
    background: #fefefe;
    list-style-type: none;
    height: 107px;}
  /* line 704, sass/main.scss */
  .tabs .tabs-title {
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    margin-bottom: 5px; }
    /* line 707, sass/main.scss */
  .tabs .tabs-title > a {
    padding: 8px 16px;
    background: none;
    text-decoration: none;
    text-transform: uppercase;
    color: #26414b;
    -webkit-transform: skew(15deg);
    transform: skew(15deg); }
        /* line 714, sass/main.scss */
  .tabs .tabs-title > a:focus, .tabs .tabs-title > a:focus {
          background: none; }
      /* line 718, sass/main.scss */
  .tabs .tabs-title.is-active {
      background: #26414b; }
        /* line 720, sass/main.scss */
  .tabs .tabs-title.is-active > a {
      color: #fff; }
  
  /* line 726, sass/main.scss */
  
  .tabs-content {
    border: 1px solid #e6e6e6;
    border-top-color: rgb(230, 230, 230);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(230, 230, 230);
    border-bottom-color: rgb(230, 230, 230);
    border-left-color: rgb(230, 230, 230);
    border-top: 0;
    border-top-color: currentcolor;
    background: #fefefe;
    color: #0a0a0a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }  
    /* line 728, sass/main.scss */
    .tabs-content .tabs-panel {
      padding-left: 0;
      padding-right: 0; }
  
  .tabs-panel:target {
    display: block;
  }
  .tabs-panel {
    display: none;
    padding: 1rem;
      padding-right: 1rem;
      padding-left: 1rem;
  }
  
  /* line 733, sass/main.scss */
  .masterskaya {
    font-size: 0.9em; }
    /* line 735, sass/main.scss */
    .masterskaya h2 {
      color: #fff;
      text-align: center;
      margin-top: 0; }
  table thead th {
    background: #26414b;
    color: #fff;
    white-space: nowrap;
    padding: 6px 10px;
    font-weight: normal;
  }
  
  table thead {
    background: #f8f8f8;
    color: #0a0a0a;
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
  }
  table tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: #f1f1f1;
  }
  
  .tabs-title {
    float: left;
  }
  .tabs .tabs-title.is-active > a {
    color: #fff;
  }
  .tabs .tabs-title > a[aria-selected="true"], .tabs .tabs-title > a:focus {
    background: none;
  }
  .tabs .tabs-title > a {
    padding: 8px 16px;
    background: none;
    text-decoration: none;
    text-transform: uppercase;
    color: #26414b;
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
  }
  .tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
    background: #e6e6e6;
    color: #2ba6cb;
  }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .75rem;
    line-height: 1;
    color: #2ba6cb;
  }
  .tabs {
    list-style-type: none;
  }
  ul {
    margin: 25px;
    list-style: none;
      list-style-type: none;
  }
  *, ::after, ::before {
    box-sizing: inherit;
  }
  /* Контакты */


.map-wrapper {
  position: relative;
  margin-bottom: 2em; }
  /* line 343, sass/main.scss */
  .map-wrapper .card {
    max-width: 300px;
    padding: 20px;
    background: #26414b;
    color: rgba(255, 255, 255, 0.8);
    box-shadow: -2px 3px 16px rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 30px;
    right: 5%;
    width: 32%;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    /* line 355, sass/main.scss */
    .map-wrapper .card a {
      color: #fff; }

/* line 360, sass/main.scss */
.big-phone {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px; }
  /* line 364, sass/main.scss */
  .big-phone a {
    text-decoration: none; }

/* line 368, sass/main.scss */
.btn-main {
  border: none;
  padding: 8px 14px;
  background: url(/bitrix/templates/star/images/menu.png) center;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  box-shadow: 1px 2px 0 #3383a8;
  -webkit-transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1); }
  /* line 378, sass/main.scss */
  .btn-main:hover {
    -webkit-transform: translate3d(1px, 1px, 0);
            transform: translate3d(1px, 1px, 0);
    box-shadow: none; }

/* line 383, sass/main.scss */
.btn-lrg {
  padding: 0.6em 4em;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2 !important; }

/* line 389, sass/main.scss */
.btn-wide {
  border: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  left: 0;
  color: rgba(255, 255, 255, 0.85);
  padding: 8px;
  background: url(/bitrix/templates/star/images/menu.png) center;
  color: #fff; }



    /* Доставка и оплата */
.delivery-cell.columns{
  box-sizing: border-box;
  display: flex;
  float: none;
  line-height: 22.4px;
  position: static;
  z-index:auto;
}