

@device_sm: 576px; //544 default
@device_md: 768px;
@device_lg: 992px;
@device_xl: 1200px;

@sandColor: #fbf9f2;
@massFontColor: #fff;

html {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  background: url(/media/images/b34.png) repeat #FFF;
  -webkit-text-size-adjust: 100%;
  //font-family: -apple-system;
  //font-family: '-apple-system','HelveticaNeue';
}

.hv {
  font-size: 16px;
  overflow: hidden;
  width: 1px; height: 1px;
  display: block;
  h1 { text-indent: 1px; }
}


#header
{

    background-color: @sandColor;
    min-height: 150px;
    max-height: 300px;
    vertical-align: middle;

}

#header_logo
{
    min-height: 100px;
    height: 150px;

}

#header_logo_mini {
  text-align: center;
  padding-top: 5px;
  img {
    max-width: 90%;
  }
}

#header_line
{
    background-color: rgb(33, 33, 33);
    fill: #212121;
    height: 45px;
    line-height: 40px;
    font-size: 12px;
    color: @massFontColor;

    @media (min-width: @device_sm) {
      height: 25px;
    }

    .header_mobile
    {
      ul
      {
        display: inline-block;
        li {
          display: inline-block;
          padding: 5px;
        }

        a {
          font-size: 10px;
          color: @massFontColor;


          @media (min-width: 300px) and (max-width: 350px)
          {
            font-size: 10px;
          }

          @media (min-width: 350px)
          {
            font-size: 12px;
          }
        }
      }

    }

}

#contacts-block
{

    margin-right: 50px;
    text-align: right;

    .telephone
    {
        font-weight: bold;
        font-size: 20px;

        @media (min-width: @device_lg)
        {
            font-size: 30px;
        }

        .phone_code {
          a { color: #006699; }
          color: #006699;
        }

        .phone_number {
          a { color: #000; }
          color: #000;
        }
    }

    .address {

        @media (min-width: @device_sm) {
            font-size: 13px;
        }
        @media (min-width: @device_md) {
          font-size: 16px;
        }
    }

    .work_time {

        @media (min-width: @device_sm)
        {
          font-size: 13px;
        }

        @media (min-width: @device_md)
        {
          font-size: 16px;
        }

        span
        {
          text-decoration: underline;
          font-weight: normal;
          span { font-weight: bold; text-decoration: none; }
        }
    }
}

#skew {
  background: url(/media/images/b34.png) repeat #FFF;
  .container {
    background: none;
  }

  .hv {
    font-size: 25px;
    overflow: hidden;
    width: 1px; height: 1px;
    display: block;
    h1 { text-indent: 1px; }
  }
}

#promo
{

  ._block {

    text-indent: 8px;

    .hv {
      overflow: hidden;
      width: 1px; height: 1px;
      display: block;
      h1 { text-indent: 1px; }
    }

    .h {
      .h1 {
        line-height: 50px;
        font-weight: 200;
        margin: 0;
      }

      h2,
      .h2 {
        line-height: 5px;
        margin: 10px 0;
        font-weight: 400;
      }
    }


    @media (min-width: 150px) and (max-width: 350px)
    {
      height: 200px;
      background-size: auto 90px;
      margin-left: -20px;

      .h {
        .h1 { font-size: 16px; font-weight: bold; }
        h2,
        .h2 { font-size: 12px; }
      }; .h;
      .info {
        padding-top: 20px;
      }


    }

    @media (min-width: 350px) and (max-width: @device_sm)
    {
      height: 200px;
      background-size: auto 140px;
      margin-left: -20px;

      .h {
        .h1 { font-size: 16px; font-weight: bold; }
        h2,
        .h2 { font-size: 12px; }
      }; .h;
      .info {
        padding-top: 20px;
      }


    }

    @media (min-width: @device_sm) and (max-width: @device_md)
    {
      height: 250px;
      background-size: auto 180px;

      .h {
        .h1 { font-size: 18px; font-weight: bold; }
        h2,
        .h2 { font-size: 14px; }
      }; .h;
      .info {
        padding-top: 40px;
      }


    }
    @media (min-width: @device_md)
    {
      height: 260px;  background-size: auto 240px;
      .h {
        .h1 { font-size: 20px; font-weight: bold; }
        h2,
        .h2 { font-size: 16px; }
      }; .h;
    }

    @media (min-width: @device_lg)
    {
      height: 360px;  background-size: auto 340px;
      .h {
        h1 { font-size: 40px; font-weight: bold; }
        h2,
        .h2 { font-size: 16px; }
      }; .h;
    }

    @media (min-width: @device_xl)
    {
      height: 460px;  background-size: auto 440px;
      .h {
        .h1 { font-size: 41px; font-weight: bold; }
        h2,
        .h2 { font-size: 16px; }
      }; .h;
    }


    background-image: url(/media/images/desktop_promo_v8_2.png); /* Путь к фоновому рисунку */
    background-position: right center;
    background-repeat: no-repeat; /* Отменяем повторение фона */
  }


}



#promo_beta
{
  background: url(/media/images/beta.jpg); /* Путь к фоновому рисунку */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; /* Отменяем повторение фона */


  ._block {

    text-indent: 8px;

    .hv {
      overflow: hidden;
      width: 1px; height: 1px;
      display: block;
      h1 { text-indent: 1px; }
    }

    .h {
      .h1 {
        line-height: 50px;
        font-weight: 200;
        margin: 0;
      }

      h2,
      .h2 {
        line-height: 5px;
        margin: 10px 0;
        font-weight: 400;
      }
    }


    @media (min-width: 150px) and (max-width: 350px)
    {
      height: 200px;
      background-size: auto 90px;
      margin-left: -20px;

      .h {
        .h1 { font-size: 16px; font-weight: bold; }
        h2,
        .h2 { font-size: 12px; }
      }; .h;
      .info {
        padding-top: 20px;
      }


    }

    @media (min-width: 350px) and (max-width: @device_sm)
    {
      height: 200px;
      background-size: auto 140px;
      margin-left: -20px;

      .h {
        .h1 { font-size: 16px; font-weight: bold; }
        h2,
        .h2 { font-size: 12px; }
      }; .h;
      .info {
        padding-top: 20px;
      }


    }

    @media (min-width: @device_sm) and (max-width: @device_md)
    {
      height: 250px;
      background-size: auto 180px;

      .h {
        .h1 { font-size: 18px; font-weight: bold; }
        h2,
        .h2 { font-size: 14px; }
      }; .h;
      .info {
        padding-top: 40px;
      }


    }
    @media (min-width: @device_md)
    {
      height: 260px;  background-size: auto 240px;
      .h {
        .h1 { font-size: 20px; font-weight: bold; }
        h2,
        .h2 { font-size: 16px; }
      }; .h;
    }

    @media (min-width: @device_lg)
    {
      height: 360px;  background-size: auto 340px;
      .h {
        h1 { font-size: 40px; font-weight: bold; }
        h2,
        .h2 { font-size: 16px; }
      }; .h;
    }

    @media (min-width: @device_xl)
    {
      height: 500px;  background-size: 100% auto;
      .h {
        .h1 { font-size: 41px; font-weight: bold; }
        h2,
        .h2 { font-size: 16px; }
      }; .h;
    }

    .promo_beta_title
    {
      p
      {
        border: 1px #000;
        color: #000;
        font-weight: 900;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 0px;
      }
    }

  }


}

.promo_beta_title_mobile
{
  p {
    text-align: left;
    font-size: 12px;
    @media (min-width: 150px) and (max-width: 350px)
    {

      font-size: 10px;
    }

  }
}

.features-divider_right {
  background-color: rgb(33, 33, 33);
  -webkit-transform: perspective(100px) rotateX(10deg);
  -o-transform: perspective(100px) rotateX(10deg);
  -moz-transform: perspective(100px) rotateX(10deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  fill: #212121;
  width: 50%;
  float: right;
  height: 30px;

}

#features {

  .hv {
    overflow: hidden;
    width: 1px; height: 1px;
    display: block;
    h1 { text-indent: 1px; }
  }

  .main_title {
    font-size: 20px;
    color: @sandColor;
    font-weight: bold;
  }

  .line {
    margin-left:0;
    text-align:left;
    width: 290px;
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #7d7d7d; /* Modern Browsers */
  }

  .features-divider_right {
    background-color: rgb(33, 33, 33);
    -webkit-transform: perspective(100px) rotateX(10deg);
    -o-transform: perspective(100px) rotateX(10deg);
    -moz-transform: perspective(100px) rotateX(10deg);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    fill: #212121;
    width: 50%;
    float: right;
    height: 30px;

  }

  .features-content {
    padding: 50px 0px 50px 0px;
    color: @sandColor;
    font-size: 14px;
    background-color: rgb(33, 33, 33);
    height: auto;
    width: 100%;
    margin: 0;
    display: inline-block;
  }

  .feature-desc {
    //font-family: Verdana, Geneva, HelveticaNeue, sans-serif;
    -webkit-text-size-adjust: 100%;

    //white-space: pre-wrap;
    font-size: 10px;
    padding-right: 0px;

    @media (min-width:@device_lg)
    {
      font-weight: normal;
      font-size: 11px;
    }

  }

  .img-responsive {

    @media (max-width:@device_md) and (min-width:0px)
    {
      padding: 0px;
      max-width: 40px;
      vertical-align: middle;
    }

    @media (width:768px)
    {
      padding: 0px;
      margin: 10px;
      max-width: 40px;
      vertical-align: middle;
    }
  }

  .features-cell {

    @media (max-width:@device_md) and (min-width:0px)
    {
      padding: 20px 20px 20px 30px;
    }
  }

}


#team {


  .hv {
    font-size: 25px;
    overflow: hidden;
    width: 1px; height: 1px;
    display: block;
    h1 { text-indent: 1px; }
  }

  .main_title {
    font-size: 20px;
    color: @sandColor;
    font-weight: bold;
  }

  .line {
    margin-left:0;
    text-align:left;
    width: 290px;
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #7d7d7d; /* Modern Browsers */
  }

  .features-divider_right {
    background-color: rgb(33, 33, 33);
    -webkit-transform: perspective(100px) rotateX(10deg);
    -o-transform: perspective(100px) rotateX(10deg);
    -moz-transform: perspective(100px) rotateX(10deg);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    fill: #212121;
    width: 50%;
    float: right;
    height: 30px;

  }

  .features-content {
    padding: 50px 0px 50px 0px;
    color: @sandColor;
    font-size: 14px;
    background-color: rgb(33, 33, 33);
    height: auto;
    width: 100%;
    margin: 0;
    display: inline-block;
  }

  .feature-desc {
    //font-family: Verdana, Geneva, HelveticaNeue, sans-serif;
    -webkit-text-size-adjust: 100%;

    //white-space: pre-wrap;
    font-size: 10px;
    padding-right: 0px;

    @media (min-width:@device_lg)
    {
      font-weight: normal;
      font-size: 11px;
    }

  }

  ul {

    padding-left: 0px;
    @media (min-width: @device_md) {
      padding-left: 15px;
    }

    li {

      font-size: 10px;
      list-style: none;
      @media (min-width: @device_md) {
        list-style: decimal;
        font-size: 14px;
      }

    }
  }

  .img-responsive {

    @media (max-width:@device_md) and (min-width:0px)
    {
      padding: 0px;
      max-width: 40px;
      vertical-align: middle;
    }
  }

  .features-cell {

    @media (max-width:@device_md) and (min-width:0px)
    {
      padding: 20px 20px 20px 30px;
    }
  }

}

#services {

  .hv {
    font-size: 25px;
    overflow: hidden;
    width: 1px; height: 1px;
    display: block;
    h1 { text-indent: 1px; }
  }

  padding-bottom: 10px;

  .main_title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
  }

  .mainpage_item_point
  {

  }

  .collapse_text {

    a {

      color: #000;
      font-size: 10px;
      font-weight: bold;



      @media (min-width:350px)
      {
        font-size: 14px;
        font-weight: normal;
      }
    }

    ul {
      list-style-type: none;
      padding-left: 20px;
      padding-right: 0px;


      font-weight: normal;
      font-size: 10px;

      li {
        border-bottom: dotted 1px #7d7d7d;
      }

      @media (min-width:@device_sm)
      {
        font-weight: normal;
        font-size: 12px;
      }

      @media (min-width:@device_md)
      {
        font-weight: normal;
        font-size: 13px;
      }

      @media (min-width:@device_lg)
      {
        font-weight: normal;
        font-size: 14px;
      }

    }
  }

  .line {
    margin-left:0;
    text-align:left;
    width: 290px;
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
  }

  //font-family: Verdana, Geneva, HelveticaNeue, sans-serif;
  padding-top: 50px;

  .center-cropped {
    width: 100%;
    height: 150px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;

    @media (min-width: 0) and (max-width: @device_md)
    {
      height: 100px;
    }
    @media (min-width: @device_md)
    {
      height: 100px;
    }
    @media (min-width: @device_lg)
    {
      height: 150px;
    }
  }

  h2
  {
    text-decoration: underline;
    font-size: 14px;
  }

  p {
    font-size: 12px;
  }

  .desc {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 0px;

    @media (min-width: 0) and (max-width: @device_md)
    {
      padding-left: 20px;
    }
    @media (min-width: @device_md)
    {
      padding-top: 10px;
      padding-left: 0px;
    }
    @media (min-width: @device_lg)
    {
      padding-left: 0px;
    }
  }

  .cell {
    padding: 15px;
  }



}


#events {

  .hv {
    font-size: 25px;
    overflow: hidden;
    width: 1px; height: 1px;
    display: block;
    h1 { text-indent: 1px; }
  }

  .main_title {
    font-size: 20px;
    color: #000;
    font-weight: bold;

  }

  a { color: #000; }

  .line {
    margin-left:0;
    text-align:left;
    width: 290px;
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
  }

  //font-family: Verdana, Geneva, HelveticaNeue, sans-serif;
  padding-top: 50px;

  .center-cropped {
    width: 100%;
    height: 150px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;

    @media (min-width: 0) and (max-width: @device_md)
    {
      height: 100px;
    }
    @media (min-width: @device_md)
    {
      height: 100px;
    }
    @media (min-width: @device_lg)
    {
      height: 150px;
    }
  }

  h2,
  .h2
  {
    text-decoration: underline;
    font-size: 14px;
  }

  p {
    font-size: 12px;
  }

  .desc {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 0px;

    @media (min-width: 0) and (max-width: @device_md)
    {
      padding-left: 20px;
    }
    @media (min-width: @device_md)
    {
      padding-top: 10px;
      padding-left: 0px;
    }
    @media (min-width: @device_lg)
    {
      padding-left: 0px;
    }
  }

  .cell {
    padding: 15px;
  }

  #shinonomontag_price
  {

    margin-top: 5px;
    font-size: 10px;

    @media (min-width: 0) and (max-width: 375px)
    {
      font-size: 8px;
    }
    @media (min-width: 375px) and (max-width: @device_sm)
    {
      font-size: 10px;
    }
    @media (min-width: @device_sm) and (max-width: @device_md)
    {
      font-size: 11px;
    }
    @media (min-width: @device_md)
    {
      font-size: 14px;
    }
    @media (min-width: @device_lg)
    {
      font-size: 16px;
    }
  }


}


.list-reviews {
  div {

    .review-grey
    {
      color: #7C7C7C;
    }

    a {
      color: #fff;
      text-decoration: underline;
    }
    margin-bottom: 15px;
    border-bottom: solid 1px #7d7d7d;
    p:first-child {
      margin-bottom: .5rem;
    }
    b {
      display: inline-block;
      margin-left: 5px;
    }
  }
  img {
    max-width: 100%;
  }
  .review-link {
    @media (max-width: 560px)
    {
      display: block;
      span {
        display: none;
      }
    }
  }

  .review-text {
    color: #cccccc;
  }

  .review-title {
    font-size: 12px;
    background-color: #414141;
  }
}

#footer {

  .hv {
    font-size: 25px;
    overflow: hidden;
    width: 1px; height: 1px;
    display: block;
    h1 { text-indent: 1px; }
  }

  padding-top: 50px;
  padding-bottom: 50px;
  color: @sandColor;
  font-size: 14px;
  background-color: rgb(33, 33, 33);
  fill: #212121;

  .title {
    font-weight: bold;
    font-size: 14px;

    @media (min-width:@device_lg)
    {
      font-weight: normal;
      font-size: 20px;
    }
  }

  .menu {
    padding-top: 10px;
  }

  .social-network {
    padding-bottom:5px;
    color: @sandColor;
    a {
      color: @sandColor;
    }
  }

  .contacts {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  font-weight: normal;
  font-size: 11px;

  @media (min-width:@device_lg)
  {
    font-weight: normal;
    font-size: 14px;
  }
}

.offer-img {
  float:left;
  height: 40px;
  width: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.dia-img {
  border: 0px;
  background-image: url("/media/images/podbor/Diagrammx2.png");
  background-size: 34px 34px;
  background-position: bottom;
}

.pig-img {
  border: 0px;
  background-image: url("/media/images/podbor/Pigx2.png");
  background-size: 34px 34px;
  background-position: bottom;
}

.choose-img {
  border: 0px;

  background-image: url("/media/images/podbor/ThumbsUpx2.png");
  background-size: 34px 34px;
  background-position: bottom;
}

.x2-middle-column {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.inner-svg-text-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  width: auto;
  max-height: 42.5%;
  max-width: 50%;
}

.inner-svg-text {
  font-weight: 500;
  width: 100px;
  line-height: 17px;
  margin: 0 auto;
  padding-left: 7px;
}

.x2-element-img-block {
  width: 42px;
  height: 42px;
  position: relative;
  background-color: #ffca59;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
}

.x2-element-img {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 1px;
  margin: auto;
  height: auto;
  width: auto;
  max-height: 70%;
  max-width: 70%;
}

.podbor_include
{


  margin-top: 10px;
  span
  {
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 0px;
    font-weight: bold;
  }

  @media (min-width: 0) and (max-width: 375px)
  {
    font-size: 8px;
    margin-top: 10px;
    height: 20px;

    .x2-element-img-block
    {
      width: 20px;
      height: 20px;
    }

    span
    {

      display: inline-block;
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
      font-weight: bold;
    }

  }
  @media (min-width: 375px) and (max-width: @device_sm)
  {
    font-size: 10px;
  }
  @media (min-width: @device_sm) and (max-width: @device_md)
  {
    font-size: 11px;
  }
  @media (min-width: @device_md)
  {
    font-size: 14px;
  }
  @media (min-width: @device_lg)
  {
    font-size: 16px;
  }

}

.badge-blue
{
  background-color: #005ad4;
  span
  {
    background-color: #4996ff;
  }

}

.badge-success
{
  span
  {
    background-color: green;
  }
}

.badge-danger
{
  span
  {
    background-color: #7d3230;
  }
}



.block-bodbor
{

  margin-bottom: 10px;


  .badge-podbor
  {
    @media (min-width: 0) and (max-width: 375px)
    {
      font-size: 12px;
    }
    @media (min-width: 375px)
    {
      font-size: 16px;
    }
  }

  .badge-podbor-info
  {
    @media (min-width: 0) and (max-width: 375px)
    {
      //height: 0px;
    }
    @media (min-width: 375px) and (max-width: @device_sm)
    {
      //height: 0px;
    }
    @media (min-width: @device_sm) and (max-width: @device_md)
    {
      //height: 0px;
    }
    @media (min-width: @device_md)
    {
      height: 130px;
    }
    @media (min-width: @device_lg)
    {
      height: 90px;
    }
  }

  .badge-podbor-info-text
  {
    margin-left: 15px;
    max-width: 240px;

    @media (min-width: 500px)
    {
      margin-left: 30px;
    }
  }
}

.podbor_include
{
  //background-color: #6ce26c;
  margin-top: 10px;



  span
  {
    padding: 0px;
    width: 100%;
  }

  .podbor_left
  {
    text-align: left;
    padding-left: 10px;

    @media (min-width: 380px) and (max-width: 500px)
    {
      margin-left: 15px;
    }
    @media (min-width: 500px) and (max-width: 550px)
    {
      margin-left: 5px;
    }
  }
  .podbor_right
  {
    text-align: right;
    margin-right: 10px;
  }
}


.no-gutters {
  margin-right: 2px;
  margin-left: 2px;

  @media (min-width: 0) and (max-width: 375px)
  {

  }
  @media (min-width: 375px) and (max-width: @device_sm)
  {
    margin-right: 10px;
    margin-left: 10px;
  }

  > .col,
  > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
  }
}
