
body{
    font-family: "Myriad Pro";
    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);
}

.nv-main-background{
    background: url('../imgs/main-background.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;
}
.nv-main__text {
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    margin: 0;
}
.link{
    display: block;
    width: fit-content;
    padding: 13px 26px;
    background: #76b900;
    color: #fff;
    text-decoration: none;
    transition: .3s;
}
.link:hover{
    text-decoration: none;
    transition: .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: 15px;
    text-align: center;
}
.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;
}
.section-background-black{
    background: #000;
}
.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: 20px;
    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: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.25;
    margin: 0;
}

.nv-rtx-benefits{
    padding-bottom: 90px;
    border-bottom: 1px solid #525252;
}
.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;
}

.instr__title{
  font-size: 28px;
  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{
    background: url('../imgs/instr-atr.png') center no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}

.instruments-container{margin-top: 60px;}
.instruments-dop{
    display: grid;
    grid-gap: 30px;
    margin-top: 60px;
}
.instr-dop .instr-image{margin-bottom: 30px;}
.voz__title{
    font-size: 24px;
    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;
}
.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;
}
@media screen and (min-width: 768px) and (max-width: 1200px){

    .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: 60px;
    }
    .section-pad-90-bot{
        padding-bottom: 60px;
    }
    .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 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: 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;
    }

    .nv-title{
        font-size: 36px;
    }
    .nv-rtx-benefits{
        margin-top: 55px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
    }
}

@media screen and (min-width: 1600px){
    .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: repeat(2,1fr);
        align-items: center;
        margin-top: 30px;
    }
    .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: 55%;
    }
    .nv-main-background{
        background-position: right;
        background-repeat: no-repeat;
        padding: 70px 0 70px 0;
        background-size: 55%;
    }
    .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: 1200px) and (max-width: 1600px){

    .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: 55%;
    }
    .nv-main-background{
        background-position: right;
        background-repeat: no-repeat;
        padding: 70px 0 50px 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 (max-width: 576px){

    .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;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px){
    .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(2,1fr);
        grid-gap: 30px;
    }
    .section-2-background, .section-3-background{
        padding: 60px 0;
    }
}

@font-face {
    font-family: "Myriad Pro"; 
    src: url("../fonts/MYRIADPRO-REGULAR.OTF"); 
    font-style: normal; 
    font-weight: normal; 
} 


  

      