section#main.main-ind{
	padding: 0;
}
img.landing_img_laptop {
    width: 220px !important;
}
.system-r-title{
 	border-bottom: 1px solid #ffffff; 
    padding-bottom: 10px;
  margin-bottom: 20px;
}
.xgp-system .vas {
    justify-content: space-between;
  	margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.system-r-holder{
 	max-width: 500px;
  	margin-left: 20px
}
.system-r-holder .vas p:first-of-type{
	width: 25%;
}
.disc a{
	color: #9bf00b;
}
.specs{
	background-color: #107c10;
 	padding: 60px 0;
  	overflow: hidden;
}
.specs h2{
	text-align: center;
  	margin-top: 20px;
  	color: #ffffff;
}
.config_button_holder {
    margin-top: auto;
    padding: 0 20px 20px;
}
.product .column-ind-holder .column-ind-header {
	background: #9bf00b;
    border-radius: 5px 5px 0 0;
  	padding: 20px;
  color: #000000;
  }
.product .column-ind-holder .column-content .product-image-holder .product-image {
  height:auto;
  padding:10px 0;
}
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  width: 150px;
  height: auto;
  margin: 15px 0;
}
.product .column-ind-holder .column-content {
  border-radius: 5px;
  border: none;
  padding: 0px!important;
  background: #ffffff;
}
.product .column-ind-holder .column-ind-header h3 {
  color: #000000;
  text-transform: uppercase;
}
.product .column-ind-holder .column-content .products-points-holder ul li {
  font-size: 14px;
  color: #000000;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
	background-color: #9bf00b;
    border-color: #9bf00b;
}
.product .column-ind-holder .column-content .products-points-holder {
  display: block;
  background: #ffffff;
  margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #107c10;
}
.product .column-ind-holder .column-content .from-inc-price{
  	padding: 0 20px;
  	font-size: 16px;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #107c10;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  color: #ffffff;
  background-color: #8bd80a;
  border-color: #8bd80a;
}
.product .column-ind-holder .column-content .config_button_holder .btn p{
  font-size: 16px;
  color: #000000;
}
.product .column-ind-holder .column-content .products-points-holder::after {
    content: attr(data-text);
    font-size: 14px;
    color: #0c9c0c;
    font-weight: 700;
    margin-left: 20px;
    line-height: 3;
}
.landing-wrapper{
    background-color:#ffffff;
}
.landing-wrapper h2, .landing-wrapper h3{
    font-size: 2.6rem;
    font-weight: 900;
}
.landing-wrapper hr{
    border: none;
    height: 13px;
    max-width: 50px;
    background: #9bf00b;
    position: relative;
    overflow: visible;
    margin: 20px;
}
.landing-wrapper .btn-text{
  	font-family: 'Montserrat-Bold';
    color:#9bf00b;
    padding: 0;
    font-size: 1rem;
    transition: .25s linear;
}
.landing-wrapper .btn-text:hover{
    box-shadow: 0 3px 0 -1px currentColor;
}
.landing-wrapper .btn-text i{
    font-size: 14px;
    transition: .25s linear;
    margin-left: 2px;
}
.landing-wrapper .btn-text:hover i{
    transform: translateX(5px);
}
.landing-wrapper hr:before, .landing-wrapper hr:after{
    content: "";
    position: absolute;
    display: block;
}
.landing-wrapper hr:before{
    left: -12px;
    border-top: 7px solid transparent;
    border-right: 7px solid #9bf00b;
    border-bottom: 7px solid #9bf00b;
    border-left: 7px solid transparent;
}
.landing-wrapper hr:after{
    left: auto;
    border-top: 7px solid #9bf00b;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #9bf00b;
    right: -13px;
}
.landing-wrapper .t-white{
    color: #ffffff;
}
.btn-holder a:last-of-type{
 	margin-left: 20px; 
}
.lg-container{
    max-width: 1920px;
    margin: 0 auto;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.landing-button.btn-b{
    border: 1px solid #9bf00b;
    color: #9bf00b;
    background-color: transparent;
}
.landing-button.btn-b:hover{
    background-color: #9bf00b;
    color: #000;
}
.btn-holder{
    margin: 40px 0;
}
.landing-button{
    font-family: 'montserrat-bold';
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    background-color: #9bf00b;
    border: 1px solid #9bf00b;
    margin-bottom: 20px;
    transition: .25s linear;
    color: #000;
}
.landing-button:hover{
    background-color: #8bd80a;  
}
.gp-header{
    background-color: #0f0b17;
    color: #fff;
}
.hidden{
	opacity: 0;
	transition: 1s all;
}
.show{
	opacity: 1;
    transition-delay: 1s;
}
.gp-head-hold{
    position: relative;
    min-height: 700px;
}
.gp-disc{
      margin-bottom: 80px;
}
.disc{
    font-size: 14px;
  	margin-bottom: 5px;
}
.landing-wrapper picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.landing-wrapper picture img {
    position: absolute;
    object-fit: cover;
    object-position: 50%;
    width: 100%;
    height: 100%;
    user-select: none;
    transition: .25s ease-in-out;
}
.landing-wrapper  h2{
    font-size: 3.5rem;
}
.pcs_col{
    width: 50%;
}
.gp-head-info{
     z-index: 2;
}
.gp-head-info > div{
    max-width: 650px;
    margin: 0 auto;
    padding: 0 35px;
}
.gp-logos{
    margin-bottom: 50px;
}
.gp-header h1{
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.gp-header h2{
    font-size: 2rem;
    font-weight: normal;
    text-transform: none;
}
.gp-title{
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.gp-white{
    background-color: #ffffff;
}
.gp-for{
    padding: 100px 35px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 40px;
}
.gp-for-box{
    display: flex;
    align-items: center;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    background-color: #000;
    margin-bottom: 40px;
    min-height: 500px;
}
.gp-btns .btn-text{
    margin-left: 20px;
}
.gp-for-info{
    position: relative;
    padding: 80px 20px;
    max-width: 550px;
    margin: 0 auto;
    z-index: 1;
}
.gp-for-info h2{
    display: inline-block;
    font-size: 2.6rem;
    max-width: 700px;
}

.gp-for-gamers img{
    object-position: 50% 100%;
}
.gp-for-box p{
    margin-bottom: 40px;
}
.gp-title-hr{
    display: block;
    margin: 20px auto;
}

.gp-banners{
    color: #ffffff;
    margin: 120px 0;
}
.gp-for-ea{
    margin-top: 40px;
}
.landing-wrapper .gp-for-ea picture, .landing-wrapper .gp-for-ea picture img{
    position: absolute;
}
.riot-games .gp-for-info{
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.riot-logo{
    display: block;
    margin: 20px auto;
}
/**how it works**/
.gp-how{
    background-color: #107c10;
    padding: 60px 35px;
}
.gp-how-steps{
    margin-top: 80px;
}
.gp-step{
    background-color: #171717;
    margin-bottom: 60px;
    padding: 15px;
    border-top: 10px solid #9bf00b
}
.gp-step > div{
    flex: 1 1 50% 
}
.gp-step-info{
    padding: 50px;
}
.gp-step-info h3{
    font-size: 3.8rem;
    margin: 0;
}
.gp-step-info p{
    font-size: 2rem;
}
.gp-step-info span{
    color: #9bf00b;
}
.gp-hr{
    height: 10px;
    margin: 20px 0;
}
@media screen and (max-width: 1300px){
    .gp-step-info h3{
        font-size: 2.6rem;
    }
    .gp-step-info p{
        font-size: 1.5rem;
    }
    .gp-head-hold{
        position: relative;
        min-height: 500px;
    }
}
@media screen and (max-width: 1170px){
    .gp-step-info h3{
        font-size: 2rem;
    }
    .gp-step-info p{
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 1020px){
    .landing-wrapper .vas{
        flex-wrap: wrap;
    }
  .xgp-system .vas{
	flex-wrap:nowrap;
  }
  .system-r-holder{
  	margin: 0;
  }
    .landing-wrapper picture, .landing-wrapper picture img{
        position: static;
    }
    .pcs_col{
        width: 100%;
    }
    .gp-head-info > div{
       max-width: 100%;
    }
    .gp-for-ea{
        min-height: 300px;
    }
    .gp-ea-info{
        display: none;
    }
    .landing-wrapper .gp-for-ea picture img{
        object-position: 0;
    }
  .hide-riot{
	display:none
  }
}
@media screen and (max-width: 960px){
    .gp-how-steps .vas{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .gp-step-info{
        padding: 25px;
    }
    .disc{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px){
  .gp-header h1{
	font-size: 2.8rem; 
  }
  .landing-wrapper h2{
   	font-size: 2rem; 
  }
    .landing-button{
    width: 100%;
    text-align: center;
}
  .btn-holder a:last-of-type{
 	margin-left: 0; 
}
}