.hero__portfolio {
  height: unset !important;
  min-height: unset !important;
  max-width: 1650px;
  padding-top: 0;
}
.hero__portfolio:after {
  display: none;
}
.hero-service__portfolio {
  line-height: 134%;
  font-size: 31px;
}
.hero-service__portfolio .section-title span {
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}
.hero-clients__portfolio {
  background: rgb(50 52 61 / 38%);
}
.hero-card__portfolio::before {
  z-index: 0;
}
.hero-card__portfolio:after {
  z-index: 1;
}
.hero-card__portfolio {
  z-index: 2;
  right: 0px;
  bottom: 2px;
}
.hero-service__decor--left {
  display: block;
  flex: 0 0 auto;
  width: 42px;
  height: 104px;
  position: relative;
  margin-top: 4px;
}
.hero-service__decor--left {
  margin-left: 10px;
  margin-right: 6px;
}
.hero-service__decor--left::before,
.hero-service__decor--left::after {
  content: "";
  position: absolute;

  width: 12px;
  height: 94%;

  background: linear-gradient(
    180deg,
    #f2b705 0%,
    #f2b705 58%,
    rgba(242, 183, 5, 0.72) 74%,
    rgba(242, 183, 5, 0.35) 88%,
    rgba(242, 183, 5, 0) 100%
  );

  transform: skew(-10deg);
  border-radius: 1px;
}
.hero-service__decor--left::before {
  left: 0;
  top: 10px;
}
.hero-service__decor--left::after {
  right: 5px;
  top: -12px;
}
.mock__hero {
  height: 90px;
  border-radius: 8px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #3c4a3a, #9aa57d);
}
.mock__hero.small {
  height: 60px;
}
.mock__hero.dark {
  background: linear-gradient(135deg, #1a1c33, #3b2e63);
}
.hero-service__services {
  max-width: 571px;
}
.hero-service__project {
  margin-bottom: 0 !important;
}
.hero__portfolio2 {
  height: unset !important;
  max-height: unset !important;
}
.contact-page {
  position: relative;

  padding: 92px 0 95px;
  overflow: hidden;

  display: flex;
  align-items: center;

  background: #0d101f;
  color: #fff;
  isolation: isolate;
}
.contact-page__bg {
  position: absolute;
  inset: 0;
  z-index: 0;

  --contact-bg: url(./../images/contact.png);
  background: linear-gradient(90deg, rgb(13 16 31 / 21%) 0%, rgb(13 16 31 / 42%) 38%, rgb(13 16 31 / 22%) 100%),
    linear-gradient(180deg, rgb(13 16 31 / 12%) 0%, rgb(13 16 31) 100%), var(--contact-bg) center / cover no-repeat;
}
.contact-page__bg::after {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(circle at 45% 40%, rgba(255, 255, 255, 0.06), transparent 32%),
    linear-gradient(90deg, rgba(13, 16, 31, 0.88), rgba(13, 16, 31, 0.55), rgba(13, 16, 31, 0.9));
  pointer-events: none;
}
.contact-page .container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.contact-page__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  align-items: center;
  gap: clamp(50px, 8vw, 140px);
}
.contact-info {
  position: relative;
  max-width: 675px;
  padding-left: 62px;
}
.contact-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 3px;
  height: calc(100% + 20px);
  background: linear-gradient(
    180deg,
    rgb(242 183 5 / 12%) 0%,
    rgba(242, 183, 5, 0.18) 8%,
    rgb(242 183 5 / 42%) 18%,
    #f2b705a1 34%,
    #f2b705 72%,
    rgba(242, 183, 5, 0.65) 84%,
    rgb(242 183 5) 94%,
    rgb(242 183 5) 100%
  );
  box-shadow: 0 0 14px rgba(242, 183, 5, 0.22);
}
.contact-info__title {
  margin: 0 0 30px;

  font-family: var(--unbounded-font, inherit);
  font-weight: 700;
  font-size: 47px;
  line-height: 1.12;
  letter-spacing: -0.04em;

  color: #fff;
}
.site-logo__cont {
  left: -15px !important;
  top: 0 !important;
}
.contact-info__description {
  max-width: 610px;
  margin: 0 0 34px;

  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.65;
}
.contact-info__blocks {
  display: grid;
  gap: 34px;
}
.contact-info__subtitle {
  margin: 0 0 12px;

  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.25;
}
.contact-info__text {
  margin: 0;

  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}
.contact-schedule {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 58px;
}
.contact-schedule div {
  display: grid;
  gap: 8px;
}
.contact-schedule span,
.contact-schedule strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}
.contact-info__contacts {
  display: grid;
  gap: 9px;
}
.contact-info__contacts a {
  width: fit-content;

  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.35;

  transition: color 0.2s ease;
}
.contact-info__contacts a:hover {
  color: var(--accent-color, #f2b705);
}
.contact-form {
  width: 100%;
  min-height: 535px;
  padding: 56px 35px 36px;
  border-radius: 14px;
  background: rgb(33 39 66 / 20%);
  box-shadow: rgba(0, 0, 0, 0.22) 0px 28px 80px;
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
}
.contact-form__logo {
  width: 136px;
  margin-bottom: 36px;
}
.contact-form__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.contact-form__field {
  display: block;
  margin-bottom: 34px;
}
.contact-form__label {
  display: block;
  margin-bottom: 4px;

  color: rgba(255, 255, 255, 0.46);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
}

.contact-form__field .wpcf7-form-control-wrap {
  display: block;
}
.contact-form__field input,
.contact-form__field textarea {
  width: 100%;

  display: block;

  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0;

  background: transparent !important;
  background-color: transparent !important;
  color: #fff !important;

  font-size: 15px;
  line-height: 1.4;

  outline: none;

  transition: border-color 0.2s ease;
}
.contact-form__field input {
  height: 38px;
}
.contact-form__field textarea {
  height: 86px;
  resize: none;
  padding-top: 4px;
}
.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.34);
}
.contact-form__field input:focus,
.contact-form__field textarea:focus {
  border-bottom-color: var(--accent-color, #f2b705);
}
.contact-form__button {
  margin-top: auto;

  width: 100%;
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  border-radius: 7px;

  background: var(--accent-color, #f2b705);
  color: #0d101f;

  font-weight: 600;
  font-size: 15px;
  line-height: 1;

  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.contact-form__button span {
  transition: transform 0.2s ease;
}
.contact-form__button:hover {
  background-color: #575b6f;
  color: var(--foreground);
}
.contact-form__button:hover span {
  transform: translate(3px, -3px);
}
.hero__contacts {
  height: 82px !important;
  padding: 0 !important;
}
.services-hero-tabs {
  position: relative;
  overflow: hidden;
  padding: 54px 0 64px;
  min-height: 623px;
  background: #050a22;
  color: #fff;
  isolation: isolate;
}
.services-hero-tabs__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgb(0 0 0 / 93%) 0%, rgb(0 0 0 / 75%) 36%, rgb(0 0 0 / 84%) 100%),
    linear-gradient(180deg, rgb(0 0 0 / 24%) 0%, rgb(0 0 0 / 52%) 100%),
    url(./../images/poslugs.png) center / cover no-repeat;
}
.services-hero-tabs .container {
  position: relative;
  z-index: 2;
}
.services-hero-tabs__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 46px;
  margin-bottom: 34px;
}
.services-hero-tabs__content {
  max-width: 823px;
  padding-top: 6px;
}
.services-hero-tabs__label {
  margin-bottom: 12px;
}
.services-hero-tabs__title {
  margin: 0 0 18px;
  max-width: 780px;
  font-weight: 700;
  font-size: clamp(30px, 3.2vw, 55px);
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.02em;
}
.services-hero-tabs__title span {
  position: relative;
  display: inline-block;
  color: #f2b705;
}
.services-hero-tabs__title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 C 5 0, 10 0, 15 4 S 25 8, 30 4 S 40 0, 45 4 S 55 8, 60 4 S 70 0, 75 4 S 85 8, 90 4 S 100 0, 105 4 S 115 8, 120 4' fill='none' stroke='%23f2b705' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 60px 8px;
}
.services-hero-tabs__text {
  max-width: 610px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}
.services-hero-tabs__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 188px;
  height: 40px;
  border-radius: 6px;
  background: #f2b705;
  color: #090d23;
  font-size: 12px;
  font-weight: 600;
  transition: 0.25s ease;
}
.services-hero-tabs__button:hover {
  background: #ffd13a;
}
.services-hero-tabs__button span {
  font-size: 12px;
  transition: transform 0.25s ease;
}
.services-hero-tabs__button:hover span {
  transform: translate(2px, -2px);
}
.services-hero-tabs__media {
  position: relative;
  width: 100%;
  max-width: 430px;
}
.services-hero-tabs__image {
  display: block;
  width: 100%;
  height: 408px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;

  transition: opacity 0.3s ease, transform 0.3s ease;
}
.services-hero-tabs__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.services-hero-tabs__image.is-changing {
  opacity: 0.2;
  transform: scale(0.98);
}
.services-hero-tabs__play {
  position: absolute;
  left: -38px;
  top: 58%;
  z-index: 4;
  width: 96px;
  height: 96px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-hero-tabs__play-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: servicesPlayRotate 12s linear infinite;
}
.services-hero-tabs__play-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(242, 183, 5, 0.4);
  border-radius: 50%;
}
.services-hero-tabs__play-ring span {
  position: absolute;
  left: 50%;
  top: 4px;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
  transform-origin: 0 44px;
}
.services-hero-tabs__play-ring span:nth-child(1) {
  transform: rotate(0deg) translateX(-50%);
}
.services-hero-tabs__play-ring span:nth-child(2) {
  transform: rotate(90deg) translateX(-50%);
}
.services-hero-tabs__play-ring span:nth-child(3) {
  transform: rotate(180deg) translateX(-50%);
}
.services-hero-tabs__play-ring span:nth-child(4) {
  transform: rotate(270deg) translateX(-50%);
}
.services-hero-tabs__play-icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f2b705;
  color: #090d23;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  transition: 0.25s ease;
}
.services-hero-tabs__play:hover .services-hero-tabs__play-icon {
  transform: rotate(45deg);
  background: #ffd13a;
}
.services-hero-tabs__timeline {
  position: relative;
  max-width: 730px;
  margin-top: -11%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.services-hero-tabs__timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}
.services-hero-tabs__tab {
  position: relative;
  min-height: 116px;
  text-align: center;
  color: #fff;
}
.services-hero-tabs__tab-name {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  position: relative;
  top: 35px;
  font-weight: 500;
  line-height: 1.2;
}
.services-hero-tabs__tab-desc {
  display: block;
  max-width: 118px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.45;
  opacity: 0;
  visibility: hidden;
  transform: translateY(52px);
  transition: 0.25s ease;
}
.services-hero-tabs__tab-dot {
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f3f3f3;
  transform: translateX(-50%);
  transition: 0.25s ease;
  z-index: 2;
}
.services-hero-tabs__tab-preview {
  position: absolute;
  left: 50%;
  top: 15px;
  width: 99px;
  height: 49px;
  padding: 2px;
  border: 1px solid #f2b705;
  border-radius: 999px;
  overflow: hidden;
  transform: translateX(-50%) translateY(-14px) rotate(0deg);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}
.services-hero-tabs__tab-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.services-hero-tabs__tab.is-active .services-hero-tabs__tab-preview {
  opacity: 1;
  visibility: visible;
}
.services-hero-tabs__tab.is-active .services-hero-tabs__tab-desc {
  opacity: 1;
  visibility: visible;
}
.services-hero-tabs__tab.is-active .services-hero-tabs__tab-dot {
  background: #f2b705;
  box-shadow: 0 0 0 4px rgba(242, 183, 5, 0.18);
}
.services-hero-tabs__media {
  position: relative !important;
  width: 100% !important;
  max-width: 600px !important;

  display: flex !important;
  justify-content: flex-end !important;
  overflow: visible !important;
}
.services-hero-tabs__image-wrap {
  position: relative !important;
  width: 100% !important;

  border-radius: 26px !important;
  overflow: hidden !important;
  background: #d9d9d9 !important;
}
.services-hero-tabs__media > img.services-hero-tabs__image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.18 / 1 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 26px !important;
}
.services-hero-tabs__play {
  position: absolute !important;
  left: -3px !important;
  bottom: -25px !important;
  top: auto !important;
  z-index: 20 !important;
  width: 101px !important;
  height: 102px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: none !important;
}
.services-hero-tabs__play-ring {
  position: absolute !important;
  inset: 0 !important;
  border-radius: 50% !important;
  animation: servicesPlayRotate 12s linear infinite !important;
}
.services-hero-tabs__play-ring::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border: 1px solid rgba(242, 183, 5, 0.55) !important;
  border-radius: 50% !important;
}
.services-hero-tabs__play-ring span {
  position: absolute !important;
  left: 50% !important;
  top: 4px !important;
  color: #ffffff !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  transform-origin: 0 42px !important;
}
.services-hero-tabs__play-ring span:nth-child(1) {
  transform: rotate(0deg) translateX(-50%) !important;
}
.services-hero-tabs__play-ring span:nth-child(2) {
  transform: rotate(90deg) translateX(-50%) !important;
}
.services-hero-tabs__play-ring span:nth-child(3) {
  transform: rotate(180deg) translateX(-50%) !important;
}
.services-hero-tabs__play-ring span:nth-child(4) {
  transform: rotate(270deg) translateX(-50%) !important;
}
.services-hero-tabs__play-icon {
  position: relative !important;
  z-index: 2 !important;
  width: 65px !important;
  height: 66px !important;
  border-radius: 50% !important;
  background: #f2b705 !important;
  color: #090d23 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 28px !important;
  line-height: 1 !important;
  transition: 0.25s ease !important;
}
.services-hero-tabs__play:hover .services-hero-tabs__play-icon {
  transform: rotate(45deg) !important;
  background: #ffd13a !important;
}
.services-hero-tabs__media {
  position: relative;
  width: 560px;
}
.services-hero-tabs__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 4 / 3.05;
}
.services-hero-tabs__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.services-hero-tabs__tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 10px 20px;
  border-radius: 0 18px 0 0;
}
.services-hero-tabs__play {
  position: absolute;
  left: -36px;
  bottom: -36px;
  width: 132px;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.services-hero-tabs__play-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--navy);
  display: block;
}
.services-hero-tabs__play-ring svg {
  width: 100%;
  height: 100%;
  animation: spin 14s linear infinite;
}
.services-hero-tabs__play-text {
  fill: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.services-hero-tabs__play-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--play-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-size: 22px;
  font-weight: 700;
}
.hero-actions__main {
  padding-right: 8px;
}
/* Contact Form 7 compatibility */
.contact-form p {
  margin: 0;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
  background: transparent;
}

.contact-form .wpcf7-form-control {
  /* background: transparent !important;
    color: #fff !important; */
  cursor: pointer;
}

.contact-form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
}

.contact-form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

@media screen and (max-width: 1200px) {
    .contact-info__title {
          font-size: 38px;
    }
}
@media screen and (max-width: 1024px) {
    .contact-page {
          padding: 50px 0;
    }
}
@media screen and (max-width: 980px) {
   .contact-page__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(14px, 5vw, 127px);
}
}
@media screen and (max-width: 768px) {
.contact-info__blocks {
  gap: 20px;
}
.contact-info__description {
  margin-bottom: 20px;
}
.contact-info__title {
  margin-bottom: 20px;
}
.contact-info {
  padding-left: 28px;
  
}
.contact-page {
  padding: 20px 0;
}
}
@media screen and (max-width: 650px) { 
  .contact-info__title {
        font-size:28px;
    }
}
@media screen and (max-width: 425px) {  
.contact-schedule {
    
    gap: 20px;
}
}

@media screen and (max-width: 345px) {  
.contact-schedule {
        grid-template-columns: repeat(1, 1fr);
            gap: 6px;
}
}