.rtxlogo {
    width: 100%;
    margin: 0 auto;
    max-width: 1850px;
    position: relative;
    text-align: right;
    padding-right: 3%;
}
.white{color: #FFF;}
#vga #kv {padding-bottom: 100px;}

@media (min-width: 1600px) and (max-width: 1900px){
    #vga #kv .kvbox{
        padding-bottom: 17%;
    }
}
@media (min-width: 1367px) and (max-width: 1599px){
    #vga #kv .kvbox{
        padding-bottom: 28%;
    }
}
@media (min-width: 992px) and (max-width: 1366px) {
    #vga #kv .kvbox{
        padding-bottom: 20%;
    }
}
@media (min-width: 1600px) and (max-width: 1900px){
    #vga #kv .kvbox .img {
        width: 720px;        
    }
}
@media (min-width: 1367px) and (max-width: 1599px){
    #vga #kv .kvbox .img {
        width: 550px;        
    }
}

 
    
    

#vga #kv .kvbox .txt {
    display: block;
    align-items: start;
    text-align: left;
}
@media (min-width: 1600px) and (max-width: 1900px){
    #vga #kv .kvbox .txt {
        width: calc(100% - 720px - 5%);        
    }
}
@media (min-width: 1367px) and (max-width: 1599px){
    #vga #kv .kvbox .txt {
        width: calc(100% - 550px - 5%);        
    }
}
@media (min-width: 992px) and (max-width: 1366px) {
    #vga #kv .kvbox .txt {
        
        height: auto;
        padding-bottom: 18%;
    }
}

#vga #kv .kvbox .txt h1 {
    text-align: left;
}

#vga #kv .kvbox .txt h2.h2 {
    font-family: "Geforce-Light", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
    color: #76b900;
    font-size: 26px;
    line-height: 1.4;
    padding: 25px 0 0;
    margin: 0;
    font-weight: normal;
}

#vga #kv .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    margin-top: 55px;
}

@media (min-width: 992px) and (max-width: 1366px) {
    #vga #kv .date {
        margin-top: 24px;
    }
}

#vga #kv .date .item {
    width: 100%;
    display: flex;
    align-content: center;
    margin-bottom: 15px;
}

#vga #kv .date .item .text {
    display: flex;
    align-items: center;
    width: 30%;
    background: #1a1a1a;
    height: 100px;
    vertical-align: middle;
    justify-content: center;
    font-weight: bold;
}
#vga sup {padding-right: 5px;}

#vga #kv .date .item .time {
    display: flex;
    align-items: center;
    width: 70%;
    color: #76b900;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    background: rgba(17, 17, 17, 0.5);
    padding-left: 30px;
}

@media screen and (max-width: 960px) {
    #vga #kv .date {
        display: block;
    }
    #vga #kv .date .item {
        width: 100%;
        margin-bottom: 2px;
        display: block;
    }
    #vga #kv .date .item .text,
    #vga #kv .date .item .time {
        display: block;
        width: 100%;
        height: auto;
        padding: 15px;
    }
}

#vga #s3 .item {
    width: 40%;
}

#vga #s3 .item h3 {
    font-family: "Geforce-Light", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    padding: 20px 0 10px;
    line-height: 1.4;
}

#vga #s3 .item .vd a > img {
    width: 100%;
}

#vga #s4-2.container{padding-top: 1rem;}
#vga #s4-2 p {
    text-align: left;
    color: #76b900;
}

#vga #s4-2 p a {
    color: #fff;
    text-align: left;
}

#vga #s4-2 p a:hover {
    text-decoration: underline;
}

#vga #s4 .box.boder{ border:1px solid rgba(69,91,21,1.00);}
#vga #s4 .box .txt ul li { font-size: 18px;}
#kv .kvbox .txt p {
    margin-top: 30px;
    color: #fff;
    line-height: 1.4;
}

#kv .kvbox .txt p .text_g {
    color: #76b900;
}

#vga #s3 {
    flex-wrap: wrap;
    justify-content: flex-start;
}

#vga #s3 .item {
    margin: 2.5%;
}
@media screen and (max-width:960px){
    
    #vga #s3 .item {width: 100%;}
    
    
}
#vga #s4 .box .txt a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    line-height: 1.8;
    font-size: 24px;
    text-transform: uppercase;
}