#hd .font-title,#hd .hd-btn,#hd .btn-more,#hd .btn-frameDot,#hd h1,#hd .h1,#hd h2,#hd .h2,#hd h3,#hd .h3,#hd h4,#hd .h4,#hd h5,#hd .h5,#hd h6,#hd .h6{
    font-family: "Roboto Condensed","Segoe UI","Arial",sans-serif;
}
#hd .font-rog {
    font-family: "ROGFonts-ru","Xolonium","Roboto Condensed","Segoe UI","Arial",sans-serif;
}
#hd .sec-stars .title-dare {
    max-width: 10.7em;
}
#hd .sec-kv:before {
    content: 'Процессор Intel® Core™ i9';
        position: absolute;
        top: 40px;
        right: 30px;
        font-family: Roboto Condensed,'Segoe UI bold',sans-serif;
        display: block;
        z-index: 9;
        font-size: 14px !important;
        background-image: url(https://dlcdnwebimgs.asus.com/files/media/AE815CAE-C3DB-431B-975B-603E59127735/v2/images/logos/logo_intel_core_i9.jpg);
        background-repeat: no-repeat;
        background-size:100px;
        background-position: center top;
        font-weight: 00;
        color:#fff;
        padding-top: 120px;
        width: 160px;
  }
@media screen and (max-width: 480px){
    #hd .sec-kv:before{display: none;}
#hd .sec-stars .title-dare {
    font-size: 14.6vw;
}
}