@font-face {
  font-family: "AtlasGrotesk";
  src: url("../assets/font/AtlasGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AtlasGrotesk";
  src: url("../assets/font/AtlasGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AtlasGrotesk";
  src: url("../assets/font/AtlasGrotesk-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html body {
  font-family: "AtlasGrotesk";
  font-weight: 400;
}

html body section {
  margin: 0 auto;
  max-width: 1280px;
}

html body section #containAll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 15px;
  margin-top: 76px;
}

html body section #containAll .containLeft {
  max-width: 568px;
  padding-bottom: 24px;
}

html body section #containAll .containLeft .btnForWin {
  background-color: #DED436;
  border-radius: 172px;
  color: #fff;
  padding: 20px 59px 19px 54px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
}

html body section #containAll .containLeft .containBtn {
  background-image: url("../assets/img/Trac1.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 22px;
}

html body section #containAll .containLeft .logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 405px;
}

html body section #containAll .containLeft .redMe {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  color: #CB3423;
  margin-top: 51px;
}

html body section #containAll .containLeft .someText {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
}

html body section #containAll .containLeft .someText span {
  font-weight: 600;
}

html body section #containAll .containLeft .red2 {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  font-weight: 600;
  color: #CB3423;
  margin-top: 70px;
}

html body section #containAll .containLeft .btnContact {
  font-size: 16px;
  line-height: 24px;
  color: #108081;
  border: 1px solid #108081;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  padding: 29px 37px 27px 38px;
  max-width: 405px;
  text-decoration: none;
  display: block;
  margin: 17px auto 0;
}

html body section #containAll .containRight img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 405px;
}

html body section footer {
  font-size: 12px;
  line-height: 16px;
  padding-top: 90px;
  padding-bottom: 14px;
  text-align: center;
  color: #B4B4B4;
}
/*# sourceMappingURL=style.css.map */