/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.cdnfonts.com/css/ff-unit-pro);
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 (1) ***!
  \************************************************************************************************************************************************************************************************************************************************/
.container {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px; }

.header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  padding: 10px 45px; }
  @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;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: .3s; }
    .header__menu .social-link:hover .icon-hover {
      fill: #E31F25;
      transition: .3s; }
    .header__menu .social-link:hover .stroke-hover {
      stroke: #E31F25;
      transition: .3s; }

.main {
  position: relative;
  height: 910px;
  margin-top: -86px; }
  @media screen and (max-width: 767px) {
    .main {
      height: 735px; } }
  .main__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 960px;
    min-height: 660px;
    z-index: -5; }
    .main__bg .bg-shadow-top {
      position: absolute;
      top: -70px;
      left: 0;
      background: linear-gradient(180deg, #16171B 16.15%, rgba(22, 23, 27, 0.86) 28.13%, rgba(48, 49, 56, 0) 78.32%);
      width: 100%;
      height: 247px; }
    .main__bg:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(90deg, #16171B 16.15%, rgba(22, 23, 27, 0.86) 28.13%, rgba(48, 49, 56, 0) 78.32%);
      width: 35%;
      height: 100%; }
      @media screen and (max-width: 1199px) {
        .main__bg:before {
          display: none; } }
    .main__bg:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(-90deg, #16171B 16.15%, rgba(22, 23, 27, 0.86) 28.13%, rgba(48, 49, 56, 0) 78.32%);
      width: 35%;
      height: 100%; }
      @media screen and (max-width: 1199px) {
        .main__bg:after {
          display: none; } }
  .main .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    z-index: -6; }
    @media screen and (max-width: 425px) {
      .main .bg-image {
        width: 817px;
        height: 555px;
        right: -95px; } }
  .main__content {
    position: absolute;
    top: 25%;
    left: 11%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 584px;
    height: 458px; }
    @media screen and (max-width: 1199px) {
      .main__content {
        top: 40%; } }
    @media screen and (max-width: 767px) {
      .main__content {
        width: 380px;
        height: auto;
        left: 50%;
        transform: translate(-50%, 0);
        top: auto;
        bottom: 20px; } }
    @media screen and (max-width: 425px) {
      .main__content {
        width: 100%; } }
  .main__content-top {
    position: relative;
    width: 500px;
    height: 274px;
    padding: 33px 0; }
    @media screen and (max-width: 767px) {
      .main__content-top {
        width: 100%;
        height: 180px;
        padding: 20px 0; } }
    @media screen and (max-width: 425px) {
      .main__content-top {
        width: 90%;
        height: 133px; } }
    @media screen and (max-width: 375px) {
      .main__content-top {
        width: 280px; } }
    .main__content-top:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(227, 31, 37, 0.8);
      transform: skew(-11deg, 0deg);
      border-radius: 10px;
      z-index: -5; }
  .main .title {
    width: 440px;
    margin-left: 45px;
    color: #FFF; }
    @media screen and (max-width: 767px) {
      .main .title {
        width: 240px;
        margin-left: 80px;
        font-size: 2rem; } }
    @media screen and (max-width: 425px) {
      .main .title {
        margin-left: 30px; } }
  .main__subtitle {
    width: 380px;
    margin-left: 40px;
    margin-top: 10px;
    color: #FFF;
    font-size: 3.2rem;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .main__subtitle {
        width: 250px;
        margin-left: 70px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 425px) {
      .main__subtitle {
        margin-left: 25px; } }
  .main__content-bottom {
    position: relative;
    width: 530px;
    height: 217px;
    padding: 45px 0 45px 130px;
    margin-top: -35px; }
    @media screen and (max-width: 767px) {
      .main__content-bottom {
        width: 100%;
        height: 162px;
        padding: 19px 30px; } }
    @media screen and (max-width: 425px) {
      .main__content-bottom {
        margin-top: 18px;
        background-color: rgba(0, 0, 0, 0.9); } }
    .main__content-bottom:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      transform: skew(-11deg, 0deg);
      border-radius: 10px;
      z-index: -5; }
      @media screen and (max-width: 425px) {
        .main__content-bottom:before {
          display: none; } }
    .main__content-bottom:after {
      content: '';
      position: absolute;
      top: 50px;
      left: 60px;
      background-image: url("../img/arrow.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 57px;
      height: 119px;
      animation: 1.5s linear infinite rotate; }

@keyframes rotate {
  0% {
    transform: rotate(15deg); }
  50% {
    transform: rotate(-15deg); }
  100% {
    transform: rotate(15deg); } }
      @media screen and (max-width: 767px) {
        .main__content-bottom:after {
          left: 30px; } }
      @media screen and (max-width: 375px) {
        .main__content-bottom:after {
          display: none; } }
  .main__description {
    width: 370px;
    color: #FFF;
    font-size: 2rem;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .main__description {
        width: 100%;
        max-width: 250px;
        margin-left: auto;
        font-size: 1.6rem;
        line-height: 20px; } }
  .main .primary {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .main .primary {
        margin-top: 16px;
        margin-left: auto;
        margin-right: 16px; } }

.advantage {
  padding-top: 83px;
  padding-bottom: 106px; }
  @media screen and (max-width: 767px) {
    .advantage {
      padding-top: 0;
      padding-bottom: 40px; } }
  .advantage__subtitle {
    font-size: 1.8rem;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 767px) {
      .advantage__subtitle {
        font-size: 1.6rem; } }
  .advantage .title {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .advantage .title {
        margin-bottom: 15px; } }
  .advantage__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
  .advantage .list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 19.6%;
    height: 226px;
    padding: 16px 16px 46px;
    margin-bottom: 8px;
    border-radius: 4px;
    background: #F6F6FB; }
    @media screen and (max-width: 1199px) {
      .advantage .list-item {
        flex-basis: 32.6%;
        height: 220px;
        padding: 16px; } }
    @media screen and (max-width: 767px) {
      .advantage .list-item {
        flex-basis: 49%; } }
    @media screen and (max-width: 375px) {
      .advantage .list-item {
        flex-basis: 100%; } }
  .advantage .item-icon {
    width: 48px;
    height: 48px;
    object-fit: contain; }
  .advantage .item-desc {
    font-size: 1.8rem;
    line-height: 24px; }
    @media screen and (max-width: 767px) {
      .advantage .item-desc {
        font-size: 1.6rem; } }
    @media screen and (max-width: 375px) {
      .advantage .item-desc {
        font-size: 1.4rem; } }

.benefits {
  padding-top: 65px;
  padding-bottom: 80px;
  background: #303138; }
  @media screen and (max-width: 1199px) {
    .benefits {
      padding-top: 30px;
      padding-bottom: 58px; } }
  .benefits .title {
    text-align: center;
    margin-bottom: 65px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 40px; }
    @media screen and (max-width: 1199px) {
      .benefits .title {
        margin-bottom: 23px;
        letter-spacing: -2px; } }
    @media screen and (max-width: 767px) {
      .benefits .title {
        text-align: start; } }
  .benefits__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 75px; }
    @media screen and (max-width: 1199px) {
      .benefits__content {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
        padding: 0; } }
  .benefits__list {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .benefits .list-left {
    height: 200px;
    margin-top: 45px; }
    @media screen and (max-width: 1199px) {
      .benefits .list-left {
        margin-top: 30px;
        margin-bottom: 25px; } }
  .benefits .list-item {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: -0.2px; }
    @media screen and (max-width: 1199px) {
      .benefits .list-item {
        font-size: 1.6rem; } }
  .benefits .item-icon {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    object-fit: contain; }
  .benefits__image {
    position: relative;
    width: 552px;
    height: 293px;
    z-index: 5; }
    @media screen and (max-width: 1199px) {
      .benefits__image {
        width: 100%;
        max-width: 335px;
        height: 172px;
        order: -1; } }
    .benefits__image:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: rotate(-2.54deg) translate(-50%, -50%);
      flex-shrink: 0;
      background-color: rgba(188, 16, 18, 0.6);
      filter: blur(92px);
      z-index: -5; }
    .benefits__image .pictures {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      z-index: 5; }
  .benefits__desc {
    position: relative;
    width: 300px;
    height: 155px;
    margin-left: 30px;
    margin-top: 95px;
    color: #FFF;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 40px;
    z-index: 5; }
    @media screen and (max-width: 1199px) {
      .benefits__desc {
        display: flex;
        align-items: center;
        margin: 0;
        width: 200px;
        height: 215px;
        font-size: 2.1rem;
        white-space: normal;
        line-height: 28px; } }
    .benefits__desc:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 140%;
      height: 140%;
      background-color: rgba(203, 12, 14, 0.9);
      filter: drop-shadow(20px 24px 44px rgba(255, 0, 0, 0.35));
      transform: skew(-9deg, 0deg) translate(-50%, -50%);
      border-radius: 10px;
      z-index: -5; }
      @media screen and (max-width: 1199px) {
        .benefits__desc:before {
          left: 40%;
          width: 140%;
          height: 100%; } }
  .benefits .list-right {
    margin-top: 65px;
    margin-right: 25px; }
    @media screen and (max-width: 1199px) {
      .benefits .list-right {
        margin-top: 45px;
        margin-right: 0; } }
    @media screen and (max-width: 1199px) {
      .benefits .list-right .list-item {
        margin-bottom: 24px; } }

.about {
  padding: 35px 0 100px; }
  @media screen and (max-width: 1199px) {
    .about {
      padding: 25px 0 90px; } }
  .about .title {
    text-align: center;
    margin-bottom: 43px; }
    @media screen and (max-width: 767px) {
      .about .title {
        display: none; } }
  .about__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end; }
    @media screen and (max-width: 1199px) {
      .about__wrapper {
        flex-direction: column;
        align-items: center; } }
  .about__desc {
    flex-basis: 45.9%; }
    @media screen and (max-width: 767px) {
      .about__desc {
        flex-basis: auto; } }
    .about__desc .desc-subtitle {
      display: none;
      font-size: 1.8rem;
      color: rgba(0, 0, 0, 0.4); }
      @media screen and (max-width: 767px) {
        .about__desc .desc-subtitle {
          display: block; } }
    .about__desc .desc-title {
      display: none;
      margin: 20px 0 50px;
      font-weight: 500;
      font-size: 4rem;
      line-height: 62px;
      letter-spacing: -2px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .about__desc .desc-title {
          display: block;
          font-size: 3.2rem;
          line-height: 40px;
          letter-spacing: -1.6px; } }
  .about__desc-list .desc-item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 2.4rem; }
    @media screen and (max-width: 767px) {
      .about__desc-list .desc-item {
        font-size: 1.8rem;
        line-height: 2rem; } }
    .about__desc-list .desc-item:before {
      content: '';
      position: absolute;
      display: block;
      width: 12px;
      height: 12px;
      top: 7px;
      left: 0;
      border-radius: 50%;
      background-color: #E31F25; }
    .about__desc-list .desc-item:after {
      content: '';
      position: absolute;
      width: 2px;
      height: 100%;
      top: 23px;
      left: 5px;
      background-color: #E31F25; }
    .about__desc-list .desc-item:first-child {
      transition: opacity 1s; }
    .about__desc-list .desc-item:nth-child(2) {
      transition: opacity 5s; }
    .about__desc-list .desc-item:last-child {
      margin-bottom: 0;
      transition: opacity 10s; }
      .about__desc-list .desc-item:last-child:after {
        display: none; }
  .about__desc-list .assign {
    color: #E31F25; }
  .about__map {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 45.9%; }
    @media screen and (max-width: 1199px) {
      .about__map {
        flex-basis: auto;
        width: 100%;
        margin-top: 50px; } }
  .about__map-wrapper {
    position: relative;
    height: 425px;
    width: 560px; }
    @media screen and (max-width: 767px) {
      .about__map-wrapper {
        max-width: 340px;
        width: 100%;
        height: 260px; } }
    @media screen and (max-width: 375px) {
      .about__map-wrapper {
        max-width: 265px;
        height: 200px; } }
    .about__map-wrapper: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-wrapper:before {
          width: 260px;
          height: 130px; } }
      @media screen and (max-width: 375px) {
        .about__map-wrapper:before {
          width: 200px;
          height: 115px;
          top: 59.5%; } }
    .about__map-wrapper .map-item {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 150px;
      height: 86px;
      padding: 0 30px;
      border-radius: 5px;
      background-color: #F6F6FB;
      font-size: 1.6rem;
      line-height: 2.4rem;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .about__map-wrapper .map-item {
          width: 90px;
          height: 51px;
          font-size: 0.9rem;
          line-height: 1.4rem; } }
      @media screen and (max-width: 375px) {
        .about__map-wrapper .map-item {
          width: 70px;
          height: 40px; } }
      .about__map-wrapper .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-wrapper .map-item:first-child {
            width: 147px;
            height: 85px; } }
        @media screen and (max-width: 375px) {
          .about__map-wrapper .map-item:first-child {
            width: 120px;
            height: 60px;
            padding: 0 20px; } }
        .about__map-wrapper .map-item:first-child:before, .about__map-wrapper .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-wrapper .map-item:first-child:before, .about__map-wrapper .map-item:first-child:after {
              width: 25px;
              height: 37px; } }
        .about__map-wrapper .map-item:first-child:before {
          background-image: url("../img/wing-left.svg");
          left: 30px; }
          @media screen and (max-width: 375px) {
            .about__map-wrapper .map-item:first-child:before {
              left: 5px; } }
        .about__map-wrapper .map-item:first-child:after {
          background-image: url("../img/wing-right.svg");
          right: 30px; }
          @media screen and (max-width: 375px) {
            .about__map-wrapper .map-item:first-child:after {
              right: 5px; } }
      .about__map-wrapper .map-item:nth-child(2) {
        top: 50%;
        left: 0; }
      .about__map-wrapper .map-item:nth-child(3) {
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0); }
      .about__map-wrapper .map-item:nth-child(4) {
        top: 50%;
        right: 0; }
      .about__map-wrapper .map-item:nth-child(5) {
        bottom: 0;
        left: 19%; }
      .about__map-wrapper .map-item:nth-child(6) {
        bottom: 0;
        right: 19%; }
  .about .map-name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 42px;
    margin-top: 65px;
    border-radius: 3px;
    background-color: #F6F6FB;
    font-size: 1.8rem;
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .about .map-name {
        margin-top: 40px; } }

.counter {
  padding: 115px 0; }
  @media screen and (max-width: 1199px) {
    .counter {
      padding: 60px 0; } }
  .counter__wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    opacity: 0;
    transition: .3s opacity; }
    @media screen and (max-width: 1199px) {
      .counter__wrapper {
        flex-wrap: wrap;
        max-width: 560px;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .counter__wrapper {
        flex-wrap: nowrap;
        flex-direction: column; } }
    .counter__wrapper.show-counter {
      opacity: 1; }
  .counter .counter-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 1199px) {
      .counter .counter-item {
        width: 270px;
        margin-bottom: 25px; }
        .counter .counter-item:last-child {
          margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .counter .counter-item {
        width: 100%; } }
    .counter .counter-item:last-child:after {
      display: none; }
    .counter .counter-item .plus {
      opacity: 0;
      transition: .3s opacity; }
  .counter .num-wrap,
  .counter .counter-num {
    position: relative;
    font-size: 8rem;
    color: #E31F25; }
    @media screen and (max-width: 767px) {
      .counter .num-wrap,
      .counter .counter-num {
        font-size: 6.4rem; } }
  .counter .counter-desc {
    width: 170px;
    font-size: 2rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .counter .counter-desc {
        font-size: 1.8rem; } }

.description {
  position: relative;
  width: 100%;
  height: 984px;
  padding-top: 180px; }
  @media screen and (max-width: 1199px) {
    .description {
      height: auto; } }
  @media screen and (max-width: 767px) {
    .description {
      background: linear-gradient(0deg, rgba(179, 187, 201, 0.3) 76.04%, rgba(123, 134, 155, 0) 100%);
      overflow: hidden;
      padding-top: 0; } }
  .description:before {
    content: '';
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    background-image: url(../img/map2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -10; }
    @media screen and (max-width: 767px) {
      .description:before {
        top: auto;
        bottom: -280px;
        transform: translate(-50%, 0);
        height: 30%; } }
  .description .title {
    text-align: center;
    margin-bottom: 55px; }
  .description__list {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .description__list {
        flex-direction: column;
        align-items: center; } }
  .description .list-item {
    position: relative;
    flex-basis: 27%;
    font-size: 2rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px; }
    @media screen and (max-width: 1199px) {
      .description .list-item {
        flex-basis: 32%;
        padding: 24px;
        background-color: #FFF;
        border-radius: 10px; } }
    @media screen and (max-width: 767px) {
      .description .list-item {
        width: 100%;
        margin-bottom: 16px; } }
    .description .list-item:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 40%;
      width: 120%;
      height: 125%;
      background-color: #FFF;
      transform: skew(-9deg, 0deg) translate(-50%, -50%);
      border-radius: 10px;
      z-index: -5; }
      @media screen and (max-width: 1199px) {
        .description .list-item:before {
          display: none; } }
  .description .primary {
    width: 274px;
    margin: 70px auto 0; }

.partnership {
  padding-top: 102px;
  padding-bottom: 147px;
  background-color: #303138; }
  @media screen and (max-width: 1199px) {
    .partnership {
      padding: 32px 0; } }
  .partnership .title {
    text-align: center;
    color: #FFF; }
  .partnership__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 59px;
    margin-bottom: 48px; }
    @media screen and (max-width: 1199px) {
      .partnership__list {
        flex-wrap: wrap;
        max-width: 500px;
        margin: 18px auto; } }
    @media screen and (max-width: 374px) {
      .partnership__list {
        flex-direction: column; } }
  .partnership .list-item {
    display: flex;
    flex-direction: column;
    flex-basis: 19%;
    height: 226px;
    padding: 32px 24px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05); }
    @media screen and (max-width: 1199px) {
      .partnership .list-item:last-child {
        align-items: center;
        height: auto;
        flex-direction: row;
        flex-basis: 100%; }
        .partnership .list-item:last-child .item-icon {
          margin-bottom: 0; }
        .partnership .list-item:last-child .item-desc {
          margin-left: 16px; } }
    @media screen and (max-width: 374px) {
      .partnership .list-item:last-child {
        align-items: start;
        flex-direction: column;
        height: 226px;
        flex-basis: auto;
        padding: 24px 16px; }
        .partnership .list-item:last-child .item-icon {
          margin-bottom: 16px; }
        .partnership .list-item:last-child .item-desc {
          margin-left: 0; } }
    @media screen and (max-width: 1199px) {
      .partnership .list-item {
        flex-basis: 48.5%;
        padding: 24px 16px;
        margin-bottom: 16px; } }
    @media screen and (max-width: 374px) {
      .partnership .list-item {
        flex-basis: auto;
        width: 100%; } }
  .partnership .item-icon {
    width: 72px;
    height: 72px;
    padding: 12px;
    margin-bottom: 16px;
    border-radius: 10px;
    background: #6F3739;
    box-shadow: 10px 4px 64px 0 rgba(255, 0, 0, 0.35); }
    @media screen and (max-width: 1199px) {
      .partnership .item-icon {
        width: 66px;
        height: 66px; } }
  .partnership .item-desc {
    max-width: 160px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 24px; }
    @media screen and (max-width: 1199px) {
      .partnership .item-desc {
        font-size: 1.6rem; } }
  .partnership .primary {
    width: fit-content;
    margin: 0 auto; }
    @media screen and (max-width: 1199px) {
      .partnership .primary {
        padding: 16px 32px; }
        .partnership .primary span {
          display: none; } }

.clients {
  padding: 100px 0 130px;
  background: linear-gradient(0deg, #F5F6FB, #F5F6FB), #575963; }
  @media screen and (max-width: 767px) {
    .clients {
      padding: 50px 0 40px; } }
  .clients__wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto; }
    .clients__wrapper .title {
      text-align: center; }
      @media screen and (max-width: 767px) {
        .clients__wrapper .title {
          display: none; } }
    .clients__wrapper .title-mobile {
      display: none; }
      @media screen and (max-width: 767px) {
        .clients__wrapper .title-mobile {
          display: block; } }
  .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, #F5F6FB 29.67%, rgba(245, 246, 251, 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, #F5F6FB 29.67%, rgba(245, 246, 251, 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: 200px;
    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: 90px auto 0; }
    @media screen and (max-width: 1199px) {
      .clients .clients-pagination {
        display: none;
        margin-top: 50px; } }
    .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;
  background-color: #303138; }
  @media screen and (max-width: 1199px) {
    .projects {
      padding: 24px 0 44px;
      background-color: transparent; } }
  .projects__wrapper {
    color: #FFF; }
    @media screen and (max-width: 1199px) {
      .projects__wrapper {
        padding: 24px;
        border-radius: 8px;
        background-color: #303138; } }
  .projects__slider {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 1199px) {
      .projects__slider {
        align-items: center;
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto; } }
  .projects .title {
    margin-bottom: 46px; }
    @media screen and (max-width: 1199px) {
      .projects .title {
        margin-bottom: 0;
        text-align: center; } }
    @media screen and (max-width: 425px) {
      .projects .title {
        text-align: start; } }
  .projects .slider-image,
  .projects .slider-description {
    width: 47%; }
    @media screen and (max-width: 1199px) {
      .projects .slider-image,
      .projects .slider-description {
        width: 100%; } }
  .projects .slider-image .swiper-slide {
    height: fit-content; }
  .projects .title-slide {
    display: none;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -1.2px; }
    @media screen and (max-width: 1199px) {
      .projects .title-slide {
        display: block;
        margin: 22px 0; } }
  .projects .slide-img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover; }
  .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 {
        position: relative;
        top: auto;
        left: auto;
        margin: 22px 0; } }
  .projects__btn-slider {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1199px) {
      .projects__btn-slider {
        width: 100%; } }
  .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: 1199px) {
      .projects .projects-pagination {
        margin-left: auto; } }
  .projects .primary {
    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 .primary {
        position: relative;
        top: auto;
        left: auto;
        margin: 32px auto 0; } }
    @media screen and (max-width: 425px) {
      .projects .primary {
        width: 100%; } }
  .projects .text-block {
    position: relative;
    margin-bottom: 60px;
    background-color: #303138; }
    @media screen and (max-width: 1199px) {
      .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: #E31F25; }
    .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.8rem;
        line-height: 2rem; } }
  .projects .solution-paragraph .list-item {
    list-style: decimal;
    margin-bottom: 16px; }

.footer {
  padding-top: 100px; }
  .footer__wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between; }
    @media screen and (max-width: 1199px) {
      .footer__wrapper {
        flex-direction: column;
        align-items: center;
        max-width: 500px;
        margin: 0 auto; } }
    @media screen and (max-width: 425px) {
      .footer__wrapper {
        align-items: start; } }
  .footer__address {
    display: flex;
    flex-direction: column;
    max-width: 300px; }
  .footer .address-title {
    margin-bottom: 25px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px; }
  .footer .address-item {
    margin-bottom: 25px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.18px; }
  .footer__contacts {
    display: flex;
    flex-direction: column; }
  .footer .contacts-title {
    margin-bottom: 24px;
    font-size: 2rem;
    font-weight: 500; }
  .footer .contacts-list {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 1199px) {
      .footer .contacts-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 280px; } }
  .footer .contact-item {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 24px;
    color: #E31F25;
    font-size: 1.8rem;
    font-weight: 400;
    transition: .3s; }
    .footer .contact-item .footer-icon {
      margin-right: 8px; }
    .footer .contact-item:hover .icon-hover {
      fill: #000;
      transition: .3s; }
  .footer .contact-social {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1199px) {
      .footer .contact-social {
        max-width: 135px; } }
  .footer .social-item {
    position: relative;
    display: block;
    width: 24px;
    height: 24px; }
    .footer .social-item:hover .icon-hover {
      fill: #E31F25;
      transition: .3s; }
    .footer .social-item:hover .stroke-hover {
      stroke: #E31F25;
      transition: .3s; }
  .footer__callback {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 440px;
    width: 100%;
    padding: 25px 30px 30px;
    margin-top: -20px;
    background-color: #F6F6FB; }
    .footer__callback .primary {
      height: 56px;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        .footer__callback .primary {
          margin: 30px auto 0; } }
    @media screen and (max-width: 1199px) {
      .footer__callback {
        max-width: 380px;
        margin-top: 25px;
        padding: 25px 20px 20px; } }
    @media screen and (max-width: 767px) {
      .footer__callback {
        max-width: 100%;
        padding: 25px 15px 20px; } }
    @media screen and (max-width: 425px) {
      .footer__callback {
        margin-top: 40px; } }
    .footer__callback .callback-img {
      position: absolute;
      top: 25px;
      left: 30px;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      object-fit: cover;
      object-position: top;
      background-color: #303138; }
      @media screen and (max-width: 425px) {
        .footer__callback .callback-img {
          left: 15px; } }
  .footer .callback-title {
    max-width: 240px;
    margin-bottom: 10px;
    margin-left: 100px;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600; }
    @media screen and (max-width: 425px) {
      .footer .callback-title {
        max-width: 180px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 375px) {
      .footer .callback-title {
        max-width: 170px;
        font-size: 1.4rem; } }
  .footer .callback-phone {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: #303138;
    margin-left: 100px;
    margin-top: 16px;
    margin-bottom: 16px;
    transition: .3s; }
    .footer .callback-phone:hover {
      color: #E31F25; }
    @media screen and (max-width: 767px) {
      .footer .callback-phone {
        font-size: 1.8rem; } }
    @media screen and (max-width: 425px) {
      .footer .callback-phone {
        font-size: 1.6rem;
        margin-top: 0;
        margin-bottom: 0; } }
  .footer .callback-subtitle {
    max-width: 240px;
    margin-left: 100px;
    font-size: 2rem;
    line-height: 2.4rem; }
    @media screen and (max-width: 425px) {
      .footer .callback-subtitle {
        max-width: 180px;
        font-size: 1.6rem; } }
    @media screen and (max-width: 375px) {
      .footer .callback-subtitle {
        max-width: 170px;
        font-size: 1.4rem; } }
  .footer__bottom {
    padding: 24px 0;
    margin-top: 80px;
    background-color: #F5F6FB; }
    @media screen and (max-width: 375px) {
      .footer__bottom .logo__img {
        margin-right: 12px; } }
    .footer__bottom .logo__decor {
      background-color: rgba(0, 0, 0, 0.4); }
      @media screen and (max-width: 375px) {
        .footer__bottom .logo__decor {
          display: block; } }
    .footer__bottom .logo__text {
      color: #000; }
    @media screen and (max-width: 375px) {
      .footer__bottom .logo .mobile {
        display: block; } }
    .footer__bottom .link-list {
      display: flex;
      align-items: center;
      margin-top: 16px; }
      @media screen and (max-width: 960px) {
        .footer__bottom .link-list {
          flex-direction: column;
          margin-top: 0; } }
    .footer__bottom .copyright {
      font-size: 1.6rem;
      color: #949494; }
      @media screen and (max-width: 767px) {
        .footer__bottom .copyright {
          margin-top: 20px; } }
    .footer__bottom .footer-link {
      margin-left: 40px;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      color: rgba(148, 148, 148, 0.9); }
      @media screen and (max-width: 960px) {
        .footer__bottom .footer-link {
          margin-left: 0;
          margin-top: 16px; } }
    .footer__bottom .dom {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      font-size: 1.6rem;
      color: #949494;
      transition: .3s; }
      .footer__bottom .dom:hover {
        color: #E31F25; }
      @media screen and (max-width: 960px) {
        .footer__bottom .dom {
          position: relative;
          transform: none;
          right: auto;
          top: auto; } }
      @media screen and (max-width: 767px) {
        .footer__bottom .dom {
          margin-top: 16px; } }
  .footer__bottom-wrapper {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 960px) {
      .footer__bottom-wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .footer__bottom-wrapper {
        flex-direction: column; } }
  .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"); }

.logo {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: auto; }
  .logo__img {
    width: 144px;
    height: 66px;
    margin-right: 20px;
    object-fit: contain; }
    @media screen and (max-width: 1199px) {
      .logo__img {
        margin-right: 12px;
        width: 90px;
        height: 41px; } }
    @media screen and (max-width: 375px) {
      .logo__img {
        margin: 0; } }
  .logo__decor {
    display: block;
    width: 1px;
    height: 50px;
    transform: rotate(23deg);
    background-color: rgba(255, 255, 255, 0.6); }
    @media screen and (max-width: 1199px) {
      .logo__decor {
        height: 30px;
        transform: rotate(15deg); } }
    @media screen and (max-width: 375px) {
      .logo__decor {
        display: none; } }
  .logo__text {
    width: 360px;
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 2.1rem; }
    @media screen and (max-width: 1199px) {
      .logo__text {
        width: 150px;
        margin-left: 12px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2rem; } }
    @media screen and (max-width: 375px) {
      .logo__text {
        display: none; } }
  @media screen and (max-width: 1199px) {
    .logo .desktop {
      display: none; } }
  .logo .mobile {
    display: none; }
    @media screen and (max-width: 1199px) {
      .logo .mobile {
        display: block; } }
    @media screen and (max-width: 375px) {
      .logo .mobile {
        display: none; } }

button.primary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  padding: 16px 24px;
  border-radius: 4px;
  background: #E31F25;
  box-shadow: 0 4px 12px 0 rgba(255, 46, 46, 0.46);
  color: #FFF;
  font-size: 1.8rem;
  text-transform: uppercase;
  transition: .3s; }
  button.primary:hover {
    background-color: #B20505; }
  @media screen and (max-width: 767px) {
    button.primary {
      width: 234px;
      padding: 12px 0;
      font-size: 1.6rem; } }

button.secondary {
  display: flex;
  width: fit-content;
  padding: 8px 15px;
  align-items: center;
  border-radius: 4px;
  background: #303138;
  font-size: 1.8rem;
  line-height: 24px;
  letter-spacing: -0.36px;
  color: #FFF;
  transition: .3s;
  text-transform: uppercase; }
  button.secondary:hover {
    background-color: #FFF;
    color: #303138;
    box-shadow: 0 0 0 2px #303138; }
  @media screen and (max-width: 375px) {
    button.secondary {
      font-size: 1.6rem; } }

.prev-btn,
.next-btn {
  position: relative;
  width: 56px;
  height: 56px;
  border: 2px solid #E31F25;
  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: #E31F25; }

.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"); }

.advantage-popup {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  max-width: 520px;
  width: 100%;
  padding: 32px;
  border-radius: 10px;
  background: #FFF;
  z-index: 110;
  transition: .3s; }
  .advantage-popup.active {
    transform: translate(-50%, -50%) scale(1); }
  @media screen and (max-width: 767px) {
    .advantage-popup {
      padding: 20px;
      max-width: 410px; } }
  @media screen and (max-width: 425px) {
    .advantage-popup {
      max-width: 320px; } }
  .advantage-popup .popup-close {
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: auto; }
    .advantage-popup .popup-close:before, .advantage-popup .popup-close:after {
      content: '';
      position: absolute;
      width: 16px;
      height: 2px;
      top: 50%;
      left: 50%;
      background-color: #303138; }
    .advantage-popup .popup-close:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .advantage-popup .popup-close:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  .advantage-popup .popup-img {
    display: block;
    position: relative;
    width: 160px;
    height: 160px; }
    @media screen and (max-width: 767px) {
      .advantage-popup .popup-img {
        width: 120px;
        height: 120px; } }
    .advantage-popup .popup-img:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-image: url("../img/popup-img.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .advantage-popup .popup-img:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 110%;
      height: 110%;
      border-radius: 50%;
      border: 4px solid #E31F25; }
  .advantage-popup .popup-title {
    margin: 25px 0;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1.6px; }
    @media screen and (max-width: 767px) {
      .advantage-popup .popup-title {
        font-size: 2.4rem;
        line-height: 32px;
        letter-spacing: -1.2px; } }
    @media screen and (max-width: 425px) {
      .advantage-popup .popup-title {
        line-height: 20px; } }
  .advantage-popup .popup-desc {
    font-size: 2rem;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1px; }
    @media screen and (max-width: 767px) {
      .advantage-popup .popup-desc {
        font-size: 2rem; } }
    @media screen and (max-width: 425px) {
      .advantage-popup .popup-desc {
        font-size: 1.4rem;
        line-height: 20px; } }
  .advantage-popup .popup-download {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 410px;
    width: 100%;
    height: 56px;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 5px;
    border: 2px solid #000;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
    transition: .3s; }
    .advantage-popup .popup-download .download-icon {
      margin-right: 10px; }
    .advantage-popup .popup-download:hover {
      background-color: #000;
      color: #FFF; }
      .advantage-popup .popup-download:hover .icon-hover {
        fill: #FFF;
        transition: .3s; }
  .advantage-popup .popup-btn {
    max-width: 410px;
    width: 100%;
    padding: 10px; }

.advantage-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 100; }
  .advantage-bg.active {
    display: block; }

.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 {
    margin-bottom: 24px; }
  .modal .input-wrap {
    position: relative;
    display: inline-block;
    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%;
    height: 56px;
    margin-bottom: 24px;
    border-radius: 4px;
    border: 1px dashed #7E7E7E;
    cursor: pointer; }
    .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%; }

.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 .primary,
.modal-error .primary {
  width: 100%; }

.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; }

.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', sans-serif;
  overflow: 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;
  cursor: pointer;
  transition: .3s; }

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

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

h1.title {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 48.189px;
  letter-spacing: -0.857px;
  text-transform: uppercase; }
  @media screen and (max-width: 1199px) {
    h1.title {
      font-size: 3.2rem;
      line-height: 40px;
      letter-spacing: 1px; } }
  @media screen and (max-width: 767px) {
    h1.title {
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 25px; } }

h2.title {
  font-size: 4rem;
  line-height: 62px;
  font-weight: 500;
  letter-spacing: -2px;
  text-transform: uppercase; }
  @media screen and (max-width: 1199px) {
    h2.title {
      font-size: 3.2rem;
      line-height: 40px;
      letter-spacing: -1.6px; } }

h3.title {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -1.6px; }


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