@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
.solution {
  padding-bottom: 40px; }
  .solution_helper {
    height: 135px;
    position: relative; }
    .solution_helper::before, .solution_helper::after {
      content: "";
      position: absolute;
      background-repeat: no-repeat; }
    .solution_helper::before {
      width: 140px;
      height: 140px;
      background-image: url(img/sprite_bg_icon.png);
      background-position: -11px 0;
      top: -68px;
      left: 4%; }
    .solution_helper::after {
      width: 416px;
      height: 49px;
      top: 0;
      right: 5%;
      background-image: url(img/sprite_icon.png);
      background-repeat: no-repeat;
      background-position: 0 -110px;
      opacity: 0.43; }
  .solution_title {
    margin-bottom: 45px; }
  .solution_group__title {
    display: inline-block;
    padding: 0 10px;
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
    font-family: "MuseoCyrlBold", sans-serif;
    background-color: #fbc907;
    background-image: -webkit-linear-gradient(left, #4079da 0%, #2a55a4 100%);
    background-image: linear-gradient(to right, #4079da 0%, #2a55a4 100%);
    box-shadow: 0.4px 3px 7px rgba(25, 25, 26, 0.04);
    margin-bottom: 40px; }
  .solution_group__item {
    margin-bottom: 45px; }
    .solution_group__item-title {
      position: relative;
      padding-left: 16px;
      margin-bottom: 20px;
      font-size: 22px;
      font-family: "MuseoSansCyrlBold", sans-serif;
      color: #333; }
      .solution_group__item-title span {
        font-size: 18px;
        color: #666; }
      .solution_group__item-title::before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: #fbc907;
        top: 10px;
        left: 0;
        border-radius: 3px; }
    .solution_group__item-descr {
      font-size: 16px; }
    .solution_group__item:last-child {
      margin-bottom: 0; }

.summary {
  padding-top: 65px;
  background-color: #F5F5F5; }
  .summary_block {
    width: 100%;
    max-width: 455px; }
    .summary_block__title {
      margin-bottom: 20px;
      color: #333;
      font-size: 22px;
      font-family: "MuseoSansCyrlBold", sans-serif;
      line-height: 1.3; }
      .summary_block__title span {
        display: inline-block;
        background-color: #fbc907;
        padding: 0 6px; }
    .summary_block__descr {
      font-size: 16px;
      line-height: 1.5; }
    .summary_block__icon {
      position: absolute;
      padding-top: 110px;
      left: 0;
      top: 0; }
      .summary_block__icon a {
        color: #333;
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 14px;
        font-family: "MuseoCyrlBlack", sans-serif; }
        .summary_block__icon a:hover {
          opacity: 0.8;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .summary_block__icon::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -49px;
        width: 98px;
        height: 98px;
        background-image: url(img/sprite_icon.png);
        background-repeat: no-repeat;
        background-position: -440px -94px; }
  .summary_helper {
    position: relative;
    height: 60px; }
    .summary_helper::before {
      content: "";
      position: absolute;
      width: 225px;
      height: 50px;
      bottom: -20px;
      right: 15%;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat;
      background-position: 0 -356px; }

.program {
  padding: 130px 0 100px; }
  .program_title {
    margin-bottom: 45px; }
  .program_left {
    position: relative;
    line-height: 1.6; }
    .program_left span {
      font-family: "MuseoSansCyrlBold", sans-serif; }
    .program_left a {
      color: #3f76d7; }
      .program_left a:hover {
        color: #216bc1;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        text-decoration: none; }
    .program_left__middle {
      position: relative;
      margin: 45px 0 60px;
      padding-left: 100px; }
      .program_left__middle::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -24px;
        width: 64px;
        height: 48px;
        background-image: url(img/sprite_icon.png);
        background-repeat: no-repeat;
        background-position: -514px -199px; }
    .program_left__bottom {
      padding-left: 25px; }
    .program_left::after {
      content: "";
      position: absolute;
      width: 110px;
      height: 110px;
      bottom: -105px;
      left: -61px;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat;
      background-position: -448px 23px; }
  .program_right {
    max-width: 500px;
    float: right;
    margin-top: -120px; }

.warranty {
  padding-top: 144px;
  background-image: url(img/warranty-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }
  .warranty_content {
    padding-left: 100px;
    position: relative; }
    .warranty_content__title {
      font-size: 30px;
      font-family: "MuseoCyrlBlack", sans-serif;
      color: #333;
      margin-bottom: 6px; }
    .warranty_content__descr {
      font-size: 16px;
      color: #333; }
    .warranty_content::before {
      content: "";
      position: absolute;
      width: 62px;
      height: 72px;
      background-image: url(img/sprite_icon.png);
      background-repeat: no-repeat;
      top: 50%;
      left: 0;
      margin-top: -36px;
      background-position: -337px -182px; }
    .warranty_content::after {
      content: "";
      position: absolute;
      width: 60px;
      height: 60px;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat;
      background-position: -927px 8px;
      top: -175px;
      left: 20%; }
  .warranty_button {
    margin-top: 4px; }
  .warranty_helper {
    position: relative;
    height: 110px; }
    .warranty_helper::before {
      content: "";
      position: absolute;
      width: 225px;
      height: 50px;
      bottom: -20px;
      right: 20%;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat;
      background-position: 0 -356px; }
    .warranty_helper::after {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat;
      background-position: -784px 5px;
      bottom: -60px;
      left: 24%; }

.file {
  padding-top: 125px;
  background-color: #F5F5F5;
  overflow: hidden; }
  .file_title {
    margin-bottom: 45px; }
  .file_img {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    max-width: 952px;
    overflow: hidden;
    box-shadow: 0 11px 48.5px 8.6px rgba(0, 0, 0, 0.05); }
    .file_img img {
      position: relative;
      display: inline-block;
      max-width: 952px;
      z-index: 3; }
    .file_img__helper {
      position: absolute;
      width: 100%;
      height: 100%; }
      .file_img__helper::before, .file_img__helper::after {
        content: "";
        position: absolute;
        background-image: url(img/sprite_bg_icon.png);
        background-repeat: no-repeat; }
      .file_img__helper::before {
        width: 110px;
        height: 110px;
        top: 50px;
        left: -61px;
        background-position: -672px -4px;
        z-index: 4; }
      .file_img__helper::after {
        width: 110px;
        height: 110px;
        bottom: 146px;
        right: -12px;
        background-position: -448px 23px;
        z-index: 1; }

.result {
  position: relative;
  padding-top: 135px;
  overflow: hidden; }
  .result_title {
    position: relative; }
    .result_title::after {
      content: "";
      position: absolute;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat;
      width: 110px;
      height: 110px;
      top: -60px;
      left: -90px;
      background-position: -548px 16px; }
  .result .sub-title {
    display: inline-block;
    margin-top: 25px;
    font-size: 24px;
    font-family: "MuseoSansCyrlBold", sans-serif; }
  .result_list {
    margin: 20px 0 45px; }
    .result_list__item {
      display: inline-block;
      position: relative;
      padding-left: 44px;
      padding-right: 40px;
      font-size: 16px;
      font-family: "MuseoSansCyrlLight", sans-serif;
      line-height: 27px; }
      .result_list__item:last-child {
        padding-right: 0; }
      .result_list__item::before {
        content: "";
        position: absolute;
        width: 28px;
        height: 28px;
        background-image: url(img/sprite_icon.png);
        background-repeat: no-repeat;
        left: 0;
        top: 50%;
        margin-top: -14px; }
      .result_list__item:nth-child(1)::before {
        background-position: 0 -264px; }
      .result_list__item:nth-child(2)::before {
        background-position: -41px -264px; }
      .result_list__item:nth-child(3)::before {
        background-position: -84px -264px; }
      .result_list__item:nth-child(4)::before {
        background-position: -127px -264px; }
  .result_block {
    position: relative;
    background-color: #fff;
    padding: 40px 55px 60px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 11px 48.5px 8.6px rgba(0, 0, 0, 0.05); }
    .result_block__title {
      font-size: 30px;
      color: #333;
      font-family: "MuseoCyrlBlack", sans-serif;
      margin-bottom: 28px; }
    .result_block__descr {
      margin-top: 25px; }
      .result_block__descr li {
        display: inline-block;
        padding-right: 38px;
        font-size: 12px;
        text-transform: uppercase;
        font-family: "MuseoCyrlBlack", sans-serif;
        color: #C3C3C3; }
        .result_block__descr li span {
          display: block;
          font-size: 36px;
          text-shadow: 0.4px 3px 7px rgba(25, 25, 26, 0.04); }
          .result_block__descr li span.yellow {
            background: -webkit-linear-gradient(left, #F3E33B 0%, #EAD021 100%);
            background: linear-gradient(left, #F3E33B 0%, #EAD021 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: #EDD60D; }
          .result_block__descr li span.red {
            background: -webkit-linear-gradient(left, #CC0004 0%, #CC002F 100%);
            background: linear-gradient(left, #CC0004 0%, #CC002F 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: #CC0018; }
          .result_block__descr li span.blue {
            background: -webkit-linear-gradient(left, #5487DE 0%, #2B56A4 100%);
            background: linear-gradient(left, #5487DE 0%, #2B56A4 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            color: #3669C2; }
        .result_block__descr li:last-child {
          padding-right: 0; }
  .result_after::before {
    content: "";
    position: absolute;
    background-image: url(img/sprite_bg_icon.png);
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    top: -45px;
    right: -45px;
    background-position: -806px 0; }

.example {
  box-shadow: 0 -15px 170px 0 rgba(0, 0, 0, 0.1);
  padding: 160px 0 95px; }
  .example_title {
    position: relative;
    padding-bottom: 45px; }
    .example_title::after {
      content: "";
      position: absolute;
      width: 416px;
      height: 49px;
      bottom: 0;
      right: 0;
      background-image: url(img/sprite_icon.png);
      background-repeat: no-repeat;
      background-position: 0 -110px;
      opacity: 0.43; }
  .example_list__item {
    min-height: 145px;
    position: relative;
    padding: 22px 55px 22px 100px;
    cursor: pointer;
    color: #999;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    .example_list__item::before, .example_list__item::after {
      content: "";
      position: absolute;
      right: 0; }
    .example_list__item::before {
      top: -1px;
      border: 30px solid transparent;
      border-top: 30px solid #fff;
      border-right: 30px solid #fff; }
    .example_list__item::after {
      bottom: -1px;
      border: 30px solid transparent;
      border-right: 30px solid #fff;
      border-bottom: 30px solid #fff; }
    .example_list__item-number {
      position: absolute;
      top: 22px;
      left: 40px;
      font-family: "MuseoCyrlBlack", sans-serif;
      font-size: 24px; }
    .example_list__item-title {
      margin-bottom: 18px;
      font-family: "MuseoCyrlBlack", sans-serif;
      font-size: 24px; }
    .example_list__item-descr {
      font-size: 14px;
      line-height: 1.4; }
    .example_list__item.active {
      background-color: #F5F5F5;
      border-radius: 10px 0 0 10px;
      border-left-color: #efeeee;
      border-top-color: #efeeee;
      border-bottom-color: #efeeee;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: auto; }
      .example_list__item.active .example_list__item-number {
        background: -webkit-linear-gradient(left, #5487DE 0%, #2B56A4 100%);
        background: linear-gradient(left, #5487DE 0%, #2B56A4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #3669C2; }
      .example_list__item.active .example_list__item-title {
        color: #333; }
      .example_list__item.active .example_list__item-descr {
        color: #666; }
  .example_items-desr {
    position: relative;
    height: 712px;
    margin-left: -30px;
    border-radius: 10px;
    box-shadow: 0 11px 48.5px 8.6px rgba(0, 0, 0, 0.05);
    background-image: url(img/example-bg.png);
    background-position: center center;
    background-repeat: no-repeat; }
    .example_items-desr::before, .example_items-desr::after {
      content: "";
      position: absolute;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat; }
    .example_items-desr::before {
      width: 110px;
      height: 110px;
      bottom: 32%;
      left: 60px;
      background-position: -800px -4px;
      z-index: 4; }
    .example_items-desr::after {
      width: 110px;
      height: 110px;
      bottom: 0;
      right: -25px;
      background-position: -487px -118px;
      z-index: 1; }
    .example_items-desr__item {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center right; }
      .example_items-desr__item:nth-child(5) {
        background-position: bottom right; }
      .example_items-desr__item.active {
        display: block; }

.about {
  padding-top: 140px;
  background-color: #F5F5F5; }
  .about_title {
    position: relative;
    margin-bottom: 32px;
    display: inline-block; }
  .about_top, .about_middle, .about_bottom {
    line-height: 1.55; }
    .about_top__bold, .about_middle__bold, .about_bottom__bold {
      font-family: "MuseoSansCyrlBold", sans-serif; }
  .about_top {
    margin-bottom: 48px; }
  .about_middle {
    position: relative;
    margin-bottom: 35px;
    padding-top: 20px; }
    .about_middle::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 43px;
      height: 2px;
      background-image: -webkit-linear-gradient(left, #4079da 0%, #2a55a4 100%);
      background-image: linear-gradient(to right, #4079da 0%, #2a55a4 100%);
      box-shadow: 0.4px 3px 7px rgba(25, 25, 26, 0.04); }
  .about_bottom {
    position: relative;
    padding: 5px 0 5px 116px;
    font-size: 16px;
    font-family: "MuseoSansCyrlLight", sans-serif; }
    .about_bottom::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -47px;
      width: 94px;
      height: 94px;
      background-image: url(img/sprite_icon.png);
      background-repeat: no-repeat;
      background-position: -442px -96px; }
  .about_button {
    position: relative; }
    .about_button__img {
      text-align: center;
      width: 100%;
      max-width: 414px; }
      .about_button__img img {
        width: 100%;
        height: auto; }
    .about_button .btn-circle::before {
      background-image: url(img/sprite_icon.png);
      background-position: -820px 0; }
    .about_button .btn-circle-wrap {
      position: absolute;
      width: 170px;
      text-align: center;
      left: 50%;
      margin-left: -85px;
      top: 70px;
      color: #333; }
    .about_button .btn-circle--inner::after {
      content: "";
      position: absolute;
      background-image: url(img/sprite_icon.png);
      background-repeat: no-repeat;
      background-position: -262px 0;
      width: 31px;
      height: 18px;
      top: 50%;
      left: 50%;
      margin-top: -9px;
      margin-left: -15px; }
  .about_helper {
    position: relative;
    height: 130px; }
    .about_helper::after {
      content: "";
      position: absolute;
      width: 90px;
      height: 90px;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat;
      background-position: -908px 20px;
      bottom: -50px;
      right: 18%; }

.watch {
  background-image: url(img/video-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .watch-wrap {
    position: relative;
    height: 350px; }
    .watch-wrap h4 {
      color: #fff;
      position: relative;
      max-width: 330px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .watch-wrap .btn-circle {
      margin: 0;
      width: 156px;
      height: 156px; }
      .watch-wrap .btn-circle::before {
        width: 156px;
        height: 156px;
        background-image: url(img/sprite_icon.png);
        background-position: -772px -222px; }
      .watch-wrap .btn-circle-wrap {
        position: absolute;
        width: 156px;
        height: 156px;
        top: 50%;
        left: 50%;
        margin-top: -78px;
        margin-left: -78px; }
      .watch-wrap .btn-circle--inner {
        width: 98px;
        height: 98px;
        border-radius: 49px;
        margin-top: -49px;
        margin-left: -49px; }
        .watch-wrap .btn-circle--inner::after {
          margin-top: -18px;
          margin-left: -10px;
          border: 18px solid transparent;
          border-left: 28px solid #fff; }
    .watch-wrap::before {
      content: "";
      position: absolute;
      width: 60px;
      height: 60px;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat;
      background-position: -476px 0;
      top: -28px;
      left: 10%; }
    .watch-wrap::after {
      content: "";
      position: absolute;
      width: 80px;
      height: 80px;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat;
      background-position: -565px 0;
      bottom: -42px;
      left: 87%; }

.benefit {
  padding: 110px 0 120px;
  background-color: #FBC907;
  background-image: url(img/benefit-bg.png);
  background-position: center bottom;
  background-repeat: repeat-x; }
  .benefit_item__qty {
    font-size: 60px;
    margin-bottom: 10px;
    font-family: "MuseoCyrlBlack", sans-serif;
    background: -webkit-linear-gradient(left, #4079da 0%, #2a55a4 100%);
    background: linear-gradient(left, #4079da 0%, #2a55a4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #4079da; }
  .benefit_item__descr {
    font-size: 16px;
    color: #333;
    font-family: "MuseoCyrlMedium", sans-serif; }
  .benefit_helper {
    position: relative; }
    .benefit_helper::before {
      content: "";
      position: absolute;
      width: 632px;
      height: 200px;
      background-image: url(img/clients-bg.png);
      background-repeat: no-repeat;
      background-size: contain;
      right: 0;
      bottom: -214px; }

.clients {
  padding-top: 140px; }
  .clients h4 {
    margin-bottom: 24px; }
  .clients_descr ul {
    list-style-type: none;
    margin: 50px 0;
    padding: 0; }
    .clients_descr ul li {
      display: inline-block;
      margin: 13px;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
      width: 164px;
      height: 125px;
      background-image: url("img/logos.png");
      background-repeat: no-repeat; }
      .clients_descr ul li:nth-child(1) {
        background-position: 0 0; }
      .clients_descr ul li:nth-child(2) {
        background-position: -182px 0; }
      .clients_descr ul li:nth-child(3) {
        background-position: -359px 0; }
      .clients_descr ul li:nth-child(4) {
        background-position: -532px 0; }
      .clients_descr ul li:nth-child(5) {
        background-position: -707px 0; }
      .clients_descr ul li:nth-child(6) {
        background-position: -6px -145px; }
      .clients_descr ul li:nth-child(7) {
        background-position: -182px -145px; }
      .clients_descr ul li:nth-child(8) {
        background-position: -359px -145px; }
      .clients_descr ul li:nth-child(9) {
        background-position: -532px -145px; }
      .clients_descr ul li:nth-child(10) {
        background-position: -707px -145px; }
      .clients_descr ul li:nth-child(11) {
        background-position: -6px -290px; }
      .clients_descr ul li:nth-child(12) {
        background-position: -182px -290px; }
      .clients_descr ul li:nth-child(13) {
        background-position: -359px -290px; }
      .clients_descr ul li:nth-child(14) {
        background-position: -532px -290px; }
      .clients_descr ul li:nth-child(15) {
        background-position: -707px -290px; }
  .clients_bottom {
    position: relative; }
    .clients_bottom__title {
      font-size: 24px;
      color: #333;
      font-family: "MuseoCyrlMedium", sans-serif;
      margin-bottom: 18px; }
    .clients_bottom__descr {
      font-size: 16px;
      line-height: 1.5; }
    .clients_bottom::before {
      content: "";
      position: absolute;
      left: -30px;
      top: 50%;
      width: 2px;
      height: 90%;
      background-color: #216bc1;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .clients_helper {
    position: relative;
    height: 110px; }
    .clients_helper::after {
      content: "";
      position: absolute;
      width: 90px;
      height: 90px;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat;
      background-position: -621px -128px;
      bottom: -50px;
      left: 53%; }

.testimonials {
  background-color: #F5F5F5;
  padding-top: 100px; }
  .testimonials_title {
    margin-bottom: 50px; }
  .testimonials_slider {
    background-color: #fff;
    padding: 60px 50px;
    min-height: 400px; }
    .testimonials_slider__item {
      position: relative;
      padding-left: 230px; }
      .testimonials_slider__item-img {
        position: absolute;
        width: 170px;
        height: 170px;
        top: 50%;
        left: 14px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 85px;
        overflow: hidden; }
      .testimonials_slider__item-content {
        position: relative;
        font-size: 16px; }
        .testimonials_slider__item-content::after {
          content: "";
          opacity: 0.1;
          position: absolute;
          width: 57px;
          height: 40px;
          background-image: url(img/sprite_icon.png);
          background-repeat: no-repeat;
          background-position: -421px -204px;
          top: 8px;
          left: -35px; }
        .testimonials_slider__item-content--descr {
          font-style: italic;
          line-height: 1.5;
          font-size: 20px;
          color: #333;
          padding-bottom: 110px;
          font-family: "MuseoCyrlMedium", sans-serif;
          min-height: 280px; }
        .testimonials_slider__item-content--author, .testimonials_slider__item-content--button {
          position: absolute;
          bottom: 0; }
        .testimonials_slider__item-content--author {
          left: 0; }
          .testimonials_slider__item-content--author .img_wrap {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -32px;
            width: 64px;
            height: 64px;
            border-radius: 32px;
            background-color: #ccc;
            background-position: center center; }
          .testimonials_slider__item-content--author .name_wrap {
            font-family: "MuseoSansCyrlLight", sans-serif; }
            .testimonials_slider__item-content--author .name_wrap span {
              font-size: 16px;
              color: #333;
              font-family: "MuseoCyrlMedium", sans-serif;
              display: block;
              margin-bottom: 8px; }
        .testimonials_slider__item-content--button {
          padding-left: 95px;
          right: 0;
          width: 210px;
          line-height: 44px; }
          .testimonials_slider__item-content--button a {
            text-decoration: underline;
            text-transform: uppercase;
            color: #333;
            font-family: "MuseoCyrlBlack", sans-serif;
            font-size: 14px; }
            .testimonials_slider__item-content--button a:hover {
              opacity: 0.8;
              -webkit-transform: opacity 0.3s ease;
              -ms-transform: opacity 0.3s ease;
              transform: opacity 0.3s ease; }
          .testimonials_slider__item-content--button::before {
            content: "";
            position: absolute;
            width: 64px;
            height: 64px;
            background-image: url(img/sprite_icon.png);
            background-repeat: no-repeat;
            background-position: -556px -110px;
            top: 50%;
            left: 0;
            margin-top: -32px; }
  .testimonials_helper {
    position: relative;
    height: 90px; }
    .testimonials_helper::before {
      content: "";
      position: absolute;
      width: 120px;
      height: 100px;
      bottom: -30px;
      left: 12%;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat;
      background-position: -326px -106px; }
  .testimonials .bx-viewport {
    height: 100% !important; }
  .testimonials .bx-wrapper .bx-controls-direction a {
    width: 78px;
    height: 78px;
    background-color: #f6f6f6;
    border: 1px solid rgba(226, 227, 227, 0.57);
    box-shadow: 0 0 27.6px 1.5px transparent;
    background-image: url(img/sprite_icon.png);
    margin-top: -39px;
    border-radius: 39px; }
    .testimonials .bx-wrapper .bx-controls-direction a:hover {
      background-color: #f1de10;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .testimonials .bx-wrapper .bx-prev {
    left: -44px;
    background-position: 30px -294px; }
  .testimonials .bx-wrapper .bx-next {
    right: -44px;
    background-position: -82px -294px; }
  .testimonials .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #c2c0c0; }
    .testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover {
      background: #6d56d1;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
  .testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .testimonials .bx-wrapper .bx-pager.bx-default-pager a.active,
  .testimonials .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #6d56d1; }
  .testimonials .bx-wrapper .bx-pager {
    bottom: -48px; }

.callback {
  padding: 110px 0 70px;
  background-color: #216bc1;
  background-image: url(img/callback-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff; }
  .callback-top {
    color: #333;
    background-image: url(img/callback-top-bg.jpg); }
    .callback-top .btn {
      background-color: #216bc1;
      background-color: #4079DA;
      background-image: -webkit-linear-gradient(left, #4079DA 0%, #2A55A4 100%);
      background-image: linear-gradient(to right,#4079DA 0%, #2A55A4 100%);
      border-radius: 10px;
      line-height: 70px;
      color: #fff; }
    .callback-top .form input[type="checkbox"]:checked + label:before {
      background-color: #216bc1; }
    .callback-top .form input[type="checkbox"] + label span {
      opacity: 1; }
    .callback-top .form input[type="checkbox"] + label span a {
      color: #333; }
    .callback-top .form__prise {
      opacity: 1;
      /*right: -20px;*/ }
    .callback-top .form__prise::before {
      background-position: -319px 0; }
  .callback_title {
    font-size: 44px;
    font-family: "MuseoCyrlBlack", sans-serif; }
  .callback_descr {
    margin: 10px 0 25px;
    line-height: 1.8; }

.tariff {
  overflow: hidden;
  background-color: #F5F5F5; }
  .tariff_helper {
    position: relative;
    height: 135px; }
    .tariff_helper::after {
      content: "";
      position: absolute;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat;
      width: 110px;
      height: 110px;
      top: 0;
      right: 15%;
      background-position: -482px -118px; }
  .tariff table {
    width: 100%; }
  .tariff .table-wrap {
    position: relative;
    margin-top: 25px;
    min-width: 710px; }
    .tariff .table-wrap::before, .tariff .table-wrap::after {
      content: "";
      position: absolute;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat; }
    .tariff .table-wrap::before {
      width: 110px;
      height: 110px;
      bottom: 87px;
      left: -70px;
      background-position: -797px -4px; }
    .tariff .table-wrap::after {
      width: 110px;
      height: 110px;
      top: 240px;
      right: -54px;
      background-position: -710px -114px; }
  .tariff .head tr td, .tariff .body tr td {
    padding: 18px 0;
    width: 250px;
    padding-left: 48px; }
  .tariff .head tr td:first-child, .tariff .body tr td:first-child {
    width: 400px;
    padding-left: 60px; }
  .tariff .head {
    font-size: 24px;
    font-family: "MuseoCyrlBlack", sans-serif; }
    .tariff .head .white, .tariff .head .blue, .tariff .head .yellow {
      border-radius: 10px 10px 0 0;
      box-shadow: 0 11px 48.5px 8.6px rgba(0, 0, 0, 0.05); }
    .tariff .head .white {
      color: #333;
      background-color: #fff;
      box-shadow: 0 11px 48.5px 8.6px rgba(0, 0, 0, 0.05); }
    .tariff .head .blue {
      color: #fff;
      background-image: -webkit-linear-gradient(left, #4079da 0%, #2a55a4 100%);
      background-image: linear-gradient(to right, #4079da 0%, #2a55a4 100%);
      box-shadow: 0.4px 3px 7px rgba(25, 25, 26, 0.04);
      background-color: #4079da; }
    .tariff .head .yellow {
      color: #333;
      background-image: -webkit-linear-gradient(left, #f1de10 0%, #e8cb09 100%);
      background-image: linear-gradient(to right, #f1de10 0%, #e8cb09 100%);
      background-color: #f1de10; }
  .tariff .body {
    background: #fff;
    color: #333;
    font-size: 16px;
    font-family: "MuseoCyrlMedium", sans-serif;
    border-radius: 10px 0 0 0;
    box-shadow: 0 11px 48.5px 8.6px rgba(0, 0, 0, 0.05); }
    .tariff .body td {
      border: 1px solid #efeeee; }
    .tariff .body .row-price td {
      padding-top: 28px;
      padding-bottom: 28px;
      font-family: "MuseoCyrlBlack", sans-serif; }
      .tariff .body .row-price td span {
        font-size: 22px; }
    .tariff .body .row-price td:first-child {
      text-decoration: underline;
      border: none;
      font-size: 18px; }
    .tariff .body .row-button td {
      padding: 28px 8px 52px;
      border: none;
      text-align: center; }
    .tariff .body .row-button a {
      width: auto;
      padding: 0 45px;
      font-family: "MuseoSansCyrlLight", sans-serif; }
    .tariff .body .row-button .btn::after {
      background-size: contain; }
    .tariff .body .row-button .btn-blue {
      color: #fff;
      background-color: #216bc1;
      background-image: -webkit-linear-gradient(left, #4079DA 0%, #2A55A4);
      background-image: linear-gradient(to right, #4079DA 0%, #2A55A4); }
      .tariff .body .row-button .btn-blue:hover {
        background-color: #24447f !important;
        background-color: #2A55A4;
        background-image: -webkit-linear-gradient(left, #2A55A4 0%, #24447f 100%);
        background-image: linear-gradient(to right,#2A55A4 0%, #24447f 100%); }

.contact {
  position: relative;
  padding-top: 135px;
  box-shadow: 0 5px 160px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .contact_title {
    position: relative; }
    .contact_title p {
      font-size: 16px;
      padding: 25px 0 40px; }
    .contact_title::before {
      content: "";
      position: absolute;
      width: 252px;
      height: 174px;
      background-image: url(img/glasses.png);
      background-repeat: no-repeat;
      top: 30px;
      right: 20%; }
  .contact .form {
    text-align: left; }
    .contact .form__input-name, .contact .form__input-phone {
      margin-right: 0;
      margin-bottom: 28px; }
      .contact .form__input-name label, .contact .form__input-phone label {
        font-size: 16px; }
    .contact .form button {
      margin: 0 0 60px 0;
      width: 100%;
      max-width: 300px; }
    .contact .form input[type="checkbox"] + label span {
      opacity: 0.6; }
      .contact .form input[type="checkbox"] + label span a {
        color: #666; }
  .contact_content {
    margin-top: 24px; }
    .contact_content__title {
      font-family: "MuseoCyrlBold", sans-serif;
      color: #333;
      margin-bottom: 25px; }
    .contact_content__phone {
      font-size: 14px;
      margin-bottom: 14px; }
      .contact_content__phone a {
        display: block;
        font-size: 18px;
        font-family: "MuseoCyrlBlack", sans-serif;
        color: #333; }
        .contact_content__phone a:hover {
          text-decoration: none; }
    .contact_content__img {
      font-size: 14px;
      margin-top: 35px;
      width: 225px; }
      .contact_content__img img {
        display: block; }
  .contact_helper {
    position: relative;
    height: 80px;
    z-index: 2; }
    .contact_helper::before {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat;
      background-position: -605px -115px;
      bottom: -20px;
      right: 20%;
      z-index: 5; }
    .contact_helper::after {
      content: "";
      position: absolute;
      width: 825px;
      height: 840px;
      background-image: url(img/laptop.png);
      background-repeat: no-repeat;
      bottom: -105px;
      right: -454px; }
  .contact .bx-wrapper {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px; }

.map {
  width: 100%;
  height: 580px; }
  .map #map_container {
    position: absolute;
    width: 100%;
    height: 580px;
    background-color: #bbb; }
  .map_wrap {
    position: relative;
    height: 580px; }
    .map_wrap::after {
      content: "";
      position: absolute;
      width: 80px;
      height: 80px;
      background-image: url(img/sprite_bg_icon.png);
      background-repeat: no-repeat;
      background-position: -729px -128px;
      bottom: 105px;
      right: 130px;
      z-index: 1; }
  .map_descr {
    position: absolute;
    width: 100%;
    max-width: 500px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 90px 0 90px 80px;
    background-color: #fff;
    box-shadow: 1.7px 13.9px 27px rgba(4, 6, 29, 0.19);
    z-index: 5; }
    .map_descr__title {
      font-size: 36px;
      font-family: "MuseoCyrlBlack", sans-serif;
      color: #333;
      margin-bottom: 22px; }
    .map_descr__content {
      position: relative;
      font-size: 16px;
      padding-left: 46px;
      line-height: 1.5; }
      .map_descr__content::before {
        content: "";
        position: absolute;
        width: 26px;
        height: 34px;
        background-image: url(img/sprite_icon.png);
        background-repeat: no-repeat;
        background-position: -664px -121px;
        left: 0;
        top: 50%;
        margin-top: -17px; }

.footer_top__wrap {
  padding: 60px 0 40px; }
.footer_top__trademark {
  color: #999;
  max-width: 380px; }
  .footer_top__trademark-title {
    margin-bottom: 24px;
    font-size: 24px;
    font-family: "MuseoCyrlBlack", sans-serif; }
    .footer_top__trademark-title span {
      font-family: "MuseoCyrlMedium", sans-serif; }
  .footer_top__trademark-descr {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 45px; }
  .footer_top__trademark-totop a {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding-left: 26px;
    font-size: 13px;
    color: #999;
    font-family: "MuseoSansCyrlBold", sans-serif; }
    .footer_top__trademark-totop a:hover {
      color: #333;
      text-decoration: none;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .footer_top__trademark-totop a::before {
      content: "";
      position: absolute;
      width: 12px;
      height: 8px;
      background-image: url(img/sprite_icon.png);
      background-repeat: no-repeat;
      background-position: -721px -122px;
      left: 0;
      top: 50%;
      margin-top: -4px; }
.footer_top__menu {
  padding-bottom: 100px; }
  .footer_top__menu nav a {
    text-decoration: none;
    display: block;
    -webkit-transition: 0.3s linear;
            transition: 0.3s linear; }
  .footer_top__menu .menu > li {
    float: left;
    position: relative;
    margin-right: 50px; }
    .footer_top__menu .menu > li:last-child {
      margin-right: 0; }
  .footer_top__menu .menu > li:first-child {
    border-left: 0; }
  .footer_top__menu .menu > li > a {
    padding: 5px 0;
    font-size: 14px;
    color: #999;
    letter-spacing: 1px; }
    .footer_top__menu .menu > li > a:hover {
      color: #216bc1; }
  .footer_top__menu .menu > li > a.active,
  .footer_top__menu .submenu a:hover {
    color: #216bc1; }
  .footer_top__menu .menu .fa,
  .footer_top__menu .submenu .fa {
    margin-left: 5px;
    color: #216bc1; }
  .footer_top__menu .submenu {
    position: absolute;
    z-index: 5;
    min-width: 340px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    -webkit-transition: 0.3s linear;
            transition: 0.3s linear;
    background-color: #fff; }
  .footer_top__menu .submenu li {
    position: relative; }
  .footer_top__menu .submenu li a {
    color: #282828;
    padding: 10px 20px;
    font-size: 13px; }
  .footer_top__menu .submenu .submenu {
    position: absolute;
    left: 100%;
    top: -1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .footer_top__menu nav li:hover > .submenu {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    visibility: visible;
    opacity: 1; }
.footer_top__ask-title {
  float: left;
  font-size: 30px;
  font-family: "MuseoCyrlBlack", sans-serif;
  color: #333;
  margin-right: 55px; }
.footer_top__ask-email {
  margin-top: 50px; }
  .footer_top__ask-email a {
    color: #999;
    font-size: 14px; }
    .footer_top__ask-email a:hover {
      color: #333;
      text-decoration: none;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
.footer_bottom__wrap {
  position: relative;
  background-color: #E9E9E9;
  min-height: 50px; }
.footer_bottom {
  line-height: 50px;
  font-size: 14px;
  font-family: "MuseoSansCyrlLight", sans-serif; }
  .footer_bottom a {
    text-decoration: underline;
    color: #216bc1; }
    .footer_bottom a:hover {
      opacity: 0.8;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .footer_bottom__privat {
    text-align: right; }
.footer .social {
  position: absolute;
  right: 0;
  top: 0; }
  .footer .social li {
    float: left;
    width: 50px;
    height: 50px; }
    .footer .social li a {
      display: block;
      color: #fff;
      font-size: 22px;
      line-height: 50px; }
    .footer .social li:hover {
      opacity: 0.8;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .footer .social li.vk {
      background-color: #3E2DA7; }
    .footer .social li.fb {
      background-color: #752879; }
    .footer .social li.inst {
      background-color: #AE1936; }
    .footer .social li.yt {
      background-color: #E11F1F; }

.form {
  text-align: center; }
  .form__input-name {
    margin-right: 30px; }
  .form__input-name, .form__input-phone, .form__input-email {
    text-align: left;
    display: inline-block; }
    .form__input-name input, .form__input-phone input, .form__input-email input {
      width: 100%;
      max-width: 300px;
      height: 55px;
      padding: 0 48px;
      border: 1px solid #ccc;
      border-radius: 5px;
      box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.19);
      color: #333; }
    .form__input-name label, .form__input-phone label, .form__input-email label {
      display: block;
      font-size: 14px;
      margin-bottom: 10px; }
  .form__prise {
    display: block;
    position: absolute;
    right: 0;
    bottom: 104px;
    font-size: 14px;
    opacity: 0.6;
    padding-left: 32px; }
    .form__prise::before {
      content: "";
      position: absolute;
      width: 34px;
      height: 34px;
      left: 5px;
      top: 50%;
      margin-top: -17px;
      background-image: url(img/sprite_icon.png);
      background-repeat: no-repeat;
      background-position: -207px 0; }
  .form button {
    margin: 40px auto 35px;
    display: block; }
  .form input[type="checkbox"] {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px; }
    .form input[type="checkbox"] + label {
      cursor: pointer;
      text-align: left; }
      .form input[type="checkbox"] + label span {
        font-size: 14px;
        opacity: 0.3; }
        .form input[type="checkbox"] + label span a {
          color: #fff;
          text-decoration: underline; }
    .form input[type="checkbox"]:not(checked) {
      position: absolute;
      opacity: 0; }
    .form input[type="checkbox"]:not(checked) + label {
      display: inline-block;
      position: relative;
      padding: 0 0 0 80px;
      max-width: 320px; }
    .form input[type="checkbox"]:not(checked) + label:before {
      content: "";
      position: absolute;
      top: 8px;
      left: 0;
      width: 50px;
      height: 26px;
      border-radius: 13px;
      background: #CDD1DA;
      box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2); }
    .form input[type="checkbox"]:not(checked) + label:after {
      content: "";
      position: absolute;
      top: 10px;
      left: 2px;
      width: 22px;
      height: 22px;
      border-radius: 10px;
      background: #FFF;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      -webkit-transition: all 0.2s;
              transition: all 0.2s; }
    .form input[type="checkbox"]:checked + label:before {
      background: #fbc907; }
    .form input[type="checkbox"]:checked + label:after {
      left: 26px; }

.popup_area {
  position: relative;
  width: 100%;
  max-width: 430px;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px 0 45px; }
  .popup_area.big {
    max-width: 770px; }
    .popup_area.big .popup_area__form {
      margin-left: 355px; }
    .popup_area.big .popup_area__title {
      margin-left: 220px; }
  .popup_area__title {
    position: relative;
    padding: 15px 20px 0;
    font-size: 30px;
    line-height: 1.1;
    font-family: "MuseoCyrlBlack", sans-serif;
    color: #333; }
  .popup_area__form {
    position: relative;
    width: 100%;
    max-width: 290px;
    padding-top: 35px;
    z-index: 5; }
    .popup_area__form .form__input-name {
      margin-right: 0; }
    .popup_area__form input {
      margin-bottom: 30px;
      color: #666;
      width: 100%;
      height: 55px;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 5px;
      box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.19);
      line-height: 55px;
      padding: 0 25px; }
    .popup_area__form .btn {
      width: 100%;
      margin: 15px auto 30px;
      height: 60px;
      line-height: 60px; }
    .popup_area__form .form__input-name,
    .popup_area__form .form__input-phone,
    .popup_area__form .form__input-email {
      width: 100%; }
    .popup_area__form .form__input-name label,
    .popup_area__form .form__input-phone label,
    .popup_area__form .form__input-email label {
      font-size: 16px; }
    .popup_area__form .form input[type="checkbox"] + label span {
      opacity: 1; }
      .popup_area__form .form input[type="checkbox"] + label span a {
        color: #666;
        text-decoration: underline; }
        .popup_area__form .form input[type="checkbox"] + label span a:hover {
          text-decoration: none; }
  .popup_area__content {
    padding: 20px 30px 0 30px;
    line-height: 1.4; }
  .popup_area ul {
    list-style-type: circle; }
  .popup_area ol {
    list-style-type: decimal; }
  .popup_area li {
    margin: 10px 0;
    display: inline-block; }

#get-callback::before, #get-callback::after,
#get-package::before,
#get-package::after,
#connect1::before,
#connect1::after,
#connect2::before,
#connect2::after,
#connect3::before,
#connect3::after,
#get-contract::before,
#get-contract::after,
.thank-you-center::before,
.thank-you-center::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url(img/sprite_bg_icon.png);
  background-repeat: no-repeat; }

#get-contract::before {
  left: -54px;
  bottom: 20%;
  background-position: -181px -94px; }
#get-contract::after {
  right: -60px;
  top: 0;
  background-position: -357px 44px; }

#get-callback::before,
#connect1::before,
#connect2::before,
#connect3::before {
  left: -36px;
  bottom: 10%;
  background-position: -274px 37px; }
#get-callback::after,
#connect1::after,
#connect2::after,
#connect3::after {
  right: -78px;
  top: 57px;
  background-position: -477px -108px; }

#get-package::before {
  right: -78px;
  bottom: 10%;
  background-position: -274px 37px; }
#get-package::after {
  left: -36px;
  top: 57px;
  background-position: -477px -108px; }

.bx-wrapper .bx-controls-direction a {
  z-index: 999; }

.thank-you {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999; }
  .thank-you-helper {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0b0b0b;
    opacity: 0.8;
    text-align: center; }
  .thank-you-center {
    position: relative;
    z-index: 99999;
    text-align: center;
    max-width: 550px;
    max-height: 350px;
    background-color: #fff;
    border: #216bc1 4px solid;
    border-radius: 10px;
    padding: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .thank-you-center span {
      font-size: 24px;
      font-weight: 100;
      color: #333;
      line-height: 1;
      display: block; }
    .thank-you-center .h5 {
      font-family: "MuseoCyrlBold", sans-serif;
      font-size: 40px;
      color: #333; }
    .thank-you-center p {
      font-size: 16px;
      color: #666;
      line-height: 1.3;
      margin: 10px 0 20px; }
    .thank-you-center a {
      font-size: 16px;
      font-family: "MuseoSansCyrlLight", sans-serif;
      font-weight: 300;
      text-decoration: underline;
      margin-top: 80px;
      padding-left: 70px;
      display: inline-block;
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease;
      position: relative; }
    .thank-you-center::before {
      right: -78px;
      bottom: 10%;
      background-position: -274px 37px; }
    .thank-you-center::after {
      left: -55px;
      top: 34px;
      background-position: -477px -108px; }

/*# sourceMappingURL=_main.css.map */