::-webkit-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 0px; }

* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #0A2542; }

a {
  text-decoration: none; }

html,
body {
  background-color: #0A2542;
  width: 100%;
  height: 100%;
  scrollbar-width: none; }

body.lock {
  overflow: hidden; }

.wrapper {
  max-width: 1920px;
  margin: 0 auto; }

.container {
  padding: 0 140px; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 120px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 110px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 100px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 90px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 56px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 32px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .container {
      -webkit-min-device-pixel-ratio: 2;
      padding: 0 16px; } }

.banner {
  height: 100vh;
  width: 100%;
  padding-top: 95px;
  background: url("../../image/dangerousCargo/main/Banner.png") center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .banner p {
    font-size: 120px;
    font-family: RussoOne;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 100px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 95px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 90px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 80px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 70px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 48px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .banner {
      -webkit-min-device-pixel-ratio: 2; }
      .banner p {
        font-size: 45px; } }

.about_block {
  margin-top: 45px; }
  .about_block .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 65px 0 140px; }
    .about_block .container .left_side p {
      font-size: 37.2px;
      color: #ffffff;
      font-family: RussoOne;
      text-transform: uppercase; }
    .about_block .container .right_side {
      width: 62.43%;
      position: relative; }
      .about_block .container .right_side p {
        line-height: 30px;
        font-size: 20px;
        color: #ffffff;
        font-family: Roboto;
        padding-bottom: 30px;
        margin-left: 26px; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .about_block {
      -webkit-min-device-pixel-ratio: 2; }
      .about_block .container .left_side p {
        font-size: 35px; }
      .about_block .container .right_side p {
        font-size: 18px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1439px) {
    .about_block {
      -webkit-min-device-pixel-ratio: 2; }
      .about_block .container .left_side p {
        font-size: 34px; }
      .about_block .container .right_side p {
        font-size: 17px;
        padding-bottom: 30px;
        line-height: 25px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .about_block {
      -webkit-min-device-pixel-ratio: 2; }
      .about_block .container .left_side p {
        font-size: 30px; }
      .about_block .container .right_side p {
        font-size: 16px;
        padding-bottom: 30px;
        line-height: 20px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .about_block {
      -webkit-min-device-pixel-ratio: 2; }
      .about_block .container .left_side p {
        font-size: 26px; }
      .about_block .container .right_side p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 25px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .about_block {
      -webkit-min-device-pixel-ratio: 2; }
      .about_block .container .left_side p {
        font-size: 22px; }
      .about_block .container .right_side p {
        font-size: 10px;
        line-height: 15px;
        padding-bottom: 15px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .about_block {
      -webkit-min-device-pixel-ratio: 2; }
      .about_block .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 30px; }
        .about_block .container .left_side {
          width: 100%; }
          .about_block .container .left_side p {
            font-size: 26px;
            text-align: center; }
        .about_block .container .right_side {
          margin-top: 20px;
          width: 100%; }
          .about_block .container .right_side p {
            line-height: 22px;
            font-size: 16px;
            padding-bottom: 14px;
            margin-left: 0px;
            text-align: center; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .about_block {
      -webkit-min-device-pixel-ratio: 2; }
      .about_block .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 16px; }
        .about_block .container .left_side {
          width: 100%; }
          .about_block .container .left_side p {
            font-size: 18px;
            text-align: center; }
        .about_block .container .right_side {
          margin-top: 20px;
          width: 100%; }
          .about_block .container .right_side p {
            line-height: 22px;
            font-size: 14px;
            padding-bottom: 14px;
            margin-left: 0px;
            text-align: center; } }

.materials_block {
  margin-top: 115px;
  width: 100%;
  font-family: RussoOne; }
  .materials_block .materials_header {
    padding: 0 140px;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 52px; }
  .materials_block .materials_body {
    width: 100%;
    padding: 0 28.22%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .materials_block .materials_body .box {
      width: 44.85%;
      background-color: #ffffff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 70px;
      position: relative; }
      .materials_block .materials_body .box .name {
        font-size: 116px;
        text-align: center; }
      .materials_block .materials_body .box #last_name {
        font-size: 55.6px; }
  @media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .materials_block {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 105px; }
      .materials_block .materials_header {
        font-size: 18px;
        line-height: 46px; }
      .materials_block .materials_body .box .name {
        font-size: 106px; }
      .materials_block .materials_body .box #last_name {
        font-size: 50px; } }
  @media only screen and (min-width: 1366px) and (max-width: 1439px) {
    .materials_block {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 95px; }
      .materials_block .materials_header {
        font-size: 17px;
        line-height: 40px; }
      .materials_block .materials_body .box .name {
        font-size: 96px; }
      .materials_block .materials_body .box img {
        width: 60%; }
      .materials_block .materials_body .box #last_name {
        font-size: 45px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .materials_block {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 85px; }
      .materials_block .materials_header {
        font-size: 16px;
        line-height: 32px; }
      .materials_block .materials_body .box .name {
        font-size: 80px; }
      .materials_block .materials_body .box img {
        width: 60%; }
      .materials_block .materials_body .box #last_name {
        font-size: 35px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .materials_block {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 75px; }
      .materials_block .materials_header {
        font-size: 15px;
        line-height: 28px; }
      .materials_block .materials_body .box .name {
        font-size: 65px; }
      .materials_block .materials_body .box img {
        width: 60%; }
      .materials_block .materials_body .box #last_name {
        font-size: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .materials_block {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 65px; }
      .materials_block .materials_header {
        font-size: 13px;
        line-height: 26px; }
      .materials_block .materials_body .box .name {
        font-size: 50px; }
      .materials_block .materials_body .box img {
        width: 60%; }
      .materials_block .materials_body .box #last_name {
        font-size: 20px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .materials_block {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 65px; }
      .materials_block .materials_header {
        padding: 0 30px;
        font-size: 20px;
        text-align: center;
        line-height: 26px; }
      .materials_block .materials_body {
        max-width: 277px;
        padding: 0 0;
        margin: 0 auto;
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; }
        .materials_block .materials_body .box {
          width: 135px;
          height: 135px;
          background-color: #ffffff;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin-bottom: 7px;
          position: relative; }
          .materials_block .materials_body .box .name {
            font-size: 36px;
            text-align: center; }
          .materials_block .materials_body .box #last_name {
            font-size: 22px; }
          .materials_block .materials_body .box img {
            width: 95%; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .materials_block {
      -webkit-min-device-pixel-ratio: 2;
      margin-top: 45px; }
      .materials_block .materials_header {
        padding: 0 6px;
        font-size: 16px;
        text-align: center;
        line-height: 26px; }
      .materials_block .materials_body {
        max-width: 217px;
        padding: 0 0;
        margin: 0 auto;
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; }
        .materials_block .materials_body .box {
          width: 105px;
          height: 105px;
          background-color: #ffffff;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin-bottom: 7px;
          position: relative; }
          .materials_block .materials_body .box .name {
            font-size: 30px;
            text-align: center; }
          .materials_block .materials_body .box #last_name {
            font-size: 16px; }
          .materials_block .materials_body .box img {
            width: 95%; } }

/*# sourceMappingURL=style.css.map */
