@import "//fonts.googleapis.com/css?family=Montserrat";

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  font-family: "Poppins", sans-serif;
}

a,
a:visited,
a:active,
a:hover {
  color: #FFF;
  text-decoration: underline;
}

.header {
  background: #EC5B40;
  height: 672px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.h1 {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  top: 40px;
  left: 120px;
}

.logo a {
  color: white;
  text-decoration-line: none;
}

.heading {
  font-family: Arvo;
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  line-height: 59px;
}

.subheading {
  line-height: 140%;
  font-weight: 400;
  font-size: 20px;
  font-family: Poppins;
  color: #ffffff;
}

.block {
  width: 472px;
  margin-top: 100px;
}

.block-title {
  font-family: Arvo;
  font-size: 32px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}

.block-text {
  font-weight: 400;
  line-height: 140%;
  font-size: 20px;
}

.content {
  background: #ffffff;
  height: 510px;
}

.cover {
  position: absolute;
  right: 0;
  top: -168px;
  width: 710px;
}

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

.footer {
  background: #EC5B40;
  padding-top: 65px;
  padding-bottom: 64px;
}

.h-footer {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.email-link {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 33px;
}

.ln-link {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

.footer-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}

/* general */

.black {
  color: #000000;
}

.underline {
  position: relative;
}

.underline::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #929292;
  bottom: -4px;
  left: 0;
}

.center {
  text-align: center;
}

.relative {
  position: relative;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media all and (max-width:1200px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .logo {
    top: 16px;
    left: 16px;
  }

  .logo__image {
    width: 25px;
  }

  .h1 {
    font-size: 13px;
    letter-spacing: 1.5px;
  }

  .heading {
    font-size: 36px;
    line-height: 44px;
  }

  .subheading {
    font-size: 15px;
  }

  .cover {
    position: relative;
    top: 0;
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center top;
  }

  .header {
    height: 430px;
  }

  .content {
    height: auto;
  }

  .block {
    width: 100%;
    text-align: center;
  }

  .block-title {
    text-align: center;
  }

  .block-text {
    text-align: center;
  }

  .button {
    margin-top: 48px;
    max-width: 343px;
    width: 100%;
  }

  .relative {
    margin-bottom: 103px;
  }

  .video-content {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .video-two {
    margin-top: 0;
  }

  .video {
    width: 100%;
    height: 432px;
  }

  .email-link {
    font-size: 15px;
  }

  .underline::after {
    display: none;
  }
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
}

.about__block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.about__text {
  width: 60%;
  margin: 0;
}

.about__image {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: end;
  top: -30px;
  right: 0;
}

.about__image img {
  width: 60%;
}

.what-we-do .subheading, .about .subheading {
  line-height: 160%;
  font-size: 24px;
}

.what-we-do .heading, .about .heading {
  font-size: 60px;
}

.what-we-do {
  padding-bottom: 40px;
}

.what-we-do__block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.what-we-do__list,.what-we-do__image {
  width: 50%;
}

.what-we-do__image {
  display: flex;
  justify-content: center;
}

.what-we-do__image img {
  width: 100%;
}

.what-we-do__list {
  box-sizing: border-box;
  margin: 0;
  padding-left: 60px;
}

.what-we-do__list li {
  padding: 15px 0;
}

.what-we-do__list li:last-child {
  padding-bottom: 0;
}

.privacy-page {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.privacy-page .container {
  padding-bottom: 32px;
}

.privacy-page ul li::marker {
  color: #EC5B40;
}

.privacy-page .header {
  height: 120px;
}

.privacy-page h3 {
  color: #EC5B40;
  text-transform: uppercase;
}

.privacy-page p {
  margin: 0 0 8px 0;
}

.privacy-page .main-info a,
.privacy-page .main-info a:visited,
.privacy-page .main-info a:active,
.privacy-page .main-info a:hover {
  color: #EC5B40;
}

.privacy-page__links {
  padding: 24px 24px 24px 48px;
  margin-top: 32px;
  border-radius: 12px;
  border: 1px solid #EC5B40
}

.privacy-page__links li {
  padding: 8px;
  border-bottom: 1px solid #EC5B40
}

.privacy-page__links li:first-child {
  padding-top: 0;
}

.privacy-page__links li:last-child {
  padding-bottom: 0;
  border-bottom: none
}

.privacy-page__links li, .privacy-page__links li a {
  color: #EC5B40;
  text-transform: uppercase;
  text-decoration-line: none;
}

.privacy-page table {
  margin: 32px 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  border: 1px solid #EC5B40;
}

.privacy-page table th, .privacy-page table td {
  padding: 16px;
  vertical-align: top;
  border-bottom: 1px solid #EC5B40;
}

.privacy-page table tr:last-child td {
  border-bottom: none;
}

.privacy-page table h3 {
  margin: 0;
}

@media all and (max-width:1200px) {
  .container {
    padding: 0 40px;
  }

  .what-we-do .heading, .about .heading {
    text-align: left;
  }

  .what-we-do__image img, .about__image img, .about__text, .what-we-do__list, .what-we-do__image {
    width: 100%;
  }

  .about__image {
    top: 0;
    justify-content: center;
    padding-top: 40px;
  }

  .what-we-do__block {
    flex-direction: column-reverse;
  }

  .what-we-do__image {
    padding: 40px 0;
  }

  .what-we-do__list {
    padding-left: 40px;
  }

  .what-we-do__list li {
    padding: 0;
  }
}

@media all and (max-width:800px) {
  .container {
    padding: 0 24px;
  }

  .what-we-do .subheading, .about .subheading {
    line-height: 160%;
    font-size: 18px;
  }

  .what-we-do .heading, .about .heading {
    font-size: 48px;
  }

  .what-we-do__list {
    padding-left: 24px;
  }

  .privacy-page__links {
    padding: 16px 16px 16px 32px;
    margin-top: 24px;
    border-radius: 8px;
  }

  .privacy-page table {
    margin: 16px 0;
    border-radius: 8px
  }

  .privacy-page table th, .privacy-page table td {
    padding: 8px;
  }
}
