/* general stuff START*/
@font-face {
  font-family: Museo Extra Bold;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_4.OTF)
}

@font-face {
  font-family: Museo Thin;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_5.OTF)
}

@font-face {
  font-family: Museo Light;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_6.OTF)
}

@font-face {
  font-family: Museo Regular;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_7.OTF)
}

@font-face {
  font-family: Museo Bold;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL.OTF)
}

body {
  margin: 0;
}

div.head1 {
  max-width: 1318px;
  width: 100%;
  margin: 0 auto;
  color: #414141;
  padding: 0 0;
}

.d-n-m {
  display: block;
}

.xs-text {
  display: block;
  color: #666;
  padding: 15px 0;
  font-size: 14px;
  margin: 0 auto;
}

.p-r2 a {
  margin-right: 10px;
  color: #414141;
  text-decoration: none;
}

.p-r2 a:after {
  content: "";
  position: relative;
  display: inline-block;
  height: 4px;
  width: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 15px;
  border-color: var(--color-breadcrumbs-arrow);
  border-style: solid;
  border-width: 0 0 1px 1px;
  top: -1px;
}

.d-n {
  display: none;
}

.nv-main * {
  box-sizing: border-box;
}

.nv-main {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  font-size: 16px;
  color: #ffffff;
  font-family: Museo Regular;
}

.nv-main div {
  font-size: 16px;
}

.nv-h1,
.nv-h2,
.nv-h3,
.nv-h4,
.nv-h5,
.nv-h6,
.nv-p {
  margin-top: 0;
  margin-bottom: 0px;
  font-family: Museo Regular;
}

.nv-main sup {
  font-size: 0.5em;
  top: -0.3em;
  position: relative;
}

.nv-main p sup {
  top: 0;
}

.nv-main div,
.nv-main span,
.nv-main a,
.nv-price {
  font-family: Museo Regular;
}

.nv-p {
  color: #eeeeee;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 1.875em;
}

.nv-h1 {
  font-weight: 700;
  font-size: 3em;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: .3em;
}

.nv-h2 {
  font-size: 3em;
  font-weight: 700;
  color: #76b900;
  line-height: 1.1;
  text-transform: uppercase;
}

.nv-h3 {
  font-size: 2.285em;
  font-weight: 700;
  color: #76b900;
  line-height: 1.4;
}

.nv-h4 {
  font-size: 1.9em;
  font-weight: 700;
  color: #76b900;
  line-height: 1.3;
  text-transform: uppercase;
}

.nv-h5 {
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1em;
  text-transform: uppercase;
}

.nv-h6 {
  color: #76b900;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1em;
  text-transform: uppercase;
}

.nv-hr {
  color: #666666;
  border: 1px solid;
}

.nv-main a:not(.nv-btn) {
  font-weight: 700;
  color: #76b900;
  transition: color 0.3s ease;
  text-decoration: underline;
}

.nv-main a:not(.nv-btn):hover {
  color: #76d300;
  transition: color 0.4s ease;
}

.nv-btn {
  background-color: #76b900;
  border: 1px solid #76b900;
  color: #ffffff;
  display: inline-block;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
  padding: 0.625em 0.6875em;
  text-decoration: none;
  text-transform: uppercase;
}

.nv-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #76d300;
}

.nv-btn:active {
  background-color: #76b900;
  box-shadow: inset 0 7px 12px rgba(1, 1, 1, 0.18);
}

.nv-btn.nv-outline {
  color: #76b900;
  background-color: transparent;
  border: 1px solid #76b900;
}

.nv-btn.nv-outline:hover {
  background-color: #76b9003d;
}

.nv-btn.nv-outline:active {
  background-color: #76b90069;
}

.nv-icon {
  height: 0.9em;
  width: auto;
}

.nv-white-text {
  color: #ffffff;
}

.nv-green-text {
  color: #76b900;
}

.nv-dark-text {
  color: #000000;
}

.nv-light-bkg {
  background-color: #ffffff;
}

.nv-h2+.nv-h4,
.nv-h3+.nv-h4 {
  margin-top: 0.3em;
}

.nv-halfed-top-margin {
  margin-top: 0.7em;
}

.nv-1x-top-margin {
  margin-top: 1.875em;
}

.nv-2x-top-margin {
  margin-top: 3.75em;
}

.nv-3x-top-margin {
  margin-top: 5.625em;
}

.nv-4x-top-margin {
  margin-top: 7.5em;
}

.nv-halfed-bot-margin {
  margin-bottom: 0.7em;
}

.nv-1x-bot-margin {
  margin-bottom: 1.875em;
}

.nv-2x-bot-margin {
  margin-bottom: 3.75em;
}

.nv-3x-bot-margin {
  margin-bottom: 5.625em;
}

.nv-4x-bot-margin {
  margin-bottom: 7.5em;
}

.nv-no-top-margin {
  margin-top: 0 !important;
}

.nv-main section {
  text-align: left;
}

.nv-main .nv-centered {
  text-align: center;
}

.nv-lefted {
  text-align: left;
}

.nv-fullwidth {
  grid-column: 1/13;
  grid-row: 1/2;
  display: grid;
}

.nv-mid-area {
  grid-column: 3/11;
  grid-row: 1/2;
}

.nv-3-cols,
.nv-4-cols {
  display: flex;
  justify-content: space-between;
}

.nv-middle-height-screen {
  display: flex;
  align-items: center;
}

.nv-col {
  display: flex;
  flex-direction: column;
}

.nv-one-half-col {
  width: calc((100% - 1.5em) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nv-one-third {
  max-width: 600px;
  width: calc((100% - 6em) / 3);
  align-items: center;
  text-align: center;
}

.nv-one-third .nv-column-picture {
  align-self: stretch;
}

.nv-column-picture {
  height: 11.875em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.nv-3-cols .nv-col {
  max-width: 600px;
  width: calc((100% - 6em) / 3);
}

.nv-4-cols .nv-col {
  max-width: 600px;
  width: calc((100% - 6em) / 4);
}

.nv-align-with-grid-container {
  margin-left: calc(100%/12);
  margin-right: calc(100%/12);
}



.nv-advantages .nv-one-third img,
.nv-shop-now .nv-one-third img {
  width: 100%;
}



.nv-text-that-nobody-reads {
  color: #666;
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1.25;
}

.nv-no-top-margin {
  margin-top: 0;
}

.rtx-logo {
  height: 3.25em;
  width: auto;
}

.nv-footer-logo {
  text-align: center;
}

.nv-logos {
  display: flex;
  justify-content: center;
}

.nv-partner-logo {
  width: auto;
  height: 3.125em;
}

.nv-table table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.nv-table table a {
  text-decoration: none !important;
  cursor: pointer;
  font-weight: inherit !important;
}

.nv-table td,
.nv-table th {
  border: 1px solid #7f7f7f;
  min-width: 10em;
  width: 20.5%;
  padding: 0.5em 0 0.625em 1em;
}

.nv-table tr:nth-of-type(even) {
  background-color: #404040;
}

.nv-table tr:nth-of-type(odd) {
  background-color: #262626;
}

.nv-table th {
  background-color: #76b900;
  text-align: center;
}

.nv-table td {
  color: #76b900;
}

.nv-table td:first-child,
.nv-table th:first-child {
  min-width: 18.75em;
  width: 38.5%;
  color: #ffffff;
}

@media only screen and (max-width:1024px) {

  .nv-h1 {
    margin-top: 60px;
  }

  .nv-grid-12-cols {
    display: grid;
    grid-template-columns: repeat(12, minmax(26px, 1fr));
  }

  .nv-grid-12-cols>div {
    margin-bottom: 3.75em;
  }

  .nv-table {
    overflow-x: scroll;
  }

  .nv-main .nv-centered {
    text-align: left;
  }

  .nv-4x-top-margin,
  .nv-3x-top-margin {
    margin-top: 3.75em;
  }

  .nv-4x-bot-margin {
    margin-bottom: 3.75em;
  }

  .nv-2-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nv-mid-area,
  .nv-left-col,
  .nv-right-col {
    grid-column: 3/11 !important;
  }

  .nv-align-with-grid-container {
    margin-left: calc(100%/6);
    margin-right: calc(100%/6);
  }

  .nv-one-half-col,
  .nv-one-third,
  .nv-3-cols .nv-col,
  .nv-4-cols .nv-col {
    width: 100%;
  }

  .nv-4-cols,
  .nv-3-cols {
    flex-direction: column;
    align-items: center;
  }

  .nv-one-third:not(:last-child),
  .nv-3-cols .nv-col:not(:last-child) {
    margin-bottom: 3em;
  }

  .nv-logos {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width:480px) {

  .nv-mid-area,
  .nv-left-col,
  .nv-right-col {
    grid-column: 2/12 !important;
  }

  .nv-align-with-grid-container {
    margin-left: calc(100%/12);
    margin-right: calc(100%/12);
  }
}

@media only screen and (max-width:767px) {
  .nv-hide-on-mobile {
    display: none;
  }

  .nv-h1 {
    font-size: 1.5em;
  }

  .nv-h2 {
    font-size: 1.3em;
  }

  .nv-h3 {
    font-size: 1.3125em;
  }

  .nv-h4 {
    font-size: 1.2em;
  }

}

@media only screen and (min-width:1025px) {

  /* .nv-h1,
  .nv-h2 {
    white-space: nowrap;
  } */

  .nv-fullwidth>img {
    width: 100vw;
  }

  .nv-hide-on-tablet-and-up {
    display: none;
  }

  .nv-invis-on-tablet-and-up {
    opacity: 0;
  }

  .nv-grid-12-cols {
    display: grid;
    grid-template-columns: repeat(12, minmax(40px, 1fr));
    column-gap: 1.25em;
  }

  .nv-advantages-pic {
    max-height: 13em;
  }

  /* .nv-text {
  max-width:31em;
} */

  .nv-text {
    max-width: 28em;
  }

  .nv-left-col {
    grid-column: 2/8;
    grid-row: 1/2;
  }

  .nv-right-col {
    grid-column: 8/12;
    grid-row: 1/2;
  }

  .nv-mid-vertical {
    align-items: center;
  }

  .nv-logos img:not(:last-child) {
    margin-right: 3.75em;
  }

  .nv-2-btns a:first-child {
    margin-right: 1.875em;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {

  .nv-left-col {
    grid-column: 2/9;
  }

  .nv-right-col {
    grid-column: 7/12;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .nv-hide-on-tablets {
    display: none;
  }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
  .nv-left-col {
    grid-column: 2/8;
  }
}

@media only screen and (min-width:1025px) {
  .nv-hide-on-pc {
    display: none;
  }

  .nv-limited-width {
    max-width: 57em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width:1440px) {
  .nv-align-with-grid-container {
    margin-left: calc(100%/6);
    margin-right: calc(100%/6);
  }
}

@media only screen and (min-width:1440px) and (max-width:1919px) {

  .nv-main div,
  .nv-main {
    font-size: 18px;
  }
}

@media only screen and (min-width:1920px) {

  .nv-main div,
  .nv-main {
    font-size: 21px;
  }


  .nv-text {
    max-width: 31em;
  }

  .nv-left-col.nv-text {
    grid-column: 3/7;
  }
}

@media only screen and (min-width:2160px) {

  .nv-mid-area {
    grid-column: 4/10;
  }

  .nv-align-with-grid-container {
    margin-left: calc(100%/4);
    margin-right: calc(100%/4);
  }

  .nv-left-col {
    grid-column: 3/7;
  }

  .nv-left-col.nv-picture,
  .nv-left-col.nv-text {
    grid-column: 3/7;
  }

  .nv-right-col {
    grid-column: 8/11;
    margin-left: inherit;
  }

  .nv-right-col.nv-picture {
    grid-column: 8/11;
  }
}

/* general stuff END*/


/* Pop-up START*/
.nv-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  cursor: default;
}

.nv-overlay:target {
  display: block;
}

.nv-popup {
  background: #fefefe;
  border: 1px solid #383838;
  border-radius: 4px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
  font-size: 14px;
  font-family: Museo Regular;
  line-height: 1.3;
  height: 39.375vw;
  left: 50%;
  margin: 0;
  width: 70vw;
  min-width: 290px;
  max-width: 1600px;
  max-height: 900px;
  position: fixed;
  right: 0;
  top: -100%;
  transform: translate(-50%, -500%);
  transition: transform 0.6s ease-out;
  z-index: 20;
}

.nv-overlay:target+.nv-popup {
  transform: translate(-50%, 0);
  top: 2em;
}

.nv-close {
  background-size: cover;
  background: url(../images/close-icon.svg) no-repeat center;
  top: -1em;
  right: -1em;
  width: 2em;
  height: 2em;
  position: absolute;
  padding: 0;
  border: 2px solid #ccc;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(61, 61, 61, 0.8);
  -webkit-box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
  text-align: center;
  text-decoration: none;
  font: 0.8125em/1.25em 'Museo Regular';
  font-weight: bold;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  -ms-transition: all ease .8s;
  -o-transition: all ease .8s;
  transition: all ease .8s;
}

.nv-close:hover {
  background-color: #76b900;
}

.nv-popup iframe {
  width: 100%;
  height: 100%;
}

/* Pop-up END*/


/* first screen start  */
@media only screen and (min-width:1025px) {
  .nv-first-screen .nv-text {
    max-width: 26em;
  }
}

@media only screen and (max-width:1024px) {
  .nv-first-screen .nv-fullwidth {
    margin-bottom: 0;
  }
}

/* first screen End  */




/* quality screen: text and video START*/

.nv-video {
  max-width: 54em;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width:1024px) {
  .nv-quality-screen {
    align-items: center;
    background: url(../images/geforce-rtx-dlss-mobile.jpg) no-repeat center;
    background-size: cover;
    margin-top: 0;
  }
}

/* quality screen END*/


/* Reflex screen Start */
@media only screen and (max-width:1024px) {
  .nv-reflex .nv-left-col {
    margin-bottom: 0;
  }
}

/* Reflex screen END */


/* dlss Start*/
@media only screen and (max-width:1024px) {
  .nv-dlss-screen .nv-fullwidth {
    margin-bottom: 0;
  }
}

/* dlss games END*/


/* G-Sync START */
@media only screen and (min-width: 1025px) {
  .nv-g-sync-screen {
    align-items: center;
    background: url(../images/g-sync-bkg.jpg) no-repeat center;
    background-size: cover;
  }
}

@media only screen and (max-width:1024px) {
  .nv-g-sync-screen .nv-fullwidth {
    margin-top: 3.75em;
    margin-bottom: 0;
  }
}

/* G-Sync END */

/* Shop now screen START*/
.nv-shop-now .nv-col-title {
  color: #76b900;
  margin-bottom: 1em;
  margin-top: 1.25em;
  min-height: 2.8em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

.nv-price {
  font-size: 1.3125em;
  color: #76b900;
  font-weight: 500;
  margin-bottom: 1.875em;
}

@media only screen and (max-width:1024px) {
  .nv-shop-now .nv-h2 {
    margin-bottom: 30px;
    text-align: center;
  }

  .nv-shop-now .nv-centered {
    text-align: center;
  }
}

@media only screen and (min-width:1024px) {
  .nv-shop-art {
    display: block;
    width: 70%;
    margin-top: 1.875em;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Shop now screen END */