@font-face {
  font-family: 'MuseoCyrl';
  src: url("../fonts/MuseoCyrl900.eot");
  src: url("../fonts/MuseoCyrl900.eot") format("embedded-opentype"), url("../fonts/MuseoCyrl900.woff2") format("woff2"), url("../fonts/MuseoCyrl900.woff") format("woff"), url("../fonts/MuseoCyrl900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Stem';
  src: url("../fonts/Stem-Light.eot");
  src: url("../fonts/Stem-Light.eot") format("embedded-opentype"), url("../fonts/Stem-Light.woff2") format("woff2"), url("../fonts/Stem-Light.woff") format("woff"), url("../fonts/Stem-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Stem';
  src: url("../fonts/Stem-Medium.eot");
  src: url("../fonts/Stem-Medium.eot") format("embedded-opentype"), url("../fonts/Stem-Medium.woff2") format("woff2"), url("../fonts/Stem-Medium.woff") format("woff"), url("../fonts/Stem-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Stem';
  src: url("../fonts/Stem-bold.eot");
  src: url("../fonts/Stem-bold.eot") format("embedded-opentype"), url("../fonts/Stem-bold.woff2") format("woff2"), url("../fonts/Stem-bold.woff") format("woff"), url("../fonts/Stem-bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: 'Stem', sans-serif;
  font-weight: 300;
  color: #171616;
  font-size: 20px;
  overflow-x: hidden;
}

input {
  font-family: 'Stem', sans-serif;
  font-weight: 300;
}

section {
  padding: 30px 0;
  overflow-x: hidden;
}

.hero {
  margin-top: 77px;
}

.footer {
  margin-bottom: 70px;
}

.background-dark {
  background-color: #171616;
}

.background-grey {
  background-color: #f6f6f6;
}

.background-dark {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .background-dark {
    max-width: 1230px;
  }
}

@media screen and (min-width: 1400px) {
  .background-dark {
    max-width: 1360px;
  }
}

@media (min-width: 1600px) {
  .background-dark {
    max-width: 1470px;
  }
}

@media (min-width: 1920px) {
  .background-dark {
    max-width: 1730px;
  }
}

@media (min-width: 992px) {
  section {
    padding: 70px 0;
  }
}

h1, h2, h3 {
  font-weight: 700;
  font-size: 40px;
}

h4 {
  font-weight: 700;
  font-size: 30px;
}

h5 {
  font-size: 30px;
  font-weight: 500;
  color: #d90909;
}

h6 {
  font-size: 23px;
  font-weight: 700;
}

.text-15 {
  font-size: 15px;
}

.text-18 {
  font-size: 18px;
}

.text-25 {
  font-size: 25px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 500;
}

@media (max-width: 767.97px) {
  body {
    font-size: 16px;
  }
  h1, h2, h3 {
    font-size: 30px;
  }
  h4, h5 {
    font-size: 25px;
  }
  h6 {
    font-size: 18px;
  }
  .text-15 {
    font-size: 15px;
  }
  .text-18 {
    font-size: 16px;
  }
  .text-25 {
    font-size: 20px;
  }
}

.color-main {
  color: #d90909;
}

.color-light {
  color: #ffffff;
}

a.color-light:hover {
  color: #ffffff;
}

.color-dark {
  color: #171616;
}

a.color-dark {
  color: #171616;
}

a.color-dark:hover {
  color: #171616;
}

.logo {
  color: #171616;
  font-family: 'MuseoCyrl';
  font-size: 30px;
  font-weight: 900;
}

.logo strong {
  background: -webkit-linear-gradient(360deg, #ff8539, #ff4f7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo-light {
  color: #ffffff;
}

.logo-light:hover, .logo-light:focus {
  color: #ffffff;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}

a:hover, a:focus {
  color: initial;
}

.btn {
  display: inline-block;
  padding: 21px 15px;
  min-height: 64px;
  border-radius: 10px;
  background-color: #d90909;
  border: 1px solid #d90909;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #ffffff;
  cursor: pointer;
  vertical-align: middle;
}

.btn:hover, .btn:focus {
  color: #ffffff;
}

form {
  max-width: 390px;
}

input[type=text],
input[type=email] {
  padding: 24px;
  width: 100%;
  height: 74px;
  border-radius: 10px;
  background-color: #acacac;
  text-align: center;
  color: #e4e4e4;
  font-size: 20px;
  line-height: 24px;
  border: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #e4e4e4;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder {
  color: #e4e4e4;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder {
  color: #e4e4e4;
}

input[type=text]::placeholder,
input[type=email]::placeholder {
  color: #e4e4e4;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-weight: 300;
  font-size: 15px;
  color: #d0d0d0;
}

input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: transparent;
  border: solid 1px #f5b858;
}

input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 5px;
  width: 21px;
  height: 15px;
  background-image: url(../img/check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

input[type=checkbox]:checked + label::before {
  display: block;
}

form button {
  width: 100%;
}

ul.styled {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.styled li {
  position: relative;
  padding-left: 28px;
}

ul.styled li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 30px;
  background-image: url(../img/arrow.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

.popup-youtube {
  cursor: pointer;
}

.privacy-link {
  text-decoration: underline;
}

.privacy-link:hover, .privacy-link:focus {
  color: #ffffff;
}

i.info {
  content: url(../img/i.png);
  display: inline-block;
  width: 18px;
  height: 18px;
}

.navbar {
  background: #ffffff;
}

.navbar-brand {
  padding: 0;
}

.nav-link {
  color: #000;
  font-size: 16px;
}

.nav-link:hover {
  color: initial;
}

.nav-link:focus {
  color: initial;
}

@media (min-width: 992px) {
  .block-3 {
    width: 150px;
  }
}

.hero {
  background-image: url(../img/bg/hero.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero .hero-sber {
  width: 188px;
  background-color: #ffffff;
  padding: 15px 25px;
  -webkit-box-shadow: 0 6px 13px 1px rgba(22, 21, 21, 0.33);
          box-shadow: 0 6px 13px 1px rgba(22, 21, 21, 0.33);
  border-radius: 0 0 10px 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {
  .hero h1 {
    font-size: 60px;
  }
  .hero form {
    max-width: 100%;
  }
  .hero form input {
    max-width: 242px;
  }
  .hero form .btn {
    max-width: 300px;
  }
}

@media (min-width: 576px) {
  .hero {
    background-position: center right;
    background-size: 100% 100%;
  }
}

.team h2 {
  position: relative;
  z-index: 2;
  margin-bottom: -30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 17px;
  background-color: #d90909;
}

.team .play-btn::before {
  width: 80px;
  height: 80px;
}

.team .play-btn::after {
  width: 80px;
  height: 80px;
}

.team .play-btn span {
  top: 12px;
  left: 5px;
  border-left: 18px solid #d90909;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@media (min-width: 768px) {
  .team .play-btn::before {
    width: 130px;
    height: 130px;
  }
  .team .play-btn::after {
    width: 130px;
    height: 130px;
  }
  .team .play-btn span {
    top: 0;
    left: 0;
    border-left: 37px solid #d90909;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
  }
}

/* Video Play Button */
.play-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2rem;
  height: 2.75rem;
  padding: 1.125rem 1.25rem 1.125rem 1.75rem;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 50%;
  background: #ffffff;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.play-btn span {
  position: relative;
  display: block;
  z-index: 3;
  width: 0;
  height: 0;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* end of video play button */
.robots .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  border: none;
  background-color: #ffffff;
}

.robots .card img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.robots .card p {
  max-width: 420px;
}

@media (min-width: 576px) {
  .robots .card {
    min-height: 280px;
  }
}

@media (min-width: 768px) {
  .robots .card {
    padding: 40px;
  }
}

.cases .background-dark {
  background-image: url(../img/bg/cases.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cases .card {
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 11.5px 4.5px rgba(22, 21, 21, 0.06);
          box-shadow: 0px 2px 11.5px 4.5px rgba(22, 21, 21, 0.06);
  background-color: rgba(255, 255, 255, 0.1);
}

.cases .card .btn {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.cases .card .btn span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  background-color: #fff;
  border-radius: 50%;
}

.cases .card .btn span::after {
  position: relative;
  content: '';
  display: block;
  width: 0;
  height: 0;
  top: 10px;
  left: 13px;
  border-left: 18px solid #d90909;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media (min-width: 1200px) {
  .cases .card {
    padding: 50px 40px 30px;
  }
}

.test .card {
  padding: 30px 15px 40px;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 6.7px 0.3px rgba(22, 21, 21, 0.14);
          box-shadow: 0px 6px 6.7px 0.3px rgba(22, 21, 21, 0.14);
  background-color: #fbfbfb;
}

.test .card span {
  position: relative;
}

.test .card span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -11px;
  display: block;
  width: 64px;
  height: 2px;
  margin: 13px 166px 17px 2px;
  border-radius: 0.5px;
  background-color: #d90909;
}

.form {
  background-image: url(../img/bg/form.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.form h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form h2::after {
  content: '';
  position: absolute;
  left: -5%;
  bottom: 40%;
  width: 110%;
  height: 3px;
  background: #d90909;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) {
  .form form {
    max-width: 100%;
  }
  .form input {
    width: 24%;
    margin-right: 1%;
  }
  .form input.phone {
    width: 45%;
    margin-right: 1%;
  }
  .form .btn {
    width: 29%;
  }
}

.slider__slide {
  max-width: 637px;
  width: 100%;
  height: 353px;
  border-radius: 10px;
  background-color: #002d6d;
  overflow: hidden;
}

.slider__slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__swiper {
  width: 100%;
}

.slider__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__btn {
  display: none;
  color: #f33673;
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.swiper-button-prev::after {
  margin-right: 9px;
}

.swiper-button-next::after {
  margin-left: 9px;
}

@media (max-width: 768px) {
  .slider {
    padding: 60px 0;
  }
  .slider .container {
    background-image: none;
  }
  .slider__slide {
    max-width: none;
  }
  .slider__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.full .img-wrapper {
  width: 68px;
  margin-right: 10px;
}

.clients .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.clients .list li {
  min-height: 60px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 18px rgba(0, 1, 2, 0.25);
          box-shadow: 4px 4px 18px rgba(0, 1, 2, 0.25);
  overflow: hidden;
  text-align: center;
}

.clients .list li img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .clients .list {
    grid-gap: 15px;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 992px) {
  .clients .list {
    grid-gap: 30px;
  }
  .clients .list li {
    min-height: 120px;
  }
}

.help .card {
  padding: 30px;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 3.8px 3.2px 10px 0 rgba(22, 21, 21, 0.1);
          box-shadow: 3.8px 3.2px 10px 0 rgba(22, 21, 21, 0.1);
  background-color: #fff;
}

.help ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.help ul li {
  position: relative;
  padding-left: 21px;
}

.help ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  background-color: #d90909;
  border-radius: 50%;
}

.help ul li a {
  color: #160c94;
}

.help ul li a:hover {
  color: #160c94;
}

@media (min-width: 1200px) {
  .help .card {
    padding: 20px 440px 70px 40px;
    background-image: url(../img/content/putin.png);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}

.market {
  background-image: url(../img/bg/market.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.market .btn {
  width: 100%;
  max-width: 360px;
}

@media (min-width: 992px) {
  .market .btn {
    width: auto;
    max-width: 100%;
  }
}

.sber img {
  margin-top: 30px;
  margin-bottom: -70px;
}

.sber .btn {
  padding-right: 10px;
  padding-left: 10px;
  max-width: 310px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sber .last-btn {
  width: 100%;
}

.sber a.popup-youtube {
  position: absolute;
  top: 240px;
  left: 710px;
  z-index: 2;
}

.sber .play-btn::before {
  background-color: rgba(232, 232, 232, 0.9);
  width: 80px;
  height: 80px;
}

.sber .play-btn::after {
  background-color: rgba(232, 232, 232, 0.9);
  width: 80px;
  height: 80px;
}

.sber .play-btn span {
  top: 12px;
  left: 5px;
  border-left: 18px solid #d90909;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@media (min-width: 992px) {
  .sber a.popup-youtube {
    left: 800px;
  }
  .sber .play-btn::before {
    width: 130px;
    height: 130px;
  }
  .sber .play-btn::after {
    width: 130px;
    height: 130px;
  }
  .sber .play-btn span {
    top: 0;
    left: 0;
    border-left: 37px solid #d90909;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
  }
}

@media (min-width: 1200px) {
  .sber a.popup-youtube {
    left: 678px;
  }
}

.modal-content {
  border: 1px solid #d90909;
  background-color: #171616;
  color: #ffffff;
}

.modal-header {
  border-bottom: none;
}

.modal form {
  max-width: 390px;
}

.modal-close {
  color: #d90909;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 30px;
}
