@import url('https://fonts.cdnfonts.com/css/samsung-sharp-sans');
section#main.main-ind {
 padding:0px; 
}  
/************************specs**********************/
.products .system-builder-container{
  	max-width:1170px;
  margin:0 auto;
}
#specs{
  padding: 60px 0;
}
.product .column-ind-holder .column-ind-header {
    background: #464646;
}
.product .column-ind-holder .column-content {
	border-radius: 5px;
    padding: 0 0 20px 0 !important;
    background: #313131;
}
.product .column-ind-holder .column-content .products-points-holder{
  background: transparent;
  margin:0;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
    background-color: #006ff2;
    border-color: #006ff2;
    color: #ffffff;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover {
    color: #ffffff;
    background-color: #006ff2;
    border-color: #006ff2;
}
.product .column-ind-holder .column-content .from-inc-price{
  color: #ffffff;
  margin: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span{
  color: #006ff2;
}
ul.exceptions_list li:before, ul.list-caret li:before, ul.list-chevron-right li:before {
  color: #006ff2;
}
.product .column-ind-holder .column-content .product-image-holder .product-image {
  	height:auto;
}
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  	width: 150px;
 	height: auto;
    padding: 0px 0;
  	margin:15px auto;
}
.column-ind-holder {
    box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.08);
}
.config_button_holder{
	margin: 0 20px;
  margin-top: auto;
}
.product .column-ind-holder .column-content .products-points-holder ul li{
  color: #ffffff;
}
/************************specs**********************/
.landing-wrapper{
  background: #fff;
}
.landing-wrapper h1, .landing-wrapper h2, .landing-wrapper h3{
    font-family: 'Samsung Sharp Sans';
    font-weight: 700;
    text-transform: none;
}
.landing-wrapper h1{
    font-size: 3.4rem;
    font-weight: 700;
    color: #fff;
}
.landing-wrapper h2{
    font-size: 2.8rem;
}
.landing-wrapper h3{
    font-size: 1.8rem;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.landing-wrapper video{
    width: 100%;
}
.lg-container{
    max-width: 1440px;
    margin: 0 auto
}
.txt-center{
    text-align: center;
}
.landing-btn{
    display: inline-block;
    color: #ffffff;
    padding: 15px 25px;
    text-transform: uppercase;
    background-color: #006ff2;
    margin-top: 40px;
}
.p-pad{
    padding: 35px;
}
.show-mob{
    display: none;
}
.evo-1{
    background-color: #000;
    background-image: url(/images/landing/samsung/990evo/samsung-990-kv.jpg);
    background-position: 50% 100%;
    background-size: cover;
    max-width: 2560px;
    margin: 0 auto;
}
.evo-1 h3{
    color: #fff;
}
.evo-1 .vas{
    min-height: 800px;
    align-items: flex-start;
}
.evo-1 .evo-1-title{
    margin-top: 10%;
    width: 50%;
}
.pcs-col{
    width: 50%;
}
.evo-features{
    margin-top: 60px;
}
.evo-2 .vas{
    align-items: flex-start;
}
.evo-2 .evo-feat{
    width: 33%;
    padding: 10px;
    text-align: center;
}
.evo-2 h3{
    margin-top: 25px;
}
.sec-pad{
    padding: 80px 35px;
}
.evo-3 .evo-vid{
    margin-top: 60px;
}
.evo-terms{
    margin-top: 20px;
}
.evo-terms p{
    font-size: 12px;
    color: #313131;
    text-align: center;
}
.evo-terms a{
    display: inline-block;
    color: #006ff2;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

.txt-holder{
    max-width: 500px;
    margin: 0 auto;
    padding: 35px;
}
.evo-5 img{
    margin-top: 60px;
}
.row-rev{
    flex-direction: row-reverse;
}

/**slider**/
#evo-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#evo-carousel .owl-nav > div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 50px;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #000;
    border: 1px solid #9b9b9b;
}
.landing-wrapper .owl-prev {
    left: 20px;
}
.landing-wrapper .owl-next {
    right: 20px;
}
.landing-wrapper .owl-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.landing-wrapper .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    background: #ddd;
    transition: opacity .2s ease-in-out;
    border-radius: 30px;
}
.landing-wrapper .owl-dots .owl-dot.active span{
    background: #2189ff;
}
@media screen and (max-width: 1170px){
    .evo-2 .evo-feat{
        width: 100%;
    }
    .pcs-col{
        width: 100%;
    }
}

@media screen and (max-width: 960px){
  .landing-wrapper h1{
		font-size: 2.8rem;
  }
   .landing-wrapper h2{
		font-size: 2rem;
  }
    .landing-wrapper .vas{
        flex-wrap: wrap;
    }
    .evo-feat{
        max-width: 450px;
        margin: 0 auto;
    }
     .txt-cent-mob{
        text-align: center;
    }
}


@media screen and (max-width: 600px){
    .evo-1{
        background-image: none;
        padding: 0;
    } 
    .evo-1 .evo-1-title{
        width: 100%;
        text-align: center;
        padding: 35px;
        position: relative;
    }
    .evo-1 .vas{
        min-height: auto;
    }
    .show-mob{
        display: block;
        margin-top: -150px;
    }
}