.slick-arrow {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.slick-arrow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.welcome {
  margin-top: -58px;
  padding-top: 225px;
  padding-bottom: 210px; }

.welcome.fixed-header {
  margin-top: 0; }

.welcome__title {
  font-size: 96px;
  line-height: 88px;
  text-transform: uppercase;
  font-family: 'GoetheTitelCY', sans-serif;
  max-width: 750px;
  color: #fff; }

.welcome__subtitle {
  font-size: 32px;
  line-height: 42px;
  margin-top: 15px;
  margin-bottom: 50px;
  color: #fff;
max-width:700px;}

.about {
  margin-top: -60px;
  padding-bottom: 115px; }

.about::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 750px;
  width: 770px;
  background: #f3f3f3;
  z-index: -1; }

.about__inner {
  position: relative; }

.about__inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 175px;
  left: -200px;
  height: 407px;
  width: 374px;
  background: url("../../img/icons/on-off.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

.about__services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 166px; }

.about__counter {
  position: relative;
  z-index: 3;
  background-color: #fff;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #EAEAEA;
  padding: 25px 0 20px;
  margin-top: -20px;
  width: 96%; }

.about__boast {
  color: #222;
  margin-top: 11px; }

.services__item {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }

.services__item:nth-of-type(1), .services__item:nth-of-type(2), .services__item:nth-of-type(3) {
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%; }

.services__item:nth-of-type(1) .services__title, .services__item:nth-of-type(2) .services__title, .services__item:nth-of-type(3) .services__title {
  font-size: 24px;
  line-height: 28px; }

.services__item:nth-of-type(1):hover .services__link, .services__item:nth-of-type(2):hover .services__link, .services__item:nth-of-type(3):hover .services__link {
  padding-right: 90px; }

.services__item:nth-of-type(1) .services__overlay {
  background-color: #FFA646; }

.services__item:nth-of-type(2) .services__overlay {
  background-color: #F86041; }

.services__item:nth-of-type(3) .services__overlay {
  background-color: #982062; }

.services__item:nth-of-type(4) .services__overlay {
  background-color: #FFCB38; }

.services__item:nth-of-type(4) .services__title::after {
  height: 10px;
  width: 20px;
  right: -40px;
  bottom: 6px; }

.services__item:nth-of-type(5) .services__overlay {
  background-color: #83CE8E; }

.services__item:nth-of-type(5) .services__title::after {
  height: 10px;
  width: 20px;
  right: -40px;
  bottom: 6px; }

.services__item:nth-of-type(6) .services__overlay {
  background-color: #2BA6A9; }

.services__item:nth-of-type(6) .services__title::after {
  height: 10px;
  width: 20px;
  right: -40px;
  bottom: 6px; }

.services__item:nth-of-type(7) .services__overlay {
  background-color: #343779; }

.services__item:nth-of-type(7) .services__title::after {
  height: 10px;
  width: 20px;
  right: -40px;
  bottom: 6px; }

.services__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 166px;
  position: relative;
  padding-bottom: 16px;
  padding-right: 50px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden; }

.services__link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
  padding-right: 80px; }

.services__link:hover .services__title::after {
  opacity: 1; }

.services__link:hover .services__overlay {
  opacity: 1; }

.services__title {
  text-transform: uppercase;
  max-width: 172px;
  font-size: 18px;
  line-height: 21px;
  font-family: GoetheTitelCY, sans-serif;
  text-align: right;
  position: relative;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.services__title::after {
  content: '';
  position: absolute;
  display: block;
  width: 37px;
  height: 20px;
  bottom: 4px;
  right: -70px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 5;
  background: url("../../img/icons/arrow_figma.svg") no-repeat center/contain; }

.services__number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 28px;
  line-height: 32px;
  font-family: GoetheTitelCY, sans-serif;
  color: #fff; }

.services__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFA646;
  opacity: 0.9;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.promo__text {
  margin-top: 53px;
  margin-bottom: 53px; }

.promo__text p {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 18px; }

.promo__paragraph {
  font-size: 16px;
  line-height: 18px;
  color: #222;
  margin-bottom: 16px; }

.promo__video {
  margin-top: 60px; }

.promo__video .video-container {
  position: relative; }

.promo__video .video-container .video-poster__container {
  overflow: hidden;
  position: absolute;
  top: 0;
  display: block;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%; }

.promo__video .video-container .video-poster__container:hover::after {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite; }

.promo__video .video-container .video-poster__container::before {
  content: '';
  position: absolute;
  display: block;
  width: 66px;
  height: 66px;
  top: -33px;
  left: -33px;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2; }

.promo__video .video-container .video-poster__container::after {
  content: '';
  position: absolute;
  display: block;
  height: 114px;
  width: 114px;
  top: calc(50% - 57px);
  left: calc(50% - 57px);
  z-index: 2;
  background: url("../../img/icons/video-arrow.svg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.promo__video .video-container .video-poster__container .video__poster {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.counter__item {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #EAEAEA; }

.counter__item:first-of-type .counter__text {
  max-width: 95px; }

.counter__item:last-of-type {
  border-right: none; }

.counter__number {
  font-family: GoetheTitelCY, sans-serif;
  font-size: 48px;
  line-height: 55px;
  display: block;
  white-space: nowrap;
}

.counter__text {
  max-width: 120px;
  display: block;
  margin-left: 20px;
  text-align: left;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%); }

.boast__text {
  padding: 12px 0 2px 40px;
  line-height: 16px;
  position: relative; }

.boast__text::before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background: url("../../img/icons/quality.svg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.request {
  background: url("../../img/request-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 46px;
  padding-bottom: 40px; }

.request__picture {
  position: absolute;
  width: 419px;
  height: 412px;
  background: url("../../img/workers.svg");
  top: 0;
  left: 13px; }

.request__picture-wrapper {
  margin-top: -114px;
  position: relative; }

.request__title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 26px;
  color: #fff; }

.request__text {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 40px;
  color: #fff; }

.projects {
  padding-top: 130px;
  padding-bottom: 80px;
  overflow-x: hidden; }

.projects .container.container-right {
  max-width: 1520px;
  margin: 0 0 0 auto;
  padding-right: 0; }

.projects__inner {
  margin-top: 37px; }

.projects__description {
  padding-top: 40px;
  background: white;
  z-index: 2; }

.projects__title {
  color: #222;
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
  margin-bottom: 30px; }

.projects__excerpt p {
  font-size: 16px;
  line-height: 18px;
  color: #222;
  margin-bottom: 50px; }

.projects__img-link {
  width: 100%;
  height: 100%;
  display: block; }

.projects__link {
  display: block;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FFA646;
  position: relative; }

.projects__link::after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 60%;
  top: 50%;
  left: 40%;
  background-color: #C4C4C4; }

.projects__link::before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 0;
  top: 50%;
  left: 40%;
  background-color: #FFA646;
  z-index: 2;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.projects__link:hover {
  text-decoration: underline; }

.projects__link:hover::before {
  width: 60%; }

.projects__away-link {
  color: #222;
  display: block;
  padding: 15px 40px;
  -webkit-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #FFA646;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 40px; }

.projects__away-link:hover {
  background: #FFA646;
  color: #fff; }

.projects__nav {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.projects__nav-hr {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 40px; }

.projects__nav-hr::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background: #EAEAEA; }

.projects__carousel-wrapper .slick-slide {
  margin: 0 30px;
  width: 410px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  float: unset;
  height: unset; }

.projects__carousel-wrapper .slick-slide .projects__img-link {
  position: relative;
  pointer-events: none; }

.projects__carousel-wrapper .slick-slide .projects__img-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 1; }

.projects__carousel-wrapper .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.projects__carousel-wrapper .slick-current {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.projects__carousel-wrapper .slick-current .projects__img-link {
  pointer-events: all; }

.projects__carousel-wrapper .slick-current .projects__img-link::after {
  opacity: 0; }

.projects__carousel-wrapper .slick-track {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.projects__carousel-wrapper .slick-track::before {
  content: unset; }

.projects__carousel-wrapper .slick-list {
  padding-left: 45px; }

.description-slider__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 110px;
  -ms-flex-preferred-size: 110px;
  flex-basis: 110px; }

.partners {
  padding: 45px 0;
  background-color: #F3F3F3; }

.partners__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.partners__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.partners__list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 1000px; }

.partners__title-container {
  -webkit-flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  margin-right: 30px; }

.partners__item {
  padding: 0 30px;
  height: 73px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #D6D6D6;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.partners__link {
  display: block; }

.seo__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  max-width: 430px;
  margin-bottom: 17px; }

.seo__text {
  font-size: 16px;
  line-height: 18px; }

.seo__text-more {
  display: none; }

.seo__text-more p:last-of-type {
  margin-bottom: 0; }

.seo__text p {
  margin-bottom: 16px; }

.seo__text h3 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 29px; }
