.rtxlogo {
    width: 100%;
    margin: 0 auto;
    max-width: 1850px;
    position: relative;
    text-align: right;
    padding-right: 3%;
}
.white{color: #FFF;}

/*nbBundile*/
#nbKv {display: block;width: 100%;}
        #nbKv .kvcontent{position: relative;width: 100%;display: block;}
        #nbKv .kvcontent img {width: 100%; position: relative; z-index: 0;}
        #nbKv .kvcontent .txBox {display: block; position: absolute; left: 0; top: 0;z-index: 5;width: 60%;text-align: left; padding: 5%;}
#nbKv h2 {font-size: 70px; line-height: 1;font-weight: 800;}
#vga h3 {font-size: 35px;line-height: 1;}
#vga p {padding-top: 20px;line-height: 1.2; font-size: 21px;}
#nbKv .lgkv{display: block;}
#nbKv .xskv{display: none;}

.nvGreen {color: #76b900;  }
#kvTxt {display: block; width: 100%;background-color: #232323; padding: 5%;}

.marg-top-2{margin-top: 2%;}

.nb-divider { width: 50%; height: 20px;display: block; border-bottom: 1px solid rgba(133,133,133,1.00); margin: 0 auto;}

.nbflex {display: flex; justify-content: center; align-items:flex-end;}
.nbflex .flexItem {width: 40%; margin: 1%;text-align: left;}
.nbflex .logoimg {display: block;width: 30%; margin: 0 auto;}
.howbox {display: block;width: 100%; max-width: 1200px; margin: 0 auto; text-align: left; padding: 2%;}
.howbox a {color: #76b900;text-decoration: underline;}
.howbox a:hover {text-decoration: none; color: #FFF;}
ul.numbers {display: block; width: 80%;counter-reset:num;  margin: 5% auto;}
ul.numbers li {list-style:none; display: block; margin-bottom: 20px;}
ul.numbers li:before { counter-increment:num; 
  content:counter(num) '. '; color: #76b900; }


#vga .buybtn {width: auto;  text-align: center; display: block; float: left; margin-top: 20px;}

#vga .bt {width: 30%; margin: 0 auto; text-align: center; display: block;}
#vga .bt a ,#vga .buybtn a  {
    display:inline-block;
    background: #76b900;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 22px;
    border: #76b900 3px solid;
    text-decoration: none;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
   
}
#vga .bt a:hover, #vga .bt a:focus ,#vga .buybtn a:hover ,#vga .buybtn a:focus {
    
     background-color: transparent;
    
}

@media (max-width:960px){
    #nbKv .kvcontent .txBox {position: relative;left: auto; top: auto; text-align: center; width: 100%;}
    #nbKv h2 {font-size: 36px; line-height: 1;font-weight: 500;}
    #vga h3 {
    font-size: 25px;
        line-height: 1;}
    #vga p {font-size: 18px;}
    .nbflex{flex-direction: column; justify-content: center; padding: 5%;}
    .nbflex .flexItem{width: 90%; margin: 20px auto;text-align: center;}
    .nbflex .logoimg {width: 60%;}
    ul.numbers {width: 90%; margin: 20px auto;}
    #nbKv .lgkv{display: none;}
#nbKv .xskv{display: block;}
}
/*nbBundile*/

#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;
}


#vga #s5 .pdbox .itemlist2 .area_item {
	border: 0px!important;
}
.area_item a {
	font-size: 150%;
	color: #76b900;
	font-weight: bold;
	width: 100%;
	display: inline-block;
	padding: 2em;
	background: rgba(52,52,52,1.00);
	border: 2px solid rgba(118,185,0,.2)!important;
	margin: 10px;
	border-radius: 5px;
	transition: 0.5s all ease-in-out;
}
.area_item a:hover {
	background: rgba(80,80,80,1.00);
	border: 2px solid rgba(118,185,0,9)!important;
}

@media (max-width: 768px){
    
    #vga .container { padding: 5px;}
    #vga .buybtn {float: none;}
    
}