/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
.container {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px; }

@font-face {
  font-family: 'FF Unit Pro Thin';
  font-style: normal;
  font-weight: 200;
  src: local("FF Unit Pro Thin"), url("../font/FF Unit Pro Thin.woff") format("woff"); }

@font-face {
  font-family: 'FF Unit Pro Light';
  font-style: normal;
  font-weight: 300;
  src: local("FF Unit Pro Light"), url("../font/FF Unit Pro Light.woff") format("woff"); }

@font-face {
  font-family: 'FF Unit Pro Regular';
  font-style: normal;
  font-weight: 400;
  src: local("FF Unit Pro Regular"), url("../font/FF Unit Pro Regular.woff") format("woff"); }

@font-face {
  font-family: 'FF Unit Pro Medium';
  font-style: normal;
  font-weight: 500;
  src: local("FF Unit Pro Medium"), url("../font/FF Unit Pro Medium.woff") format("woff"); }

@font-face {
  font-family: 'FF Unit Pro Bold';
  font-style: normal;
  font-weight: 600;
  src: local("FF Unit Pro Bold"), url("../font/FF Unit Pro Bold.woff") format("woff"); }

@font-face {
  font-family: 'FF Unit Pro Black';
  font-style: normal;
  font-weight: 700;
  src: local("FF Unit Pro Black"), url("../font/FF Unit Pro Black.woff") format("woff"); }

.header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  padding: 10px 45px;
  z-index: 5; }
  @media screen and (max-width: 1199px) {
    .header__wrapper {
      padding: 10px 24px; } }

.header__contact {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  z-index: 12;
  transition: .3s; }
  .header__contact:hover {
    color: #E31F25; }
  @media screen and (max-width: 1199px) {
    .header__contact {
      display: none; } }

.header__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-left: 55px;
  border-radius: 4px;
  background-color: #FFF;
  z-index: 12; }
  @media screen and (max-width: 1199px) {
    .header__btn {
      width: 48px;
      height: 48px;
      margin-left: auto; } }
  .header__btn:before, .header__btn:after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    transition: .3s; }
  .header__btn:before {
    top: 19px; }
    @media screen and (max-width: 1199px) {
      .header__btn:before {
        top: 15px; } }
  .header__btn:after {
    bottom: 19px; }
    @media screen and (max-width: 1199px) {
      .header__btn:after {
        bottom: 15px; } }
  .header__btn .btn-line {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    transition: .3s; }
  .header__btn.active .btn-line {
    display: none; }
  .header__btn.active:before {
    top: 27px;
    transform: rotate(45deg); }
    @media screen and (max-width: 1199px) {
      .header__btn.active:before {
        top: 23px; } }
  .header__btn.active:after {
    bottom: 27px;
    transform: rotate(-45deg); }
    @media screen and (max-width: 1199px) {
      .header__btn.active:after {
        bottom: 23px; } }

.header__menu {
  position: absolute;
  top: 0;
  right: -100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  max-height: 910px;
  min-height: 660px;
  max-width: 424px;
  width: 100%;
  padding: 0 40px;
  background: rgba(48, 49, 56, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: .5s;
  z-index: 10;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .header__menu {
      max-height: 890px;
      justify-content: normal;
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .header__menu {
      max-height: 720px; } }
  .header__menu.active {
    right: 0; }
  .header__menu .header__contact {
    display: none; }
    @media screen and (max-width: 1199px) {
      .header__menu .header__contact {
        display: block;
        width: fit-content;
        margin-top: 24px;
        margin-left: 0;
        font-size: 2.2rem;
        font-weight: 500;
        line-height: 2.4rem;
        letter-spacing: -0.44px; } }
  .header__menu .menu-list {
    display: flex;
    flex-direction: column;
    margin-top: 154px; }
    @media screen and (max-width: 1199px) {
      .header__menu .menu-list {
        margin-top: 15px; } }
  .header__menu .list-item {
    padding: 20px 0; }
  .header__menu .item-link {
    position: relative;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.5rem;
    transition: .3s; }
    .header__menu .item-link:hover {
      color: #E31F25; }
  .header__menu .menu-social {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding: 40px 0; }
    @media screen and (max-width: 1199px) {
      .header__menu .menu-social {
        margin-top: auto; } }
    @media screen and (max-width: 375px) {
      .header__menu .menu-social {
        margin-left: 0; } }
  .header__menu .social-link {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: .3s; }
    .header__menu .social-link:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60%;
      height: 60%;
      background-size: contain;
      background-repeat: no-repeat;
      transition: .3s; }
  .header__menu .telegram:before {
    background-image: url("../img/telegram.svg"); }
  .header__menu .telegram:hover:before {
    background-image: url("../img/telegram-hover.svg"); }
  .header__menu .whatsapp:before {
    background-image: url("../img/whatsapp.svg"); }
  .header__menu .whatsapp:hover:before {
    background-image: url("../img/whatsapp-hover.svg"); }
  .header__menu .viber:before {
    background-image: url("../img/viber.svg"); }
  .header__menu .viber:hover:before {
    background-image: url("../img/viber-hover.svg"); }
  .header__menu .email:before {
    background-image: url("../img/mail.svg"); }
  .header__menu .email:hover:before {
    background-image: url("../img/mail-hover.svg"); }

.logo {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: auto; }

.logo-img {
  object-fit: contain;
  width: 145px;
  height: 65px; }
  @media screen and (max-width: 767px) {
    .logo-img {
      width: 90px;
      height: 40px; } }

.logo-text {
  position: relative;
  width: 150px;
  margin-left: 40px;
  font-size: 1.7rem;
  line-height: 2.1rem;
  color: rgba(255, 255, 255, 0.6); }
  .logo-text:before {
    content: '';
    position: absolute;
    display: block;
    height: 50px;
    width: 0;
    top: 50%;
    left: -25px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transform: rotate(15deg) translate(0, -50%); }
    @media screen and (max-width: 767px) {
      .logo-text:before {
        height: 30px;
        left: -18px; } }
  @media screen and (max-width: 767px) {
    .logo-text {
      width: 90px;
      margin-left: 24px;
      font-size: 10px;
      line-height: 1.3rem; } }
  @media screen and (max-width: 375px) {
    .logo-text {
      display: none; } }

.main {
  position: relative;
  width: 100%;
  height: 910px;
  margin-top: -86px;
  padding-top: 265px;
  background-color: #F5F6FB;
  z-index: 0;
  overflow: hidden; }
  .main:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 345px;
    background: linear-gradient(180deg, #161616 0%, rgba(27, 27, 27, 0) 100%); }
  @media screen and (max-width: 1600px) {
    .main {
      height: 915px; } }
  @media screen and (max-width: 1199px) {
    .main {
      height: 100vh;
      padding-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .main {
      height: 735px;
      padding-top: 85px; } }
  .main .main-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -10; }
  .main .bg-decor-1 {
    position: absolute;
    top: 0;
    left: -8%;
    transform: skew(-15deg);
    background-color: #303138;
    width: 55%;
    height: 90%;
    border-radius: 10px;
    z-index: -15; }
    @media screen and (max-width: 1199px) {
      .main .bg-decor-1 {
        width: 100%;
        height: 160px;
        top: auto;
        bottom: 0;
        left: 0;
        transform: skew(0deg);
        border-radius: 0; } }
  .main .bg-decor-2 {
    position: absolute;
    bottom: 0;
    left: -10%;
    transform: skew(-15deg);
    background-color: #F5F6FB;
    width: 48%;
    height: 100%;
    border-radius: 10px;
    z-index: -20; }
    @media screen and (max-width: 1199px) {
      .main .bg-decor-2 {
        display: none; } }
  .main .bg-img {
    position: absolute;
    top: -5px;
    right: 0;
    width: 77%;
    height: 100%;
    object-fit: cover;
    z-index: -25; }
    @media screen and (max-width: 1919px) {
      .main .bg-img {
        width: 80%; } }
    @media screen and (max-width: 1199px) {
      .main .bg-img {
        object-position: center;
        top: -150px;
        width: 100%; } }
  .main .wrapper {
    height: 100%; }
  .main__wrapper {
    position: relative;
    padding-left: 90px; }
    @media screen and (max-width: 1400px) {
      .main__wrapper {
        padding-left: 100px; } }
    @media screen and (max-width: 1199px) {
      .main__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        padding-left: 0; } }
    .main__wrapper:before {
      content: '';
      position: absolute;
      background-image: url("../img/down-arrow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 85px;
      height: 330px;
      left: 0;
      top: 65px;
      animation: 1.5s linear infinite rotate; }
      @media screen and (max-width: 1400px) {
        .main__wrapper:before {
          left: 30px; } }
      @media screen and (max-width: 1199px) {
        .main__wrapper:before {
          display: none; } }

@keyframes rotate {
  0% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(5deg); } }
  .main__text-1 {
    position: relative;
    width: 100%;
    max-width: 590px;
    padding: 45px 40px 45px 70px;
    color: #FFF;
    font-weight: 500;
    font-size: 4rem;
    line-height: 4.8rem;
    letter-spacing: -0.8px; }
    .main__text-1:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) skew(-15deg);
      width: 90%;
      height: 100%;
      background-color: #E31F25;
      border-radius: 10px;
      z-index: -5; }
    @media screen and (max-width: 1199px) {
      .main__text-1 {
        max-width: 410px;
        margin-top: auto;
        font-size: 2.6rem;
        line-height: 3rem;
        padding: 20px 40px; } }
    @media screen and (max-width: 767px) {
      .main__text-1 {
        max-width: 290px;
        padding: 20px 35px;
        font-size: 1.8rem;
        line-height: 2rem; } }
    @media screen and (max-width: 375px) {
      .main__text-1 {
        padding: 20px 24px; } }
    .main__text-1 .line-1 {
      display: block;
      margin-left: 15px; }
    .main__text-1 .line-2 {
      display: block;
      margin-left: 10px; }
    .main__text-1 .line-3 {
      display: block; }
  .main__desc {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin-top: auto;
    margin-left: 15px;
    z-index: 10; }
    @media screen and (max-width: 1199px) {
      .main__desc {
        justify-content: center;
        align-items: center;
        margin-top: 0;
        margin-left: 0; } }
  .main .text-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 60px;
    color: #FFF;
    text-transform: uppercase; }
    @media screen and (max-width: 1199px) {
      .main .text-wrap {
        margin-top: 16px; } }
    @media screen and (max-width: 767px) {
      .main .text-wrap {
        width: fit-content; } }
  .main .desc-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: contain;
    object-position: bottom;
    background-color: #E31F25; }
    @media screen and (max-width: 1199px) {
      .main .desc-img {
        display: none; } }
  .main .desc-text {
    margin-left: 20px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.7rem; }
    @media screen and (max-width: 1199px) {
      .main .desc-text {
        text-align: center;
        margin-left: 0;
        font-size: 1.2rem;
        line-height: 2rem; } }
  .main .desc-btn {
    width: 100%;
    max-width: 340px;
    height: 56px;
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 2.4rem; }
    @media screen and (max-width: 767px) {
      .main .desc-btn {
        max-width: 295px;
        height: 48px;
        font-size: 1.6rem;
        line-height: 2.4rem; } }

.advantage {
  padding-top: 54px;
  background-color: #F5F6FB; }
  @media screen and (max-width: 1199px) {
    .advantage {
      padding-top: 24px; } }
  .advantage__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 32px; }
    @media screen and (max-width: 1199px) {
      .advantage__list {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        margin-top: 12px;
        margin-bottom: 40px; } }
  .advantage .list-item {
    display: flex;
    flex-basis: 33%;
    height: 194px;
    padding: 24px;
    margin-bottom: 8px;
    border-radius: 4px;
    background: #E1E8EE; }
    @media screen and (max-width: 1199px) {
      .advantage .list-item {
        flex-direction: column;
        flex-basis: unset;
        width: 100%;
        max-width: 500px;
        height: fit-content;
        margin-bottom: 12px; } }
    @media screen and (max-width: 767px) {
      .advantage .list-item {
        padding: 16px; } }
  .advantage .item-decor {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 16.2%;
    height: 194px;
    border-radius: 4px;
    background: #E1E8EE; }
    @media screen and (max-width: 1199px) {
      .advantage .item-decor {
        display: none; } }
  .advantage .item-icon {
    width: 48px;
    height: 48px;
    padding: 12px;
    background-color: #FF0000;
    border-radius: 8px; }
  .advantage .item-text {
    display: flex;
    flex-direction: column;
    margin-left: 24px; }
    @media screen and (max-width: 1199px) {
      .advantage .item-text {
        margin-top: 16px;
        margin-left: 0; } }
  .advantage .item-title {
    margin-bottom: 8px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.8rem; }
  .advantage .item-desc {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.4rem; }
    @media screen and (max-width: 767px) {
      .advantage .item-desc {
        font-size: 1.6rem; } }
  .advantage__decor {
    position: relative;
    width: 100%;
    height: 415px; }
    @media screen and (max-width: 1600px) {
      .advantage__decor {
        height: 415px; } }
    @media screen and (max-width: 1600px) {
      .advantage__decor {
        height: 330px; } }
    @media screen and (max-width: 767px) {
      .advantage__decor {
        height: 230px; } }
  .advantage .decor-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 1199px) {
      .advantage .decor-img {
        object-position: 70%; } }
  .advantage .decor-vector {
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 1199px) {
      .advantage .decor-vector {
        display: none; } }

.services {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #303138; }
  @media screen and (max-width: 767px) {
    .services {
      padding-top: 24px;
      padding-bottom: 24px;
      border-radius: 8px; } }
  .services .title {
    color: #FFF; }
  .services__filter {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 43px;
    margin-left: -8px;
    margin-right: -8px; }
    @media screen and (max-width: 767px) {
      .services__filter {
        flex-wrap: nowrap;
        flex-direction: column;
        max-height: 96px;
        margin-top: 16px;
        border-radius: 8px;
        background-color: #575963;
        overflow: hidden;
        transition: .3s; }
        .services__filter.active {
          max-height: 2000px; }
          .services__filter.active .filter-btn {
            padding: 8px; } }
  .services .services-btn {
    position: absolute;
    display: none;
    width: 24px;
    height: 24px;
    top: 36px;
    right: 15px;
    border-radius: 4px;
    background-color: #303138; }
    @media screen and (max-width: 767px) {
      .services .services-btn {
        display: block; } }
    .services .services-btn:before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-bottom: 2px solid #FFF;
      border-right: 2px solid #FFF;
      top: 6px;
      left: 50%;
      transform: translate(-50%, 0) rotate(45deg);
      transition: .3s; }
    .services .services-btn.active:before {
      transform: translate(-50%, 0) rotate(225deg);
      top: 9px; }
  .services .filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px white inset;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: -0.2px;
    color: #FFF;
    cursor: pointer;
    transition: .3s; }
    .services .filter-btn:hover {
      background-color: #575963; }
    .services .filter-btn.active {
      background-color: #575963;
      box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 767px) {
      .services .filter-btn {
        position: relative;
        justify-content: start;
        min-height: 80px;
        padding: 16px 32px;
        box-shadow: none; }
        .services .filter-btn.active {
          background-color: transparent;
          box-shadow: none;
          order: -1; }
        .services .filter-btn:after {
          content: '';
          position: absolute;
          bottom: -9px;
          left: 50%;
          transform: translate(-50%, 0);
          width: 95%;
          height: 1px;
          background-color: rgba(227, 227, 227, 0.1); }
        .services .filter-btn:last-child:after {
          display: none; } }
  .services__list {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .services__list {
        margin-top: 16px; } }
  .services .services-item {
    display: none;
    justify-content: space-between; }
    .services .services-item.active {
      display: flex; }
    @media screen and (max-width: 1199px) {
      .services .services-item {
        flex-direction: column;
        align-items: center; } }
  .services .item-img {
    width: 100%;
    max-width: 552px;
    height: 293px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center; }
    @media screen and (max-width: 1199px) {
      .services .item-img {
        height: 203px;
        margin-bottom: 22px; } }
  .services .item-desc {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 550px; }
  .services .title {
    margin-bottom: 16px;
    color: #FFF; }
    @media screen and (max-width: 767px) {
      .services .title {
        margin-bottom: 4px;
        font-size: 2rem; } }
  .services .desc-text {
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: -0.2px;
    color: #FFF; }
    @media screen and (max-width: 767px) {
      .services .desc-text {
        margin-bottom: 16px;
        font-size: 1.6rem; } }
  .services .desc-btn {
    width: 100%;
    height: 56px; }
    @media screen and (max-width: 767px) {
      .services .desc-btn {
        order: 1;
        max-width: 340px;
        height: 44px;
        margin: 0 auto 16px;
        font-size: 1.6rem; } }

.solution {
  padding-top: 100px;
  padding-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .solution {
      padding-top: 24px;
      padding-bottom: 45px; } }
  .solution__list {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 56px; }
    @media screen and (max-width: 960px) {
      .solution__list {
        flex-direction: column;
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .solution__list {
        margin-top: 24px; } }
  .solution .list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24.5%;
    padding: 16px; }
    @media screen and (max-width: 960px) {
      .solution .list-item {
        width: 100%;
        max-width: 310px; } }
    @media screen and (max-width: 767px) {
      .solution .list-item {
        width: 100%;
        max-width: 310px; } }
  .solution .item-decor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    margin-bottom: 35px;
    border-radius: 8px;
    box-shadow: 10px 4px 64px 0 rgba(255, 0, 0, 0.35); }
  .solution .decor-img {
    width: 181px;
    height: 43px;
    object-fit: contain; }
    @media screen and (max-width: 1199px) {
      .solution .decor-img {
        width: 150px;
        height: 35px; } }
  .solution .decor-1 {
    background: #E70606; }
  .solution .decor-2 {
    background: #BD0606; }
  .solution .decor-3 {
    background: #7F0202; }
  .solution .decor-4 {
    background: #BD0606; }
  .solution .item-desc {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: -0.18px; }

.experience {
  position: relative;
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #303138;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .experience {
      padding-top: 40px;
      padding-bottom: 23px; } }
  @media screen and (max-width: 1199px) {
    .experience .title {
      display: none; } }
  .experience:before, .experience:after {
    content: '';
    position: absolute;
    top: 0;
    width: 55%;
    height: 100%;
    transform: skew(-20deg);
    background-color: rgba(87, 89, 99, 0.2);
    z-index: 0; }
    @media screen and (max-width: 1199px) {
      .experience:before, .experience:after {
        display: none; } }
  .experience:before {
    left: 100px; }
  .experience:after {
    right: 100px; }
  .experience .title {
    color: #FFF; }
  .experience__list {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 55px;
    z-index: 10; }
    .experience__list:before {
      content: '';
      position: absolute;
      top: -10px;
      left: 43%;
      transform: translate(-50%, 0);
      background-image: url("../img/section-logo.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 630px;
      height: 530px; }
    @media screen and (max-width: 1199px) {
      .experience__list {
        align-items: center;
        margin-top: 0; }
        .experience__list:before {
          position: relative;
          background-image: url("../img/section-logo-mobile.svg");
          top: auto;
          left: auto;
          transform: none;
          width: 320px;
          height: 204px;
          margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .experience__list {
        padding-left: 15px; } }
  .experience .item-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px; }
    .experience .item-row:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 1199px) {
      .experience .item-row {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0; } }
  .experience .list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 370px;
    height: fit-content; }
    .experience .list-item:before {
      content: '';
      position: absolute;
      left: -18px;
      height: 100%;
      width: 6px;
      background-color: #575963; }
    .experience .list-item:last-child:before {
      display: none; }
    .experience .list-item:last-child:after {
      content: '';
      position: absolute;
      right: -18px;
      height: 100%;
      width: 6px;
      background-color: #575963; }
    @media screen and (max-width: 1199px) {
      .experience .list-item:last-child:before {
        display: block; }
      .experience .list-item:last-child:after {
        display: none; } }
    @media screen and (max-width: 1199px) {
      .experience .list-item {
        max-width: 480px;
        margin-bottom: 32px; } }
  .experience .list-item-6 {
    margin-top: 15px; }
    @media screen and (max-width: 1199px) {
      .experience .list-item-6 {
        margin-top: 0;
        margin-bottom: 0; } }
  .experience .item-title {
    position: relative;
    width: fit-content;
    height: 47px;
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: -0.2px;
    color: #FFF; }
    @media screen and (max-width: 1199px) {
      .experience .item-title {
        height: fit-content; } }
  .experience .item-desc {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: -0.18px;
    color: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 1199px) {
      .experience .item-desc {
        font-size: 1.6rem; } }

.form {
  padding: 58px 0;
  background-color: #F5F6FB; }
  @media screen and (max-width: 767px) {
    .form {
      padding: 0;
      background-color: #FFF; } }
  @media screen and (max-width: 767px) {
    .form .wrapper {
      padding: 0; } }
  .form__block {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 1199px) {
      .form__block {
        flex-direction: column;
        max-width: 540px;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .form__block {
        background-color: #F5F6FB;
        box-shadow: none; } }
    @media screen and (max-width: 425px) {
      .form__block {
        padding: 24px 16px; } }
  .form__desc {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 640px; }
    .form__desc .title {
      max-width: 440px; }
      @media screen and (max-width: 1199px) {
        .form__desc .title {
          order: 2;
          margin-top: 40px;
          margin-bottom: 22px; } }
    .form__desc .subtitle {
      max-width: 440px;
      margin-top: 12px;
      margin-bottom: 50px;
      font-size: 2rem; }
      @media screen and (max-width: 1199px) {
        .form__desc .subtitle {
          order: 3; } }
    .form__desc .desc-img {
      width: 418px;
      height: 200px;
      object-fit: contain; }
      @media screen and (max-width: 1199px) {
        .form__desc .desc-img {
          width: 295px;
          height: 155px;
          margin: 0 auto;
          order: 1; } }
      @media screen and (max-width: 425px) {
        .form__desc .desc-img {
          width: 100%; } }
  .form__body {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 460px; }
    .form__body .input-wrap,
    .form__body .upload-btn {
      margin-bottom: 16px; }
    .form__body .input-wrap,
    .form__body .upload-btn,
    .form__body .form-submit {
      max-width: 100%; }
    @media screen and (max-width: 767px) {
      .form__body .input-label {
        background-color: #F5F6FB; } }
    .form__body .input-comment {
      height: 93px; }

.about {
  padding: 35px 0 75px; }
  @media screen and (max-width: 1199px) {
    .about {
      padding: 25px 0 65px; } }
  .about .title {
    width: fit-content;
    margin-right: auto; }
    @media screen and (max-width: 1199px) {
      .about .title {
        margin: 0 auto; } }
    @media screen and (max-width: 425px) {
      .about .title {
        margin: 0 auto 0 0; } }
  .about__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start; }
    @media screen and (max-width: 1199px) {
      .about__wrapper {
        flex-direction: column;
        align-items: center; } }
  .about__map {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 45.9%;
    margin-top: 33px; }
    @media screen and (max-width: 1199px) {
      .about__map {
        flex-basis: auto;
        order: 2;
        width: 100%;
        margin-top: 50px; } }
    @media screen and (max-width: 767px) {
      .about__map {
        margin-top: 23px; } }
    .about__map .map-structure {
      position: relative;
      height: 425px;
      width: 560px; }
      @media screen and (max-width: 767px) {
        .about__map .map-structure {
          max-width: 340px;
          width: 100%;
          height: 260px; } }
      @media screen and (max-width: 375px) {
        .about__map .map-structure {
          max-width: 265px;
          height: 200px; } }
      .about__map .map-structure:before {
        content: '';
        position: absolute;
        background-image: url("../img/map-line.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 416px;
        height: 203px;
        top: 57.5%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10; }
        @media screen and (max-width: 767px) {
          .about__map .map-structure:before {
            width: 260px;
            height: 130px; } }
        @media screen and (max-width: 375px) {
          .about__map .map-structure:before {
            width: 200px;
            height: 115px;
            top: 59.5%; } }
    .about__map .map-item {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 150px;
      height: 86px;
      padding: 0 30px;
      border-radius: 5px;
      background-color: #E7E9F0;
      font-size: 1.6rem;
      line-height: 2.4rem;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .about__map .map-item {
          width: 90px;
          height: 51px;
          font-size: 0.9rem;
          line-height: 1.4rem; } }
      @media screen and (max-width: 375px) {
        .about__map .map-item {
          width: 70px;
          height: 40px; } }
      .about__map .map-item:first-child {
        width: 245px;
        height: 145px;
        padding: 0 80px;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0); }
        @media screen and (max-width: 767px) {
          .about__map .map-item:first-child {
            width: 147px;
            height: 85px; } }
        @media screen and (max-width: 375px) {
          .about__map .map-item:first-child {
            width: 120px;
            height: 60px;
            padding: 0 20px; } }
        .about__map .map-item:first-child:before, .about__map .map-item:first-child:after {
          content: '';
          position: absolute;
          background-size: contain;
          background-repeat: no-repeat;
          width: 50px;
          height: 80px;
          top: 50%;
          transform: translate(0, -50%); }
          @media screen and (max-width: 375px) {
            .about__map .map-item:first-child:before, .about__map .map-item:first-child:after {
              width: 25px;
              height: 37px; } }
        .about__map .map-item:first-child:before {
          background-image: url("../img/wing-left.svg");
          left: 30px; }
          @media screen and (max-width: 375px) {
            .about__map .map-item:first-child:before {
              left: 5px; } }
        .about__map .map-item:first-child:after {
          background-image: url("../img/wing-right.svg");
          right: 30px; }
          @media screen and (max-width: 375px) {
            .about__map .map-item:first-child:after {
              right: 5px; } }
      .about__map .map-item:nth-child(2) {
        top: 50%;
        left: 0; }
      .about__map .map-item:nth-child(3) {
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0); }
      .about__map .map-item:nth-child(4) {
        top: 50%;
        right: 0; }
      .about__map .map-item:nth-child(5) {
        bottom: 0;
        left: 19%; }
      .about__map .map-item:nth-child(6) {
        bottom: 0;
        right: 19%; }
    .about__map .map-name {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 200px;
      height: 42px;
      margin-top: 65px;
      border-radius: 3px;
      background-color: #F9F9F9;
      font-size: 1.8rem;
      color: rgba(0, 0, 0, 0.4);
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .about__map .map-name {
          margin-top: 40px; } }
  .about__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 42.5%;
    margin-top: -33px; }
    @media screen and (max-width: 1199px) {
      .about__desc {
        flex-basis: auto;
        max-width: 560px;
        order: 1;
        margin-top: 16px; } }
    .about__desc .desc-title {
      font-size: 1.8rem;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .about__desc .desc-title {
          font-size: 1.6rem; } }
    .about__desc .desc-list {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin: 32px 0; }
      @media screen and (max-width: 1199px) {
        .about__desc .desc-list {
          max-width: 340px;
          flex-wrap: wrap; } }
      @media screen and (max-width: 767px) {
        .about__desc .desc-list {
          margin: 16px 0; } }
    .about__desc .list-item {
      display: flex;
      flex-direction: column;
      height: 150px;
      padding: 16px;
      border-radius: 6px;
      background-color: #F5F6FB; }
    .about__desc .item-1 {
      width: 20.3%; }
      @media screen and (max-width: 1199px) {
        .about__desc .item-1 {
          width: 36%; } }
    .about__desc .item-2 {
      width: 36.7%; }
      @media screen and (max-width: 1199px) {
        .about__desc .item-2 {
          width: 62%; } }
    .about__desc .item-3 {
      width: 36.7%; }
      @media screen and (max-width: 1199px) {
        .about__desc .item-3 {
          width: 100%;
          margin-top: 8px; } }
    .about__desc .item-img {
      width: 40px;
      height: 40px;
      margin-bottom: 10px;
      object-fit: contain; }
    .about__desc .item-desc {
      font-size: 1.8rem; }
      @media screen and (max-width: 767px) {
        .about__desc .item-desc {
          font-size: 1.6rem; } }
    .about__desc .desc-text {
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 2.4rem;
      letter-spacing: -0.18px; }
      @media screen and (max-width: 767px) {
        .about__desc .desc-text {
          font-size: 1.6rem; } }
    .about__desc .text-2 {
      padding: 32px 60px 32px 30px;
      margin-top: 32px;
      border-radius: 8px;
      background: #F5F6FB; }
      @media screen and (max-width: 767px) {
        .about__desc .text-2 {
          padding: 24px;
          margin-top: 16px; } }

.info {
  padding-top: 40px;
  padding-bottom: 65px;
  background-color: #E7E9F0;
  overflow: hidden; }
  .info__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px; }
    @media screen and (max-width: 1199px) {
      .info__wrapper {
        flex-direction: column; } }
  .info__desc {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 350px; }
    @media screen and (max-width: 1199px) {
      .info__desc {
        max-width: 100%; } }
  .info .desc-wrapper {
    position: relative;
    display: flex;
    flex-direction: column; }
    .info .desc-wrapper:first-child {
      margin-bottom: 80px; }
      .info .desc-wrapper:first-child:after {
        content: '';
        position: absolute;
        bottom: -40px;
        left: 0;
        width: 99px;
        height: 4px;
        background-color: #FF0000; }
  .info .desc-title {
    margin-bottom: 12px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: -0.24px; }
  .info .desc-text {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: -0.2px; }
  .info .desc-list {
    margin-top: 12px;
    margin-left: 30px; }
  .info .list-item {
    position: relative;
    max-width: 230px;
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: -0.2px; }
    .info .list-item:last-child {
      margin-bottom: 0; }
    .info .list-item:before {
      content: '';
      position: absolute;
      left: -30px;
      top: 0;
      background-image: url("../img/marker.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 24px;
      height: 24px; }
  .info .counter {
    position: absolute;
    right: -50px; }
    @media screen and (max-width: 1600px) {
      .info .counter {
        right: 50px; } }
    @media screen and (max-width: 1199px) {
      .info .counter {
        position: static;
        right: auto;
        margin-top: 45px; } }
    @media screen and (max-width: 767px) {
      .info .counter {
        width: 130%; } }
    .info .counter .counter__wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      max-width: 850px;
      opacity: 0;
      transition: .3s; }
      .info .counter .counter__wrapper.show-counter {
        opacity: 1; }
      .info .counter .counter__wrapper:before {
        content: '';
        display: block;
        width: 5%; }
        @media screen and (max-width: 767px) {
          .info .counter .counter__wrapper:before {
            display: none; } }
      .info .counter .counter__wrapper:after {
        content: '';
        display: block;
        width: 5%; }
        @media screen and (max-width: 767px) {
          .info .counter .counter__wrapper:after {
            transform: skew(-12deg);
            width: 23%;
            height: 185px;
            background-color: #FFF;
            border-radius: 8px; } }
    .info .counter .counter-item {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 30.5%;
      height: 240px;
      margin-bottom: 7px;
      z-index: 5; }
      @media screen and (max-width: 767px) {
        .info .counter .counter-item {
          width: 49%;
          height: 185px; } }
      .info .counter .counter-item:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) skew(-12deg);
        width: 100%;
        height: 100%;
        background-color: #FFF;
        border-radius: 8px;
        z-index: -5; }
      .info .counter .counter-item:last-child {
        width: 62%; }
        @media screen and (max-width: 767px) {
          .info .counter .counter-item:last-child {
            width: 75%; } }
    .info .counter .counter-num {
      color: #F00;
      font-size: 8rem;
      font-weight: 500;
      letter-spacing: -4px; }
      @media screen and (max-width: 767px) {
        .info .counter .counter-num {
          font-size: 5.6rem; } }
    .info .counter .counter-desc {
      margin-top: 8px;
      max-width: 180px;
      text-align: center;
      font-size: 2rem;
      font-weight: 500;
      line-height: 2.4rem;
      letter-spacing: -0.2px; }
      @media screen and (max-width: 767px) {
        .info .counter .counter-desc {
          max-width: 120px;
          font-size: 1.6rem;
          word-wrap: break-word; } }

@media screen and (max-width: 1199px) {
  .clients .container {
    padding: 0; } }

.clients__wrapper {
  width: 100%;
  max-width: 1330px;
  padding: 55px 60px 30px;
  margin: 0 auto; }
  @media screen and (max-width: 1199px) {
    .clients__wrapper {
      padding: 60px 50px 30px; } }
  @media screen and (max-width: 767px) {
    .clients__wrapper {
      padding: 60px 0 30px; } }
  @media screen and (max-width: 767px) {
    .clients__wrapper .title {
      margin-left: 25px;
      font-size: 3.2rem; } }

.clients__slider {
  position: relative;
  width: 100%;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .clients__slider {
      height: 350px; } }
  @media screen and (max-width: 767px) {
    .clients__slider {
      height: 215px;
      margin-top: 40px; } }
  .clients__slider:before {
    content: '';
    position: absolute;
    width: 160px;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: linear-gradient(90deg, #FFF 29.67%, rgba(255, 255, 255, 0) 100%);
    z-index: 5; }
  .clients__slider:after {
    content: '';
    position: absolute;
    width: 160px;
    height: 160px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(-180deg);
    background: linear-gradient(90deg, #FFF 29.67%, rgba(255, 255, 255, 0.99) 29.68%, rgba(255, 255, 255, 0) 100%);
    z-index: 5; }
  @media screen and (max-width: 767px) {
    .clients__slider:before, .clients__slider:after {
      display: none; } }

.clients .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 160px;
  padding: 60px 30px; }
  @media screen and (max-width: 1199px) {
    .clients .swiper-slide {
      padding: 50px 25px; } }
  @media screen and (max-width: 767px) {
    .clients .swiper-slide {
      height: 100px;
      padding: 30px 15px; } }

.clients .client-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.clients .client-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.clients .clients-pagination {
  width: fit-content;
  margin: 70px auto 0; }
  @media screen and (max-width: 1199px) {
    .clients .clients-pagination {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .clients .clients-pagination {
      display: none; } }
  .clients .clients-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #000;
    opacity: 1; }
  .clients .clients-pagination .swiper-pagination-bullet-active {
    background-color: #000; }

.clients .swiper-horizontal > .swiper-pagination-bullets, .clients .swiper-pagination-bullets.swiper-pagination-horizontal, .clients .swiper-pagination-custom, .clients .swiper-pagination-fraction {
  width: fit-content; }

.projects {
  padding: 60px 0 70px;
  color: #FFF;
  background-color: #303138; }
  @media screen and (max-width: 767px) {
    .projects {
      padding: 50px 20px 25px; } }
  .projects .title {
    margin-bottom: 22px;
    word-wrap: break-word; }
    @media screen and (max-width: 767px) {
      .projects .title {
        font-size: 3.2rem;
        line-height: 4rem;
        margin-bottom: 20px; } }
  .projects__slider {
    position: relative;
    max-width: 1155px;
    width: 100%; }
  .projects .slide-item {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .projects .slide-item {
        flex-direction: column;
        max-width: 425px;
        margin: 0 auto; } }
  .projects .slide-img {
    width: 100%;
    height: 320px;
    border-radius: 4px;
    object-fit: cover; }
    @media screen and (max-width: 1199px) {
      .projects .slide-img {
        height: 235px; } }
    @media screen and (max-width: 767px) {
      .projects .slide-img {
        margin-bottom: 100px; } }
  .projects .slide-left,
  .projects .slide-right {
    width: 47.2%; }
  @media screen and (max-width: 1199px) {
    .projects .slide-left {
      width: 54%; } }
  @media screen and (max-width: 767px) {
    .projects .slide-left {
      width: 100%; } }
  @media screen and (max-width: 1199px) {
    .projects .slide-right {
      width: 42%; } }
  @media screen and (max-width: 767px) {
    .projects .slide-right {
      width: 100%; } }
  .projects .title-desktop {
    font-size: 2.8rem;
    line-height: 3.2rem; }
    @media screen and (max-width: 767px) {
      .projects .title-desktop {
        font-size: 2.4rem;
        margin-bottom: 20px; } }
    @media screen and (max-width: 425px) {
      .projects .title-desktop {
        font-size: 2.2rem; } }
  .projects .text-block {
    position: relative;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .projects .text-block {
        max-height: 40px;
        margin-bottom: 20px;
        overflow: hidden;
        cursor: pointer;
        transition: .3s; }
        .projects .text-block:after {
          content: '';
          position: absolute;
          width: 8px;
          height: 8px;
          top: 13px;
          right: 10px;
          border-bottom: 2px solid #FFF;
          border-right: 2px solid #FFF;
          transform: rotate(45deg);
          transition: .3s; } }
    .projects .text-block:before {
      content: '';
      position: absolute;
      width: 120px;
      height: 2px;
      left: 0;
      bottom: -30px;
      background-color: #FF0000; }
    .projects .text-block:last-child {
      margin-bottom: 0; }
      .projects .text-block:last-child:before {
        display: none; }
    .projects .text-block.active {
      max-height: 2000px; }
      .projects .text-block.active:after {
        transform: rotate(225deg); }
  .projects .subtitle {
    position: relative;
    display: block;
    font-size: 2.4rem;
    line-height: 4rem; }
  .projects .task-paragraph,
  .projects .solution-paragraph {
    font-size: 2rem;
    line-height: 2.4rem; }
    @media screen and (max-width: 767px) {
      .projects .task-paragraph,
      .projects .solution-paragraph {
        font-size: 1.6rem;
        line-height: 2rem; } }
  .projects .solution-paragraph {
    overflow-x: auto;
    max-height: 120px; }
    @media screen and (max-width: 767px) {
      .projects .solution-paragraph {
        max-height: fit-content;
        overflow: visible; } }
  .projects .projects-navigation {
    position: absolute;
    display: flex;
    align-items: center;
    max-width: 545px;
    width: 100%;
    left: 0;
    top: 375px;
    z-index: 10; }
    @media screen and (max-width: 1199px) {
      .projects .projects-navigation {
        align-items: start;
        flex-direction: column;
        max-width: 395px;
        top: 305px; } }
    @media screen and (max-width: 767px) {
      .projects .projects-navigation {
        max-width: 100%;
        top: 260px; } }
  .projects__btn-slider {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .projects__btn-slider {
        width: 100%;
        justify-content: space-between; } }
  .projects .projects-button-prev {
    margin-right: 15px; }
  .projects .projects-pagination {
    width: fit-content;
    margin-left: 30px;
    font-size: 2rem;
    line-height: 2.4rem; }
    @media screen and (max-width: 767px) {
      .projects .projects-pagination {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        margin: 0; } }
  .projects .projects-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 290px;
    height: 56px;
    top: 375px;
    left: 220px;
    text-transform: uppercase;
    z-index: 10; }
    @media screen and (max-width: 1199px) {
      .projects .projects-btn {
        width: 390px;
        left: 0; } }
    @media screen and (max-width: 767px) {
      .projects .projects-btn {
        position: relative;
        top: 100%;
        max-width: 390px;
        width: 100%;
        margin: 30px auto 0; } }

.contacts {
  padding-top: 70px;
  padding-bottom: 72px; }
  @media screen and (max-width: 1199px) {
    .contacts {
      padding-top: 70px;
      padding-bottom: 32px; } }
  @media screen and (max-width: 767px) {
    .contacts {
      padding: 45px 0; } }
  .contacts .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 1199px) {
      .contacts .wrapper {
        flex-wrap: wrap;
        max-width: 800px;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .contacts .wrapper {
        max-width: 425px; } }
    @media screen and (max-width: 375px) {
      .contacts .wrapper {
        flex-direction: column; } }
  .contacts__address {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%; }
    @media screen and (max-width: 1199px) {
      .contacts__address {
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .contacts__address {
        max-width: 100%;
        margin-bottom: 20px; } }
  .contacts .address-title {
    margin-bottom: 25px;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600; }
  .contacts .address-item {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.4rem; }
    .contacts .address-item:last-child {
      margin-bottom: 0; }
  .contacts__resources {
    display: flex;
    flex-direction: column;
    max-width: 270px;
    width: 100%;
    padding: 12px 33px;
    margin-left: auto;
    margin-right: 18px;
    border-radius: 8px;
    background: #F5F6FB; }
    @media screen and (max-width: 767px) {
      .contacts__resources {
        max-width: 100%;
        margin-bottom: 24px;
        margin-left: 0;
        margin-right: 0; } }
  .contacts .resources-title {
    margin-bottom: 25px;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600; }
  .contacts .resources-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #FF0000;
    transition: .3s; }
    .contacts .resources-item:last-child {
      margin-bottom: 0; }
    .contacts .resources-item:before {
      content: '';
      position: absolute;
      background-image: url("../img/globe.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      transition: .3s; }
    .contacts .resources-item:hover {
      color: #000; }
      .contacts .resources-item:hover:before {
        background-image: url("../img/globe-hover.svg"); }
  .contacts .contacts-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 135px; }
  .contacts .social-item {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s; }
  .contacts .contacts-telegram {
    background-image: url("../img/telegram-black.svg"); }
    .contacts .contacts-telegram:hover {
      background-image: url("../img/telegram-hover.svg"); }
  .contacts .contacts-viber {
    background-image: url("../img/viber-black.svg"); }
    .contacts .contacts-viber:hover {
      background-image: url("../img/viber-hover.svg"); }
  .contacts .contacts-whatsapp {
    background-image: url("../img/whatsapp-black.svg"); }
    .contacts .contacts-whatsapp:hover {
      background-image: url("../img/whatsapp-hover.svg"); }
  .contacts .contacts-mail {
    background-image: url("../img/mail-black.svg"); }
    .contacts .contacts-mail:hover {
      background-image: url("../img/mail-hover.svg"); }
  .contacts__callback {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 440px;
    width: 100%;
    padding: 25px 30px 30px;
    background-color: #F5F6FB; }
    @media screen and (max-width: 1199px) {
      .contacts__callback {
        max-width: 380px;
        padding: 25px 20px 20px;
        margin: 24px auto 0; } }
    @media screen and (max-width: 767px) {
      .contacts__callback {
        max-width: 100%;
        padding: 25px 15px 20px;
        margin-top: 0; } }
    @media screen and (max-width: 425px) {
      .contacts__callback {
        margin-top: 40px; } }
    .contacts__callback .callback-img {
      position: absolute;
      top: 25px;
      left: 30px;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      object-fit: cover;
      object-position: top; }
      @media screen and (max-width: 425px) {
        .contacts__callback .callback-img {
          left: 15px; } }
  .contacts .callback-title {
    max-width: 240px;
    margin-left: 100px;
    margin-bottom: 11px;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600; }
    @media screen and (max-width: 425px) {
      .contacts .callback-title {
        max-width: 180px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 375px) {
      .contacts .callback-title {
        max-width: 170px;
        font-size: 1.4rem; } }
  .contacts .callback-link {
    margin-left: 100px;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: -0.2px;
    color: #E31F25;
    transition: .3s; }
    .contacts .callback-link:hover {
      color: #000; }
    @media screen and (max-width: 425px) {
      .contacts .callback-link {
        font-size: 1.8rem; } }
    @media screen and (max-width: 375px) {
      .contacts .callback-link {
        font-size: 1.4rem; } }
  .contacts .callback-subtitle {
    max-width: 240px;
    margin-left: 100px;
    margin-top: 11px;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400; }
    @media screen and (max-width: 425px) {
      .contacts .callback-subtitle {
        max-width: 180px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 375px) {
      .contacts .callback-subtitle {
        max-width: 170px;
        font-size: 1.4rem; } }
  .contacts .callback-btn {
    position: relative;
    height: 56px;
    margin-top: 30px; }

.btn-primary {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFF;
  background-color: #E31F25;
  box-shadow: 0 4px 12px rgba(255, 46, 46, 0.46);
  border-radius: 4px;
  text-transform: uppercase;
  overflow: hidden; }
  .btn-primary:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: rgba(255, 255, 255, 0.3);
    transition: .5s; }
  .btn-primary:hover {
    background-color: #B20505; }
  .btn-primary:active:before {
    transform: translate(-50%, -50%) scale(3); }
  .btn-primary:disabled {
    background-color: #E0E0E0;
    color: rgba(0, 0, 0, 0.26);
    box-shadow: none; }

.prev-btn,
.next-btn {
  position: relative;
  width: 56px;
  height: 56px;
  border: 2px solid #FF0000;
  border-radius: 5px;
  transition: .3s;
  cursor: pointer; }
  .prev-btn:before,
  .next-btn:before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .prev-btn:hover,
  .next-btn:hover {
    background-color: #FF0000; }

.prev-btn:before {
  background-image: url("../img/arrow-prew.svg"); }

.prev-btn:hover:before {
  background-image: url("../img/arrow-prew-hover.svg"); }

.next-btn:before {
  background-image: url("../img/arrow-next.svg"); }

.next-btn:hover:before {
  background-image: url("../img/arrow-next-hover.svg"); }

h1.title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 4rem;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    h1.title {
      font-size: 3.2rem; } }

h2.title {
  font-size: 3.2rem;
  font-weight: 600;
  text-transform: uppercase; }

h3.title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.2rem;
  text-transform: uppercase; }

.section-title {
  display: block;
  margin-bottom: 33px;
  font-size: 1.8rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4); }

.input-wrap {
  position: relative;
  display: inline-block;
  max-width: 340px;
  width: 100%; }

.input-label {
  position: absolute;
  width: fit-content;
  padding: 0 4px;
  top: 16px;
  left: 16px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.7);
  background-color: #FFF;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms; }

.form-input {
  width: 100%;
  height: 56px;
  padding: 15px 12px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  resize: none;
  font-size: 1.8rem;
  line-height: 2.4rem;
  transition: .3s; }
  .form-input::placeholder {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: rgba(0, 0, 0, 0.7); }
  .form-input:hover {
    border: 1px solid #000; }
    .form-input:hover::placeholder {
      color: rgba(0, 0, 0, 0.6); }
  .form-input:disabled {
    border: 1px solid rgba(0, 0, 0, 0.23); }
    .form-input:disabled::placeholder {
      color: rgba(0, 0, 0, 0.27); }
  .form-input:focus ~ .input-label,
  .form-input:not(:placeholder-shown) ~ .input-label {
    transform: translateY(-28px) scale(0.85);
    font-size: 1.6rem; }
  .form-input:not(:placeholder-shown) ~ .input-label {
    color: #000; }

.upload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 340px;
  width: 100%;
  height: 56px;
  border-radius: 4px;
  border: 1px dashed #7E7E7E;
  cursor: pointer;
  transition: .3s; }
  .upload-btn:hover {
    border: 1px solid #7E7E7E; }
  .upload-btn .upload-icon {
    background-image: url("../img/upload-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 15px; }

.upload-name {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.7); }

.form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 340px;
  width: 100%;
  height: 56px;
  border-radius: 4px; }

.footer {
  padding: 28px 0;
  background-color: #575963; }
  .footer__wrapper {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 960px) {
      .footer__wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center; } }
    @media screen and (max-width: 767px) {
      .footer__wrapper {
        flex-direction: column; } }
  .footer__navigate {
    margin-top: 20px; }
    @media screen and (max-width: 960px) {
      .footer__navigate {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .footer__navigate {
        margin-top: 20px; } }
  .footer .copyright {
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(148, 148, 148, 0.9); }
  .footer .footer-link {
    margin-left: 40px;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(148, 148, 148, 0.9); }
    @media screen and (max-width: 960px) {
      .footer .footer-link {
        margin-left: 0;
        margin-top: 16px; } }
  .footer .dom {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(148, 148, 148, 0.9);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: -0.16px; }
    @media screen and (max-width: 960px) {
      .footer .dom {
        position: relative;
        top: auto;
        right: auto;
        transform: none; } }
    @media screen and (max-width: 767px) {
      .footer .dom {
        margin-top: 16px; } }
  .footer .top-scroll {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: -100%;
    z-index: 20;
    background-color: #E31F25;
    box-shadow: 0 4px 12px rgba(255, 46, 46, 0.46);
    border-radius: 4px;
    overflow: hidden;
    transition: .3s; }
    .footer .top-scroll:after {
      content: '';
      position: absolute;
      background-image: url("../img/arrow-top.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 22px;
      height: 22px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .footer .top-scroll.active {
      right: 20px; }
    @media screen and (max-width: 767px) {
      .footer .top-scroll {
        width: 48px;
        height: 48px; } }

.widget {
  position: fixed;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  right: 20px;
  bottom: 30px;
  width: 48px;
  max-height: 48px;
  padding: 8px;
  border-radius: 4px;
  background-color: #E31F25;
  box-shadow: 0 4px 12px 0 rgba(255, 46, 46, 0.46);
  z-index: 20;
  overflow: hidden;
  transition: .5s; }
  @media screen and (max-width: 767px) {
    .widget {
      display: flex;
      right: -80px; } }
  .widget.active {
    max-height: 500px;
    background-color: #575963; }
  .widget.show {
    right: 20px; }
  .widget__btn {
    position: relative;
    width: 32px;
    min-height: 32px;
    margin-bottom: 5px;
    outline: none;
    transition: .3s; }
    .widget__btn:before, .widget__btn:after {
      content: '';
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      width: 50%;
      height: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: .3s; }
    .widget__btn:before {
      background-image: url("../img/phone.svg"); }
    .widget__btn:after {
      background-image: url("../img/close.svg");
      opacity: 0; }
    .widget__btn.active:before {
      opacity: 0; }
    .widget__btn.active:after {
      opacity: 1; }
  .widget__item {
    position: relative;
    width: 32px;
    min-height: 32px;
    margin-top: 8px;
    border-radius: 7px;
    background-color: #303138; }
    .widget__item:before {
      content: '';
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      width: 50%;
      height: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .widget .widget-phone:before {
    background-image: url("../img/phone.svg"); }
  .widget .widget-telegram:before {
    background-image: url("../img/telegram.svg"); }
  .widget .widget-viber:before {
    background-image: url("../img/viber.svg"); }
  .widget .widget-whatsapp:before {
    background-image: url("../img/whatsapp.svg"); }
  .widget .widget-email:before {
    background-image: url("../img/email.svg"); }

.modal-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(60px);
  display: none;
  z-index: 100; }
  .modal-bg.active {
    display: block; }

.modal {
  width: calc(100% - 40px);
  max-width: 470px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 6px;
  background-color: #FFF;
  transition: .3s;
  z-index: 110; }
  .modal.active {
    transform: translate(-50%, -50%) scale(1); }
  .modal .modal-close {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: auto; }
    .modal .modal-close:before, .modal .modal-close:after {
      content: '';
      position: absolute;
      width: 16px;
      height: 2px;
      top: 50%;
      left: 50%;
      background-color: #000; }
    .modal .modal-close:before {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .modal .modal-close:after {
      transform: translate(-50%, -50%) rotate(45deg); }
  .modal .title {
    text-align: center;
    margin-bottom: 24px; }
  .modal .input-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px; }
  .modal .input-label {
    position: absolute;
    width: fit-content;
    padding: 0 4px;
    top: 16px;
    left: 16px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.7);
    background-color: #FFF;
    pointer-events: none;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms; }
  .modal .form-input {
    width: 100%;
    height: 56px;
    padding: 15px 12px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    resize: none;
    font-size: 1.8rem;
    line-height: 2.4rem;
    transition: .3s; }
    .modal .form-input::placeholder {
      font-size: 1.8rem;
      line-height: 2.4rem;
      color: rgba(0, 0, 0, 0.7); }
    .modal .form-input:hover {
      border: 1px solid #303138; }
      .modal .form-input:hover::placeholder {
        color: rgba(0, 0, 0, 0.6); }
    .modal .form-input:disabled {
      border: 1px solid rgba(0, 0, 0, 0.23); }
      .modal .form-input:disabled::placeholder {
        color: rgba(0, 0, 0, 0.27); }
    .modal .form-input:focus ~ .input-label,
    .modal .form-input:not(:placeholder-shown) ~ .input-label {
      transform: translateY(-28px) scale(0.85);
      font-size: 1.6rem; }
    .modal .form-input:not(:placeholder-shown) ~ .input-label {
      color: #303138; }
  .modal .upload-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 56px;
    margin-bottom: 24px;
    border-radius: 4px;
    border: 1px dashed #7E7E7E;
    cursor: pointer;
    transition: .3s; }
    .modal .upload-btn:hover {
      border: 1px solid #7E7E7E; }
    .modal .upload-btn .upload-icon {
      background-image: url("../img/upload-icon.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      margin-right: 15px; }
  .modal .upload-name {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: rgba(0, 0, 0, 0.7); }
  .modal .form-submit {
    width: 100%;
    max-width: 100%; }

.modal-thanks__body,
.modal-error__body {
  display: flex;
  flex-direction: column;
  align-items: center; }

.modal-thanks .img-wrap,
.modal-error .img-wrap {
  width: 86px;
  height: 86px;
  padding: 7px;
  margin-bottom: 25px;
  border-radius: 50%;
  border: 3px solid #E31F25;
  overflow: hidden; }

.modal-thanks__img,
.modal-error__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  background-color: #303138; }

.modal-thanks__text,
.modal-error__text {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 2.4rem; }

.modal-thanks .btn-primary,
.modal-error .btn-primary {
  width: 100%;
  height: 56px; }

.modal-error .img-wrap {
  position: relative; }
  .modal-error .img-wrap:before {
    content: '!';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6rem;
    color: #E31F25; }

.plug {
  height: 100vh;
  background-color: #fff; }

.container {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px; }

.plug__wrapper {
  max-width: 1000px;
  height: 100%; }

.plug__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 65px; }

.plug__header-logo {
  display: block;
  width: 120px;
  height: 50px;
  object-fit: contain; }

.plug__header-contacts {
  display: flex;
  flex-direction: column;
  align-items: center; }

.contact-item {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #000;
  font-weight: 600; }

.contact-item:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #E31F25;
  transition: .3s; }

.contact-item:hover:before {
  width: 100%; }

.contact-item:last-child {
  margin-bottom: 0; }

.plug__desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 690px;
  text-align: center;
  font-weight: bold; }

.plug__desc-title {
  font-size: 2.6rem; }

.plug__desc-text {
  margin: 20px 0 32px;
  font-size: 1.9rem; }

.plug__desc-subtitle {
  font-size: 2rem;
  text-transform: uppercase; }

.cookie-note {
  position: fixed;
  max-width: 975px;
  width: 100%;
  padding: 32px;
  bottom: -500px;
  right: 70px;
  border-radius: 24px;
  background: rgba(48, 49, 56, 0.8);
  backdrop-filter: blur(60px);
  transition: bottom 0.5s ease;
  z-index: 9999; }
  @media screen and (max-width: 1199px) {
    .cookie-note {
      right: 0;
      max-width: 100%;
      border-radius: 16px; } }

.cookie-note.show {
  bottom: 70px; }
  @media screen and (max-width: 1199px) {
    .cookie-note.show {
      bottom: 0; } }

.cookie-note__content {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; }
  @media screen and (max-width: 1199px) {
    .cookie-note__content {
      font-size: 16px; } }

.cookie_accept {
  max-width: 156px;
  padding: 16px 24px;
  margin-top: 16px;
  margin-left: auto; }

.cookie-close {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-left: auto; }
  .cookie-close:before, .cookie-close:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    background-color: #FFF; }
  .cookie-close:before {
    transform: translate(-50%, -50%) rotate(-45deg); }
  .cookie-close:after {
    transform: translate(-50%, -50%) rotate(45deg); }

* {
  outline: none;
  box-sizing: border-box; }
  *:after, *:before {
    transition: inherit; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  font-family: 'FF Unit Pro Regular' , sans-serif;
  overflow-x: hidden; }

:root {
  font-size: 10px;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: .3s; }

input,
button,
textarea {
  outline: none;
  background: none;
  border: none;
  padding: 0;
  color: #000;
  cursor: pointer;
  transition: .3s;
  outline: 0; }

.text-bold {
  font-weight: 700; }

.text-accent {
  display: inline-block;
  padding: 0 5px;
  margin-top: 8px;
  margin-right: 8px;
  border-radius: 5px;
  background: #F5F6FB; }


/*# sourceMappingURL=main.css.map*/