@charset "UTF-8";
.margin-top40 {
  margin-top: 40px;
}

.margin-top100 {
  margin-top: 100px;
}

.border0 {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.ul-custom__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  font-size: 28px;
}
.ul-custom__item:before {
  content: "";
  display: block;
  margin-right: 34px;
  background: #1C1C1C;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 16px;
  height: 16px;
  position: relative;
  top: 5px;
  min-width: 16px;
}

@media (max-width: 1440px) {
  .ul-custom__item {
    font-size: 22px;
  }
  .ul-custom__item:before {
    width: 11px;
    height: 11px;
    margin-right: 15px;
    min-width: 11px;
  }
}
@media (max-width: 1000px) {
  .ul-custom__item {
    font-size: 18px;
  }
}
@media (max-width: 428px) {
  .ul-custom__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .ul-custom__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    font-size: 14px;
  }
}
.main-relocation {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 100px;
}
.main-relocation .container {
  width: 100%;
}
.main-relocation__title {
  font-size: 94px;
  margin-bottom: 40px;
}
.main-relocation__wrapper {
  position: relative;
}
.main-relocation__bounce {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 1440px) {
  .main-relocation__title {
    font-size: 70px;
  }
  .main-relocation__bounce img {
    max-height: 470px;
  }
}
@media (max-width: 1000px) {
  .main-relocation__title {
    font-size: 48px;
  }
  .main-relocation__bounce img {
    max-height: 360px;
  }
}
@media (max-width: 768px) {
  .main-relocation__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-relocation__bounce {
    position: initial;
    top: initial;
    -webkit-transform: initial;
       -moz-transform: initial;
        -ms-transform: initial;
         -o-transform: initial;
            transform: initial;
    margin-bottom: 35px;
  }
}
@media (max-width: 428px) {
  .main-relocation {
    height: auto;
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .main-relocation__title {
    font-size: 26px;
  }
  .main-relocation__bounce img {
    max-height: 336px;
  }
}
@media (max-width: 375px) {
  .main-relocation__title {
    font-size: 18px;
  }
  .main-relocation__bounce img {
    max-height: 224px;
  }
}
.offer-relocation {
  margin-bottom: 200px;
}
.offer-relocation__description {
  font-size: 45px;
  margin-bottom: 120px;
}
.offer-relocation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 200px;
}

@media (max-width: 1440px) {
  .offer-relocation {
    margin-bottom: 100px;
  }
  .offer-relocation__description {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .offer-relocation__list {
    row-gap: 72px;
    -webkit-column-gap: 63px;
       -moz-column-gap: 63px;
            column-gap: 63px;
  }
}
@media (max-width: 1000px) {
  .offer-relocation__list {
    row-gap: 45px;
    -webkit-column-gap: 63px;
       -moz-column-gap: 63px;
            column-gap: 63px;
  }
}
@media (max-width: 428px) {
  .offer-relocation {
    margin-bottom: 66px;
  }
  .offer-relocation__description {
    font-size: 20px;
  }
  .offer-relocation__list {
    row-gap: 40px;
  }
}
.about-relocation {
  margin-bottom: 230px;
}
.about-relocation__img {
  margin-bottom: 100px;
  width: 100%;
  max-height: 775px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-relocation__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.about-relocation__about-block {
  margin-right: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-relocation__btn {
  width: initial !important;
}
.about-relocation__icon-quote {
  margin-bottom: 66px;
  position: relative;
  top: 15px;
}
.about-relocation__title {
  font-size: 68px;
  margin-bottom: 48px;
}
.about-relocation__text {
  font-size: 28px;
  margin-bottom: 65px;
  line-height: 130%;
}
.about-relocation__text-small {
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 67px;
}

@media (max-width: 1440px) {
  .about-relocation {
    margin-bottom: 230px;
  }
  .about-relocation__btn {
    white-space: nowrap;
  }
  .about-relocation__icon-quote {
    margin-bottom: 48px;
  }
  .about-relocation__title {
    font-size: 48px;
  }
  .about-relocation__text {
    font-size: 22px;
    margin-bottom: 90px;
  }
  .about-relocation__text-small {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .about-relocation {
    margin-bottom: 100px;
  }
  .about-relocation__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-relocation__about-block {
    margin-bottom: 40px;
  }
  .about-relocation__btn {
    max-width: 270px;
    font-size: 16px !important;
  }
  .about-relocation__icon-quote {
    margin-bottom: 48px;
  }
  .about-relocation__title {
    font-size: 48px;
  }
  .about-relocation__text {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .about-relocation__text-small {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .about-relocation__icon-quote {
    margin-bottom: 48px;
  }
  .about-relocation__title {
    font-size: 48px;
  }
}
@media (max-width: 428px) {
  .about-relocation__about-block {
    margin-right: 0;
  }
  .about-relocation__btn {
    width: auto !important;
  }
  .about-relocation__title {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .about-relocation__about-block {
    margin-bottom: 40px;
  }
  .about-relocation__icon-quote {
    margin-bottom: 48px;
  }
  .about-relocation__title {
    font-size: 30px;
  }
  .about-relocation__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .about-relocation__text-small {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.portfolio-relocation {
  margin-bottom: 180px;
}
.portfolio-relocation__title {
  font-size: 68px;
  margin-bottom: 53px;
}
.portfolio-relocation__btn {
  margin: auto;
}
.portfolio-relocation__list {
  margin-bottom: 50px;
}

@media (max-width: 1440px) {
  .portfolio-relocation {
    margin-bottom: 180px;
  }
  .portfolio-relocation__title {
    font-size: 48px;
  }
  .portfolio-relocation__btn {
    font-size: 16px !important;
  }
}
.grid-double-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 30px 30px;
  grid-template-areas: "grid1 grid2" "grid1 grid2" "grid1 grid2" "grid3 grid2" "grid3 grid4" "grid3 grid4" "grid5 grid6" "grid5 grid6" "grid5 grid6";
}
.grid-double-column__wrapper-item {
  position: relative;
  display: block !important;
}
.grid-double-column__wrapper-item:nth-of-type(1) {
  grid-area: grid1;
}
.grid-double-column__wrapper-item:nth-of-type(2) {
  grid-area: grid2;
}
.grid-double-column__wrapper-item:nth-of-type(3) {
  grid-area: grid3;
}
.grid-double-column__wrapper-item:nth-of-type(4) {
  grid-area: grid4;
}
.grid-double-column__wrapper-item:nth-of-type(5) {
  grid-area: grid5;
}
.grid-double-column__wrapper-item:nth-of-type(6) {
  grid-area: grid6;
}
.grid-double-column__link {
  display: block;
  padding-bottom: 65%;
}
.grid-double-column__img {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 1440px) {
  .grid-double-column {
    gap: 20px 20px;
  }
}
@media (max-width: 428px) {
  .grid-double-column {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(18, 1fr);
    grid-auto-rows: auto;
    gap: 30px 30px;
    grid-template-areas: "grid1" "grid1" "grid1" "grid2" "grid2" "grid2" "grid2" "grid3" "grid3" "grid3" "grid4" "grid4" "grid5" "grid5" "grid5" "grid6" "grid6" "grid6";
  }
}
.promo-relocation {
  margin-bottom: 200px;
}
.promo-relocation__content {
  position: relative;
  background: #061A28;
  padding: 107px 0 80px 87px;
  overflow: hidden;
}
.promo-relocation__wrapper {
  padding-top: 65px;
  overflow: hidden;
  position: relative;
}
.promo-relocation__text {
  font-size: 51px;
  color: #fff;
  margin-bottom: 84px;
  max-width: 850px;
}
.promo-relocation__under-text {
  font-size: 18px;
  color: #fff;
}
.promo-relocation__img {
  max-height: 524px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 4%;
  z-index: 2;
}
.promo-relocation__blur {
  position: absolute;
  top: 5%;
  left: 85%;
  width: 390.58px;
  height: 1035.39px;
  background: #3899DA;
  -webkit-filter: blur(858.753px);
          filter: blur(858.753px);
  -webkit-transform: rotate(-96.58deg);
     -moz-transform: rotate(-96.58deg);
      -ms-transform: rotate(-96.58deg);
       -o-transform: rotate(-96.58deg);
          transform: rotate(-96.58deg);
}

@media (max-width: 1440px) {
  .promo-relocation__text {
    font-size: 36px;
    margin-bottom: 45px;
  }
  .promo-relocation__img {
    max-height: 470px;
  }
}
@media (max-width: 1180px) {
  .promo-relocation__img {
    right: -8%;
  }
}
@media (max-width: 1000px) {
  .promo-relocation__content {
    padding-left: 50px;
  }
  .promo-relocation__text {
    max-width: 400px;
  }
  .promo-relocation__text br {
    display: none;
  }
  .promo-relocation__under-text {
    font-size: 16px;
  }
  .promo-relocation__img {
    right: -2%;
  }
  .promo-relocation__blur {
    width: 1188.86px;
    height: 1024.59px;
    -webkit-filter: blur(576px);
            filter: blur(576px);
    -webkit-transform: rotate(-105.72deg);
       -moz-transform: rotate(-105.72deg);
        -ms-transform: rotate(-105.72deg);
         -o-transform: rotate(-105.72deg);
            transform: rotate(-105.72deg);
    left: 65%;
  }
}
@media (max-width: 768px) {
  .promo-relocation__text {
    font-size: 22px;
  }
  .promo-relocation__under-text {
    font-size: 16px;
  }
  .promo-relocation__img {
    max-height: 370px;
    top: 5%;
  }
}
@media (max-width: 630px) {
  .promo-relocation__content {
    padding-left: 37px;
    padding-right: 37px;
  }
  .promo-relocation__text {
    max-width: none;
    text-align: center;
    font-size: 27px;
  }
  .promo-relocation__under-text {
    text-align: center;
  }
  .promo-relocation__img {
    display: none;
  }
}
@media (max-width: 428px) {
  .promo-relocation__content {
    padding: 63px 14px 45px;
  }
  .promo-relocation__text {
    max-width: none;
    text-align: center;
    font-size: 21px;
  }
  .promo-relocation__under-text {
    text-align: center;
  }
  .promo-relocation__img {
    display: none;
  }
}
.form-relocation {
  margin-bottom: 220px;
}
.form-relocation__title {
  font-size: 94px;
  margin-bottom: 30px;
}
.form-relocation__subtitle {
  font-size: 32px;
}
.form-relocation__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}
.form-relocation .text-field {
  margin-right: 30px;
}
.form-relocation__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-relocation__footer a {
  color: #427CDE;
  text-decoration: underline;
}
.form-relocation__btn {
  margin-right: 40px;
}

@media (max-width: 1440px) {
  .form-relocation {
    margin-bottom: 220px;
  }
  .form-relocation__title {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .form-relocation__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .form-relocation {
    margin-bottom: 220px;
  }
  .form-relocation__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .form-relocation__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .form-relocation__title {
    font-size: 40px;
  }
}
@media (max-width: 428px) {
  .form-relocation__title {
    font-size: 40px;
  }
  .form-relocation__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-relocation__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .form-relocation__policy {
    margin-bottom: 30px;
  }
}
.our-team {
  margin-top: 180px;
}
.our-team__title {
  font-size: 65px;
  margin-bottom: 120px;
}
.our-team__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.our-team__item {
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  margin-bottom: 125px;
}

@media (max-width: 1440px) {
  .our-team__title {
    font-size: 45px;
    margin-bottom: 60px;
  }
  .our-team__item {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .our-team__item {
    margin-bottom: 60px;
  }
}
@media (max-width: 428px) {
  .our-team__title {
    font-size: 35px;
    margin-bottom: 50px;
  }
  .our-team__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin-bottom: 50px;
  }
}
.person-team__wrapper {
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.person-team__img-wrapper {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 20px;
}
.person-team__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 1s ease-in-out;
  transition: -webkit-filter 1s ease-in-out;
  -o-transition: filter 1s ease-in-out;
  -moz-transition: filter 1s ease-in-out;
  transition: filter 1s ease-in-out;
  transition: filter 1s ease-in-out, -webkit-filter 1s ease-in-out;
}
.person-team__img:hover {
  -webkit-filter: initial;
          filter: initial;
}
.person-team__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.person-team__title {
  font-size: 23px;
  margin-bottom: 10px;
}
.person-team__direction {
  font-size: 17px;
}

@media (max-width: 1919px) {
  .person-team__wrapper {
    max-width: 350px;
  }
}
@media (max-width: 1660px) {
  .person-team__wrapper {
    max-width: 360px;
  }
}
@media (max-width: 1000px) {
  .person-team__title {
    font-size: 20px;
  }
  .person-team__direction {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .person-team__title {
    font-size: 18px;
  }
  .person-team__direction {
    font-size: 14px;
  }
}
.main-services {
  margin-top: 20vh;
  margin-bottom: 110px;
}
.main-services__wrapper {
  padding-left: 7%;
}
.main-services__title {
  margin-bottom: 40px;
  font-size: 94px;
}
.main-services__text {
  font-size: 22px;
}

@media (max-width: 1000px) {
  .main-services {
    margin-bottom: 70px;
  }
  .main-services__wrapper {
    padding-left: 0;
  }
  .main-services__title {
    font-size: 60px;
  }
  .main-services__text {
    font-size: 16px;
  }
}
@media (max-width: 428px) {
  .main-services {
    margin-bottom: 70px;
  }
  .main-services__title {
    font-size: 40px;
  }
}
.interaction-services {
  margin-bottom: 200px;
}
.interaction-services__title {
  font-size: 30px;
  margin-bottom: 80px;
}

@media (max-width: 1000px) {
  .interaction-services {
    margin-bottom: 140px;
  }
  .interaction-services__title {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .interaction-services {
    margin-bottom: 100px;
  }
}
@media (max-width: 428px) {
  .interaction-services__title {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .interaction-services {
    margin-bottom: 55px;
  }
}
.animation-list__item:not(:last-of-type) .animation-list__item-link {
  border-bottom: 1px solid #8898A4;
}
.animation-list__item:not(:first-of-type) .animation-list__item-link {
  padding-top: 40px;
}
.animation-list__item:not(:first-of-type) .animation-list__item-img {
  top: 47%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.animation-list__item-link {
  position: relative;
  padding-bottom: 40px;
}
.animation-list__item-img {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.3s;
  -o-transition: opacity 0.2s, visibility 0.3s;
  -moz-transition: opacity 0.2s, visibility 0.3s;
  transition: opacity 0.2s, visibility 0.3s;
}
.animation-list__item-title {
  font-size: 59px;
  position: relative;
  z-index: 2;
  -webkit-animation: reverse-spring 0.75s;
     -moz-animation: reverse-spring 0.75s;
       -o-animation: reverse-spring 0.75s;
          animation: reverse-spring 0.75s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  will-change: transform;
}
.animation-list__item-link:hover .animation-list__item-img {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s, visibility 0.1s ease-in-out;
  -o-transition: opacity 0.2s, visibility 0.1s ease-in-out;
  -moz-transition: opacity 0.2s, visibility 0.1s ease-in-out;
  transition: opacity 0.2s, visibility 0.1s ease-in-out;
}
.animation-list__item-link:hover .animation-list__item-title {
  -webkit-animation: spring 0.75s;
     -moz-animation: spring 0.75s;
       -o-animation: spring 0.75s;
          animation: spring 0.75s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes spring {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
  }
  50% {
    -webkit-transform: translateX(55px);
            transform: translateX(55px);
  }
  65% {
    -webkit-transform: translateX(68px);
            transform: translateX(68px);
  }
  100% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
}

@-moz-keyframes spring {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  25% {
    -moz-transform: translateX(75px);
         transform: translateX(75px);
  }
  50% {
    -moz-transform: translateX(55px);
         transform: translateX(55px);
  }
  65% {
    -moz-transform: translateX(68px);
         transform: translateX(68px);
  }
  100% {
    -moz-transform: translateX(70px);
         transform: translateX(70px);
  }
}

@-o-keyframes spring {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  25% {
    -o-transform: translateX(75px);
       transform: translateX(75px);
  }
  50% {
    -o-transform: translateX(55px);
       transform: translateX(55px);
  }
  65% {
    -o-transform: translateX(68px);
       transform: translateX(68px);
  }
  100% {
    -o-transform: translateX(70px);
       transform: translateX(70px);
  }
}

@keyframes spring {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(75px);
       -moz-transform: translateX(75px);
         -o-transform: translateX(75px);
            transform: translateX(75px);
  }
  50% {
    -webkit-transform: translateX(55px);
       -moz-transform: translateX(55px);
         -o-transform: translateX(55px);
            transform: translateX(55px);
  }
  65% {
    -webkit-transform: translateX(68px);
       -moz-transform: translateX(68px);
         -o-transform: translateX(68px);
            transform: translateX(68px);
  }
  100% {
    -webkit-transform: translateX(70px);
       -moz-transform: translateX(70px);
         -o-transform: translateX(70px);
            transform: translateX(70px);
  }
}
@-webkit-keyframes reverse-spring {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  25% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-moz-keyframes reverse-spring {
  0% {
    -moz-transform: translateX(70px);
         transform: translateX(70px);
  }
  25% {
    -moz-transform: translateX(-20px);
         transform: translateX(-20px);
  }
  50% {
    -moz-transform: translateX(10px);
         transform: translateX(10px);
  }
  75% {
    -moz-transform: translateX(-5px);
         transform: translateX(-5px);
  }
  100% {
    -moz-transform: translateX(0px);
         transform: translateX(0px);
  }
}
@-o-keyframes reverse-spring {
  0% {
    -o-transform: translateX(70px);
       transform: translateX(70px);
  }
  25% {
    -o-transform: translateX(-20px);
       transform: translateX(-20px);
  }
  50% {
    -o-transform: translateX(10px);
       transform: translateX(10px);
  }
  75% {
    -o-transform: translateX(-5px);
       transform: translateX(-5px);
  }
  100% {
    -o-transform: translateX(0px);
       transform: translateX(0px);
  }
}
@keyframes reverse-spring {
  0% {
    -webkit-transform: translateX(70px);
       -moz-transform: translateX(70px);
         -o-transform: translateX(70px);
            transform: translateX(70px);
  }
  25% {
    -webkit-transform: translateX(-20px);
       -moz-transform: translateX(-20px);
         -o-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
         -o-transform: translateX(10px);
            transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-5px);
       -moz-transform: translateX(-5px);
         -o-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@media (max-width: 1000px) {
  .animation-list__item:not(:first-of-type) .animation-list__item-link {
    padding-top: 33px;
  }
  .animation-list__item:first-of-type .animation-list__item-img {
    top: -12%;
  }
  .animation-list__item-link {
    padding-bottom: 33px;
  }
  .animation-list__item-img {
    width: 35px;
    height: 35px;
  }
  .animation-list__item-title {
    font-size: 30px;
  }
  @-webkit-keyframes spring {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    25% {
      -webkit-transform: translateX(65px);
              transform: translateX(65px);
    }
    50% {
      -webkit-transform: translateX(45px);
              transform: translateX(45px);
    }
    65% {
      -webkit-transform: translateX(58px);
              transform: translateX(58px);
    }
    100% {
      -webkit-transform: translateX(60px);
              transform: translateX(60px);
    }
  }
  @-moz-keyframes spring {
    0% {
      -moz-transform: translateX(0);
           transform: translateX(0);
    }
    25% {
      -moz-transform: translateX(65px);
           transform: translateX(65px);
    }
    50% {
      -moz-transform: translateX(45px);
           transform: translateX(45px);
    }
    65% {
      -moz-transform: translateX(58px);
           transform: translateX(58px);
    }
    100% {
      -moz-transform: translateX(60px);
           transform: translateX(60px);
    }
  }
  @-o-keyframes spring {
    0% {
      -o-transform: translateX(0);
         transform: translateX(0);
    }
    25% {
      -o-transform: translateX(65px);
         transform: translateX(65px);
    }
    50% {
      -o-transform: translateX(45px);
         transform: translateX(45px);
    }
    65% {
      -o-transform: translateX(58px);
         transform: translateX(58px);
    }
    100% {
      -o-transform: translateX(60px);
         transform: translateX(60px);
    }
  }
  @keyframes spring {
    0% {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0);
    }
    25% {
      -webkit-transform: translateX(65px);
         -moz-transform: translateX(65px);
           -o-transform: translateX(65px);
              transform: translateX(65px);
    }
    50% {
      -webkit-transform: translateX(45px);
         -moz-transform: translateX(45px);
           -o-transform: translateX(45px);
              transform: translateX(45px);
    }
    65% {
      -webkit-transform: translateX(58px);
         -moz-transform: translateX(58px);
           -o-transform: translateX(58px);
              transform: translateX(58px);
    }
    100% {
      -webkit-transform: translateX(60px);
         -moz-transform: translateX(60px);
           -o-transform: translateX(60px);
              transform: translateX(60px);
    }
  }
  @-webkit-keyframes reverse-spring {
    0% {
      -webkit-transform: translateX(60px);
              transform: translateX(60px);
    }
    25% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
    }
    50% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }
    75% {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px);
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  @-moz-keyframes reverse-spring {
    0% {
      -moz-transform: translateX(60px);
           transform: translateX(60px);
    }
    25% {
      -moz-transform: translateX(-10px);
           transform: translateX(-10px);
    }
    50% {
      -moz-transform: translateX(10px);
           transform: translateX(10px);
    }
    75% {
      -moz-transform: translateX(-5px);
           transform: translateX(-5px);
    }
    100% {
      -moz-transform: translateX(0px);
           transform: translateX(0px);
    }
  }
  @-o-keyframes reverse-spring {
    0% {
      -o-transform: translateX(60px);
         transform: translateX(60px);
    }
    25% {
      -o-transform: translateX(-10px);
         transform: translateX(-10px);
    }
    50% {
      -o-transform: translateX(10px);
         transform: translateX(10px);
    }
    75% {
      -o-transform: translateX(-5px);
         transform: translateX(-5px);
    }
    100% {
      -o-transform: translateX(0px);
         transform: translateX(0px);
    }
  }
  @keyframes reverse-spring {
    0% {
      -webkit-transform: translateX(60px);
         -moz-transform: translateX(60px);
           -o-transform: translateX(60px);
              transform: translateX(60px);
    }
    25% {
      -webkit-transform: translateX(-10px);
         -moz-transform: translateX(-10px);
           -o-transform: translateX(-10px);
              transform: translateX(-10px);
    }
    50% {
      -webkit-transform: translateX(10px);
         -moz-transform: translateX(10px);
           -o-transform: translateX(10px);
              transform: translateX(10px);
    }
    75% {
      -webkit-transform: translateX(-5px);
         -moz-transform: translateX(-5px);
           -o-transform: translateX(-5px);
              transform: translateX(-5px);
    }
    100% {
      -webkit-transform: translateX(0px);
         -moz-transform: translateX(0px);
           -o-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
}
@media (max-width: 428px) {
  .animation-list__item:not(:first-of-type) .animation-list__item-link {
    padding-top: 25px;
  }
  .animation-list__item-link {
    padding-bottom: 25px;
  }
  .animation-list__item-img {
    width: 30px;
    height: 30px;
  }
  .animation-list__item-title {
    font-size: 20px;
  }
  @-webkit-keyframes spring {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    25% {
      -webkit-transform: translateX(55px);
              transform: translateX(55px);
    }
    50% {
      -webkit-transform: translateX(35px);
              transform: translateX(35px);
    }
    65% {
      -webkit-transform: translateX(48px);
              transform: translateX(48px);
    }
    100% {
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
    }
  }
  @-moz-keyframes spring {
    0% {
      -moz-transform: translateX(0);
           transform: translateX(0);
    }
    25% {
      -moz-transform: translateX(55px);
           transform: translateX(55px);
    }
    50% {
      -moz-transform: translateX(35px);
           transform: translateX(35px);
    }
    65% {
      -moz-transform: translateX(48px);
           transform: translateX(48px);
    }
    100% {
      -moz-transform: translateX(50px);
           transform: translateX(50px);
    }
  }
  @-o-keyframes spring {
    0% {
      -o-transform: translateX(0);
         transform: translateX(0);
    }
    25% {
      -o-transform: translateX(55px);
         transform: translateX(55px);
    }
    50% {
      -o-transform: translateX(35px);
         transform: translateX(35px);
    }
    65% {
      -o-transform: translateX(48px);
         transform: translateX(48px);
    }
    100% {
      -o-transform: translateX(50px);
         transform: translateX(50px);
    }
  }
  @keyframes spring {
    0% {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0);
    }
    25% {
      -webkit-transform: translateX(55px);
         -moz-transform: translateX(55px);
           -o-transform: translateX(55px);
              transform: translateX(55px);
    }
    50% {
      -webkit-transform: translateX(35px);
         -moz-transform: translateX(35px);
           -o-transform: translateX(35px);
              transform: translateX(35px);
    }
    65% {
      -webkit-transform: translateX(48px);
         -moz-transform: translateX(48px);
           -o-transform: translateX(48px);
              transform: translateX(48px);
    }
    100% {
      -webkit-transform: translateX(50px);
         -moz-transform: translateX(50px);
           -o-transform: translateX(50px);
              transform: translateX(50px);
    }
  }
  @-webkit-keyframes reverse-spring {
    0% {
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
    }
    25% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
    }
    50% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }
    75% {
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px);
    }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  @-moz-keyframes reverse-spring {
    0% {
      -moz-transform: translateX(50px);
           transform: translateX(50px);
    }
    25% {
      -moz-transform: translateX(-10px);
           transform: translateX(-10px);
    }
    50% {
      -moz-transform: translateX(10px);
           transform: translateX(10px);
    }
    75% {
      -moz-transform: translateX(-5px);
           transform: translateX(-5px);
    }
    100% {
      -moz-transform: translateX(0px);
           transform: translateX(0px);
    }
  }
  @-o-keyframes reverse-spring {
    0% {
      -o-transform: translateX(50px);
         transform: translateX(50px);
    }
    25% {
      -o-transform: translateX(-10px);
         transform: translateX(-10px);
    }
    50% {
      -o-transform: translateX(10px);
         transform: translateX(10px);
    }
    75% {
      -o-transform: translateX(-5px);
         transform: translateX(-5px);
    }
    100% {
      -o-transform: translateX(0px);
         transform: translateX(0px);
    }
  }
  @keyframes reverse-spring {
    0% {
      -webkit-transform: translateX(50px);
         -moz-transform: translateX(50px);
           -o-transform: translateX(50px);
              transform: translateX(50px);
    }
    25% {
      -webkit-transform: translateX(-10px);
         -moz-transform: translateX(-10px);
           -o-transform: translateX(-10px);
              transform: translateX(-10px);
    }
    50% {
      -webkit-transform: translateX(10px);
         -moz-transform: translateX(10px);
           -o-transform: translateX(10px);
              transform: translateX(10px);
    }
    75% {
      -webkit-transform: translateX(-5px);
         -moz-transform: translateX(-5px);
           -o-transform: translateX(-5px);
              transform: translateX(-5px);
    }
    100% {
      -webkit-transform: translateX(0px);
         -moz-transform: translateX(0px);
           -o-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
}
.why-services {
  margin-bottom: 200px;
}
.why-services__img {
  margin-bottom: 140px;
}

@media (max-width: 1000px) {
  .why-services {
    margin-bottom: 120px;
  }
  .why-services__img {
    margin-bottom: 80px;
  }
}
@media (max-width: 428px) {
  .why-services__img {
    margin-bottom: 50px;
  }
}
.process-services {
  padding-top: 200px;
  background-color: #EBF3FA;
  padding-bottom: 220px;
  margin-bottom: 200px;
}
.process-services__title {
  padding-left: -webkit-calc(15% + 25px);
  padding-left: -moz-calc(15% + 25px);
  padding-left: calc(15% + 25px);
  font-size: 33px;
  margin-bottom: 80px;
}

@media (max-width: 1000px) {
  .process-services {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 150px;
  }
  .process-services__title {
    padding-left: -webkit-calc(15% + 45px);
    padding-left: -moz-calc(15% + 45px);
    padding-left: calc(15% + 45px);
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 550px) {
  .process-services__title {
    padding-left: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 428px) {
  .process-services {
    padding-top: 26px;
    padding-bottom: 100px;
    margin-bottom: 120px;
  }
  .process-services__title {
    padding-left: 0;
    margin-bottom: 95px;
  }
}
@media (max-width: 375px) {
  .process-services__title {
    margin-bottom: 60px;
  }
}
.custom-nav-bar {
  padding: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.custom-nav-bar__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
}
.custom-nav-bar__logo {
  margin: 0 36px;
}
.custom-nav-bar .none {
  visibility: hidden;
}
.custom-nav-bar .hide {
  opacity: 0;
}
.custom-nav-bar .menu-btn {
  margin-right: 36px;
}
.custom-nav-bar.hidden-nav {
  background: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

@media (min-width: 1920px) {
  .custom-nav-bar__logo {
    margin-left: 108px;
  }
}
@media (max-width: 768px) {
  .custom-nav-bar {
    padding-top: 30px;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .custom-nav-bar__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .custom-nav-bar__logo {
    margin-bottom: 14px;
  }
  .custom-nav-bar .menu-btn {
    position: relative;
    bottom: 30px;
  }
}
@media (max-width: 428px) {
  .custom-nav-bar__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .custom-nav-bar .menu-btn {
    position: relative;
    bottom: 20px;
  }
}
.nav-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-lang__phone {
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-lang__phone i {
  border: 1.45833px solid #F2F2F2;
  margin-right: 8px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  width: 35px;
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.nav-lang__phone:hover i {
  background-color: #F2F2F2;
}
.nav-lang a:not(:last-of-type) {
  margin-right: 40px;
}
.nav-lang__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #E2E8EE;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
  padding: 5px 8px 4px;
  font-size: 15px;
  -webkit-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.nav-lang__item:hover {
  background-color: #F5F5F5;
}
.nav-lang__item span {
  margin-right: 4px;
}
.nav-lang__item svg {
  position: relative;
  bottom: 1px;
}
.nav-lang__item.active {
  background-color: #E2E8EE;
}
.nav-lang--inverse span {
  color: #ffffff;
}
.nav-lang--inverse .nav-lang__item {
  background: none;
  border-color: #4C5258;
}
.nav-lang--inverse .nav-lang__item.active {
  background-color: #4C5258;
}
.nav-lang--inverse .nav-lang__item:hover {
  background: #4C5258;
}
.nav-lang--inverse .nav-lang__phone {
  margin-left: 0;
}
.nav-lang--inverse .nav-lang__phone i {
  border-color: #4C5258;
}
.nav-lang--inverse .nav-lang__phone i svg path {
  fill: #ffffff;
}
.nav-lang--inverse .nav-lang__phone:hover i {
  background-color: #4C5258;
}

@media (max-width: 550px) {
  .nav-lang__phone i {
    margin-right: 0;
  }
  .nav-lang__phone span {
    visibility: hidden;
    width: 0;
    opacity: 0;
    height: 0;
  }
}
@media (max-width: 375px) {
  .nav-lang__phone i {
    margin-right: 0;
  }
  .nav-lang__phone span {
    visibility: hidden;
    width: 0;
    opacity: 0;
    height: 0;
  }
  .nav-lang a:not(:last-of-type) {
    margin-right: 20px;
  }
}
.project-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.project-link__title {
  font-size: 21px;
  margin-right: 10px;
}
.project-link__icon {
  height: 43px;
  width: 43px;
  border: 1px solid #000000;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-link__icon svg {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}
.project-link:hover svg {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1440px) {
  .project-link__title {
    font-size: 18px;
  }
  .project-link__icon {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 1000px) {
  .project-link__title {
    font-size: 16px;
  }
  .project-link__icon {
    height: 25px;
    width: 25px;
  }
}
.project-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.project-file__icon {
  margin-right: 14px;
}
.project-file__title {
  font-size: 22px;
}
.project-file__wrapper-icon {
  -webkit-transition: fill 0.6s linear;
  -o-transition: fill 0.6s linear;
  -moz-transition: fill 0.6s linear;
  transition: fill 0.6s linear;
}
.project-file__inner-icon {
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  -moz-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}
.project-file:hover .project-file__wrapper-icon {
  fill: #3E3E3E;
}
.project-file:hover .project-file__inner-icon {
  fill: #FFFFFF;
}

@media (max-width: 1440px) {
  .project-file__icon {
    margin-right: 14px;
    zoom: 0.8;
  }
  .project-file__title {
    font-size: 18px;
  }
  .project-file__wrapper-icon {
    -webkit-transition: fill 0.6s linear;
    -o-transition: fill 0.6s linear;
    -moz-transition: fill 0.6s linear;
    transition: fill 0.6s linear;
  }
  .project-file__inner-icon {
    -webkit-transition: fill 0.3s linear;
    -o-transition: fill 0.3s linear;
    -moz-transition: fill 0.3s linear;
    transition: fill 0.3s linear;
  }
}
@media (max-width: 1000px) {
  .project-file__icon {
    margin-right: 10px;
    zoom: 0.6;
  }
  .project-file__title {
    font-size: 15px;
  }
}
.correction-video video {
  max-height: none !important;
  max-width: none !important;
}

.policy-section {
  padding-top: 140px;
}
.policy-section ul {
  margin-left: 40px;
  list-style: disc;
  margin-top: 17px;
}
.policy-section ul ol {
  margin-left: 40px;
}
.policy-section ul ul {
  margin-left: 40px;
}
.policy-section li:not(:first-of-type) {
  margin-top: 10px;
}
.policy-section ol {
  margin-left: 40px;
  list-style: decimal;
  margin-top: 17px;
}
.policy-section ol ol {
  margin-left: 40px;
}
.policy-section ol ul {
  margin-left: 40px;
}
.policy-section strong {
  font-weight: 600;
}
.policy-section p {
  margin-top: 17px;
}
.policy-section a {
  color: #427CDE;
  padding-left: 5px;
}

.full-image {
  width: 100%;
  height: 850px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1440px) {
  .full-image {
    height: 650px;
  }
}
@media (max-width: 1000px) {
  .full-image {
    height: 440px;
  }
}
@media (max-width: 768px) {
  .full-image {
    height: 340px;
  }
}
@media (max-width: 428px) {
  .full-image {
    height: 470px;
  }
}
@media (max-width: 375px) {
  .full-image {
    height: 350px;
  }
}
.list-title-dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list-title-dot__item {
  max-width: 40%;
  margin-bottom: 80px;
}
.list-title-dot__item:nth-of-type(2n) {
  margin-left: auto;
}
.list-title-dot__title {
  font-size: 50px;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.list-title-dot__title:before {
  content: "•";
  font-size: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list-title-dot__text {
  font-size: 18px;
}

@media (max-width: 1250px) {
  .list-title-dot__item {
    margin-bottom: 68px;
  }
  .list-title-dot__item:nth-of-type(2n) {
    margin-left: auto;
  }
  .list-title-dot__title {
    font-size: 28px;
    padding-left: 33px;
  }
  .list-title-dot__title:before {
    font-size: 39px;
  }
  .list-title-dot__text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .list-title-dot {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-title-dot__item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
  .list-title-dot__item:nth-of-type(2n) {
    margin-left: auto;
  }
  .list-title-dot__title {
    font-size: 24px;
  }
  .list-title-dot__title:before {
    font-size: 39px;
  }
}
.list-scope-number__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.list-scope-number__item:not(:last-of-type) {
  margin-bottom: 130px;
}
.list-scope-number__item-number {
  font-size: 160px;
  max-width: 15%;
  width: 100%;
  padding-right: 25px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}
.list-scope-number__item-title {
  font-size: 50px;
  margin-bottom: 30px;
}
.list-scope-number__item-text {
  font-size: 20px;
}

@media (max-width: 1350px) {
  .list-scope-number__item-number {
    font-size: 145px;
  }
}
@media (max-width: 1240px) {
  .list-scope-number__item-number {
    font-size: 120px;
  }
}
@media (max-width: 1000px) {
  .list-scope-number__item:not(:last-of-type) {
    margin-bottom: 70px;
  }
  .list-scope-number__item-number {
    font-size: 84px;
    padding-right: 45px;
  }
  .list-scope-number__item-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .list-scope-number__item-text {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .list-scope-number__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 45px;
  }
  .list-scope-number__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .list-scope-number__item-number {
    max-width: 180px;
    font-size: 158px;
    padding-right: 0;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    position: relative;
    top: 30px;
  }
  .list-scope-number__item-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .list-scope-number__item-text {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .list-scope-number__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 45px;
  }
  .list-scope-number__item:not(:last-of-type) {
    margin-bottom: 90px;
  }
  .list-scope-number__item-number {
    max-width: 180px;
    font-size: 158px;
    padding-right: 0;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    position: relative;
    top: 0;
  }
  .list-scope-number__item-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .list-scope-number__item-text {
    font-size: 16px;
  }
}