@font-face {
  src: url('../fonts/ESPCircular-Book.woff') format('woff'), url('../fonts/ESPCircular-Book.woff2') format('woff2');
  font-family: ESPCir;
  font-weight: normal;
}
@font-face {
  src: url('../fonts/ESPCircular-Bold.woff') format('woff'), url('../fonts/ESPCircular-Bold.woff2') format('woff2');
  font-family: ESPCir;
  font-weight: bold;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  background-color: transparent;
  border: none;
}
body {
  font-family: ESPCir, sans-serif;
}
.wrapper {
  background-image: url('../images/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 990px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 770px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
.header {
  padding: 39px 0;
  text-align: center;
  background-color: #141b4d;
}
.header__logo {
  display: inline-block;
  max-width: 320px;
}
.header__pic {
  max-width: 100%;
}
.content__intro {
  padding: 40px 0 20px;
  background-image: url('../images/bg-content.png');
}
.content__further {
  padding: 40px 160px 150px;
  background-image: url('../images/further-bg.png');
}
.content__further-title {
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  color: #141b4d;
  margin-bottom: 30px;
}
.content__video {
  line-height: 0;
}
@media screen and (max-width: 990px) {
  .content__further {
    padding: 40px 70px 80px;
  }
}
@media screen and (max-width: 720px) {
  .content__further {
    padding: 40px ;
  }
}
@media screen and (max-width: 550px) {
  .content__further-title {
    font-size: 22px;
  }
}
.intro {
  color: #fff;
}
.intro__prev {
  max-width: 850px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.intro_accent {
  font-weight: bold;
  color: #d50032;
}
.intro__partners {
  padding: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro__partners::after {
  content: '';
  width: 25%;
}
.intro__partners::before {
  content: '';
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 25%;
}
@media screen and (max-width: 990px) {
  .intro__partners {
    padding: 0 50px;
  }
  .intro__partners::after {
    content: '';
    width: 32%;
  }
  .intro__partners::before {
    content: '';
    width: 32%;
  }
  .intro__prev {
    padding: 0 25px;
  }
}
@media screen and (max-width: 770px) {
  .intro__partners::after {
    content: '';
    width: 49%;
  }
  .intro__partners::before {
    content: '';
    width: 49%;
  }
}
@media screen and (max-width: 550px) {
  .intro__prev {
    font-size: 22px;
    line-height: normal;
  }
}
.partner {
  width: 23%;
  text-align: center;
  margin-bottom: 20px;
}
.partner__img {
  height: 95px;
  padding-bottom: 20px;
}
.partner__pic {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 20px;
}
.partner__title {
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 990px) {
  .partner {
    width: 32%;
  }
}
@media screen and (max-width: 770px) {
  .partner {
    width: 49%;
  }
}
@media screen and (max-width: 550px) {
  .partner {
    margin-bottom: 30px;
  }
  .partner__img {
    height: 100px;
    padding-bottom: 0;
  }
  .partner__pic {
    margin-bottom: 0;
  }
  .partner__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 490px) {
  .partner {
    width: 100%;
  }
}
.demo-video {
  max-width: 100%;
  height: 645px;
  min-height: 180px;
}
@media screen and (max-width: 990px) {
  .demo-video {
    height: 380px;
  }
}
@media screen and (max-width: 720px) {
  .demo-video {
    height: 300px;
  }
}
@media screen and (max-width: 550px) {
  .demo-video {
    height: 240px;
  }
}
@media screen and (max-width: 440px) {
  .demo-video {
    height: auto;
  }
}
.further {
  display: block;
  width: 30%;
}
.further_mts {
  width: 40%;
}
.further__img {
  max-width: 100%;
  max-height: 160px;
}
.further-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.further-items::after {
  width: 28%;
}
