* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular/Poppins-Regular.eot');
  src: url('fonts/Poppins-Regular/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Poppins-Regular/Poppins-Regular.woff') format('woff'),
    url('fonts/Poppins-Regular/Poppins-Regular.woff2') format('woff2'),
    url('fonts/Poppins-Regular/Poppins-Regular.ttf') format('truetype'),
    url('fonts/Poppins-Regular/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-display: swap
}

@font-face {
  font-family: 'MBF Ligione';
  src: url('fonts/MBFLigione-Regular/MBFLigione-Regular.eot');
  src: url('fonts/MBFLigione-Regular/MBFLigione-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/MBFLigione-Regular/MBFLigione-Regular.woff') format('woff'),
    url('fonts/MBFLigione-Regular/MBFLigione-Regular.woff2') format('woff2'),
    url('fonts/MBFLigione-Regular/MBFLigione-Regular.ttf') format('truetype'),
    url('fonts/MBFLigione-Regular/MBFLigione-Regular.svg#MBFLigione-Regular') format('svg');
  font-display: swap
}

body {
  background-color: #0a0a0a;
  color: #fff;
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-weight: 600;
}

.header {
  background-color: #0A0A0B;
  padding: 36px 0;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.logo {
  font-size: 2rem;
  color: #FF324B;
  font-family: 'MBF Ligione';
}

.header nav ul {
  list-style: none;
  display: flex;
  gap: 44px;
}

.header nav ul li a {
  color: #82848E;
  font-family: 'Poppins';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.header nav ul li.active a {
  color: #F5F5F6;
  font-weight: 500;
}

.hero-section {
  position: relative;
  height: 90vh;
  /* background-image: url(img/img-vk-team.png); */
  background-size: cover;
  background-position: center;
}

.hero-section .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

section.hero-section h1 {
  color: #ffffff;
  font-size: 104px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  font-family: 'MBF Ligione';
}

section.hero-section h1 span {
  color: #ff324b;
}

.container {
  padding: 0px 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.about-box {
  border-radius: 16px;
}

.about-container .about-box {
  width: calc(100% - 64px);
  position: relative;
  overflow: hidden;
}

.about-box h3 {
  color: #F5F5F6;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.about-box p {
  color: #CECFD3;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.about-container .about-box p {
  margin-top: 16px;
}

.about-container .about-box>div {
  position: absolute;
  bottom: 0;
  padding: 40px 72px;
}

.about-container {
  display: flex;
  gap: 64px;
}

.about-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.about-us h2 {
  padding-top: 208px;
  text-align: left;
  padding-bottom: 64px;
}

.mission-box .about-box {
  border-radius: 16px;
  background: rgba(58, 58, 63, 0.30);
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
  display: flex;
  align-items: center;
  gap: 48px;
  overflow: hidden;
}

.mission-box .about-box img {
  width: calc(100% - 276px);
  height: 100%;
  object-fit: cover;
}

.mission-box .about-box h3 {
  color: #ACADB4;
  font-family: 'Poppins';
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  margin-bottom: 32px;
}

.mission-box .about-box li {
  color: #82848E;
  font-family: 'Poppins';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}

.mission-box ul {
  padding-left: 25px;
}

.mission-box {
  padding-top: 64px;
}

section.services {
  padding: 264px 0;
}

h2 {
  color: #f5f5f6;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}

section.services .services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 64px;
}

section.services .services-container .service-box {
  width: calc(100% / 2 - 80px);
  border-radius: 16px;
  border: 0.8px solid rgba(255, 255, 255, 0.20);
  background: rgba(44, 44, 44, 0.20);
  padding: 32px 64px;
  align-items: center;
  gap: 64px;
  flex-shrink: 0;
  display: flex;
}

section.services .services-container .service-box h3 {
  color: #CECFD3;
  font-family: 'Poppins';
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  margin-bottom: 24px;
}

section.services .services-container .service-box p {
  color: #82848E;
  font-family: 'Poppins';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

section.services .services-container .service-box svg {
  width: 64px;
  height: 64px;
}

section.our-team .team-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 64px;
}

section.our-team .team-container .team-member {
  width: calc(100% / 2);
  display: flex;
  align-items: center;
  gap: 24px;
}

section.our-team .team-container .team-member:last-child {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 88px;
}

section.our-team .team-container .team-member:nth-child(2) {
  justify-content: end;
}

section.our-team .team-container .team-member>div {
  max-width: 283px;
}

section.our-team .team-container .team-member h3 {
  color: #FF324B;
  font-family: 'Poppins';
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

section.our-team .team-container .team-member p {
  color: #82848E;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

section.our-team .team-container .team-member .job {
  color: #CECFD3;
  font-family: 'Poppins';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 32px;
}

section.our-team .team-container .team-member .exp {
  color: #ACADB4;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}

section.contact-us {
  padding-top: 264px;
  padding-bottom: 188px;
}

section.contact-us .contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 64px;
  margin-top: 64px;
}

section.contact-us .contact-container .contact-box {
  width: calc(100% / 3 - 43px);
  padding: 24px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 0.8px solid rgba(255, 255, 255, 0.20);
  background: rgba(44, 44, 44, 0.20);
  display: flex;
  gap: 24px;
}

section.contact-us .contact-container .contact-box a {
  color: #82848E;
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

section.contact-us .contact-container .contact-box p {
  color: #CECFD3;
  font-family: 'Poppins';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

section.services .services-container .service-box div {
  width: 100%;
}


@media screen and (max-width: 1900px) {
  .mission-box .about-box img {
    width: 60%;
  }

  .mission-box .about-box .content h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .mission-box .about-box li {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1440px) {
  section.about-us h2 {
    padding-top: 100px;
  }

  section.services {
    padding: 100px 0;
  }

  section.contact-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  section.hero-section h1 {
    font-size: 80px;
    line-height: 1.2;
  }

  h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .about-box h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .about-container .about-box>div {
    padding: 30px;
  }

  .mission-box .about-box img {
    width: 60%;
  }

  .mission-box .about-box .content h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .mission-box .about-box li {
    font-size: 16px;
    line-height: 1.2;
  }

  section.services .services-container .service-box h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  section.services .services-container .service-box p {
    font-size: 16px;
    line-height: 1.2;
  }

  section.services .services-container .service-box {
    gap: 32px;
  }

  section.our-team .team-container .team-member h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  section.our-team .team-container .team-member {
    width: calc(100% / 2 - 20px);
  }

  section.our-team .team-container {
    gap: 20px;
  }

  section.our-team .team-container .team-member .job {
    margin: 15px 0;
    font-size: 18px;
  }

  section.contact-us .contact-container .contact-box p {
    font-size: 22px;
  }

  section.contact-us .contact-container .contact-box a {
    font-size: 18px;
  }

  section.our-team .team-container .team-member:last-child {
    margin-top: 40px;
  }

  section.services .services-container {
    gap: 60px;
    justify-content: space-between;
  }

  section.services .services-container .service-box {
    width: calc(100% / 2 - 30px);
  }

}

@media screen and (max-width: 1100px) {
  .mission-box .about-box img {
    width: 50%;
  }

  section.contact-us .contact-container .contact-box {
    width: calc(100% / 2 - 30px);
  }

  section.contact-us .contact-container {
    gap: 30px;
    justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 767px;
  }

  .about-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mission-box .about-box {
    flex-wrap: wrap;
  }

  .mission-box .about-box img {
    width: 100%;
  }

  .mission-box .about-box .content {
    padding: 30px;
    padding-top: 0;
  }

  section.services .services-container .service-box {
    width: 100%;
  }

  section.services .services-container {
    gap: 30px;
  }

  .header-content {
    max-width: 767px;
  }

  .about-container .about-box {
    width: 100%;
  }

  section.our-team .team-container .team-member {
    width: 100%;
    justify-content: center;
  }

  section.our-team .team-container .team-member:nth-child(2) {
    justify-content: center;
  }

  section.our-team .team-container .team-member:last-child {
    margin-top: 0;
  }

  section.our-team .team-container {
    gap: 30px;
  }

}

@media screen and (max-width: 767px) {
  .header {
    padding: 15px 0;
  }

  section.hero-section h1 {
    font-size: 40px;
  }

  .hero-section {
    height: 344px;
  }

  section.about-us h2 {
    padding-top: 80px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .about-container .about-box>div {
    padding: 13px 18px;
  }

  .about-box h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .about-box p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 8px;
  }

  .about-container {
    gap: 16px;
  }

  .mission-box {
    padding-top: 16px;
  }

  .mission-box .about-box .content {
    padding: 24px 16px;
    padding-top: 0;
  }

  .mission-box .about-box .content h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  section.services {
    padding: 144px 0;
  }

  section.services .services-container .service-box h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  section.services .services-container .service-box {
    padding: 16px 24px;
    gap: 24px;
  }

  section.services .services-container {
    gap: 16px;
  }

  section.our-team .team-container .team-member {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  section.our-team .team-container .team-member h3 {
    font-size: 20px;
    line-height: 28px;
  }

  section.our-team .team-container .team-member .job {
    margin: 0;
    font-size: 20px;
    margin-bottom: 16px;
  }

  section.our-team .team-container {
    gap: 88px;
  }

  section.contact-us {
    padding-top: 144px;
    padding-bottom: 100px;
  }

  section.contact-us .contact-container {
    gap: 24px;
    justify-content: center;
  }

  section.contact-us .contact-container .contact-box {
    width: 100%;
  }

  section.contact-us .contact-container .contact-box p {
    font-size: 20px;
  }

  section.contact-us .contact-container .contact-box {
    gap: 0px;
  }

  section.contact-us .contact-container .contact-box a {
    font-size: 16px;
    margin-top: 10px;
  }

  section.contact-us .contact-container .contact-box svg {
    width: 40px;
    height: auto;
  }

  section.our-team .team-container .team-member p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (min-width: 1920px) {

  .container,
  .header-content {
    max-width: 1536px;
    margin: 0 auto;
    padding: 0 16px;
  }
}