

/* Start:/Design/style.scss?17697596939342*/
.b-3d-design h1{
  margin-bottom: 0;
}
.b-text--semibold {
  font-weight: 600;
}

.b-toggle-bar {
  display: flex;
  width: 100%;
  padding-left: 0;
}

.b-toggle-bar__tab-pill {
  flex: 1 1 auto;
  font-weight: 400;
  text-transform: uppercase;
  border: unset;
  border-radius: unset;
  background-color: #ebebeb;
  cursor: pointer;
  list-style-type: none;
  text-decoration: none;
  text-align: center;

  .b-toggle-bar__link {
    padding: 0.5em;
    border: 0;
    border-radius: 0 !important;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: currentColor;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;

    &.active {
      color: #fff;
      background-color: #c1272d !important;
    }

    &:hover {
      text-decoration: none;
      background-color: #c6c6c6;
    }
  }
}

@media (max-width: 576px) {
  .b-toggle-bar__link {
    font-size: 12px;
  }
}

.b-toggle-bar__link:hover {
  text-decoration: none;
  background-color: #c6c6c6;
}

.b-toggle-bar--50w-tabs .b-toggle-bar__tab-pill {
  flex-basis: 50%;
}

.b-3d-design__toggle-bar {
  margin-bottom: 2px;
}

.free-tab {
  display: none;
}

.b-splitter {
  width: 100%;
  background-color: #e5e5e5;
  height: 1px;
}
.b-splitter--red-4 {
  background-color: #c1272d!important;
  height: 4px!important;
}

.tab-content{
  .b-text--semibold {
    font-weight: 600;
  }

  .b-left-highlight-block {
    background-color: #f9f9f9;
    text-align: center;
    padding: 14px;
    margin-right: 50%;
  }


  .b-appeal {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 41px;

    .b-appeal__line {
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 8px;
      text-transform: uppercase;
    }

    .b-appeal__subline {
      font-weight: 400;
      font-size: 16px;
    }
  }

  .b-3d-design__splitter{
    margin-bottom:53px;
  }

  .b-3d-design__headline {
    font-size: 22px;
    margin-bottom: 32px;
  }


  /* start 4 red blocks */
  .b-design-instruction {
    .row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
    }

    .col-md-6 {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;

      @media (min-width: 768px) {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }

    .b-design-instruction__title {
      color: #ae1a25;
      font-size: 16px;
      font-weight: 400;
    }

    .b-design-instruction__subtitle {
      color: #c1272d;
    }

    .b-design-instruction__step {
      display: flex;
      margin-bottom: 16px;
    }

    .b-design-instruction__icon-block {
      margin-bottom: 44px;
      flex: 0 1 120px;
    }

    .b-design-instruction__text {
      margin-left: 4.5%;
      flex: 1 1 397px;

      .b-design-instruction__title {
        color: #c1272d;
        font-size: 18px;
        font-weight: 600;
      }

      .b-design-instruction__subtitle {
        color: #c1272d;
        font-size: 12px;
      }

      .b-hyphen-list {
        padding-left: 1em;
        list-style: none;

        .b-hyphen-list__item::before {
          content: "-";
          display: inline-block;
          width: 0.8em;
          margin-left: -0.9em;
        }
      }
    }
  }
  /* end 4 red blocks */
/* middle image block */
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

    @media (min-width: 768px) {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }

  .mb-4 {
    margin-bottom: 1.5rem !important;
  }

  .b-text-list {
    color: #4e4d4d;

    .b-text-large {
      font-size: 22px;
      text-transform: uppercase;
      color: #000;
    }

    .b-text-list__block {
      margin-bottom: 42px;
      .b-text-list__head {
        font-size: 16px;
        color: #000;
        font-weight: 600;
      }
    }
  }

  .b-3d-design__example-photo {
    margin: 0 24px 24px;
    text-align: center;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  /* end middle image block*/
  /* start disign-info block*/
  .b-text--italic {
    font-style: italic;
  }

  .b-highlight-text-block--wide {
    min-height: 156px;
  }

  .b-highlight-text-block {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #ebebeb;
    padding: 22px 9%;
  }

  .b-highlight-text-block__text {
    font-size: 20px;
  }

  .b-highlight-text-block__title {
    line-height: 1.3em;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-top: 4px;
  }
  .mb-5, .my-5 {
    margin-bottom: 3rem!important;
  }

}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-5, .col-md-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  img {
    page-break-inside: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }
}

.col-md-5, .col-md-7 {
  transition: max-width 0.2s;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

strong {
  font-weight: 600;
}

.i-highlighted {
  background-color: #c1272d;
  color: #fff;
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: inline-block;
}

.b-text-list {
  color: #4e4d4d;

  &__block {
    margin-bottom: 42px;
  }

  &__red-head {
    color: #c1272d;
    font-weight: 600;
    font-size: 16px;
  }

  &__head {
    font-size: 16px;
    color: #000;
    font-weight: 600;
  }
}

.b-red-list {
  padding-left: 1.1em;
}

.b-red-list__item::before {
  content: "\2022";
  color: #c1272d;
  font-weight: 700;
  display: inline-block;
  width: 0.8em;
  margin-left: -0.9em;
}
.b-text-list__red-head {
  color: #c1272d;
  font-weight: 600;
  font-size: 16px;
}
.b-list, .b-red-list {
  list-style: none;
}
.b-list {
  padding-left: 0.3em;
}

.b-list__item::before {
  content: "\2022";
  color: #4e4d4d;
  font-weight: 400;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}

.b-3d-design__comp-photo {
  max-width: 344px;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}

.b-3d-design__photo {
  max-width: 243px;
  margin: auto;
  margin-bottom: 16px;
}

.b-tile-layout__image {
  padding-left: 5px;
  padding-right: 5px;
  height: 204px !important;
  object-fit: cover;
}
/* end disign-info block*/

/* itogi*/
.b-text-list__list{
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.b-text--red {
  color: #c1272d !important;
}

.b-3d-design__headline {
  font-size: 22px;
  margin-bottom: 32px;
}
/* end itog*/

/* whats next */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-3, .col-md-4, .col-md-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.col-md-3, .col-md-4, .col-md-5 {
  transition: max-width 0.2s;
}

.b-text-list {
  .b-text-list__red{
    color: #4e4d4d;
    font-weight: 300;
  }
  h3 {
    font-size: 1.75rem;
  }
}
.b-text-list__list{
  margin-top: 0;
  margin-bottom: 1rem;
  .b-text-list__item{
    .b-text-list__list{
      list-style: circle;
    }
  }
}
/* end whats next */
.b-highlight-text-block--narrow {
  min-height: 109px;
}

.b-highlight-text-block {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #ebebeb;
  padding: 22px 9%;

  &__text {
    font-size: 20px;
  }

  &__title {
    line-height: 1.3em;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-top: 4px;
  }
}

/* button 3d */
.btn{
  border-radius:unset;
}
.b-button{
  display:inline-block;vertical-align:middle;font-weight:400;font-size:1.2em;text-transform:uppercase;border:unset;border-radius:unset;list-style-type:none;text-decoration:none;text-align:center;
}
.b-button:not(:disabled):not(.disabled){
  cursor:pointer;
}
.b-button--red{
  background-color:#c1272d;color:#fff;
}
.b-button--big{
  padding:10px 0;width:243px;height:44px;
}
.b-3d-design__button-container{
  margin-top:40px;margin-bottom:36px;text-align:center;
}
/* end button 3d */

.popup__content--callback .btn {
  display: inline-block!important;
}
/* End */
/* /Design/style.scss?17697596939342 */
