* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box; }
@font-face {
    font-family: "AvenirNext-Bold";
    src: url("../fonts/AvenirNext-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "AvenirNext-Regular";
    src: url("../fonts/AvenirNext-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
html,
body {
  font-family: "AvenirNext Regular", sans-serif; }

html {
  font-size: 62.5%; }

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 138rem; }

.medium {
  font-family: "AvenirNext Medium", sans-serif; }

.heading-ph {
  font-size: 3.8rem;
  color: #fff;
  text-transform: uppercase; }
  @media screen and (max-width: 980px) {
    .heading-ph {
      font-size: 3.6rem; } }
  @media screen and (max-width: 780px) {
    .heading-ph {
      font-size: 2.8rem; } }
  @media screen and (max-width: 674px) {
    .heading-ph {
      font-size: 2.2rem; } }
  @media screen and (max-width: 480px) {
    .heading-ph {
      font-size: 2rem; } }

.heading-primary {
  font-family: "AvenirNext Bold", sans-serif;
  font-size: 12.8rem;
  color: #fff;
  text-transform: uppercase; }
  .heading-primary--span-1 {
    display: block;
    margin-top: -2rem; }
    @media screen and (max-width: 480px) {
      .heading-primary--span-1 {
        margin-top: -1rem; } }
  .heading-primary--small {
    font-family: "AvenirNext Regular", sans-serif;
    font-size: 6.2rem;
    margin-top: -5rem;
    display: block;
    padding-left: 30%; }
    @media screen and (max-width: 980px) {
      .heading-primary--small {
        padding-left: 15%;
        font-size: 4.2rem;
        margin-top: -3rem; } }
    @media screen and (max-width: 480px) {
      .heading-primary--small {
        font-size: 3.2rem;
        margin-top: -2rem; } }
    @media screen and (max-width: 390px) {
      .heading-primary--small {
        font-size: 2.8rem; } }
  @media screen and (max-width: 1024px) {
    .heading-primary {
      font-size: 11rem; } }
  @media screen and (max-width: 980px) {
    .heading-primary {
      font-size: 9.8rem; } }
  @media screen and (max-width: 780px) {
    .heading-primary {
      font-size: 8rem; } }
  @media screen and (max-width: 480px) {
    .heading-primary {
      font-size: 6rem; } }

.heading-secondary {
  font-family: "Brandon Grotesque Light";
  font-size: 6rem;
  color: #fff;
  text-transform: capitalize; }
  @media screen and (max-width: 780px) {
    .heading-secondary {
      font-size: 4.8rem; } }
  @media screen and (max-width: 480px) {
    .heading-secondary {
      font-size: 3.4rem; } }

.paragraph {
  font-family: "AvenirNext Regular", sans-serif;
  font-size: 2rem;
  color: #323232;
  text-align: justify;
  letter-spacing: .1px;
  line-height: 3rem;
  padding-left: 4rem; }
  @media screen and (max-width: 980px) {
    .paragraph {
      font-size: 2.6rem;
      padding-left: 3rem;
      line-height: 2.4rem; } }
  @media screen and (max-width: 780px) {
    .paragraph {
      font-size: 2rem;
      padding-left: 2rem; } }
  @media screen and (max-width: 638px) {
    .paragraph {
      padding-left: 1rem;
      line-height: 2.2rem; } }
  @media screen and (max-width: 480px) {
    .paragraph {
      font-size: 1.6rem;
      padding-left: 0; } }
  .paragraph--wide {
    display: block;
    width: 65%;
    text-align: left;
    padding: 0;
    margin-left: 39%; }
    @media screen and (max-width: 780px) {
      .paragraph--wide {
        width: 100%;
        margin-left: 10%; } }
    @media screen and (max-width: 638px) {
      .paragraph--wide {
        margin-left: 5%; } }
    @media screen and (max-width: 480px) {
      .paragraph--wide {
        margin-left: 0; } }
  .paragraph--wide-2 {
    display: block;
    width: 100%; }
    @media screen and (max-width: 638px) {
      .paragraph--wide-2 {
        margin-top: 2rem; } }
  .paragraph--2 {
    height: 11rem;
    margin-top: 4rem;
    overflow-y: hidden;
    margin-bottom: 0; }
    @media screen and (max-width: 480px) {
      .paragraph--2 {
        font-size: 1.8rem; } }
  .paragraph--blue {
    font-size: 1.8rem;
    margin-top: 1rem;
    color: #fff; }
    @media screen and (max-width: 780px) {
      .paragraph--blue {
        font-size: 1.6rem;
        margin-top: .8rem; } }
  .paragraph--address {
    margin-bottom: 1rem;
    font-family: "Open Sans", sans-serif; }

.paragraph--team {
  font-size: 2rem;
  width: 66%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 780px) {
    .paragraph--team {
      font-size: 1.8rem; } }
  @media screen and (max-width: 480px) {
    .paragraph--team {
      font-size: 1.8rem;
      width: 80%;
      text-align: justify; } }

.heading-tertiary {
  font-family: "Azoft Sans Bold", sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
  color: #950127;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 2px solid #950127;
  margin-bottom: 5rem; }
  @media screen and (max-width: 1000px) {
    .heading-tertiary {
      font-size: 1.6rem; } }
  @media screen and (max-width: 780px) {
    .heading-tertiary {
      font-size: 1.3rem; } }

.heading-quaternary {
  font-family: "AvenirNext Bold", sans-serif;
  font-size: 3rem;
  color: #0C55D9;
  margin-bottom: 3.8rem; }
  @media screen and (max-width: 780px) {
    .heading-quaternary {
      font-size: 2.2rem;
      margin-bottom: 2.5rem; } }
  @media screen and (max-width: 480px) {
    .heading-quaternary {
      font-size: 1.8rem;
      margin-bottom: 2rem; } }

.number {
  font: 700 7rem "Open Sans", sans-serif;
  color: #950127; }

.number-ph {
  font: 400 2.2rem "Open Sans", sans-serif;
  color: #950127; }

.heading-box {
  display: flex;
  justify-content: center;
  align-items: center; }

.heading-wrap {
  margin-top: 12rem; }
  @media screen and (max-width: 674px) {
    .heading-wrap {
      margin-top: 5rem; } }
  @media screen and (max-width: 480px) {
    .heading-wrap {
      margin-top: 2rem;
      padding: 1px; 
    
      padding-left: 15px;} }

.logo-main {
  width: 85%; }
  @media screen and (max-width: 480px) {
    .logo-main {
      width: 95%; } }
  .logo-main svg {
    width: 100%;
    height: auto; }
  .logo-main svg image {
    width: 100%;
    height: 100%; }
  .logo__link {
    display: block;
    width: 100%;
    height: 100%; }

.header {
  width: 100%;
  display: flex;
  /* _________HAMBURGER__________*/ }
  @media screen and (max-width: 480px) {
    .header {
      height: 100vh; } }
  .header__left {
    background-color: #fff;
    width: 24%;
    position: relative; }
    @media screen and (max-width: 780px) {
      .header__left {
        width: 30%; } }
    @media screen and (max-width: 674px) {
      .header__left {
        width: 33%; } }
    @media screen and (max-width: 480px) {
      .header__left {
        width: 10%; } }
  .header__icons {
    width: 100%;
    height: 12.6rem; }
    @media screen and (max-width: 480px) {
      .header__icons {
        height: 50%; } }
  .header__block {
    background-color: #0C55D9;
    position: absolute;
    top: 12.6rem;
    left: 0;
    width: 111.5%;
    height: calc(100vh - 126px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; }
    @media screen and (max-width: 480px) {
      .header__block {
        top: 0;
        left: 100%;
        width: 10rem;
        height: 9rem; } }
  .header__right {
    width: 76%;
    display: flex; }
    @media screen and (max-width: 780px) {
      .header__right {
        width: 70%; } }
    @media screen and (max-width: 674px) {
      .header__right {
        width: 67%; } }
  .header__empty {
    width: 41.4%;
     }
    @media screen and (max-width: 1100px) {
      .header__empty {
        width: 20%; } }
    @media screen and (max-width: 980px) {
      .header__empty {
        width: 15%; } }
    @media screen and (max-width: 674px) {
      .header__empty {
        width: 10%; } }
    @media screen and (max-width: 480px) {
      .header__empty {
        width: 0; } }
  .header__full {
    width: 58.6%;
    padding: 2rem 4% 2rem 1%;
    position: relative;
     }
    @media screen and (max-width: 1100px) {
      .header__full {
        width: 80%; } }
    @media screen and (max-width: 980px) {
      .header__full {
        width: 85%; } }
    @media screen and (max-width: 674px) {
      .header__full {
        width: 90%; } }
    @media screen and (max-width: 480px) {
      .header__full {
        width: 100%;
        padding: 0; } }
  .header__list {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 674px) {
      .header__list {
        display: none; } }
    @media screen and (max-width: 480px) {
      .header__list {
        z-index: 2; } }
  .header__link {
    height: 100%;
    text-transform: capitalize;
    font-family: "AvenirNext Regular", sans-serif;
    color: #fff;
    font-size: 2rem;
    padding-top: 0.6rem;
    border-top: 14px solid transparent;
    transition: all .3s; }
    @media screen and (max-width: 1100px) {
      .header__link {
        font-size: 1.8rem; } }
    @media screen and (max-width: 980px) {
      .header__link {
        font-size: 1.7rem; } }
    @media screen and (max-width: 780px) {
      .header__link {
        font-size: 1.5rem; } }
    @media screen and (max-width: 674px) {
      .header__link {
        font-size: 1.8rem;
        display: block;
        padding: 5.1% 0;
        background-color: rgba(12, 85, 217, 0.8);
        border-top: 2px solid transparent;
        border-bottom: 1px solid #fff; }
        .header__link:hover {
          border-top: 2px solid #0C55D9; } }
    @media screen and (max-width: 480px) {
      .header__link {
        font-size: 1.6rem; } }
    .header__link:hover {
      border-top: 14px solid #0C55D9; }
  .header__burger {
    padding: 5% 3%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    display: none; }
    @media screen and (max-width: 674px) {
      .header__burger {
        display: block;
        position: absolute;
        right: 0;
        top: 0; } }
  .header__strip {
    width: 18px;
    height: 2px;
font-size: 0;
    background-color: #fff; }
    .header__strip::before, .header__strip::after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: inherit;
      position: relative; }
    .header__strip::before {
      top: -.6rem; }
    .header__strip::after {
      bottom: -.5rem; }

.nav__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 674px) {
    .nav__top {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-left: 0;
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .nav__top {
      padding-top: 10rem; } }

.socials {
  display: flex;
  justify-content: space-between;
    max-width: 345px;
    margin: 0 auto;
  width: 100%;
  padding: 4rem 13%; }
  @media screen and (max-width: 780px) {
    .socials {
      padding: 3rem 8%;
      flex-wrap: wrap;
      height: 15rem; } }
  @media screen and (max-width: 480px) {
    .socials {
      padding: 1rem 8%;
      padding-right: 5px;
      height: 100%; } }
  .socials__link {
    width: 100%;
    height: 100%; }
  .socials__icon svg {
    width: 70%;
    height: auto; }
    @media screen and (max-width: 480px) {
      .socials__icon svg {
        width: 70%;
        margin: 0 auto;
        display: block; } }
  .socials__icon svg image {
    width: 100%;
    height: 100%; }

.email {
  width: 41rem;
  height: 10rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 780px) {
    .email {
      width: 30rem;
      height: 9rem; } }
  @media screen and (max-width: 674px) {
    .email {
      width: 21rem;
      height: 6rem; } }
  @media screen and (max-width: 480px) {
    .email {
      width: 14rem;
      height: 5rem; } }
  @media screen and (max-width: 390px) {
    .email {
      width: 11rem;
      height: 4rem; } }
  .email__link {
    display: block;
    width: 6rem;
    height: 6rem;
    position: relative;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 780px) {
      .email__link {
        width: 5rem;
        height: 5rem; } }
    @media screen and (max-width: 674px) {
      .email__link {
        width: 4rem;
        height: 4rem; } }
    @media screen and (max-width: 480px) {
      .email__link {
        width: 20%;
        height: 55%; } }
    .email__link:not(:last-child) {
      margin-right: 2.2rem; }
    .email__link svg {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 780px) {
        .email__link svg {
          width: 80%;
          height: auto; } }
      @media screen and (max-width: 674px) {
        .email__link svg {
          width: 70%; } }
      @media screen and (max-width: 480px) {
        .email__link svg {
          width: 60%; } }
    @media screen and (max-width: 780px) {
      .email__link svg image {
        width: 100%;
        height: 100%; } }

.btn,
.btn:link,
.btn:visited {
  font-family: "Azoft Sans Bold", sans-serif;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 1rem;
  text-transform: uppercase;
  transition: transform .3s; }
  .btn:hover,
  .btn:link:hover,
  .btn:visited:hover {
    transform: translateY(1.6px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
  .btn:active,
  .btn:link:active,
  .btn:visited:active {
    transform: translateY(-1px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 780px) {
    .btn,
    .btn:link,
    .btn:visited {
      font-size: 2rem;
      padding: 1.5rem 4rem; } }
  @media screen and (max-width: 480px) {
    .btn,
    .btn:link,
    .btn:visited {
      font-size: 1.8rem;
      padding: .5rem 3rem; } }

.btn--red {
  background-color: #950127;
  color: #fff;
  padding: 1.5rem 2.5rem;
  border: 1px solid #950127; }
  .btn--red:hover {
    color: #950127;
    background-color: #fff; }

.btn--white {
  color: #950127;
  background-color: #fff;
  padding: 1.5rem 4rem;
  border: 1px solid #950127; }
  .btn--white:hover {
    background-color: #950127;
    color: #fff; }

.btn--dark {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  color: #fff;
  background-color: #31454A;
  padding: 1.5rem 6rem;
  font-family: "Azoft Sans Bold", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid transparent; }
  .btn--dark:hover {
    background-color: #fff;
    color: #950127;
    border: 1px solid #950127; }

.section-welcome {
  padding: 7.5rem 7rem 0 7rem; }
  @media screen and (max-width: 780px) {
    .section-welcome {
      padding: 6rem 5rem 0 5rem; } }
  @media screen and (max-width: 638px) {
    .section-welcome {
      padding: 5rem 3rem 0 3rem; } }
  @media screen and (max-width: 480px) {
    .section-welcome {
      padding: 4rem 1rem 0 1rem; } }

.welcome {
  display: flex; }
  @media screen and (max-width: 638px) {
    .welcome {
      display: block; } }
  @media screen and (max-width: 480px) {
    .welcome {
      display: block; } }
  .welcome--reverse {
    margin-top: 3rem; }
  .welcome-ph {
    font-family: "AvenirNext Bold", sans-serif;
    margin-left: -2rem; }
    @media screen and (max-width: 480px) {
      .welcome-ph {
        margin-left: 0;
        margin-bottom: 2rem; } }
    .welcome-ph--black {
      text-transform: uppercase;
      font-size: 5.5rem;
      color: #323232;
      display: inline-block; }
      @media screen and (max-width: 980px) {
        .welcome-ph--black {
          font-size: 4rem; } }
      @media screen and (max-width: 780px) {
        .welcome-ph--black {
          font-size: 3rem; } }
      @media screen and (max-width: 480px) {
        .welcome-ph--black {
          font-size: 2.2rem; } }
    .welcome-ph--lower {
      text-transform: lowercase;
      font-size: 5rem;
      color: #323232;
      display: inline-block; }
      @media screen and (max-width: 980px) {
        .welcome-ph--lower {
          font-size: 4rem; } }
      @media screen and (max-width: 780px) {
        .welcome-ph--lower {
          font-size: 3rem; } }
      @media screen and (max-width: 480px) {
        .welcome-ph--lower {
          font-size: 2.4rem; } }
    .welcome-ph--blue {
      font-size: 8.2rem;
      margin-top: -1.5rem;
      color: #0C55D9;
      text-transform: uppercase;
      display: block;
      padding-left: 13.5rem; }
      @media screen and (max-width: 980px) {
        .welcome-ph--blue {
          font-size: 7rem;
          padding-left: 10rem; } }
      @media screen and (max-width: 780px) {
        .welcome-ph--blue {
          font-size: 5rem;
          padding-left: 5rem; } }
      @media screen and (max-width: 638px) {
        .welcome-ph--blue {
          font-size: 4.6rem;
          padding-left: 3rem;
          margin-top: -1rem; } }
      @media screen and (max-width: 480px) {
        .welcome-ph--blue {
          font-size: 4rem;
          padding-left: 2rem; } }
    .welcome-ph--small {
      font-size: 2.8rem;
      margin-top: -2rem;
      color: #0C55D9;
      text-transform: uppercase;
      display: block;
      padding-left: 13.5rem; }
      @media screen and (max-width: 980px) {
        .welcome-ph--small {
          font-size: 2.6rem; } }
      @media screen and (max-width: 780px) {
        .welcome-ph--small {
          font-size: 2.4rem; } }
      @media screen and (max-width: 638px) {
        .welcome-ph--small {
          font-size: 2rem;
          margin-top: -1rem;
          padding-left: 7rem; } }
      @media screen and (max-width: 480px) {
        .welcome-ph--small {
          font-size: 1.8rem;
          padding-left: 2rem; } }
  .welcome__left {
    width: 53%;
    margin-right: 4%; }
    @media screen and (max-width: 638px) {
      .welcome__left {
        width: 100%;
        margin-right: 0;
        padding: 0 2.6rem; } }
    @media screen and (max-width: 480px) {
      .welcome__left {
        width: 100%;
        margin-right: 0;
        padding: 0 1.5rem; } }
  .welcome__left--reverse {
    width: 49%;
    margin-right: 0; }
    @media screen and (max-width: 638px) {
      .welcome__left--reverse {
        width: 100%;
        margin-right: 0;
        padding: 0 2.6rem; } }
    @media screen and (max-width: 480px) {
      .welcome__left--reverse {
        width: 100%;
        margin-right: 0;
        padding: 0 1.5rem; } }
  .welcome__right {
    width: 43%; }
    @media screen and (max-width: 638px) {
      .welcome__right {
        width: 100%;
        margin-right: 0;
        padding: 0 2.6rem; } }
    @media screen and (max-width: 480px) {
      .welcome__right {
        width: 100%;
        margin-right: 0;
        padding: 0 1.5rem; } }
  .welcome__right--reverse {
    width: 51%;
    margin-right: 4%; }
    @media screen and (max-width: 638px) {
      .welcome__right--reverse {
        width: 100%;
        margin-right: 0;
        padding: 0 2.6rem; } }
    @media screen and (max-width: 480px) {
      .welcome__right--reverse {
        width: 100%;
        margin-right: 0;
        padding: 0 1.5rem; } }
  .welcome__img {
    padding-top: 10rem;
    margin-bottom: 30px;
    width: 100%; }
    @media screen and (max-width: 780px) {
      .welcome__img {
        padding-top: 6rem; } }
    @media screen and (max-width: 638px) {
      .welcome__img {
        padding-top: 3rem; } }
    @media screen and (max-width: 480px) {
      .welcome__img {
        padding-top: 2rem; } }
  .welcome__box {
    margin-bottom: 5rem; }
    @media screen and (max-width: 980px) {
      .welcome__box {
        margin-bottom: 4.5rem; } }
    @media screen and (max-width: 780px) {
      .welcome__box {
        margin-bottom: 4rem; } }
    @media screen and (max-width: 638px) {
      .welcome__box {
        margin-bottom: 3rem; } }
    @media screen and (max-width: 480px) {
      .welcome__box {
        margin: 2rem 0; } }

@font-face {
  font-family: "AvenirNext Regular";
  src: url("../fonts/AvenirNext-Regular.ttf"); }
@font-face {
  font-family: "AvenirNext Bold";
  src: url("../fonts/AvenirNext-Bold.ttf"); }
@font-face {
  font-family: "AvenirNext Medium";
  src: url("../fonts/AvenirNext-Medium.ttf"); }
body {
  background-color: #fff; }

.main-content {
  position: relative; }

.header__right {
  background-size: cover;
  width: 100%;
  height: 100vh; }

.section-welcome {
      background: url(../img/welcome.png) no-repeat center;
    background-size: contain;
   }

/*# sourceMappingURL=main.css.map */
body {
  overflow-x: hidden;
  background: url(../img/line-bg.jpg) 20% top repeat-y, url(../img/line-bg.jpg) 40% top repeat-y, url(../img/line-bg.jpg) 60% top repeat-y, url(../img/line-bg.jpg) 80% top repeat-y;
}
.header-contact {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
}
.header-contact .logo {
  padding: 33px 0px 0px 50px;
}
.header-contact .logo .logo-img {
  width: 100%;
}
.header-contact .nav {
  position: relative;
  min-width: 705px;
}
.header-contact .nav__adaptive-menu {
  display: none;
  cursor: pointer;
}
.header-contact .nav .nav__list li {
  display: inline-block;
  position: relative;
}
.header-contact .nav .nav__list li .nav__list-link {
  display: block;
  padding: 40px 20px 0px 20px;
  font-size: 16px;
  font-family: "AvenirNext-Bold";
  color: #0054db;
  cursor: pointer;
}
.header-contact .nav .nav__list li .nav__list-hover {
  visibility: hidden;
  position: absolute;
  background: #0054db;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 12px;
  top: 0;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.2);
}
.header-contact .nav .nav__list li .nav__list-hover--active {
  visibility: visible;
}
.header-contact .social__box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0054db;
  width: 380px;
  height: 130px;
}
.header-contact .social__box-item {
  margin: 10px;
}
.wrapper {
  margin: auto;
  max-width: 1340px;
}
.main-contact {
  background: url(../img/main-bg.jpg) 35% top no-repeat;
  padding: 55px 50px 0px 50px;
}
.contact-wrapper {
  background: url("../img/map.png") center bottom no-repeat;
  background-size: contain;
  padding-bottom: 200px;
}
.main-contact__title {
  font-family: "AvenirNext-Bold";
  font-size: 3.5rem;
  color: #212121;
}
.main-contact .contact-block {
  padding-left: 110px;
}
.main-contact .contact-block-title {
  color: #0054db;
  line-height: 1;
}
.main-contact .contact-block-title:nth-child(1) {
  font-family: "AvenirNext-Bold";
  font-size: 4.5rem;
}
.main-contact .contact-block-title:nth-child(2) {
  font-family: "AvenirNext-Regular";
  font-size: 3.5rem;
  margin-bottom: 75px;
}
.main-contact .contact-block .contact-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main-contact .contact-block .contact-box__desc-title {
  font-size: 2rem;
  color: #0054db;
  font-family: "AvenirNext-Bold";
  text-transform: uppercase;
}
.main-contact .contact-block .contact-box__desc-box {
  display: flex;
  align-items: center;
}
.main-contact .contact-block .contact-box__desc-box .icon-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0054db;
  width: 55px;
  height: 55px;
  margin: 25px 0 25px 0;
}
.main-contact .contact-block .contact-box__desc-box .icon-desc {
  padding: 0 45px 0 45px;
  font-size: 13px;
  color: #212121;
  font-family: "AvenirNext-Regular";
}
.main-contact .contact-block .contact-box__map {
  position: relative;
  display: flex;
  height: 460px;
}
.main-contact .contact-block .contact-box__map .map-frame {
  position: relative;
  z-index: 4;
  width: 750px;
  height: 380px;
  align-self: center;
  margin-left: 75px;
}
.main-contact .contact-block .contact-box__map .blue-square {
  position: absolute;
  z-index: 0;
  background: #0054db;
  top: 0;
  width: 500px;
  height: 460px;
}
.footer-contact {
  background: url(../img/footer-bg.jpg) 10% bottom repeat-y;
  padding: 50px 50px 70px 50px;
}
.footer-contact__title {
  line-height: 1;
  font-size: 2rem;
  color: #0054db;
  font-family: "AvenirNext-Bold";
  text-transform: uppercase;
}
.footer-contact .footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-contact .footer-box__item {
  position: relative;
  padding: 35px 0 35px 0;
}
.footer-contact .footer-box__item .footer-box__desc {
  font-size: 18px;
  color: #212121;
  font-family: "AvenirNext-Regular";
}
.footer-contact .footer-box__item .footer-box__social {
  margin-top: 30px;
}
.footer-contact .footer-box__item .footer-box__social-item {
  margin-right: 15px;
}
.footer-contact .footer-box__item .form-button,
.footer-contact .footer-box__item .map-button,
.footer-contact .footer-box__item .scroll-button {
  display: block;
  text-align: center;
  background: #0054db;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border: 0;
}
.footer-contact .footer-box__item .form-button {
  width: 255px;
  padding: 20px 0 20px 0;
  margin-bottom: 45px;
}
.footer-contact .footer-box__item .map-button {
  display: inline-block;
  width: 185px;
  padding: 20px 0 20px 0;
}
.footer-contact .footer-box__item .scroll-button {
  display: inline-block;
  width: 65px;
  padding: 20px 0 20px 0;
  margin-left: 5px;
}
.footer-form {
  transition: all 0.8s;
  left: 1000px;
  z-index: 5;
  background: #f1f1f1;
  position: absolute;
  padding: 10px 20px;
  visibility: hidden;
  height: 250px;
  top: -250px;
}
.footer-form form {
  width: 255px;
}
.fixed .footer-form form {
  padding-top: 30px;
}
.footer-form form * {
  margin-bottom: 10px;
}
.footer-form form label {
  display: block;
  color: #212121;
  font-size: 18px;
  font-family: "AvenirNext-Regular";
}
.footer-form form a {
  display: block;
  color: #212121;
  font-size: 18px;
  font-family: "AvenirNext-Regular";
  cursor: pointer;
}
.doc-files > div {
  display: flex;
  align-items: center;
}
.doc-files svg {
  width: 28px;
  height: 18px;
}
.footer-form form input[type="text"] {
  font-size: 20px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #0054da;
  color: #212121;
  width: 100%;
}
.footer-form form input[type="submit"] {
  font-size: 20px;
  font-family: "AvenirNext-Regular";
  width: 100%;
  color: #ffffff;
  background: #0054db;
  border: 0;
  cursor: pointer;
  display: block;
  padding: 10px 0;
}
.footer-form .form__close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #0054db;
  cursor: pointer;
}
.footer-form .form__close-button span {
  top: 50%;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
  height: 2px;
  background: white;
}
.footer-form .form__close-button span {
  transform: rotate(45deg);
}
.footer-form .form__close-button span:first-child {
  transform: rotate(-45deg);
}
.footer-form--active {
  visibility: visible;
  left: -20px;
}
.footer-box__item.fixed {
  position: fixed;
  bottom: -40px;
  right: 70px;
  z-index: 10;
  width: auto !important;
}

@media(max-width:425px) {
  .footer-contact {
    padding: 50px 50px 70px 50px;
  }
}
@media (max-width: 2560px) {}
    
@media (max-width: 1440px) {}

@media (max-width: 1440px) {
    .main-contact .contact-block {
        padding-left: 0;
    }
}

@media (max-width: 1375px) {
    .header-contact{
        padding-right: 50px;
    }
    .header-contact .social__box {
        position: absolute;
        right: 0;
        top: 0;
        flex-direction: column;
        width: 50px;
        height: 300px;
    }
}
@media (max-width: 1302px) {
    .main-contact .contact-block .contact-box__map .map-frame {
        width: 500px;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 1056px) {
    .main-contact .contact-block .contact-box__desc {
        margin-bottom: 50px;
    }
    .main-contact .contact-block .contact-box__map {
        width: 100%;
    }
    .main-contact .contact-block .contact-box__map .map-frame {
        width: 100%;
    }
    .main-contact .wrapper {
        padding-bottom: 100px;
    }
    .footer-contact .footer-box__item {
        width: 50%;
    }
}

@media (max-width: 1000px) {
    .header-contact .nav .nav__list li .nav__list-hover--active {
        display: none;
    }
    .header-contact .nav {
        min-width: initial;
    }
    .header-contact .nav__adaptive-menu {
        display: block;
        position: absolute;
        top:0;
        right: 0;
        padding: 20px;
    }
    .header-contact .nav .nav__list{
        min-width: 270px;
        padding-right: 75px;
        transition: all 0s;
        margin-left: -500px;
        opacity: 0;
        visibility: hidden;
    }
    .header-contact .nav .nav__list--active{
        transition: all 0.6s;
        visibility: visible;
        margin-left: 0;
        opacity: 1;
    }
    .header-contact .nav .nav__list li {
        display: block;
    }
    .header-contact .nav .nav__list li .nav__list-link {
        padding-top: 20px;
    }
}
@media (max-width: 768px) {}
@media (max-width: 650px) {
    .footer-contact .footer-box__item {
        width: 100%;
    }
    /* .footer-form{
        position: static;
        display: none;
    }
    .footer-form--active{
        display: block;
    } */
}

@media (max-width: 550px) {
    html,body{
        font-size: 14px;
    }
    .header-contact {
        padding-right: 0;
    }
    .header-contact .logo {
        padding: 15px 0px 0px 15px;
    }
    .header-contact .nav {
        position: static;
    }
    .header-contact .nav .nav__list {
        min-width: 0;
        padding-right: 0;
        margin-top: -500px;
        transition: margin-top 2s;
    }
    .header-contact .nav .nav__list--active{
        margin-top: 0;
    }
    .header-contact .social__box {
        margin-right: 80px;
        margin-top:-500px;
        position: static;
        transition: margin-top 2s ;
    }
    .header-contact .social__box--active {
        margin-top: 0;
    }
    .main-contact {
        padding-left: 15px;padding-right: 15px;
    }
    .main-contact .contact-block .contact-box__map .map-frame {
        margin-left: 0;
    }
}

@media (max-width: 425px) {
    .main-contact .contact-block .contact-box__desc-box .icon-desc {
        padding: 0 20px 0 20px;
    }
    .footer-contact {
        padding-left: 20px; padding-right: 20px;
    }
    /* .main-contact .contact-block .contact-box__map .map-frame {
        height: 250px;
    } */
}
    
@media (max-width: 375px) {}
    
@media (max-width: 320px) {}

footer {
  margin-top: 30px;
}

.about-us-list {
  padding-left: 20px;
  margin-top: 20px;
  font-size: 17px;
  font-family: 'AvenirNext-Regular';
}
.about-us-list li {
  margin-bottom: 10px;
  display: block;
  position: relative;
  padding-left: 20px;
}
.about-us-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #0054da;
  width: 10px;
  height: 10px;
}

.about-blue-bg {
  background-color: #0054da;
  padding: 25px;
  color: #fff;
  font-size: 15px;
}

.box-row {
  margin-top: 200px;
  display: flex;
  position: relative;
}
.box-row .arow-left {
  height: 50%;
  margin-right: 30px;
  cursor: pointer;
}
.box-row .arow-right {
  height: 50%;
  cursor: pointer;
}
.box-row .number-box {
  margin-left: 20px;
  margin-top: -2%;
}
.box-row .number-box span {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  margin-left: 10px;
}
.box-row .number-box span.active {
  position: absolute;
  top: -100%;
  left: -10%;
  color: #0054db;
  font-size: 82px;
  margin-right: 20px;
}
.box-vacancy-slider {
  margin-top: 50px;
  display: flex;
}
.box-vacancy-slider .left {
  visibility: hidden;
}
.box-vacancy-slider .right {
  visibility: hidden;
}
.box-vacancy-slider .vacansy {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  border: 2px solid #0054db;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.box-vacancy-slider .vacansy .type-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px;
  background-color: #0054db;
}
.box-vacancy-slider .vacansy .type-box .type {
  display: flex;
  justify-content: space-around;
  width: 50%;
}
.box-vacancy-slider .vacansy .type-box .type .box-text {
  display: flex;
  flex-direction: column;
  border-right: 2px solid rgba(255, 255, 255, 0.411);
  box-sizing: border-box;
  width: 40%;
}
.box-vacancy-slider .vacansy .type-box .type .box-text .text {
  font-size: 26px;
}
.box-vacancy-slider .vacansy .type-box .type .box-text .text b {
  font-size: 26px;
  font-weight: 700;
}
.box-vacancy-slider .vacansy .type-box .type .box-text .text:nth-child(2) {
  opacity: 0.4;
  font-size: 20px;
  margin-top: 10px;
}
.box-vacancy-slider .vacansy .type-box .type:nth-child(2) .box-text:nth-child(2) {
  border: none;
}
.box-vacancy-slider .vacansy .box-contact {
  background-color: #f6f6f6;
  padding: 50px;
}
.box-vacancy-slider .vacansy .box-contact .title-contact {
  color: #022222;
  font-size: 23px;
}
.box-vacancy-slider .vacansy .box-contact .title-contact b {
  font-weight: 700;
  color: #022222;
  font-size: 23px;
}
.box-vacancy-slider .vacansy .box-contact .phone-box {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.box-vacancy-slider .vacansy .box-contact .phone-box img {
  height: 100%;
}
.box-vacancy-slider .vacansy .box-contact .phone-box .phone {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.box-vacancy-slider .vacansy .box-contact .phone-box .phone span {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
}
.box-vacancy-slider .vacansy .box-contact .mail-box {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.box-vacancy-slider .vacansy .box-contact .mail-box img {
  height: 100%;
}
.box-vacancy-slider .vacansy .box-contact .mail-box span {
  color: #0054db;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin-left: 40px;
}
.box-vacancy-slider .vacansy .type-box .type .box-text .text {
  color: #fff;
}

/* хедер внутренний */

header.header-about {
  /* background: #ffffff; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header.header-about .logo {
  position: absolute;
  right: 0;
  background: #0054db;
  height: 555px;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.header-about .logo .logo-img {
  width: 100%;
}
header.header-about .nav {
  padding-right: 280px;
  position: relative;
  min-width: 705px;
}
header.header-about .nav__adaptive-menu {
  display: none;
  cursor: pointer;
}
header.header-about .nav .nav__list li {
  display: inline-block;
  position: relative;
}
header.header-about .nav .nav__list li .nav__list-link {
  display: block;
  padding: 40px 20px 0px 20px;
  font-size: 16px;
  font-family: "AvenirNext-Regular";
  font-weight: bold;
  color: #0054db;
  cursor: pointer;
}
header.header-about .nav .nav__list li .nav__list-hover {
  visibility: hidden;
  position: absolute;
  background: #0054db;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 12px;
  top: 0;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.2);
}
header.header-about .nav .nav__list li .nav__list-hover--active {
  visibility: visible;
}
header.header-about .nav .nav__list li .nav__list-link.active-a {
  font-family: "AvenirNext-Bold";
}
header.header-about .social__box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 130px;
}
header.header-about .social__box-item {
  margin: 10px;
}
header.header-about .about-block {
  width: 100%;
  padding-right: 280px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header.header-about .about-block__box-img .about-block__img {
  width: 100%;
}
header.header-about .about-block__desc {
  padding: 120px 55px 0 55px;
  position: relative;
}
header.header-about .about-block__desc-title {
  width: 700px;
  line-height: 1;
  position: absolute;
  left: -110px;
  top: 0;
  color: #0054db;
  font-family: "AvenirNext-Bold";
  font-size: 5rem;
}
header.header-about .about-block__desc-text {
  width: 500px;
  line-height: 1;
  color: #212121;
  font-family: "AvenirNext-Regular";
  font-size: 2rem;
  text-align: justify;
}

@media(max-width:1262px) {
  header.header-about .social__box {
    width: 70px;
    height: 260px;
    order: 3;
    flex-direction: column;
    margin-bottom: -130px;
  }
  header.header-about .nav {
    padding-right: 0;
    min-width: 600px;
    order: 2;
  }
  header.header-about .logo {
    position: unset;
    height: 130px;
    width: 280px;
    order: 1;
  }
  header.header-about .about-block {
    order: 4;
  }
  header.header-about .about-block__box-img .about-block__img {
    min-width: 245px;
  }
}
#menuBtn-about {
  display: none;
}
@media(max-width:952px) {
  #menuBtn-about {
    display: block;
    order: 2;
    margin: 20px;
  }
  header.header-about .social__box {
  height: 310px;
  display: none;
  }
  header.header-about .nav {
    min-width: 0;
    display: none;
  }
  header.header-about .nav ul.nav__list {
    display: flex;
    flex-direction: column;
    width: 160px;
    float: right;
  }
  header.header-about .nav .nav__list li .nav__list-hover--active {
    display: none;
  }
  header.header-about .about-block {
    padding-right: 0;
  }
  header.header-about .about-block__desc-text {
    width: auto;
  }
}

@media(max-width:592px) {
  header.header-about .about-block__desc {
    padding: 15px;
    padding-top: 70px;
    position: relative;
  }
  header.header-about .about-block {
    display: flex;
    flex-direction: column;
  }
  header.header-about .about-block__desc-text {
    font-size: 22px;
  }
  header.header-about .about-block__desc-title {
    font-size: 26px;
    width: 100%;
    left: 0;
    padding: 15px;
  }
}

.verticalBox-slide {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.verticalBox-slide .verticalSlide-foto {
  transition: all 0.5s linear;
  margin-left: 30px;
  margin-right: 30px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* visibility: hidden; */
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.verticalBox-slide .top {
  top: 0;
  left: 0;
  right: 0;
  height: 37%;
  animation: fotoFon 0.5s linear ;
  /* visibility: visible; */
  opacity: 1;
}
.verticalBox-slide .center-top {
  top: 12%;
  left: 0;
  right: 0;
  height: 37%;
  margin: 0;
  animation: fotoFon 0.5s linear ;
  /* visibility: visible; */
  opacity: 1;
}
.verticalBox-slide .center-slide {
  display: inline-block;
  top: 25%;
  left: -10%;
  right: -10%;
  height: 50%;
  z-index: 50;
  margin: 0;
  animation: foto 0.5s linear;
  /* visibility: visible; */
  opacity: 1;
}
.verticalBox-slide .center-bottom {
  top: 50%;
  left: 0;
  right: 0;
  height: 37%;
  z-index: 30;
  margin: 0;
  animation: fotoFon 0.5s linear ;
  /* visibility: visible; */
  opacity: 1;
}
.verticalBox-slide .bottom {
  top: 62%;
  left: 0;
  right: 0;
  height: 37%;
  animation: fotoFon 0.5s linear ;
  z-index: 20;
  /* visibility: visible; */
  opacity: 1;
}

/* slide2 */
.horizontalBox-slide {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  
}
.horizontalBox-slide .horizontalSlide-foto {
  transition: all 0.5s linear;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
}
.horizontalBox-slide .left {
  top: 20%;
  bottom: 0;
  left: -37%;
  right: 0;
  height: 60%;
  animation: fotoFon2 1s linear ;
  opacity: 1;
}
.horizontalBox-slide .center-left {
  top: 10%;
  bottom: 0;
  left: -25%;
  right: 0;
  height: 80%;
  margin: 0;
  animation: fotoFon2 1s linear ;
  opacity: 1;
}
.horizontalBox-slide .center-slide {
  display: inline-block;
  top: 0;
  bottom: 0;
  left: -10%;
  right: -10%;
  height: 100%;
  z-index: 50;
  margin: 0;
  animation: foto2 1s linear;
  opacity: 1;
}
.horizontalBox-slide .center-right {
  top: 10%;
  bottom: 0;
  left: 0;
  right: -25%;
  height: 80%;
  z-index: 30;
  margin: 0;
  animation: fotoFon2 1s linear ;
  opacity: 1;
}
.horizontalBox-slide .right {
  top: 20%;
  bottom: 0;
  left: 0;
  right: -37%;
  height: 60%;
  animation: fotoFon 1s linear ;
  opacity: 1;
  z-index: 20;
}
@keyframes foto {
  0%,
  100% {
    /* transform: scale(1); */
    /* opacity: 1; */
  }
  50% {
    /* transform: scale(1.1); */
    /* opacity: .90; */
  }
}
@keyframes fotoFon {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: .60;
  }
}


.wrapper {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.box-row {
  margin-top: 200px;
  margin-left: 10%;
  display: flex;
  position: relative;
  align-items: flex-end;
  border-bottom: 3px solid #d0d0d0;
  padding-bottom: 15px;
}
.box-row .arow-left {
  height: 50%;
  margin-left: 177px;
  margin-right: 30px;
  cursor: pointer;
}
.box-row .arow-right {
  height: 50%;
  cursor: pointer;
}
.box-row .number-box {
  margin-left: 20px;
  margin-top: -2%;
  display: flex;
  width: 1200px;
  justify-content: space-around;
}
.box-row .number-box span {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  margin-left: 10px;
}
.box-row .number-box span b {
  margin-top: 20px;
  font-size: 20px;
  color: #0054db;
  font-weight: 700;
  letter-spacing: -0.4px;
}
.box-row .number-box span.active {
  position: absolute;
  top: 7%;
  left: -15%;
  color: #0054db;
  font-size: 82px;
  margin-right: 20px;
}
.box-row .number-box span.active b {
  position: absolute;
  color: #0054db;
  font-weight: 700;
  letter-spacing: -0.4px;
  font-size: 30px;
  left: 180px;
  top: 90%;
  width: 280px;
  display: inline-block;
}
.box-row .number-box span.active b:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -31px;
  border-top: 7px solid #0054db;
}
.box-text-slider {
  max-width: 1300px;
  margin: 105px auto;
  display: flex;
}
.box-text-slider .left {
  visibility: hidden;
}
.box-text-slider .right {
  visibility: hidden;
}
.box-text-slider .slide-text .box-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* max-width: 555px; */
  margin-left: 100px;
}
.box-text-slider .slide-text .box-text li {
  margin-bottom: 40px;
  margin-left: 60px;
  color: #0054db;
}
.box-text-slider .slide-text .box-text li span {
  font-size: 30px;
  color: #333333;
  position: relative;
}
.box-text-slider .slide-text .box-text li span:after {
  content: "";
  position: absolute;
  height: 21px;
  width: 21px;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 2px 3px 6px 1px rgba(91, 91, 91, 0.25);
  background-color: #0054db;
}

@media (max-width: 1560px) {
  .box-row .number-box span.active {
    font-size: 50px;
    top: 50%;
    left: -12%;
  }
  .box-row .number-box span.active b {
    font-size: 24px;
    left: 120px;
    top: 85%;
  }
  .box-row .number-box span b {
    margin-top: 10px;
    font-size: 16px;
  }
  .box-row .number-box span {
    font-size: 18px;
  }
  .box-row .number-box span.active b {
    font-size: 20px;
    width: 190px;
  }
  .box-text-slider .slide-text .box-text li span {
    font-size: 18px;
  }
  .box-text-slider .slide-text .box-text li span:after {
    height: 10px;
    width: 10px;
    left: -80px;
  }
  .box-text-slider .slide-text .box-text {
    /* max-width: 350px; */
  }
}
@media (max-width: 1260px) {
  .box-row .number-box span.active {
    top: 35%;
  }
  .box-row .number-box span.active b {
    left: 90px;
    top: 105%;
  }
  .box-row .number-box span.active b {
    font-size: 18px;
    width: 170px;
    margin-top: 0px;
  }
  .box-row .number-box span.active b:after {
    top: -19px;
  }
  .box-text-slider .slide-text .box-text li {
    margin-bottom: 25px;
    margin-left: 50px;
  }
  .box-row .arow-right {
    height: 20px;
  }
  .box-row .arow-left {
    height: 20px;
  }
}
@media (max-width: 960px) {
  .box-row .number-box span {
    flex-direction: row;
  }
  .box-row .number-box {
    flex-wrap: wrap;
    justify-content: end;
  }
  .box-row .number-box span b {
    display: none;
  }
  .box-row .number-box span.active {
    top: -60%;
    left: 0%;
  }
  .box-row .number-box span.active b {
    left: -10px;
    top: 105%;
  }
  .box-row .number-box span.active b:after {
    top: -8px;
  }
  .box-row .number-box {
    padding-bottom: 10px;
  }
  .box-text-slider .slide-text .box-text li span:after {
    height: 7px;
    width: 7px;
    left: -50px;
  }
  .box-text-slider .slide-text .box-text li span {
    font-size: 16px;
  }
  .box-text-slider {
    margin: 60px auto;
  }
}
@media (max-width: 560px) {
  .box-row .number-box span.active b:after {
    left: 0;
    bottom: -10px;
    right: 0;
    border-top: none;
    border-left: 5px solid#0054db;
  }
  .box-row .number-box span.active b {
    left: 80px;
    top: 35%;
  }
  .box-row .arow-left {
    margin-right: 15px;
    margin-left: 25px;
  }
  .box-row .number-box {
    margin-top: 12%;
  }
  .box-text-slider .slide-text .box-text {
    margin-left: 30px;
  }
  .box-text-slider .slide-text .box-text li {
    margin-left: 30px;
  }
  .box-text-slider {
    margin: 20px auto;
  }
  .box-text-slider .slide-text .box-text li span:after {
    left: -30px;
  }
  .box-row .number-box span.active b:after {
    left: -5px;
  }
}

.footer-box__item:last-child {
  display: flex;
}

/* 2 слайдер */
.box-row .number-box {
  margin-left: 20px;
  margin-top: -2%;
}
.box-row .number-box span {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  margin-left: 10px;
}
.box-row .number-box span.number-active {
  position: absolute;
  top: -100%;
  left: -10%;
  color: #0054db;
  font-size: 82px;
  margin-right: 20px;
}
.box-vacancy-slider {
  max-width: 1200px;
  margin: 50px auto;
  display: flex;
}
.box-vacancy-slider .left {
  visibility: hidden;
}
.box-vacancy-slider .right {
  visibility: hidden;
}
.box-vacancy-slider .vacansy {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  border: 2px solid #0054db;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.box-vacancy-slider .vacansy .type-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  background-color: #0054db;
}
.box-vacancy-slider .vacansy .type-box .type {
  display: flex;
  justify-content: space-around;
  width: 50%;
}
.box-vacancy-slider .vacansy .type-box .type .box-text {
  display: flex;
  flex-direction: column;
  border-right: 2px solid rgba(255, 255, 255, 0.411);
  box-sizing: border-box;
  width: 40%;
}
.box-vacancy-slider .vacansy .type-box .type .box-text .text {
  font-size: 26px;
}
.box-vacancy-slider .vacansy .type-box .type .box-text .text b {
  font-size: 26px;
  font-weight: 700;
}
.box-vacancy-slider .vacansy .type-box .type .box-text .text:nth-child(2) {
  opacity: 0.4;
  font-size: 20px;
  margin-top: 10px;
}
.box-vacancy-slider .vacansy .type-box .type:nth-child(2) .box-text:nth-child(2) {
  border: none;
}
.box-vacancy-slider .vacansy .box-contact {
  background-color: #f6f6f6;
  padding: 50px;
}
.box-vacancy-slider .vacansy .box-contact .title-contact {
  color: #022222;
  font-size: 23px;
}
.box-vacancy-slider .vacansy .box-contact .title-contact b {
  font-weight: 700;
  color: #022222;
  font-size: 23px;
}
.box-vacancy-slider .vacansy .box-contact .phone-box {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.box-vacancy-slider .vacansy .box-contact .phone-box img {
  height: 100%;
}
.box-vacancy-slider .vacansy .box-contact .phone-box .phone {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.box-vacancy-slider .vacansy .box-contact .phone-box .phone span {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
}
.box-vacancy-slider .vacansy .box-contact .mail-box {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.box-vacancy-slider .vacansy .box-contact .mail-box img {
  height: 100%;
}
.box-vacancy-slider .vacansy .box-contact .mail-box span {
  color: #0054db;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin-left: 40px;
}

/* 2 слайдер media */

@media (max-width: 1560px) {
  .box-row .number-box span.number-active {
    left: -8%;
    font-size: 60px;
  }
  .box-row .number-box span {
    font-size: 20px;
  }
  .box-row .arow-right {
    height: 20px;
  }
  .box-row .arow-left {
    height: 20px;
  }
  .box-vacancy-slider {
    margin: 40px auto;
  }
  .box-vacancy-slider .vacansy .type-box .type .box-text .text b {
    font-size: 22px;
  }
  .box-vacancy-slider .vacansy .type-box .type .box-text .text {
    font-size: 22px;
  }
  .box-vacancy-slider .vacansy .type-box .type .box-text .text:nth-child(2) {
    font-size: 16px;
  }
  .box-vacancy-slider .vacansy .box-contact .title-contact {
    font-size: 20px;
  }
  .box-vacancy-slider .vacansy .box-contact .title-contact b {
    font-size: 20px;
  }
  .box-vacancy-slider .vacansy .type-box {
    padding: 15px;
  }
  .box-vacancy-slider .vacansy .box-contact {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .box-row .number-box span.number-active {
    font-size: 50px;
    left: -10%;
    top: -80%;
  }
  .box-row {
    margin-left: 8%;
  }
  .box-row .number-box {
    margin-left: 10px;
  }
  .box-row .number-box span {
    font-size: 16px;
  }
  .box-vacancy-slider .vacansy .type-box .type .box-text .text b {
    font-size: 18px;
  }
  .box-vacancy-slider .vacansy .type-box .type .box-text .text {
    font-size: 18px;
  }
  .box-vacancy-slider .vacansy .type-box .type .box-text .text:nth-child(2) {
    font-size: 12px;
  }
  .box-vacancy-slider .vacansy .box-contact .title-contact b {
    font-size: 16px;
  }
  .box-vacancy-slider .vacansy .box-contact .title-contact {
    font-size: 16px;
  }
  .box-vacancy-slider .vacansy .box-contact .phone-box .phone span {
    font-size: 16px;
  }
  .box-vacancy-slider .vacansy .box-contact .mail-box span {
    font-size: 16px;
    margin-left: 30px;
  }
  .box-vacancy-slider .vacansy .box-contact .phone-box img {
    height: 20px;
  }
  .box-vacancy-slider .vacansy .box-contact .mail-box img {
    height: 20px;
  }
  .box-vacancy-slider .vacansy .box-contact {
    padding: 30px;
  }
}
@media (max-width: 960px) {
  .box-vacancy-slider .vacansy .type-box .type .box-text {
    width: 44%;
  }
}
@media (max-width: 760px) {
  .box-row .number-box span.number-active {
    font-size: 40px;
    left: -15%;
  }
  .box-row {
    margin-left: 12%;
  }
  .box-row .arow-left {
    height: 15px;
  }
  .box-row .arow-right {
    height: 15px;
  }
  .box-vacancy-slider {
    margin: 25px auto;
  }
  .box-vacancy-slider .vacansy .type-box .type .box-text .text {
    font-size: 14px;
  }
  .box-vacancy-slider .vacansy .type-box .type .box-text .text b {
    font-size: 14px;
  }
  .box-vacancy-slider .vacansy .type-box .type .box-text {
    width: 48%;
  }
  .box-vacancy-slider .vacansy .type-box {
    padding: 5px;
  }
  .box-vacancy-slider .vacansy .box-contact .title-contact b {
    font-size: 14px;
  }
  .box-vacancy-slider .vacansy .box-contact .title-contact {
    font-size: 14px;
  }
  .box-vacancy-slider .vacansy .box-contact .phone-box .phone span {
    font-size: 14px;
    line-height: 20px;
  }
  .box-vacancy-slider .vacansy .box-contact .phone-box .phone {
    margin-left: 20px;
  }
  .box-vacancy-slider .vacansy .box-contact .mail-box span {
    font-size: 14px;
    margin-left: 15px;
  }
  .box-vacancy-slider .vacansy .box-contact .phone-box {
    margin-top: 10px;
  }
  .box-vacancy-slider .vacansy .box-contact .mail-box {
    margin-top: 10px;
  }
  .box-vacancy-slider .vacansy .box-contact {
    padding: 15px;
  }
}
@media (max-width: 560px) {
  .box-row {
    margin-top: 50px;
  }
  .qs-padding {
    padding-top: 30px;
  }
  .box-row .number-box span.number-active {
    font-size: 30px;
    left: -23%;
    top: -60%;
  }
  .box-row {
    margin-left: 18%;
  }
  .box-row .arow-left {
    margin-right: 15px;
  }
  .box-vacancy-slider {
    margin: 10px auto;
  }
  .box-row .number-box span {
    font-size: 14px;
    margin-left: 5px;
  }
  .box-row-bottom {
    margin-top: -5%;
    margin-bottom: 30px;
  }
  .box-vacancy-slider .vacansy .type-box .type {
    flex-direction: column;
    align-items: center;
  }
  .box-vacancy-slider .vacansy .type-box .type:nth-child(2) .box-text:nth-child(1) {
    border: none;
  }
  .box-vacancy-slider .vacansy .type-box .type .box-text {
    width: 100%;
  }
  .box-vacancy-slider .vacansy .type-box .type .box-text:nth-child(1) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.411);
    padding: 10px;
  }
  .box-vacancy-slider .vacansy .type-box .type .box-text:nth-child(2) {
    padding: 10px;
  }
  .box-vacancy-slider .vacansy .type-box .type:nth-child(2) .box-text:nth-child(1) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.411);
    padding: 10px;
  }
  .box-vacancy-slider .vacansy .box-contact .phone-box img {
    height: 18px;
  }
  .box-vacancy-slider .vacansy .box-contact .mail-box img {
    height: 18px;
  }
  .box-vacancy-slider .vacansy .box-contact .phone-box {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 2px solid #0054db;
  }
  .box-vacancy-slider .vacansy .box-contact {
    padding: 5px;
  }
  .box-vacancy-slider .vacansy {
    margin-bottom: 25px;
  }
}

.welcome-ph--lower {
  padding: 5px;
}
@media(max-width: 450px) {
  .welcome-ph {
    border-left: 0 !important;
  }
  .welcome-ph--black {
    margin-left: 0 !important;
  }
}
.slick-prev, .slick-next {
  display: none !important;
}

.modal {
  background-color: rgba(0, 0, 0, 0.73);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.modal .footer-form {
  position: unset;
  visibility: visible;
}
.modal form > div {
  display: none;
}
[data-modal-opener] {
  cursor: pointer;
}

.modal #closeFormBtn{
  display: block !important;
  position: relative;
  float: right;
  margin-right: -30px;
  top: 0;
  margin-top: -237px;
}
.blue-text-contact {
  color: #0000ee;
}
.about-us-slider-blue {
  width: 300px;
  height: 330px;
  overflow: hidden;
}
.about-us-slider-blue .slide {
  display: block;
  width: 100%;
  left: unset !important;
}
.about-us-slider-blue .slide:nth-child(2) {
  top:-320px!important;
}
.about-us-slider-blue .slide:nth-child(3) {
  top:-630px!important;
}
.about-us-slider-blue .slide:nth-child(4) {
  top:-870px!important;
}
#about-us-next-js {
  cursor: pointer;
  margin-left: 5px;
}
.about-us-slider-blue-wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
  width: 334px;
  margin: 0 auto;
}
.wrapper {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.box-slider {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.verticalBox-slide {
  max-width: 320px;
}
.box-slider .slider .slide-text {
  max-height: 360px;
}
.box-slider .verticalBox-slide .center-slide {
  background: #0a19f1;
}
.box-slider .verticalBox-slide .center-top {
  background: #739efa;
  top: 20%;
}
.box-slider .verticalBox-slide .top {
  background: #b9bdfa;
  top: 15%;
}
.box-slider .verticalBox-slide .center-bottom {
  display: none;
}
.box-slider .verticalBox-slide .bottom {
  display: none;
}
.box-slider .slider {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-slider .slider .slide-text {
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
    min-height: 350px;
}
.box-slider .slider .slide-text p {
  font-size: 0px;
color: transparent;
}
.box-slider .slider .slide-text.center-slide p {
  font-size: 18px;
color: #fff;
}
.box-slider .number {
  margin-left: 145px;
  display: flex;
  align-items: center;
}
.box-slider .number svg {
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.box-slider .number svg:hover {
  transform: rotate(90deg);
}
.box-slider .number svg.active-up {
  transform: rotate(-90deg);
}
.box-slider .number .box-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-slider .number .box-number span {
  color: #0a19f1;
  font-size: 50px;
  font-weight: 700;
  cursor: pointer;
}
.box-slider .verticalBox-slide .center-top p,
.box-slider .verticalBox-slide .top p {
  color: transparent;
}
@media(max-width:654px) {
  .box-slider .number .box-number {
    display: none;
  }
.box-slider .number {
        margin-left: 0;
  }
.box-slider {    flex-direction: column;}
}
.verticalBox-slide {height: 500px !important;}
#contactform-button {
    display: block;
    color: #fff;
    background: #0054da;
    text-align: center;
    cursor: pointer;
    padding: 12px;
    font-size: 17px;
}
@media(max-width:556px) {
.header__icons {
    display: none;
}
.header__block {
    position: unset;
width: 175px !important;
    height: auto !important;
    margin: 15px;
}
.header__left {
    background-color: #0c55d9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
}
@media screen and (max-width: 480px){
.header__list {
    z-index: 2;
    position: absolute;
    top: 98px;
    background-color: #0c55d9;
}
}