.talentsBlock {
  margin: 150px 0;
}
.talentsBlock.is-inview .intro .bigTitle {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: inherit;
}
.talentsBlock.is-inview .intro .bigTitle:before {
  width: 80px;
}
.talentsBlock .intro {
  margin-bottom: 50px;
  position: relative;
}
.talentsBlock .intro .bigTitle {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  pointer-events: none;
  -webkit-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s, pointer-events 0.45s 0.45s;
  -moz-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s, pointer-events 0.45s 0.45s;
  -ms-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s, pointer-events 0.45s 0.45s;
  -o-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s, pointer-events 0.45s 0.45s;
  transition: opacity 0.45s 0.45s, transform 0.45s 0.45s, pointer-events 0.45s 0.45s;
}
.talentsBlock .intro .bigTitle:before {
  width: 0;
  -webkit-transition: width 0.45s 0.45s ease-out;
  -moz-transition: width 0.45s 0.45s ease-out;
  -o-transition: width 0.45s 0.45s ease-out;
  transition: width 0.45s 0.45s ease-out;
}
.talentsBlock .intro .plus {
  left: 66.6666%;
  top: auto;
  bottom: 13px;
}
.talentsBlock .talents {
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
}
.talentsBlock .talents .talent {
  position: relative;
  width: calc(25% - 40px);
  margin: 0 20px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
.talentsBlock .talents .talent.anim .innerTalent {
  margin-top: 100px;
}
.talentsBlock .talents .talent.is-inview .animTalent {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.talentsBlock .talents .talent .animTalent {
  display: block;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
  -moz-transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
  -ms-transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
  -o-transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
  transition: transform 0.45s 0.3s, opacity 0.45s 0.3s, visibility 0.45s 0.3s;
}
.talentsBlock .talents .talent .innerTalent {
  display: block;
  width: 100%;
  position: relative;
  white-space: normal;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.talentsBlock .talents .talent .innerTalent .image {
  display: block;
  width: 100%;
  padding-bottom: 120.833%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.talentsBlock .talents .talent .innerTalent .smallTitle {
  display: block;
  margin: 30px 0 20px 0;
}
.talentsBlock .talents .talent .innerTalent .socials a {
  color: #fff;
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.talentsBlock .talents .talent .innerTalent .socials a:hover {
  color: #0000e5;
}
.talentsBlock .talents .talent .innerTalent .socials a i {
  margin-right: 5px;
}
@media all and (max-width: 1100px) {
  .talentsBlock .talents .talent .innerTalent .smallTitle {
    margin: 30px 0 25px 0;
  }
  .talentsBlock .talents .talent .innerTalent .socials a {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .talentsBlock .talents .talent {
    width: calc(50% - 40px);
  }
}
@media all and (max-width: 767px) {
  .talentsBlock {
    margin: 100px 0;
  }
  .talentsBlock .intro .plus {
    display: none;
  }
  .talentsBlock .talents .talent {
    width: calc(50% - 40px);
    max-width: 400px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .talentsBlock .talents .talent .innerTalent {
    margin-top: 0 !important;
  }
  .talentsBlock .talents .talent .innerTalent .socials a {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 460px) {
  .talentsBlock .talents .talent {
    width: calc(100% - 40px);
  }
}
/*# sourceMappingURL=talents_block.css.map */