@-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: 35px 15px 20px 15px;
  /* padding-bottom: 20px;
  padding-top: 35px; */
}
.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: 30px;
}
.solution_group__item-title {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  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: 0px 15px;
  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;
  padding-top: 25px;
}
.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 {
  overflow: hidden;
  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: -50px;
  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 {
  overflow: hidden;
  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;
  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: 210px;
  padding-left: 48px;
}
.tariff .head tr td:first-child,
.tariff .body tr td:first-child {
  width: 330px;
  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 .head .red {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #cb5252 0%, #b20b0b 100%);
  background-image: linear-gradient(to right, #cb5252 0%, #b20b0b 100%);
  box-shadow: 0.4px 3px 7px rgba(25, 25, 26, 0.04);
  background-color: #d03c3c;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 11px 48.5px 8.6px rgba(0, 0, 0, 0.05);
}
.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 15px;
  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,
.contact .form__input-name {
  margin-right: 0;
  margin-bottom: 28px;
}
.contact .form__input-name label,
.contact .form__input-phone label,
.contact .form__input-name 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: 9;
}

.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;
}

#popup__toggle {
  bottom: 7%;
  right: 1%;
  position: fixed;
  z-index: 999;
}
.img-circle {
  background-color: #fbc907;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circlephone {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 2px solid #fbc907;
  width: 150px;
  height: 150px;
  bottom: -25px;
  right: 10px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
  -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
  -o-animation: circle-anim 2.4s infinite ease-in-out !important;
  animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #fbc907;
  width: 100px;
  height: 100px;
  bottom: 0px;
  right: 35px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
}
.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url(img/mini.png);
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
  opacity: 1;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

.zvedach {
  float: right;
  margin: 40px 20px 0 20px;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .zvedach {
    margin: 65px 20px 0 20px;
  }
}

.slider_live {
  margin-bottom: 100px;
}

.slider_live ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider_live .bx-wrapper {
  width: 920px;
  margin: 0 auto;
  position: relative;
  box-shadow: none;
  background: #f5f5f5;
  border: 5px solid #f5f5f5;
}

.slider_live .bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  height: fit-content;
  max-height: 500px;
}
.slider_live #bx-pager {
  margin-top: 20px;
  text-align: center;
}
.slider_live #bx-pager a {
  margin: 0 3px;
}
.slider_live #bx-pager a img {
  padding: 3px;
  width: 160px;
  height: 100px;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}
.slider_live #bx-pager a.active img {
  border: 1px solid #4079da;
}

.bx-prev,
.bx-next {
  text-decoration: none;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  background: white;
  color: #666;
  width: 30px;
  height: 80px;
  text-align: center;
  transition: 0.4s linear;
  z-index: 10;
  cursor: pointer;
}
.slider_live .bx-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.slider_live .bx-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.slider_live .bx-prev:before,
.bx-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 80px;
}
.slider_live .bx-next:before {
  content: "\f105";
}
.slider_live .bx-prev:before {
  content: "\f104";
}

.slider_live .bx-wrapper .bx-controls-direction a {
  width: 78px;
  height: 78px;
  background-color: #fff;
  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;
}

.slider_live .bx-wrapper .bx-controls-direction a:hover {
  background-color: #f1de10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider_live .bx-wrapper .bx-next {
  right: -44px;
  background-position: -82px -294px;
}

.slider_live .bx-wrapper .bx-prev {
  left: -44px;
  background-position: 30px -294px;
}

@media only screen and (max-width: 1200px) {
  .slider_live .bx-wrapper .bx-next {
    right: -25px;
  }

  .slider_live .bx-wrapper .bx-prev {
    left: -25px;
  }
}
@media only screen and (max-width: 1000px) {
  #bx-pager {
    display: none;
  }
}

.about_smi .text_head {
  font-size: 24px;
  font-weight: 600;
  display: block;
  padding: 0;
}

.business_itemtt {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  min-height: 410px;
  margin: 0 10px;
}

.business_itemtt a.btn {
  color: #111;
  width: 100%;
  max-width: 270px;
  line-height: normal;
  margin: 20px 0 40px;
  padding: 20px;
}

.business_itemtt a.btn span {
  color: black;
  padding: 0px;
}

.business_itemtt .btn::after {
  display: none;
}

.business_itemtt .btn span::before {
  display: none;
}

@media only screen and (min-width: 992px) {
  .col-md-4.col-xs-12.business_itemtt {
    width: 29%;
  }
}

.scolcovo-block {
  position: relative;
  display: inline-block;
  margin: 0 auto 30px;
}
.i {
  position: absolute;
  top: 0px;
  right: -35px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: -388px 0;
  background-image: url(img/sprite_icon.png);
  -webkit-animation: pulsate 2.4s linear infinite;
  animation: pulsate 2.4s linear infinite;
  cursor: pointer;
}
.i.relative {
  position: relative;
  right: 0;
  display: inline-block;
}
.i-popup {
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  padding: 20px;
  display: none;
  width: 300px;
  background-color: #fff;
  color: #000;
  box-shadow: 3px 5px 12px 3px rgb(38 38 38 / 60%);
  border-radius: 10px;
  font-size: 18px;
  font-family: MuseoSansCyrlLight, sans-serif;
  white-space: normal;
  font-weight: 400;
}
.i-popup::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: -1;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 5px;
  transform: translateX(-15px) rotate(45deg);
}
.i:hover .i-popup {
  display: block;
}

.title-popup {
  left: -110px;
}
.title-popup::before {
  left: 270px;
}

.solution_group__item-title .i {
  height: 24px;
  margin-left: 8px;
}
.solution_group__item-title .i::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  box-shadow: 0px 0px 12px 3px rgb(38 38 38 / 10%);
}
.solution_group__item-title .i-popup {
  bottom: -140px;
}
html {
  overflow-x: hidden;
}
html.open {
  overflow-y: hidden;
}
body {
  overflow-x: hidden;
}
.header_top .logo {
  font-size: 25px;
  font-weight: 700;
  font-family: MuseoCyrlBlack, sans-serif;
  color: #ffffff;
  text-decoration: none;
}

.header_top .logo:hover {
  color: #ffffff;
  text-decoration: none;
}

@media all and (max-width: 400px) {
  .header_top .logo {
    font-size: 20px;
  }
}

.header_top {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 4px 4px 8px rgba(29, 29, 29, 0.25);
  background: #3284e4;
  background: linear-gradient(to bottom, #3284e4, #216bc3);
  background: -moz-linear-gradient(to bottom, #3284e4, #216bc3);
  background: -webkit-linear-gradient(to bottom, #3284e4, #216bc3);
  background: -o-linear-gradient(to bottom, #3284e4, #216bc3);
  background: -ms-linear-gradient(to bottom, #3284e4, #216bc3);
}

.header_top .site-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}

.header_top__list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
}

.header_top__item {
  margin: 0 10px;
  padding: 10px 0;
}

.header_top__link {
  color: #fff;
  text-decoration: none;
  line-height: 18px;
}
.header_top__link:hover {
  color: #eed909;
  text-decoration: none;
}

.header_top__item:hover .header_top-drop__wrapper {
  display: block;
}

.header_top-drop__wrapper {
  position: absolute;
  top: 90%;
  display: none;
  padding: 30px 0 0;
}

.header_top-drop__list {
  padding: 10px 10px 20px 30px;
  box-shadow: 4px 4px 8px rgba(29, 29, 29, 0.25);
  background: #216bc3;
  list-style-type: disc;
  color: #fff;
}
.header_top-drop__item {
  margin: 10px 0;
}

.header_top-drop__item:hover {
  color: #eed909;
}

.header_top-drop__item .header_top__link {
  display: block;
}

.header_top__phone {
  display: block;
  height: 44px;
  width: 150px;
  font-size: 14px;
  color: #363636;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(29, 29, 29, 0.52);
  background: #eed909;
  background: linear-gradient(to right, #eed909, #e9cd09);
  background: -moz-linear-gradient(to right, #eed909, #e9cd09);
  background: -webkit-linear-gradient(to right, #eed909, #e9cd09);
  background: -o-linear-gradient(to right, #eed909, #e9cd09);
  background: -ms-linear-gradient(to right, #eed909, #e9cd09);
}
.header_top__phone:hover {
  color: #363636;
  text-decoration: none;
}
.header_top__btn-wrapper {
  display: flex;
  align-items: center;
}
.header_top__btn {
  position: relative;
  display: none;
  margin: 0 10px 0 20px;
  width: 32px;
  height: 17px;
  border: none;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
}
.header_top__btn.open {
  height: 23px;
  border-top: none;
  border-bottom: none;
}
.header_top__btn.open:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header_top__btn.open:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header_top__btn:after,
.header_top__btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}

@-webkit-keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}
@keyframes pulsate {
  50% {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}

.menu_fr {
  color: rgb(245, 245, 245);
  text-shadow: 0 -1px rgb(0 0 0 / 10%);
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
  font-weight: 700;
}

@media screen and (max-width: 1050px) {
  .header_top {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .header_top {
    font-size: 16px;
  }
  .header_top nav {
    display: none;
  }

  .header_top__btn {
    display: block;
  }

  .header_top nav {
    padding: 20px 0;
    max-width: 290px;
    display: block;
    position: absolute;
    top: 100%;
    right: -300px;
    transition: all, 0.3s;
    width: 100%;
    background: #216bc3;
    box-shadow: -4px 4px 6px rgba(0, 1, 2, 0.25);
  }
  .header_top nav.open {
    right: 0;
    height: 80vh;
    overflow-y: scroll;
  }

  .header_top__list {
    flex-direction: column;
    align-items: start;
    padding-bottom: 30px;
  }
  .header_top__item {
    padding: 10px 0;
  }
  .header_top-drop__wrapper {
    position: static;
    display: block;
    padding: 0;
  }
  .header_top-drop__list {
    padding: 0 0 0 20px;
    box-shadow: none;
    background: transparent;
  }
}
.site-width {
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}

.section-12 {
  padding: 60px 0 50px 0;
  background-color: #f3f3f3;
  background-position: 50% 0;
  width: 100%;
  display: inline-block;
  color: rgb(58, 58, 58);
  font-family: "MuseoCyrlMedium";
}

.section-12 .title {
  text-align: center;
  font-size: 30px;
  color: #2c2c2c;
  line-height: 35px;
  font-family: "MuseoCyrlBold";
  margin: 10px auto 30px;
}

.section-12 .desk {
  text-align: center;
  font-size: 20px;
  color: #2c2c2c;
  line-height: 28px;
  font-family: "MuseoCyrlMedium";
  margin: 30px auto;
}

.section-12 .title span {
  background-color: #ffd200;
  padding: 3px 3px;
}

.section-12 .items {
  display: inline-block;
  width: 100%;
}

.section-12 .item {
  width: 21%;
  margin: 20px 2%;
  float: left;
  text-align: center;
}

.section-12 .item .img-wrapper {
  position: relative;
}
.section-12 .item img {
  width: 100%;
  height: 300px !important;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .section-12 .item img {
    object-fit: cover;
  }
}

.section-12 .item .name {
  font-family: "MuseoCyrlBold";
  background-color: #ffd200;
  padding: 10px 0;
  font-size: 20px;
  margin: 10px 0;
}
.section-12 .btn-circle {
  position: absolute;
  width: 156px;
  height: 156px;
  top: 50%;
  left: 50%;
  margin-top: -78px;
  margin-left: -78px;
}

.section-12 .btn-circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 156px;
  height: 156px;
  background-image: url(img/circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: spin 5s linear 0s infinite;
  animation: spin 5s linear 0s infinite;
}

.section-12 .btn-circle--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98px;
  height: 98px;
  border-radius: 49px;
  margin-top: -49px;
  margin-left: -49px;
  background-color: #216bc1;
  background-image: -webkit-linear-gradient(left, #4079da 0, #2a55a4 100%);
  background-image: linear-gradient(to right, #4079da 0, #2a55a4 100%);
}
.section-12 .btn-circle--inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -18px;
  margin-left: -10px;
  border: 18px solid transparent;
  border-left: 28px solid #fff;
}

.section-12 .btn {
  margin: 0 auto;
}
@-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);
  }
}
@media screen and (max-width: 1100px) {
  .section-12 .item {
    width: 46%;
  }

  .section-12 .item img {
    height: 550px !important;
  }
}
@media screen and (max-width: 600px) {
  .section-12 .item {
    width: 96%;
  }

  .section-12 .item img {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .business_items {
    height: 180px;
  }
}

.adaptive-btn {
  display: inline-block;
  min-height: 60px;
  height: auto;
  line-height: normal;
}
@media only screen and (max-width: 992px) {
  .testimonials_btn {
    margin-bottom: 40px;
  }
}
