html {
  width: auto !important;
}

body {
  word-wrap: break-word;
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  word-break: break-word;
  background: #222222 !important;
}

a, img {
  outline: 0;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container__wrap {
  max-width: 2200px;
  margin: 0 auto;
  width: 80%;
}

.main-title {
  text-indent: -9999px;
  height: 0;
  padding: 0;
  margin: 0;
}

.main-text {
  color: #000;
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 2px white, 0 0 5px white, 0 0 10px white;
}

.common-title {
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .common-title {
    color: #fff;
    font-size: 35px;
  }
}

.common-title1 {
  color: #465860;
  font-size: 45px;
  text-transform: uppercase;
  margin: 20px 0;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.common-title2 {
  color: #465860;
  font-size: 34px;
  margin: 5px 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 960px) {
  .common-title2 {
    color: #465860;
    font-size: 20px;
  }
}

.common-text {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'DINPro-Regular';
  margin: 2% 0;
}

.common-text1 {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.common-text2 {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
}

.hidden {
  display: none;
}

.note {
  color: #000;
  font-size: 14px;
  position: absolute;
  bottom: 3%;
  right: 25%;
  background: rgba(255, 255, 255, 0.2);
  padding: 2px;
}

@media screen and (max-width: 960px) {
  .note {
    position: inherit;
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    right: auto;
  }
}

.center {
  text-align: center;
}

.blue-bg {
  background: #c9dae2;
}

.skin-bg {
  background: #edcdb6;
}

.blue-bg2 {
  background: #87adbe;
}

.blue-bg3 {
  background: #6596ad;
}

/* to top */
.btn-top {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  z-index: 9999;
  border: 3px solid #465860;
}

.btn-top img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-top:hover {
  background-color: #fcfcfc;
  color: #0d133a;
}

.btn-top:hover i {
  font-size: 20px;
}

/* kv */
.kv {
  background: url("https://storage-asset.msi.com/event/2021/cnd/ANZ-2021-DT-EOFY-promo/images/kv_bg.jpg") top center no-repeat;
  position: relative;
  background-size: cover;
}

.kv__img {
  position: absolute;
  top: 10%;
  right: 0;
  width: 20%;
}

@media screen and (max-width: 1170px) {
  .kv__img {
    top: 20%;
  }
}

@media screen and (max-width: 600px) {
  .kv__img {
    position: inherit;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
}

.kv__img img {
  width: 25%;
}

@media screen and (max-width: 600px) {
  .kv__img img {
    width: 15%;
  }
}

.kv__img figcaption {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}

.kv .item__block {
  padding-top: 3%;
}

.kv figure {
  text-align: center;
}

/* text bar */
.bar {
  background: #222222;
}

.bar__text {
  color: #bf44c1;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1% 0;
}

@media screen and (max-width: 768px) {
  .bar__text {
    color: #bf44c1;
    font-size: 20px;
  }
}

/*intro*/
.intro {
  padding: 3% 0;
  background: #444444;
}

@media screen and (max-width: 960px) {
  .intro {
    padding: 10% 0;
  }
}

.intro__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .intro__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.intro__block-itembox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
}

.intro__block-textbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.intro__block-link {
  margin-top: 30px;
}

.intro__block-link a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #fff;
  text-transform: uppercase;
}

.intro1 {
  padding: 3% 0;
  background: none;
}

@media screen and (max-width: 960px) {
  .intro1 {
    padding: 10% 0;
  }
}

.intro1__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .intro1__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.intro1__block-itembox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .intro1__block-itembox {
    margin-top: 50px;
  }
}

.intro1__block-textbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.intro1__block-link {
  margin-top: 30px;
}

.intro1__block-link a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #fff;
  text-transform: uppercase;
}

/*selected msi desktops*/
.model {
  background: -webkit-gradient(linear, left top, left bottom, from(#9136a5), to(#3f63d3));
  background: linear-gradient(to bottom, #9136a5 0%, #3f63d3 100%);
  padding: 5% 0;
}

.model__block {
  margin: 5% 0;
}

.model__table {
  display: table;
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #fff;
}

.model__table .tr {
  display: table-row;
}

.model__table .tr:last-child .td {
  border-bottom: none;
}

.model__table .th {
  color: #fff;
  font-size: 18px;
  display: table-cell;
  padding: 20px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .model__table .th {
    width: calc( 100%/3);
  }
}

.model__table .th:last-child {
  border-right: none;
}

.model__table .td {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.model__table .td span {
  text-decoration: line-through;
  padding: 0 3px;
}

.model__table .td b {
  color: #fff;
  font-size: 20px;
}

.model__table .td:last-child {
  border-right: none;
}

/* where to buy */
.shop {
  padding: 3% 0;
}

/* Terms and Conditions */
.terms {
  padding: 3% 0;
}

.terms__block {
  width: 80%;
  margin: auto;
}

.terms__block ul {
  list-style: decimal;
}

.terms__block ul li {
  color: #fff;
  font-size: 20px;
  list-style: decimal;
  padding: 10px 0;
  line-height: 26px;
}
/*# sourceMappingURL=main.css.map */