@font-face {
  src: url(../fonts/MuseoSansCyrl500.otf);
  font-family: 'MuseoMedium'; }

@font-face {
  src: url(../fonts/MuseoSansCyrl900.otf);
  font-family: 'MuseoBlack'; }

@font-face {
  src: url(../fonts/MuseoSansCyrl100.otf);
  font-family: 'MuseoThin'; }

@font-face {
  src: url(../fonts/MuseoSansCyrl300.otf);
  font-family: 'MuseoLight';
  @font-face {}  src: url(../fonts/MuseoSansCyrl700.otf);
  font-family: 'MuseoBold'; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

h2 {
  font-size: 30px;
  color: #333333;
  line-height: 48px;
  letter-spacing: 0.02em; }
  h2 span {
    color: #ef452b; }

body {
  font-family: 'MuseoMedium', sans-serif;
  font-size: 14px; }

.translated {
  -webkit-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
          transform: translateX(0%) !important; }

.lock {
  overflow: hidden; }

.responsive-menu {
  position: fixed;
  overflow: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ef452b;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .responsive-menu button {
    position: absolute;
    right: 30px;
    top: 30px; }
  .responsive-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .responsive-menu ul li {
      margin-bottom: 40px;
      margin-top: 40px; }
      .responsive-menu ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 32px; }

ul, li {
  display: block;
  padding: 0;
  margin: 0; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background: #fff; }

.button {
  background: #ef452b;
  border: none;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .button:hover {
    -webkit-filter: saturate(140%);
            filter: saturate(140%); }

.video {
  position: relative;
  padding-bottom: 100px; }
  .video__blackout {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1; }
  .video video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1; }

.header img {
  display: block; }

.header--black {
  background: #212121; }

.header__languages {
  color: #fff;
  font-size: 14px;
  font-family: 'MuseoBlack';
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 70px; }
  .header__languages:hover i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .header__languages:hover .header__languages--hidden {
    display: block; }
  .header__languages span {
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block; }
  .header__languages--hidden {
    width: 100%;
    display: block;
    padding: 12px 0;
    padding-left: 16px;
    display: none; }
    .header__languages--hidden:nth-child(3) {
      -webkit-border-bottom-left-radius: 5px;
              border-bottom-left-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
              border-bottom-right-radius: 5px; }
    .header__languages--hidden:hover {
      background: #ef452b;
      color: #fff !important; }
  .header__languages i {
    margin-left: 6px;
    font-size: 12px; }

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .header__menu li a {
    color: #fff;
    text-decoration: none;
    font-family: 'MuseoBlack';
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    .header__menu li a:hover {
      color: #ef452b; }

.description {
  padding-top: 175px; }
  .description__arrow span {
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1.66667px solid rgba(255, 255, 255, 0.6);
    border-right: 1.66667px solid rgba(255, 255, 255, 0.6);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: -3.333px;
    -webkit-animation: animate 2s infinite;
            animation: animate 2s infinite; }
    .description__arrow span:nth-child(2) {
      -webkit-animation-delay: -0.2s;
              animation-delay: -0.2s; }
    .description__arrow span:nth-child(3) {
      -webkit-animation-delay: -0.4s;
              animation-delay: -0.4s; }
  .description__scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 70px;
    cursor: pointer; }
    .description__scroll > span {
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: 0.2em;
      margin-bottom: 5px;
      display: block; }
  .description__p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 28px;
    font-family: 'MuseoThin';
    margin-bottom: 35px;
    margin-top: 0; }
  .description__h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 38px;
    font-family: 'MuseoBlack';
    line-height: 50px; }
    .description__h1 span {
      color: #ef452b !important;
      font-family: 'MuseoBlack' !important; }
  .description .button {
    height: 56px;
    width: 226px;
    margin-right: 45px; }
  .description span {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'MuseoThin'; }

.services {
  padding-top: 90px; }
  .services__block {
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding-left: 40px;
    padding-right: 25px;
    padding-top: 45px;
    padding-bottom: 30px; }
    .services__block p {
      font-size: 15px;
      line-height: 24px;
      color: #000;
      font-family: 'MuseoThin';
      margin-bottom: 30px;
      height: 200px; }
    .services__block h4 {
      font-size: 20px;
      line-height: 32px;
      letter-spacing: 0.025em;
      color: #333333;
      margin-top: 0;
      margin-bottom: 35px; }
    .services__block .button {
      height: 56px; }
  .services__h3 {
    text-transform: uppercase;
    color: #c7cfe1;
    letter-spacing: 0.4em;
    font-size: 12px;
    font-family: 'MuseoBlack';
    margin-top: 0;
    margin-bottom: 38px; }
  .services h2 {
    margin-top: 0;
    margin-bottom: 40px; }

.partners {
  padding-top: 95px; }
  .partners h2 {
    margin-top: 0;
    margin-bottom: 40px; }

.lead {
  padding-top: 120px;
  padding-bottom: 60px; }
  .lead .button {
    width: 100%;
    height: 70px;
    outline: none;
    cursor: pointer;
    margin-bottom: 15px; }
  .lead__checkbox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .lead__checkbox label {
      font-size: 12px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      line-height: 18px;
      letter-spacing: 0.05em;
      color: #999999;
      font-family: 'MuseoThin';
      cursor: pointer; }
    .lead__checkbox div {
      background: #edf1fa;
      width: 16px;
      height: 16px;
      cursor: pointer;
      position: relative;
      margin-right: 25px;
      border: 1px solid #edf1fa; }
      .lead__checkbox div .close {
        width: 14px;
        height: 14px; }
      .lead__checkbox div .close:before, .lead__checkbox div .close:after {
        position: absolute;
        left: 5px;
        content: ' ';
        height: 12px;
        width: 1.5px;
        background-color: red; }
      .lead__checkbox div .close:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .lead__checkbox div .close:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .lead__checkbox input {
      display: none; }
  .lead__input {
    border: 2px solid #edf1fa;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    margin-bottom: 33px; }
    .lead__input textarea {
      width: 100%;
      padding-left: 35px;
      padding-right: 20px;
      font-family: 'MuseoThin';
      height: 100%;
      padding-top: 20px;
      resize: none;
      font-size: 16px;
      border: none;
      color: rgba(51, 51, 51, 0.4);
      outline: none; }
    .lead__input label {
      font-size: 10px;
      letter-spacing: 0.2em;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: absolute;
      top: -5px;
      left: 26px;
      color: #c7cfe1;
      padding-right: 12px;
      padding-left: 12px;
      font-family: 'MuseoBlack';
      text-transform: uppercase;
      background: #fff; }
    .lead__input input {
      padding-left: 35px;
      width: 100%;
      padding-right: 20px;
      font-family: 'MuseoThin';
      font-size: 16px;
      border: none;
      color: rgba(51, 51, 51, 0.4);
      outline: none; }
  .lead__textarea {
    height: 173px; }
  .lead h2 {
    margin-top: 0;
    margin-bottom: 0; }

.map iframe {
  width: 100%; }

.footer {
  background: #023753;
  padding-top: 40px;
  padding-bottom: 35px; }
  .footer__contacts a {
    color: #fff;
    margin-left: 38px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'MuseoThin'; }
    .footer__contacts a:first-child {
      margin-left: 0; }
    .footer__contacts a i {
      margin-right: 10px;
      opacity: 0.4; }
  .footer__copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 15px;
    font-family: 'MuseoThin'; }
  .footer .line:after {
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 30px; }
  .footer__phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.025em;
    font-family: 'MuseoMedium';
    margin-bottom: 30px; }
    .footer__phone img {
      margin-right: 15px; }
  .footer__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .footer__menu li {
      margin-right: 55px; }
      .footer__menu li:last-child {
        margin-right: 0; }
      .footer__menu li a {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        font-family: 'MuseoThin';
        text-decoration: none; }

.services-photo {
  padding-bottom: 370px;
  background: url(../img/services.png) no-repeat center top/cover; }
  .services-photo h1 {
    font-size: 50px;
    line-height: 64px; }

.about-photo {
  padding-bottom: 370px;
  background: url(../img/about.png) no-repeat center top/cover; }
  .about-photo h1 {
    font-size: 50px;
    line-height: 64px; }

.pos-fixed {
  position: fixed; }

.content__about {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 5px solid #ef452b; }
  .content__about p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'MuseoThin';
    margin-top: 0; }
    .content__about p:last-child {
      font-size: 18px;
      font-family: 'MuseoBold'; }

.content__menu {
  padding-top: 45px;
  border-top: 5px solid #ef452b;
  width: 350px;
  top: 0;
  margin-top: 100px; }
  .content__menu li {
    margin-bottom: 25px; }
    .content__menu li a {
      font-size: 24px;
      font-family: 'MuseoThin';
      color: #000;
      text-decoration: none; }
      .content__menu li a:hover {
        border-bottom: 1px solid #000; }

.content__text {
  border-top: 5px solid #ef452b;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 40px;
  margin-top: -220px;
  background: #fff; }
  .content__text p {
    font-size: 18px;
    font-family: 'MuseoThin';
    line-height: 30px; }
  .content__text ul li {
    font-size: 18px;
    font-family: 'MuseoThin';
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .content__text ul li:before {
      display: inline-block;
      content: '';
      min-width: 20px;
      max-width: 20px;
      margin-top: 10px;
      margin-right: 18px;
      height: 2px;
      background: #ef452b; }

.reviews {
  padding-bottom: 10px;
  padding-top: 60px; }
  .reviews__company {
    font-size: 14px; }
  .reviews__author {
    font-size: 20px;
    line-height: 28px;
    font-family: 'MuseoThin'; }
  .reviews__block {
    padding-left: 60px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 50px; }
    .reviews__block:hover {
      background: #fff;
      border-color: #fff;
      -webkit-box-shadow: 1px 1px 15px 0px #c2c2c2;
              box-shadow: 1px 1px 15px 0px #c2c2c2; }
    .reviews__block h2 {
      font-size: 20px;
      letter-spacing: 0.02em;
      line-height: 30px;
      margin-bottom: 30px; }
    .reviews__block p {
      font-size: 16px;
      font-family: 'MuseoThin';
      line-height: 20px;
      margin-top: 0;
      margin-bottom: 30px; }
  .reviews__year {
    color: #ef452b;
    font-size: 16px;
    margin-bottom: 25px; }

.team-photo {
  background: url(../img/team.png) no-repeat center top/cover; }

.team {
  padding-bottom: 60px; }
  .team__social {
    color: #fff;
    font-family: 'MuseoThin';
    font-size: 12px;
    letter-spacing: 0.02em;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .team__social:last-child::after {
      display: none; }
    .team__social::after {
      content: '/';
      display: inline-block;
      margin-left: 3px;
      margin-right: 3px; }
  .team__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px; }
  .team__block {
    border: 6px solid #515151;
    border-left: 3px solid #515151;
    border-right: 3px solid #515151;
    width: 25%;
    padding-left: 20px;
    padding-bottom: 20px; }
    .team__block:hover {
      border-color: #ef452b !important; }
    .team__block:first-child {
      border-left: 6px solid #515151; }
    .team__block:last-child {
      border-right: 6px solid #515151; }
    .team__block p {
      margin: 0;
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 28px;
      color: #fff;
      font-family: 'MuseoThin'; }
  .team__title {
    color: #ef452b;
    font-size: 18px;
    font-family: 'MuseoBold';
    margin-top: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 18px; }
  .team h1 {
    margin-bottom: 90px;
    font-size: 50px; }

@-webkit-keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px); } }

@keyframes animate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(-20px, -20px);
            transform: rotate(45deg) translate(-20px, -20px); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(45deg) translate(20px, 20px);
            transform: rotate(45deg) translate(20px, 20px); } }

@media screen and (max-width: 1490.98px) {
  .video video {
    -o-object-fit: cover;
       object-fit: cover; } }

@media screen and (max-width: 1199.98px) {
  .team__block {
    padding-left: 15px; }
  .team__title {
    height: 25px; }
  .services__block {
    margin-bottom: 40px; } }

@media screen and (max-width: 991.98px) {
  .content__text {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0; }
  .content__menu {
    display: none; }
  .team__block {
    width: -webkit-calc(50% - 6px);
    width: calc(50% - 6px);
    border: 6px solid #515151;
    margin: 3px; }
  .team__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .footer__menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .footer__menu li {
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 10px;
      margin-top: 10px; }
  .footer__copyright {
    text-align: center;
    display: block;
    margin-bottom: 20px; }
  .lead {
    padding-top: 30px; }
    .lead h2 {
      text-align: center;
      margin-bottom: 30px; }
      .lead h2 br {
        display: none; }
  .services h2 {
    text-align: justify; }
    .services h2 br {
      display: none; }
  .services__block p {
    height: unset;
    font-size: 18px; }
  .description {
    padding-top: 70px; }
    .description__scroll {
      margin-top: 40px; }
    .description .d-flex {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .description__h1, .description__p {
      text-align: center;
      margin-bottom: 15px;
      margin-top: 15px; } }

@media screen and (max-width: 576.98px) {
  .services-photo, .about-photo {
    padding-bottom: 150px; }
  .description__h1, .services-photo h1, .about-photo h1 {
    font-size: 24px;
    line-height: 32px; }
  .team__block {
    padding-left: 0;
    width: 100%; }
    .team__block h2, .team__block p {
      text-align: center; }
    .team__block .d-flex {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .reviews__block {
    padding-left: 30px; }
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__contacts a {
      margin-left: 0;
      margin-top: 10px;
      margin-bottom: 10px; } }

@media screen and (max-width: 400px) {
  .header__languages {
    width: 55px; }
    .header__languages span {
      padding-left: 10px; }
  .header img {
    width: 175px; } }

@media screen and (max-width: 370px) {
  .header img {
    width: 155px; } }
