@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
html {
  overflow-x: hidden;
}
.games-detail-container .hero-section {
  position: relative;
  background-color: #777;
  overflow: hidden;
  height: 80vh;
  min-height: 650px;
  max-height: 1000px;
}
.games-detail-container .hero-item {
  position: relative;
  background-color: #000;
  z-index: 0;
}
.games-detail-container .hero-container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 4;
}
@media (max-width: 1024px) {
  .games-detail-container .hero-container {
    max-width: 100%;
  }
}
.games-detail-container .hero-content {
  position: relative;
  height: 80vh;
  min-height: 650px;
  max-height: 1000px;
  width: 100%;
  max-width: 500px;
  margin-left: 60px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  z-index: 5;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1024px) {
  .games-detail-container .hero-content {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.games-detail-container .hero-content-brand {
  width: 100%;
  height: 250px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
}
.games-detail-container .hero-content-cta-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .games-detail-container .hero-content-cta-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .games-detail-container .hero-content-cta-container .hero-content-cta {
    margin-bottom: 15px;
  }
}
.games-detail-container .hero-content-cta {
  width: 48%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  /*&.row-2{
            display: none;
			margin-top: 20px;

            .hero-btn-tertiary{
				max-width: 100%;
            }
        }*/
}
@media (max-width: 767px) {
  .games-detail-container .hero-content-cta {
    width: 100%;
  }
}
.games-detail-container .hero-btn {
  display: flex!important;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.31px;
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  text-transform: uppercase;
  background-color: transparent;
  transition: all .2s ease;
  display: inline-block;
  outline: 0;
}
.games-detail-container .hero-btn-fill {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .games-detail-container .hero-btn-fill {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.games-detail-container .hero-btn-transparency {
  background-color: rgba(0, 0, 0, 0.25);
}
.games-detail-container .hero-btn-primary {
  color: #000000;
  border-color: yellow;
  background-color: rgba(255, 230, 0, 0.85);
}
.games-detail-container .hero-btn-primary:hover {
  color: #000000;
  background-color: #ffe600;
}
.games-detail-container .hero-btn-secondary {
  color: #fff;
  border-color: #000;
}
.games-detail-container .hero-btn-secondary:hover {
  border-color: #000000;
  background-color: #000000;
}
.games-detail-container .hero-btn-tertiary {
  color: #000000;
  background-color: #ffffff;
  border: none;
}
.games-detail-container .hero-btn-tertiary:hover {
  color: #ffffff;
  background-color: #000000;
}
.games-detail-container .hero-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
html[lang='it'] #cod-it .details-section .rating-logo {
  height: 150px;
}
.details-section {
  padding: 50px 60px;
}
.details-section h1,
.details-section h2,
.details-section h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.details-section h1 {
  font-size: 36px;
  margin-bottom: 30px;
}
.details-section h2 {
  font-size: 24px;
  text-align: center;
}
.details-section h3 {
  font-size: 18px;
}
.details-section p,
.details-section ul {
  margin-bottom: 20px;
}
.details-section p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.3;
}
.details-section li {
  margin-left: 20px;
  margin-bottom: 10px;
}
.details-section li:before {
  content: "\2022";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.details-section .header-container,
.details-section .description-container {
  margin-bottom: 30px;
}
.details-section .description-container {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.3;
}
.details-section .facts-header {
  display: flex;
  overflow: hidden;
}
.details-section .facts-header span {
  position: relative;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.details-section .facts-header span:before,
.details-section .facts-header span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1000px;
  border: 1px solid #000;
}
.details-section .facts-header span:before {
  left: calc(100% + 20px);
}
.details-section .facts-header span:after {
  right: calc(100% + 20px);
}
.details-section .row {
  display: flex;
  margin: 20px auto;
}
.details-section .col {
  width: 50%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
.details-section .col-1 {
  padding-left: 30%;
}
.details-section .col-2 {
  font-weight: 600;
  padding-left: 10%;
}
.details-section .rating-logo {
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .details-section .col-1 {
    padding-left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .details-section {
    max-width: 80%;
    margin: 50px auto;
    padding: 0;
  }
  .details-section .col-1,
  .details-section .col-2 {
    padding-left: 10%;
  }
  .facts-header h2:before {
    left: 160px;
  }
  .facts-header h2:after {
    right: 160px;
  }
}
@media screen and (max-width: 420px) {
  .details-section .facts-header span {
    font-size: 18px;
  }
  .details-section .col-1,
  .details-section .col-2 {
    padding-left: 0;
  }
}

