*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

P {
  margin: 0 0 5px;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  background-color: #db2512;
  min-width: 200px;
  padding: 0 15px;
  transition: background-color 0.2s ease;
  cursor: pointer;
  outline: 0;
  border: 0;
}

.btn:hover {
  background-color: #fd5341;
}

.container {
  max-width: 1230px;
  
  padding: 0 15px;
  margin: 0 240px;
}

.header_wrapper {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_block {
  width: 20%;
}

.header_block:last-child {
  text-align: right;
}

.header_logo {
  display: inline-block;
}

.header_logo img {
  height: 65px;
}
.nav {
  display: flex;
}

.nav_link {
  margin-right: 35px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}

.nav_link::after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease;
}

.nav_link:last-child {
  margin-right: 0;
}

.nav_link.active::after {
  opacity: 1;
}


.nav_link:hover::after {
  opacity: 1;
}

.header_lng {
  display: flex;
  justify-content: flex-end;
}

.header_lng-link {
  font-weight: 600;
  color: #b7b7b7;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 8px;
  transition: colour 0.2s ease;
}

.header_lng-link:last-child {
  margin-right: 0;
}

.header_lng-link:hover {
  color: #fff;
}

.header_lng-link.active {
  color: white;
}

/* Intro */

.intro {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.intro::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  content: "";
}

.intro_content {
  display: flex;
  align-items: center;
  height: 750px;
  position: relative;
  z-index: 2;
}

.intro_title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 790px;
  margin-bottom: 50px;
}


/* Info */

.section {
  margin-bottom: 100px;
}

.info {
  transform: translateY(-50%);
}

.info_item {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  padding: 40px 40px 30px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.info_img {
  margin-bottom: 20px;
}

.info_img img {
  height: 30px;
}

.info_title {
  margin-bottom: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.info_text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #b7b7b7;
  margin: 10px 0;
  text-transform: uppercase;
}

/* Our services */

.block_title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;

  letter-spacing: 0.15em;
}

.block_title.text_white {
  color: #fff;
}

.block_link {
  margin-bottom: 60px;
  display: inline-block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.15em;
  color: #000000;
  text-transform: uppercase;
}

.block_link:hover {
  text-decoration: none;
}

.wrapper {
  display: flex;
  margin: 0 -10px;
}

.block {
  width: 33.333%;
  padding: 0 10px;
}

.text_upper {
    text-transform: uppercase;
}

.services_item {
  text-decoration: none;
}

.services_item:hover .services_content-item {
  opacity: 1;
}

.services_item:hover .services_content::after {
  opacity: 0.2;
}

.services_content {
  position: relative;
  margin-bottom: 20px;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

.services_content::after {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.services_content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.2s ease;
}

.services_img {
  width: 100px;
  height: 100px;
  background: #db2512;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.services_text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  left: 30px;
  bottom: 20px;
  max-width: 270px;
  text-transform: uppercase;
}

.services_title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: #000000;
  text-transform: uppercase;
}
/* About */

.about {
  padding: 115px 0;
  background: #171616;
}

.about_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_block {
  max-width: 505px;
}

.about_text {
  margin: 35px 0 40px;
  line-height: 150%;
  letter-spacing: 0.23em;
  font-weight: 600;
  color: #b7b7b7;
}

.about_link {
  color: #fff;
  font-size: 18px;
  font-weight: 500px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.about_link:hover {
  text-decoration: none;
}

.about_img {
  height: 340px;
}

/* Process */

.process_title {
  margin-bottom: 50px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-size: 148px;
  line-height: 150%;
  text-transform: uppercase;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.process_subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 90px;
}

/* Contacts */

.contacts {
  padding: 100px;
  background-color: #171616;
}

.contacts .block_title {
    margin-bottom: 30px;
}

.contacts_form {
  max-width: 440px;
}

.form_row {
  display: flex;
  margin: 0 -20px;
}

.form_group {
  margin-bottom: 30px;
  flex: 1;
  padding: 0 20px;
  position: relative;
}

.input {
  width: 100%;
  padding: 9px 0;
  color: #fff;
  outline: 0;
  font-size: 15px;
  font-family: inherit;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
}

.input:focus + .label {
  transform: translateY(-15px);
  font-size: 12px;
}

.input:not(:placeholder-shown) + .label {
  transform: translateY(-15px);
  font-size: 12px;
}

.label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.15em;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 20px;
  pointer-events: none;
  transition: all 0.2s ease;
}

.textarea {
    min-height: 130px;
    width: 100%;
  padding: 9px 0;
  resize: vertical;
  color: #fff;
  outline: 0;
  font-size: 15px;
  font-family: inherit;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
}

.textarea:focus + .label {
  transform: translateY(-15px);
  font-size: 12px;
}

.textarea:not(:placeholder-shown) + .label {
  transform: translateY(-15px);
  font-size: 12px;
}

/* Footer */

.footer {}

.footer_wrapper {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright {
    letter-spacing: 0.15em;
}

.footer_soc {
    display: flex;
}

.footer_soc-link {
    margin-right: 20px;
}

.footer_soc-link :last-child {
    margin-right: 0;
}

.footer_soc-link img {
    height: 25px;
}















