@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700&display=swap');

:root {
  --dark-text: #1D1C1C;
  --light-text: #F5F5F5;
}

html {
  scroll-behavior: auto !important;
}

body {
  background: #F9F7F5;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  transition: all 400ms ease;
}

a {
  transition: all 400ms ease-in-out !important;
}
p {
    font-size: 1.2rem;
}
.vinnr {
  font-family: 'VinnytsiaSansReg', Arial;
  font-weight: 400;
}

.vinnb {
  font-family: 'VinnytsiaSansBold', Arial;
  font-weight: 700;
}

.section {
  padding: 10px;
}


.section-inner {
  position: relative;
  border-radius: 16px;
  /*  padding: 120px 64px;*/
}

.section-hero {
  background: transparent;
}

.section-inner-hero {
  background: #E8E9E9;
  min-height: 96vh;
  padding: 50px 100px;
}

.section-inner-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background-color: #14162D;
  background-image: url('../img/bg-hero.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*  height: 100vh;
  overflow: hidden;*/
}

.section-intro {
  background: #f9f7f5;
  background-image: url(../img/bg-intro.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 30%;
}

.section-services {
  background: #f9f7f5;
}

.section-clients {
  background: #f9f7f5;
  background-image: url(../img/bg-clients.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}

.section-career {
  background: transparent;
}

.section-contacts {
  background: #f9f7f5;
  background-image: url(../img/bg-contacts.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 50%;
}

.section-inner-intro {
  padding: 120px 100px;
}

.section-inner-services {
  background: #14162D;
  padding: 120px 100px;
  position: relative;
}

.section-inner-services-bg {
  position: absolute;
  left: 0;
  top: 10%;
  background-image: url(../img/bg-services.svg);
  background-repeat: no-repeat;
  background-position: unset;
  background-size: contain;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.section-inner-career {
  background: #14162D;
  background-image: url(../img/bg-career.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 40%;
  padding: 120px 100px;
}

.section-inner-clients {
  padding: 120px 100px;
}

.section-inner-contacts {
  padding: 120px 100px;
}

.section-tags {
  font-size: 1rem;
  color: #848484;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.section-tags-dark {
  color: #fff;
}

@media (max-width: 992px) {
  .section {
    padding: 0px;
  }

  .section-inner-hero {}

  .section-inner {
    position: relative;
    border-radius: 0px;
    padding: 60px 8px;
  }
}

@media (max-width: 992px) {
  .section-inner {
    position: relative;
    padding: 64px 8px;
  }

  .section-inner-hero {
    padding: 120px 12px 12px 12px;
  }
}

/* misc styles starts */
h1, h2, h3 {
  font-family: 'VinnytsiaSansBold', Arial;
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.subtitle {
  font-size: 1.5rem;
}

.heading-dark {
  color: var(--dark-text);
}

.heading-light {
  color: var(--light-text);
}

.w-50-wm-100 {
  width: 50%;
}

.wm-100 {
  width: auto;
}

@media (max-width: 992px) {
  h2 {
    font-size: 2.2rem;
  }

  .subtitle {
    font-size: 1.2rem;
  }

  .w-50-wm-100 {
    width: 100%;
  }

  .wm-100 {
    width: 100%;
  }
}

/* misc styles end */
/* hero section start */
/* hero section start */
.hero-main-inner {
  display: flex;
  justify-content: flex-start;
  align-content: center;
/*  flex: auto;
  flex-wrap: wrap;
  */
}

.hero-main-inner-heading {
  position: relative;
  width: 60vw;
  padding-top: 8rem;
}

.hero-main-inner-heading img {
  width: 100%;
}

.hero-main-inner-heading h1 {
  position: relative;
  font-size: clamp(0.5rem, 0.2441rem + 0.9632vw, 1.4rem);
  font-size: 2rem;
  color: #ffffff;
}

/*
.hero-bottom {
  position: absolute;
  bottom: 1rem;
  padding-top: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 3rem;
}
*/
.hero-bottom-left {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  gap: 0;
  padding: 24px 0px;
  justify-content: end;
  border-top: 1px solid #3B3D4F;


      margin-top: 7rem;
}

.hero-bottom-left p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}

.hero-bottom-right {
  display: flex;
  position: relative;
  padding: 24px 0px;
  flex-wrap: wrap;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}

.hero-bottom-right .hero-coming {
  position: relative;
  padding: 4px 16px 4px 24px;
  border-radius: 50px;
  border: 1px solid #fff;
  width: fit-content;
}

.hero-bottom-right .hero-coming:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.hero-bottom-right .hero-subtitle {
  font-weight: 300;
  font-size: 1.8rem;
  width: 75%;
}

.hero-bottom-right-buttons {
  border-top: 1px solid #6e6b69;
  padding-top: 2rem;
  display: flex;
  gap: 1rem;
  width: fit-content;
}

.hero-cta-informer {
  width: 80%;
  border-radius: 1rem;
  border: 1px solid #64657e;
  background: #36365361;
  backdrop-filter: blur(6px);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-cta-informer p {
  font-size: 1.2rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  text-align: left;
}

.hero-img-header {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.hero-img-p2 {
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: center;
}

.hero-img-p2 h1 {
  position: absolute;
  bottom: -5rem;
  font-size: 2vw;
  font-size: calc(1vw + 1vh + 1vmin);
}

.hero-img-header {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 1rem;
}

.hero-img-p1 {
  grid-column: 1;
  grid-row: 1;
  padding-right: 1rem;
}

.hero-img-p2 {
  grid-column: 2;
  grid-row: 1;
}

.hero-img-header h1  {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.hero-img-header h1 {
  white-space: nowrap;
  line-height: 1.2;
  font-size: clamp(1.4rem, 5vw, 2.8rem); /* fallback на мобилки */
}


@media (max-width: 992px) {
  .hero-img-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-img-header h1  {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    text-align: center;
    grid-column: auto;
    white-space: normal;
    position: relative;
    bottom: -3rem;
  }
  .hero-bottom-left p {
      font-size:1.2rem;
  }
.hero-main-inner-heading img {
    width: 80%;
}
    .hero-img-p1 {
        display: flex;
        justify-content: center;
    }
    .hero-img-p2 {
        align-items: center;
    }
    .hero-bottom-left {
        padding: 24px 20px;
    }
    
    
  .hero-bottom {}

  .hero-main-inner-heading {
    width: 100%;
    padding-top: 2rem;
  }

  .hero-bottom-right .hero-subtitle {
    width: 100%;
  }

  .hero-bottom-right {
    padding: 1.5rem 0px 0px 0px;
  }

  .hero-cta-informer {
    width: 96%;
    padding: 1.2rem;
    align-self: center;
  }
  .hero-cta-informer p {
      font-size:1rem;
  }

  .hero-img-header {
    gap:1rem;
  }
}

/* hero section end */
/* intro section start */
/* intro section start */
.section-inner-cards h2 {
  font-size: 1.6rem;
}

.section-intro-info h2 {
  font-size: 1.7rem;
  text-transform: inherit;
  font-weight: 400;
  color: #14162D;
}

.section-intro-info p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #14162D;
}

.section-inner-cards p {}

.info-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFFFFF;
  border: 1px solid #D8C9BA;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  color: #262626;
  gap: 1.5rem;
}

.info-card-inner h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
}

.info-card-inner p {
  font-size: 1.2rem;
  color: #5C5C5C;
}

.card-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.info-card-empty {
  background: transparent;
  box-shadow: none;
}

.icon-link-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.icon-link-icon {
  display: flex;
  background: url(../img/icon-info-001.svg);
  background-size: contain;
  width: 4rem;
  height: 4em;
}

.icon-link-icon-001 {
  background-image: url(../img/icon-service-001.svg);
}

.icon-link-icon-002 {
  background-image: url(../img/icon-service-002.svg);
}

.icon-link-icon-003 {
  background-image: url(../img/icon-service-003.svg);
}

.icon-link-icon-004 {
  background-image: url(../img/icon-service-004.svg);
}

.info-card-inner p {
  padding: 0;
  margin: 0;
}

.services-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 120px !important;
  padding-bottom: 180px !important;
  gap: 3rem;
}

.services-inner-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50vw;
  height: 60vh;
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
}

.services-benefits {
  border: 1px solid #fff;
  border-radius: 1rem;
  color: #fff;
  padding: 1rem;
  background: #15162d3d;
  backdrop-filter: blur(8px);
}

.services-benefits p {
  font-size: 1.2rem;
}

.services-inner-right {}

.service-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 45vw
  max-width: 55vw;
  background: #fff;
  border: 3px solid #ffffff;
  padding: 2.25rem;
  border-radius: 0.8rem;
  margin-bottom: 2rem;
  transition: all 200ms ease;
  text-decoration: none;
}

.service-block-top {
  position: relative;
  min-width: 240px;
  display: flex;
  justify-content: space-between;
}

.service-block-number {
  font-size: 4rem;
  color: #C9D0D5;
  position: relative;
  z-index: 1;
}

.service-block-number::after {
  content: '';
  position: absolute;
  background-image: url(../img/service-line-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 15px;
  left: 5px;
  bottom: 21px;
  z-index: -1;
}

.service-block .service-block-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #072943;
}

.service-block p {
  font-size: 1.4rem;
  color: #5C5C5C;
}

.service-block .service-block-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 28px;
  border-radius: 5px;
  height: 28px;
  background-size: contain;
}

.service-block:nth-child(1) .service-block-number::after {
  background-image: url('../img/service-line-01.svg');
}

.service-block:nth-child(2) .service-block-number::after {
  background-image: url('../img/service-line-02.svg');
}

.service-block:nth-child(3) .service-block-number::after {
  background-image: url('../img/service-line-03.svg');
}

.service-block:nth-child(4) .service-block-number::after {
  background-image: url('../img/service-line-04.svg');
}

.service-block:nth-child(5) .service-block-number::after {
  background-image: url('../img/service-line-05.svg');
}

.service-block:nth-child(6) .service-block-number::after {
  background-image: url('../img/service-line-06.svg');
}

.service-block:nth-child(7) .service-block-number::after {
  background-image: url('../img/service-line-07.svg');
}

.service-block:last-child {
  margin-bottom: 0px;
}

.service-block:hover {
  background: #1c1c33;
}

.service-block:hover .service-block-title, .service-block:hover .service-block-number {
  color: #ffffff;
}

.service-block:hover p {
  color: #adc7ce;
}

.section-inner-services-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-services.svg) no-repeat center center / cover;
  z-index: 0;
  background-position: bottom left;
  background-size: 90%;

}

@media (max-width: 992px) {
  .services-wrapper {
    flex-direction: column;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .services-inner-left {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
  }

  .service-block {
    flex-direction: column;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1.25rem;
  }
  .service-block p {
    font-size: 1.2rem;
  }

  .service-block-bottom {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .service-block .service-block-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 390px) {
  .service-block .service-block-title {
    font-size: 1.2rem;
  }
}

/* intro section end */
/* intro section end */




/* section contacts start */
/* section contacts start */
.contacts-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.25rem;
}

.contacts-block a:hover {
  color: #FF481F;
}

.contacts-block p {
  color: #707070;
  font-size: 1.2rem;
}

.contacts-phone-wrapper {
  display: flex;
  gap:1rem;
  align-items: center;
}

.contacts-block-phone {
  color: #333333;
  font-size: 3rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #707070;
  width: fit-content;
}

.contacts-block-schedule {
  color: #333333;
  font-size: 1.2rem;
}

.contacts-block-email {
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

.contacts-block-address {
  color: #333333;
  font-size: 1.2rem;
  width: fit-content;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c1c1c1;
}

.contacts-show-google {
  color: #333333;
  font-size: 1.2rem;
  text-decoration: none;
  border-bottom: 2px solid #333333;
  width: fit-content;
}

.contacts-form-wrapper {
  display: flex;
  justify-content: flex-end;
}

.contacts-form {
  display: flex;
  align-self: flex-end;
  background: #fff;
  border-radius: 1rem;
  gap: 1rem;
  padding: 2rem;
  width: 90%;
}

.contacts-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contacts-form-wrapper input, .contacts-form-wrapper select {
  height: 4rem;
}

.contacts-form-wrapper .contacts-policy {
  font-size: 1rem;
  color: #676767;
}

.contacts-form-wrapper .btn-btn {
  height: 4rem;
  font-size: 1.25rem;
}

@media (max-width: 992px) {
  .contacts-block-phone {
    font-size: 2rem;
  }

  .contacts-block-email {
    font-size: 1.6rem;
  }

  .contacts-form {
    width: 100%;
    padding: 2rem 1rem;
  }

  .contacts-form-wrapper {
    margin-top: 2rem;
    padding: 0;
  }
}

/* section contacts end */
/* section contacts end */
/* footer starts */
/* footer starts */
footer {
  padding: 10px;
}

.footer-inner {
  position: relative;
  border-radius: 16px;
  padding: 60px 100px;
  background: #14162D;
  color: #fff;
}

.footer-top-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-top-buttons {
  display: flex;
  gap: 0.8rem;
}

.footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 60px 0px 0px 0px;
}

.footer-bottom-middle {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-bottom-middle a {
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.footer-bottom-middle a:hover {
  color: #0F3230;
  background: #fff;
}

@media (max-width: 1110px) {
  .footer-inner {
    padding: 40px 20px;
  }

  .footer-top-wrapper {
    flex-direction: column;
    gap: 2rem;
    align-self: center;
  }

  .footer-top-buttons {
    align-self: center;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    padding: 60px 8px 20px 8px;
    gap: 2rem;
    align-items: center;
  }
}


/* modal window start */
/* modal window start */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dimmer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  opacity: 0;
}

.modal-window {
  padding: 4rem 2rem 2rem 2rem;
  width: 100%;
  max-width: 75%;
  min-height: 400px;
  background: white;
  border-radius: 10px;
  opacity: 0;
  z-index: 999;
  margin: 1rem;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal-window-bottom {
  margin-top: 2.5rem;
}

button {
  padding: 0.5rem 2rem;
  margin: 1rem;
  cursor: pointer;
}
.close-modal {
  position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 0px;
    border: 1px solid #c1c1c1;
    background: #fff;
    border-radius: 8px;
    font-weight: 900;
    font-size: 1.2rem;
}
.close-modal:hover {
  background: #333;
  color:#fff;
}

@media (max-width: 992px) {
  .modal-window {
    max-width: 90%;
    padding: 3rem 1rem 1rem 1rem;
  }
  .modal-window h2 {
    font-size: 1.4rem;
  }
  .modal-window p {
    font-size: 1rem;
  }
}
/* modal window end */
/* modal window end */
