html, body {
  color: #2B2A29;
  font-size: 0.83vw;
}

#page, .fp-overflow {
  overflow: unset;
}

.h2 {
  font-size: 4.6vw;
  line-height: 145%;
  font-weight: 500;
  font-family: "Benzin", sans-serif;
}
@media screen and (max-width: 991px) {
  .h2 {
    font-size: 40px;
    line-height: 137%;
  }
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .h2 {
    font-size: 30px;
  }
}

.container {
  overflow: hidden;
}

.text-rotate {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  .text-rotate.text-rotate--default {
    transform: unset;
    writing-mode: unset;
  }
}

.services-title {
  position: relative;
  font-size: 0.83vw;
}
@media screen and (max-width: 1199px) {
  .services-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .services-title {
    font-size: 14px;
  }
}
.services-title::before {
  position: absolute;
  top: 115%;
  left: -30px;
  width: 47px;
  height: 50px;
  content: "";
  background: url("../img/arrow-home-yellow.svg") center no-repeat;
  background-size: contain;
  transform: rotate(170deg);
}
@media screen and (max-width: 575px) {
  .services-title::before {
    width: 24px;
    height: 24px;
    left: -10px;
  }
}
.services-column a {
  position: relative;
  cursor: pointer;
}
.services-column a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background: #000;
  transition: all ease 0.4s;
}
.services-column a:hover::before {
  width: 100%;
}
.services-column#menu a.hovered::before {
  width: 100%;
}
.services-column--white a::before {
  background: #fff;
}

.part-service-default li {
  transition: all ease 0.4s;
}
.part-service-default.lime a.active::before, .part-service-default.lime a::before {
  background: #AFF556;
}
.part-service-default.lime a.active::before {
  width: 100%;
}
.part-service-default.lime a.active, .part-service-default.lime a:hover {
  color: #AFF556;
}
.part-service-default.yellow a.active::before, .part-service-default.yellow a::before {
  background: #FFE600;
}
.part-service-default.yellow a.active::before {
  width: 100%;
}
.part-service-default.yellow a.active, .part-service-default.yellow a:hover {
  color: #FFE600;
}

.input {
  line-height: 184%;
}
.input input, .input textarea {
  width: 100%;
  border-radius: 0;
  outline: none;
  background: transparent;
  padding: 0 25px;
  border: 1px solid #D1D1D1;
  color: #A5A5A5;
}
.input input {
  min-height: 61px;
}
.input textarea {
  padding: 15px 25px;
  resize: none;
  min-height: 150px;
  display: block;
}
.input--accept {
  transform: translateY(-500%);
  height: 0;
}
.input--accept input {
  min-height: 0;
  height: 0;
}
.input.error input, .input.error textarea {
  border: 1px solid red;
}

.transition-all {
  transition: all ease 0.4s;
}

.list {
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .list--corporate {
    max-width: 240px;
  }
}
.list.white li::before {
  background: #fff;
}
.list li {
  position: relative;
  padding-left: 1.6vw;
}
@media screen and (max-width: 1199px) {
  .list li {
    padding-left: 15px;
  }
}
.list li::before {
  position: absolute;
  top: 0.9vh;
  left: 0;
  content: "";
  width: 1.1vw;
  height: 1px;
  z-index: 1;
  background: #2B2A29;
}
@media screen and (max-width: 1199px) {
  .list li::before {
    width: 10px;
    top: 7px;
  }
}

.animate-mover {
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.digital-image {
  position: absolute;
  width: 34vw;
  height: 35vh;
  top: 19vh;
  left: 14vw;
}
@media screen and (max-width: 1199px) {
  .digital-image {
    height: 30vh;
  }
}
@media screen and (max-width: 991px) {
  .digital-image {
    height: 165px;
    width: 305px;
    position: relative;
    top: unset;
    left: unset;
    padding-top: 14px;
    padding-left: 30px;
  }
}
.digital-image::before {
  position: absolute;
  top: -30px;
  left: -65px;
  background: url("../img/digital_2.svg") center left no-repeat;
  background-size: contain;
  height: 5vh;
  width: 30vw;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .digital-image::before {
    top: 0;
    left: 0;
    height: 24px;
    width: 272px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 64px;
    padding-bottom: 50px;
  }
}
.section-clients {
  padding: 70px 0;
}
@media screen and (max-width: 575px) {
  .section-clients {
    padding: 130px 0 35px;
  }
}

.fp-watermark {
  display: none;
}

.fp-viewing-clients header #logo {
  position: absolute;
  left: 3vw;
  top: 4.5vh;
}
@media screen and (max-width: 1199px) {
  .fp-viewing-clients header #logo {
    left: unset;
    top: unset;
    position: relative;
  }
}
.fp-viewing-clients header #menu {
  position: absolute;
  right: 3vw;
  top: 4.3vh;
}
@media screen and (max-width: 1199px) {
  .fp-viewing-clients header #menu {
    right: unset;
    top: unset;
    position: relative;
  }
}

.mobile-menu__body a.active {
  color: #FFE600;
}
.mobile-menu__body > li > a.active {
  position: relative;
}
.mobile-menu__body > li > a.active::before {
  width: 100%;
  position: absolute;
  content: "";
  height: 2px;
  top: 50%;
  background: #FFE600;
  left: 0;
  transform: translateY(-50%);
}

.clients-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1699px) {
  .clients-title {
    margin-left: 170px;
  }
}
@media screen and (max-width: 1254px) {
  .clients-title {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .clients-title {
    margin-left: 0;
    align-items: stretch;
  }
}
.clients-title > h2 {
  font-size: 90px;
}
@media screen and (max-width: 1699px) {
  .clients-title > h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .clients-title > h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .clients-title > h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .clients-title > h2 {
    font-size: 30px;
  }
}
.clients-title > p {
  max-width: 595px;
  margin-left: -100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 184%;
}
@media screen and (max-width: 1699px) {
  .clients-title > p {
    font-size: 18px;
    margin-left: -50px;
  }
}
@media screen and (max-width: 575px) {
  .clients-title > p {
    align-self: flex-end;
    max-width: 294px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin-left: 0;
  }
}
.clients-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 1199px) {
  .clients-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  .clients-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 575px) {
  .clients-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .clients-item--big {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 575px) {
  .clients-item--big {
    grid-column: 1/3;
  }
}
.clients-item.active img {
  filter: grayscale(0);
}
.clients-item.active > span:last-child {
  transform: translateY(0);
  opacity: 1;
}

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