.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.top-menu {
  background-color: #eee;
}

.top-menu #navbarTop ul {
  justify-content: end;
}

.top-container {
  margin: 0 auto;
  padding: 0;
}

.nav-link-logo {
  text-decoration: none;
  color: #010080;
  font-weight: 900;
  font-size: 24px;
}

#navbarTop ul li a {
  padding: 10px 20px;
  color: #343434;
  font-weight: 600;
}

.first-block {
  margin-top: 55px;
}

.title {
  font-size: 3.875rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #333;
  margin-top: 120px;
}

.sb-title {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.first-block .fn,
.second-block .fn {
  border-radius: 30px;
  background-color: #f8f8f8e5;
  border: 7px solid #000;
  max-height: 630px;
  box-shadow: 0px 12px 29px 6px #996c6c;
  max-width: 100%;
}

.to-center {
  text-align: center;
}

.dw-from {
  display: block;
  margin: 0 auto 20px;
}

.dw-from img {
  width: 200px;
}

.about-us {
  border: 1px solid #eee;
  padding: 30px;
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 20px;
}

#contact {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 991px) {
  .title {
    font-size: 36px;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
  }

  .sb-title {
    text-align: center;
    font-size: 20px;
    padding: 20px 20px 20px 20px;
  }

  .second-block > div:first-child {
    order: 2;
  }

  .second-block {
    padding-top: 55px;
  }

  .about-us {
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 90%;
  }

  .dw-from {
    text-align: center;
  }
}
