body {
  font-family: 'NVIDIA Sans';
  background: #000;
  margin: 0;
}
img {
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
}

.nv-container {
  max-width: 960px;
  margin: auto;
  grid-template-columns: repeat(12, 1fr);
}
.nvidia-container{
  max-width: 1350px;
  margin: auto;
}
.nv-main-background {
  background: url('../imgs/main-background.png') #000;
}
.nv-main-background.second {
  background: url('../imgs/sec-background.png') #000;
}
.nv-main-background.third {
  background: url('../imgs/iirtx-back.png') #000;
}
.nv-main-background.fourth {
  background: url('../imgs/iirtx-back-2.png') #000;
}
.nv-main-background.five {
  background: url('../imgs/iirtx-back-3.png') #000;
}
.nv-main-background.six {
  background: url('../imgs/iirtx-back-6.png') #000;
}
.nv-main-background.seven {
  background: url('../imgs/iirtx-back-7.png') #000;
}
.nv-main__title {
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
}
.nv-main__subtitle {
  color: rgb(255, 255, 255);
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
}
.nv-main__text {
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}
.link {
  display: block;
  width: fit-content;
  padding: 13px 26px;
  background: #76b900;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.link:hover {
  text-decoration: none;
  transition: 0.3s;
  background: #76d300;
}
.nv-main-logo {
  margin-top: 60px;
}

.section-2-background {
  background-color: #000;
  padding: 90px 0 0 0;
}

.nv-title {
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
  margin: 0;
}

.benefit-img {
  margin-bottom: 30px;
  text-align: center;
  max-height: 54px;
}
.benefit-img img{
  max-height: 54px;
}
.benefit-text {
  text-align: center;
}
.benefit-text__title {
  color: rgb(255, 255, 255);
  line-height: 1.25;
  margin: 0;
  margin-bottom: 5px;
}
.benefit-text__subtitle {
  color: rgb(255, 255, 255);
  line-height: 1.25;
  margin: 0;
}

.section-3-background {
  background-color: #000;
  padding: 90px 0 0 0;
}
.section-background-black {
  background: #000 url('../imgs/tracing.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.info-block {
  margin-top: 65px;
  padding-bottom: 60px;
  border-bottom: 1px solid #999999;
}

.info-block-title {
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}
.info-block-subtext {
  color: rgb(255, 255, 255);
  line-height: 1.667;
  text-align: center;
  margin: 0;
}

.product-name {
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin: 0;
}
.product-buy .link {
  margin: auto;
}

.product-img {
  margin-bottom: 40px;
}
.product-title {
  margin-bottom: 30px;
}
.products-container .info-block:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}

.section-footer-background {
  background-color: #000;
}
.footer-block {
  padding-top: 65px;
  border-top: 2px solid #999999;
  padding-bottom: 60px;
}
.foot-text {
  font-size: 11px;
  color: rgb(153, 153, 153);
  line-height: 1.4;
  text-align: center;
  margin: 0;
}
.footer-logo {
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  grid-gap: 60px;
  justify-content: center;
}
.footer-logo img {
  margin: 0;
}
.mobile {
  display: none;
}

.nv-arch_title {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}
.arcg-des-block {
  margin-bottom: 30px;
}
.arch-block-title {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 15px;
}
.arch-block-text {
  font-size: 19px;
  color: rgb(255, 255, 255);
  line-height: 1.25;
  margin: 0;
}

.nv-text {
  color: rgb(255, 255, 255);
  line-height: 1.667;
  text-align: center;
  font-size: 15px;
  margin: 0;
  margin-bottom: 60px;
  margin-top: 30px;
}

.main-instr {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.nv-up_title {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.content-benefits__title {
  font-size: 15px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}

.instr__title {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px;
}

.instr_text {
  font-size: 15px;
  color: rgb(255, 255, 255);
  line-height: 1.667;
  margin: 0;
}
.section-background-instr {
  padding-bottom: 60px;
}

.instruments-container {
  margin-top: 60px;
}
.instruments-dop {
  display: grid;
  grid-gap: 30px;
  margin-top: 60px;
}
.instr-dop .instr-info {
  padding: 30px 10px 60px 10px;
  background: #1a1a1a;
}
.instr-dop{
  background: #1a1a1a;
}
.instr-dop .instr-image {
  background: #000;
}
.voz__title {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  padding: 0 20px;
  margin: 0;
  margin-bottom: 30px;
}
.voz__text {
  font-size: 15px;
  padding: 0 20px;
  color: rgb(255, 255, 255);
  line-height: 1.667;
  text-align: left;
  margin: 0;
}
.dop-voz-container {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
}
.voz-image {
  margin-bottom: 30px;
}
.section-background-grey {
  background: #1a1a1a;
}
.voz-block {
  background: #000;
  padding-bottom: 30px;
}
.spec-container {
  max-width: 410px;
  margin: 60px auto 0 auto;
}
.spec-option {
  display: flex;
  justify-content: space-between;
}
.spec-name {
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 1.667;
  margin: 0;
}
.spec-val.rename {
  font-size: 15px;
}
.spec-val {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.25;
  margin: 0;
}
.spec-line {
  margin: 15px 0;
  width: 100%;
  height: 1px;
  background: #666666;
}

.gallery {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
}
.gallery-image {
  height: 400px;
  background: #999999;
}
.nv-title.secondTitle {
  text-align: left;
  margin-bottom: 30px;
}
.second-product-title {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.second-product-title li {
  margin-bottom: 30px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.25;
}
.second-product-title li:last-child {
  margin-bottom: 0;
}
.content-image {
  text-align: center;
  margin-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.content-image-text {
  font-size: 11px;
  color: rgb(153, 153, 153);
  margin-top: 30px;
  text-align: center;
}
.section-background-black.dlss3 {
  background: #000;
}
.section-background-black.reflex {
  background: #000 url('../imgs/reflex-back.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


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

  body .nv-main-section:first-child .nv-container{
    padding-bottom: 30px;
    border-bottom: 1px solid #666666;
  }
  .rtx-benefit{
    padding: 30px 10px;
    background: #1a1a1a;
  }
  .section-background-black.rtx{
    min-height: 800px;
    background-size: contain;
  }
  .nv-main-background.fourth, .nv-main-background.five {
    background-position: right;
    background-repeat: no-repeat;
    padding: 70px 0 70px 0;
    background-size: contain;
  }
  .nv-main-background.five {
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0 70px 0;
    background-size: cover;
  }
  .nv-main-background.six {
    background-position: top;
    background-repeat: no-repeat;
    padding: 70px 0 70px 0;
    background-size: contain;
  }
  .section-background-black.reflex{
    min-height: 800px;
  }
  .nv-main-background.five .main-info{
    max-width: 40%;
  }
  .content-benefits{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    margin-top: 90px;
  }
  .content-benefits .voz-block{
    background: none;
  }
  .content-benefits .voz__title,.content-benefits .voz__text{
    padding: 0;
  }
  .nv-main-background.seven {
    padding: 90px 0;
  }






  .instruments-dop {
    grid-template-columns: repeat(2, 1fr);
  }
  .image-center-container {
    height: 1050px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .section-pad-90 {
    padding-top: 90px;
  }
  .section-pad-90-bot {
    padding-bottom: 90px;
  }
  .arch-container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 45% 55%;
    align-items: center;
    margin-top: 30px;
  }
  .products {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding-bottom: 90px;
    border-bottom: 1px solid #666666;
  }
  .product-name {
    font-size: 18px;
  }
  .info-block-subtext {
    font-size: 15px;
  }
  .info-block-title {
    font-size: 24px;
  }
  .benefit-text__subtitle {
    font-size: 16px;
  }
  .benefit-text__title {
    font-size: 20px;
  }
  .nv-main__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .nv-main__subtitle {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .nv-main__text {
    margin-bottom: 30px;
  }
  .link {
    font-size: 16px;
  }

  .main-info {
    max-width: 50%;
  }
  .nv-main-background {
    background-position: right;
    background-repeat: no-repeat;
    padding: 70px 0 30px 0;
  }
  .nv-main-background.second,
  .nv-main-background.third {
    background-position: right;
    background-repeat: no-repeat;
    padding: 70px 0 70px 0;
    background-size: contain;
  }
  .nv-title {
    font-size: 28px;
  }
  .nv-rtx-benefits {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {

  body .nv-main-section:first-child .nv-container{
    padding-bottom: 30px;
    border-bottom: 1px solid #666666;
  }
  .rtx-benefit{
    padding: 30px 10px;
    background: #1a1a1a;
  }
  .section-background-black.rtx{
    min-height: 800px;
    background-size: contain;
  }
  .nv-main-background.fourth, .nv-main-background.five {
    background-position: right;
    background-repeat: no-repeat;
    padding: 70px 0 70px 0;
    background-size: contain;
  }
  .nv-main-background.five {
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0 70px 0;
    background-size: cover;
  }
  .nv-main-background.six {
    background-position: top;
    background-repeat: no-repeat;
    padding: 70px 0 70px 0;
    background-size: contain;
  }
  .section-background-black.reflex{
    min-height: 800px;
  }
  .nv-main-background.five .main-info{
    max-width: 40%;
  }
  .content-benefits{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    margin-top: 90px;
  }
  .content-benefits .voz-block{
    background: none;
  }
  .content-benefits .voz__title,.content-benefits .voz__text{
    padding: 0;
  }
  .nv-main-background.seven {
    padding: 90px 0;
  }



  .arch-container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-top: 60px;
  }
  .image-center-container {
    height: 650px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .section-pad-90 {
    padding-top: 60px;
  }
  .section-pad-90-bot {
    padding-bottom: 60px;
  }
  .instruments-dop {
    grid-template-columns: repeat(2, 1fr);
  }

  .products {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
  .product-name {
    font-size: 18px;
  }
  .info-block-subtext {
    font-size: 15px;
  }
  .info-block-title {
    font-size: 24px;
  }
  .benefit-text__subtitle {
    font-size: 16px;
  }
  .benefit-text__title {
    font-size: 20px;
  }
  .nv-main__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .nv-main__subtitle {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .nv-main__text {
    margin-bottom: 30px;
  }
  .link {
    font-size: 16px;
  }

  .main-info {
    max-width: 45%;
  }
  .nv-main-background {
    background-position: right;
    background-repeat: no-repeat;
    padding: 70px 0 50px 0;
  }
  .nv-main-background.second,
  .nv-main-background.third {
    background-position: right;
    background-repeat: no-repeat;
    padding: 70px 0 70px 0;
  }
  .nv-title {
    font-size: 36px;
  }
  .nv-rtx-benefits {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .products .product:last-child{margin-bottom: 0;}
  .products-container{
    padding-bottom: 60px;
    border-bottom: 1px solid #1a1a1a;
  }
  .section-3-background, .section-2-background{
    padding: 45px 0;
  }
  .rtx-benefit{
    padding: 30px 10px;
    background: #1a1a1a;
  }
  .section-background-black.rtx{
    min-height: 600px;
    background-position: bottom;
    background-size: contain;
  }
  .nv-main-background.fourth, .nv-main-background.five {
    background: #000;
    background-position: right;
    background-repeat: no-repeat;
    padding: 30px 0 30px 0;
    background-size: contain;
  }
  .nv-main-background.five {
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 30px 0;
    background-size: cover;
  }
  .nv-main-background.six {
    background-position: top;
    background-repeat: no-repeat;
    padding: 30px 0 30px 0;
    background-size: contain;
    background: #000;
  }
  .section-background-black.reflex{
    background: #000;
  }
  .content-benefits{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 90px;
    padding-bottom: 30px;
    border-bottom: 1px solid #1a1a1a;
  }
  .content-benefits .voz-block{
    background: none;
  }
  .content-benefits .voz__title,.content-benefits .voz__text{
    padding: 0;
  }
  .nv-main-background.seven {
    padding: 60px 0;
    background: #000;
  }
  .pc{display: none;}
  .pb-60{padding-bottom: 30px;}







  .nv-main-background.third,
  .nv-main-background.second {
    background: #000;
  }

  .arch-container {
    margin-top: 30px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 100%;
  }
  .arch-container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-top: 60px;
  }
  .image-center-container {
    height: 650px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .section-pad-90 {
    padding-top: 30px;
  }
  .section-pad-90-bot {
    padding-bottom: 30px;
  }
  .instruments-dop {
    grid-template-columns: repeat(2, 1fr);
  }
  .dop-voz-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-mobile {
    text-align: center;
    margin-bottom: 30px;
  }
  .mobile {
    display: block;
  }
  .nv-container {
    max-width: 560px;
  }
  .nv-main-background {
    background: #000;
    padding: 0 0 30px 0;
  }
  .products {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60px;
  }
  .product {
    text-align: center;
    margin: 60px 0;
  }
  .info-block {
    margin-top: 30px;
  }

  .product-name {
    font-size: 18px;
  }
  .info-block-subtext {
    font-size: 15px;
  }
  .info-block-title {
    font-size: 24px;
  }
  .benefit-text__subtitle {
    font-size: 16px;
  }
  .benefit-text__title {
    font-size: 20px;
  }
  .nv-main__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .nv-main__subtitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .nv-main__text {
    margin-bottom: 30px;
  }
  .link {
    font-size: 16px;
  }

  .nv-title {
    font-size: 24px;
  }
  .nv-rtx-benefits {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

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

  .products .product:last-child{margin-bottom: 0;}
  .products-container{
    padding-bottom: 60px;
    border-bottom: 1px solid #1a1a1a;
  }
  .section-3-background, .section-2-background{
    padding: 45px 0;
  }
  .rtx-benefit{
    padding: 30px 10px;
    background: #1a1a1a;
  }
  .section-background-black.rtx{
    min-height: 600px;
    background-position: bottom;
    background-size: contain;
  }
  .nv-main-background.fourth, .nv-main-background.five {
    background: #000;
    background-position: right;
    background-repeat: no-repeat;
    padding: 30px 0 30px 0;
    background-size: contain;
  }
  .nv-main-background.five {
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 30px 0;
    background-size: cover;
  }
  .nv-main-background.six {
    background-position: top;
    background-repeat: no-repeat;
    padding: 30px 0 30px 0;
    background-size: contain;
    background: #000;
  }
  .section-background-black.reflex{
    background: #000;
  }
  .content-benefits{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 90px;
    padding-bottom: 30px;
    border-bottom: 1px solid #1a1a1a;
  }
  .content-benefits .voz-block{
    background: none;
  }
  .content-benefits .voz__title,.content-benefits .voz__text{
    padding: 0;
  }
  .nv-main-background.seven {
    padding: 60px 0;
    background: #000;
  }
  .pc{display: none;}
  .pb-60{padding-bottom: 30px;}





  .footer-logo {
    flex-direction: column;
    gap: 30px;
  }
  .footer-logo img {
    margin: auto;
  }
  .nv-main-background.third,
  .nv-main-background.second {
    background: #000;
  }
  .main-instr {
    grid-template-columns: 100%;
  }
  .instruments-dop {
    grid-template-columns: 100%;
  }
  .nv-rtx-benefits {
    padding-bottom: 60px;
  }
  .arch-image {
    text-align: center;
  }
  .main-mobile {
    text-align: center;
    margin-bottom: 30px;
  }
  .arch-container {
    margin-top: 30px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 100%;
  }
  .image-center-container {
    height: 310px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .section-pad-90 {
    padding-top: 60px;
  }
  .section-pad-90-bot {
    padding-bottom: 60px;
  }

  .dop-voz-container {
    grid-template-columns: 100%;
  }
  .voz-block {
    padding: 20px;
  }
  .gallery {
    grid-template-columns: 100%;
  }
  .voz__text,
  .voz__title {
    padding: 0;
  }

  .mobile {
    display: block;
  }
  .nv-container {
    max-width: 380px;
  }
  .nv-main-background {
    background: #000;
    padding: 0 0 50px 0;
  }
  .products {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60px;
  }
  .product {
    text-align: center;
    margin: 60px 0;
  }
  .info-block {
    margin-top: 30px;
  }

  .product-name {
    font-size: 18px;
  }
  .info-block-subtext {
    font-size: 15px;
  }
  .info-block-title {
    font-size: 24px;
  }
  .benefit-text__subtitle {
    font-size: 16px;
  }
  .benefit-text__title {
    font-size: 18px;
  }
  .nv-main__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .nv-main__subtitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .nv-main__text {
    margin-bottom: 30px;
  }
  .link {
    font-size: 16px;
  }

  .nv-title {
    font-size: 24px;
  }
  .nv-rtx-benefits {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .section-2-background,
  .section-3-background {
    padding: 30px 0;
  }
}

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

  .products .product:last-child{margin-bottom: 0;}
  .products-container{
    padding-bottom: 60px;
    border-bottom: 1px solid #1a1a1a;
  }
  .section-3-background, .section-2-background{
    padding: 45px 0;
  }
  .rtx-benefit{
    padding: 30px 10px;
    background: #1a1a1a;
  }
  .section-background-black.rtx{
    min-height: 600px;
    background-position: bottom;
    background-size: contain;
  }
  .nv-main-background.fourth, .nv-main-background.five {
    background: #000;
    background-position: right;
    background-repeat: no-repeat;
    padding: 30px 0 30px 0;
    background-size: contain;
  }
  .nv-main-background.five {
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 30px 0;
    background-size: cover;
  }
  .nv-main-background.six {
    background-position: top;
    background-repeat: no-repeat;
    padding: 30px 0 30px 0;
    background-size: contain;
    background: #000;
  }
  .section-background-black.reflex{
    background: #000;
  }
  .content-benefits{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 90px;
    padding-bottom: 30px;
    border-bottom: 1px solid #1a1a1a;
  }
  .content-benefits .voz-block{
    background: none;
  }
  .content-benefits .voz__title,.content-benefits .voz__text{
    padding: 0;
  }
  .nv-main-background.seven {
    padding: 60px 0;
    background: #000;
  }
  .pc{display: none;}
  .pb-60{padding-bottom: 30px;}




  .footer-logo {
    flex-direction: column;
    gap: 30px;
  }
  .footer-logo img {
    margin: auto;
  }
  .nv-main-background.third,
  .nv-main-background.second {
    background: #000;
  }
  .main-instr {
    grid-template-columns: 100%;
  }
  .instruments-dop {
    grid-template-columns: 100%;
  }
  .nv-rtx-benefits {
    padding-bottom: 60px;
  }
  .arch-image {
    text-align: center;
  }
  .main-mobile {
    text-align: center;
    margin-bottom: 30px;
  }
  .arch-container {
    margin-top: 30px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 100%;
  }
  .image-center-container {
    height: 310px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .section-pad-90 {
    padding-top: 30px;
  }
  .section-pad-90-bot {
    padding-bottom: 30px;
  }

  .dop-voz-container {
    grid-template-columns: 100%;
  }
  .voz-block {
    padding: 20px;
  }
  .gallery {
    grid-template-columns: 100%;
  }
  .voz__text,
  .voz__title {
    padding: 0;
  }

  .mobile {
    display: block;
  }
  .nv-container {
    max-width: 300px;
  }
  .nv-main-background {
    background: #000;
    padding: 0 0 50px 0;
  }
  .products {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60px;
  }
  .product {
    text-align: center;
    margin: 60px 0;
  }
  .info-block {
    margin-top: 30px;
  }

  .product-name {
    font-size: 18px;
  }
  .info-block-subtext {
    font-size: 15px;
  }
  .info-block-title {
    font-size: 24px;
  }
  .benefit-text__subtitle {
    font-size: 16px;
  }
  .benefit-text__title {
    font-size: 18px;
  }
  .nv-main__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .nv-main__subtitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .nv-main__text {
    margin-bottom: 30px;
  }
  .link {
    font-size: 16px;
  }

  .nv-title {
    font-size: 24px;
  }
  .nv-rtx-benefits {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .section-2-background,
  .section-3-background {
    padding: 60px 0;
  }
}



@font-face {
  font-family: 'NVIDIA Sans';
  src: url('../fonts/NVIDIASans_Md.ttf');
  font-style: normal;
  font-weight: normal;
}
