html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 14rem;
  background-color: #fff;
  color: #13334c;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 62.5%;
}
h2,
h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem;
  padding: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
}
section {
  margin-top: 10rem;
  padding: 5rem 0;
}
.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1920px;
  height: 14rem;
  margin: 0 auto;
  background-color: #13334c;
  z-index: 2;
}
.logo {
  width: 12rem;
  margin: 2rem;
}
.logo img {
  width: 100%;
  border-radius: 1rem;
}
.burger-btn {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  border: 0.1rem solid #fff;
  border-radius: 1rem;
  background-color: transparent;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
}
.nav-menu {
  position: fixed;
  top: 14rem;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #13334c;
  transform: translateX(100%);
  transition: transform 0.3s linear;
}
.nav-menu.show {
  transform: translateX(0);
}
.nav-menu li {
  margin-top: 5rem;
  text-align: center;
}
.nav-menu a {
  position: relative;
  display: block;
  margin: 2rem;
  padding: 2rem;
  overflow: hidden;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}
.nav-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateX(120%);
  transition: transform 0.3s linear;
}
.nav-menu a:hover::after {
  transform: translateX(0);
}
.heroimg {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 9rem;
  padding: 0;
}
.heroimg img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  width: 100%;
}
.hero-btn a {
  width: 80%;
  margin: 2rem;
  padding: 2rem;
  background-color: #13334c;
  border-radius: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 180%;
  letter-spacing: 2px;
}
a.primary-btn {
  background-color: orange;
  color: #13334c;
}
.about-company,
.address,
.card-service,
.contact-form,
.mydescription,
.photo,
.why-us-card {
  width: 90%;
  margin: 2rem;
  padding: 2rem;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.06),
    0 20px 48px rgba(19, 51, 76, 0.08);
  border-radius: 1rem;
}
.services {
  margin-top: 0;
  padding-top: 0;
}
.block-quotes {
  padding: 5rem 2rem;
  background-color: #13334c;
  color: #fff;
  font-size: 2rem;
  line-height: 180%;
  text-align: center;
}
.why-us {
  background-color: #13334c;
  color: #fff;
}
.why-us-card {
  background-color: #fff;
  color: #13334c;
}
.card-service h3 {
  display: flex;
  flex-direction: column-reverse;
}
.card-service h3 svg {
  font-size: 5rem;
  margin: 3rem 0;
}
.service-item,
.why-us-card-item {
  width: fit-content;
  margin: 2rem auto 0;
}
.service-item li,
.why-us-card-item li {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%;
}
.service-item svg,
.why-us-card-item svg {
  margin-right: 0.8rem;
}
.container.about-container {
  align-items: start;
}
.photo img {
  width: 100%;
}
.about-company,
.mydescription {
  padding: 2rem;
  font-size: 2rem;
  line-height: 180%;
  text-align: center;
}
.description-long {
  max-height: 0;
  overflow: hidden;
}
.read-more-btn {
  width: 80%;
  margin: 2.8rem 0;
  padding: 2rem 1.8rem;
  background-color: #13334c;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
}
.contact-form {
  text-align: center;
}
input,
textarea,
button[type="submit"] {
  width: 80%;
  margin: 2rem;
  padding: 2rem;
  border: 0.3rem solid #13334c;
  border-radius: 1rem;
  box-sizing: border-box;
  color: #13334c;
  font-size: 2rem;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}
textarea {
  resize: vertical;
  height: 30rem;
}
.honeypot {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
}
button[type="submit"] {
  margin-top: 3rem;
  background-color: #13334c;
  color: #fff;
}
.form-status {
  display: none;
  width: 80%;
  padding: 2rem;
  margin: 2rem auto;
  background-color: red;
  border-radius: 1rem;
  font-size: 2rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 150%;
}
.form-status.error {
  display: block;
}
.form-status.success {
  display: block;
  background-color: green;
}
.form-consent {
  display: block;
  font-size: 2rem;
  line-height: 180%;
}
.form-consent label {
  display: block;
}
.form-consent input[type="checkbox"] {
  width: 3rem;
  height: 3rem;
}
.form-consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
.form-consent input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 4px;
}
.form-consent label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-text {
  display: none;
  color: red;
  font-size: 2rem;
  padding: 1rem;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 150%;
}
.error-text.show {
  display: block;
}
a.email-btn {
  position: relative;
  display: inline-block;
  margin: 2rem;
}
