/* Таблица стилей к главной странице */
.l-content {
  padding-top: 0;
}
  .b-content__counter {
    padding: 120px 0 0;
    height: 27ex;
    width: 100%;
    background : -ms-linear-gradient(-164.1deg, rgba(92, 224, 152, 1) 0%, rgba(66, 86, 134, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CE098', endColorstr='#425686' ,GradientType=0)";
    background : linear-gradient(254.1deg, rgba(92, 224, 152, 1) 0%, rgba(66, 86, 134, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CE098',endColorstr='#425686' , GradientType=1);
  }
    .b-content__counter .row.wrapp {
      height: auto;
    }
  .b-content__counter-title {
    width: 100%;
    margin-top: -25px;
  }
    .b-content__counter h1 {
      margin: 0 auto;
      color: #FFFFFF;
      text-align: center;
    }
    .b-content__counter h1 + p.lead {
      margin: 0 auto;
      color: #FFFFFF;
      text-align: center;
      margin-bottom: 30px;
    }
    .b-content__counter-digits {
      position: relative;
      margin: 0 auto;
      margin-bottom: 20px;
      width: 100%;
      font-family : 'AABebasNeue';
      font-size : 0;
      text-align: center;
      color : #FFFFFF;
    }
      .b-content__counter-digits p {
        display: inline-block;
        font-size : 4.5rem;
        padding: 0 20px;
        width: 80px;
        border-left: 1px solid rgba(0, 58, 71, 0.4);
      }
      .b-content__counter-digits p:last-child {
        border-right: 1px solid rgba(0, 58, 71, 0.4);
      }
      .b-content__counter-digits:after {
        position: absolute;
        margin-left: 20px;
        font-size: 2rem;
        line-height: 4.5rem;
        content: attr(data-valuta);
        color: rgba(8, 74, 58, 0.4);
      }
    p.b-content__counter-help {
      color: #FFFFFF;
      text-align: center;
      width: 100%;
    }

.form-wrapp.login
    {
    margin: 0 auto;
    width: 570px;
    }
    
    .form-wrapp.login .input .link {
      position: absolute;
      top: 50%;
      margin-top: -0.5em;
      right: 20px;
      color : #0071BC;
      z-index: 10;
      transition: font-size 0.2s,
                  opacity 0.1s,
                  -webkit-transform 0.3s;
      transition: transform 0.3s,
                  font-size 0.2s,
                  opacity 0.1s;
      transition: transform 0.3s,
                  font-size 0.2s,
                  opacity 0.1s,
                  -webkit-transform 0.3s;
    }
    
    .form-wrapp.login .input .link:hover {
        border-bottom: none;
    }
    
    .form-wrapp.login .input-checkbox input[type='checkbox'] {
        margin-top: 0;
    }
    
    
  .b-content__scheme {
  }
    
      .button {
        width: 333px;
        height: 100px;
        padding: 15px 60px 15px 30px;
        background-repeat: no-repeat;
        background-size: 40px 40px;
        background-position: right 15px center;
        border-style : Solid;
        border-color : #009245;
        border-width : 1px;
        border-radius : 4px;
        -moz-border-radius : 4px;
        -webkit-border-radius : 4px;
        cursor: pointer;
        transition: background 0.2s ease,
                    box-shadow 0.2s ease;
      }
        .button:hover {
          box-shadow : 4px 6px 7px rgba(14, 65, 68, 0.35);
        }
        .m-content__scheme-item_register .button h2{
          margin-bottom: 10px;
          line-height: 0.9em;
        }
        .m-content__scheme-item_register .button .text {
          line-height: 1.125em;
        }
      .contact-us.button {
        background-image: url('../img/button-pointer.svg');
        background-color : rgba(57,181,74,1);
      }
        .contact-us.button:hover {
          background-color : rgba(57,181,74,0.8);
        }
        .contact-us.button h2 {
          color : #FFFFFF;
        }
        .contact-us.button .text {
          color : #FFFFFF;
        }
      .get-counter.button {
        background-image: url('../img/button-pointer-bg-white.svg');
        background-color : #FFFFFF;
      }
        .get-counter.button h2 {
          color: #39B54A;
        }

.b-content__title {
    padding: 85px 0 25px;
    height: 460px;
    background-color: #EAEFF1;
}

    .b-content__title picture {
        display: block;
        margin: 0 auto;
        width: 90px;
        margin-bottom: 5px;
    }
    
    .b-content__title p.lead {
        margin-bottom: 5px;
        text-align: center;
    }
    
    .b-content__title-settings {
        text-align: center;
    }
    
    .b-content__title-settings .annotation:first-child {
        margin-right: 30px;
    }

    .b-content__title-settings .annotation {
        color: #0071BC;
    }
          
  .b-content__work {
    padding: 70px 0 70px;
    background : rgba(185, 203, 209, 0.2);
  }
    .b-content__work h1 {
      text-align: center;
    }
    .b-content__work-item {
      position: relative;
      padding-top: 45px;
    }
      .b-content__work-item:before {
        position: absolute;
        top: 0;
        left: 10px;
        display: block;
        content: '';
        height: 1px;
        width: 95px;
        background-color: #E6E6E6;
      }
      .b-content__work-item h2,
      .b-content__work-item .lead {
        margin-bottom: 25px;
      }
      .b-content__work-item a {
        display: block;
        margin-top: 25px;
        height: 40px;
        width: 110px;
        background : rgba(204, 204, 204, 0.2);
        text-decoration: none;
        text-align: center;
        font-family: 'RalewayRegular', sans-serif;
        font-size : 0.7rem;
        line-height : 40px;
        color : #666666;
        border-radius : 5px;
      }

  .b-content__contact {
  }
    .b-content__contact .wrapp {
      padding: 70px 0;
      border-bottom: 1px solid rgba(185, 203, 209, 0.4);
    }
      .b-content__contact-percent {
        margin-bottom: 30px;
        font-family: 'RalewayRegular', sans-serif;
        font-size : 2.9rem;
        line-height : 1.15em;
        color : #ED3832;
      }
      .b-content__contact-percent + .text.bold {
        margin-bottom: 30px;
      }
      .b-content__contact .button.contact-us {
        margin-top: 30px;
      }
        .b-content__contact .button.contact-us h2 {
          margin-bottom: 10px;
          line-height: 0.9em;
        }
        .b-content__contact .button.contact-us .text {
            line-height: 1.125em;
        }
    .b-content__contact-statistics {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end;
    }
      .b-content__contact-statistics > p.text.bold {
        float:  left;
        margin-right: 50px;
        line-height: 40px;
      }
      .b-filter__switch {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
      }
      .category.b-filter__switch {
        -ms-flex: 4 0 600px;
        -webkit-flex: 4 0 600px;
        flex: 4 0 600px;
        max-width: 600px;
      }
      .display.b-filter__switch {
        -ms-flex: 1 0 110px;
        -webkit-flex: 1 0 110px;
        flex: 1 0 110px;
        max-width: 110px;
      }
        .b-filter__switch-item {
          -ms-flex: 1;
          -webkit-flex: 1;
          flex: 1;
          height: 40px;
          padding: 0 3px;
          white-space: nowrap;
          text-align: center;
          font-size: 0.7rem;
          line-height: 36px;
          border: 1px solid #E6E6E6;
          border-left: none;
          background-color: #FFFFFF;
          color: #383838;
          cursor: pointer;
          overflow: hidden;
          transition: color 0.2s ease,
                      background-color 0.2s ease;
        }
          .b-filter__switch-item:first-child {
            border-radius: 5px 0 0 5px;
            border: 1px solid #E6E6E6;
          }
          .b-filter__switch-item:last-child {
            border-radius: 0 5px 5px 0;
            border: 1px solid #E6E6E6;
            border-left: none;
          }
          .m-filter__switch-item_active.b-filter__switch-item {
            background-color: #E6E6E6;
          }
      .b-content__contact-statistics canvas {
        margin-top: 50px;
        max-height: 370px;
        width: 100%;
      }
      .b-content__contact .row-bottom + p {
        margin-top: 60px;
        text-align: center;
      }

  .b-content__blog {
    padding: 70px 0 35px;
  }
    .b-content__blog h1 {
      text-align: center;
      margin-bottom: 70px;
    }
    .blog-container {
      margin-bottom: 50px;
    }
    .blog-container + p {
      text-align: center;
    }

/* Попап call-to-action */
  .to-action {
    width: 480px;
  }
    .to-action form {
      margin: 2rem;
    }
      .to-action form h1 {
        text-align: center;
        margin-bottom: 20px;
      }
        .to-action .textarea,
        .to-action form textarea {
          font-weight: normal;
        }
      .message-sent .to-action form {
        opacity: 0;
        pointer-events: none;
      }
      .b-content__form-finish {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 280px;
        width: 370px;
        margin: 0 auto;
        display: none
      }
       .b-content__form-finish-inner {
        margin-top: 2.9rem;
        padding-top: 115px;
        background-image: url('../img/bg-send-message.svg');
        background-size: 100px 75px;
        background-repeat: no-repeat;
        background-position: center top;
       }
        .b-content__form-finish-inner h2 {
          text-align: center;
          font-size: 1.2rem;
          margin-bottom: 10px;
          color: #39B54A;
        }
        .b-content__form-finish-inner p {
          text-align: center;
          font-size: 1rem;
        }

@media (max-width: 1024px) {
    .b-content__counter-digits {
      padding-right: 35px;
    }
    .b-content__counter-digits p {
      font-size : 3rem;
      padding: 0 10px;
      width: 2rem;
      }
      .b-content__counter-digits:after {
        margin-left: 10px;
        font-size: 2rem;
        line-height: 3rem;
      }
    .m-content__scheme-item_register .button {
      width: 48%;
    }
}

@media (max-width: 768px) {
    .b-content__counter {
      padding: 90px 0 50px;
      height: auto;
    }

    .b-content__counter-digits {
      padding-right: 35px;
    }
    .b-content__counter-digits p {
      font-size : 4.7rem;
      padding: 0 10px;
      width: 3rem;
      }
      .b-content__counter-digits:after {
        margin-left: 10px;
        font-size: 2.5rem;
        line-height: 6rem;
      }

    .b-content__work-item:before {
      display: none;
    }
    a.b-content__work-example {
      margin-left: auto;
      margin-right: auto;
      width: 50%;
    }
    .b-content__contact-statistics {
      margin-bottom: 40px;
    }
    .b-content__contact-percent {
      text-align: center;
    }
    .b-content__contact .button.contact-us {
      margin-left: auto;
      margin-right: auto;
    }
    .blog-item__inner {
      margin-bottom: 10px;
    }

  }