main {
    background: url(img/header-bg-v2.png);
	background-size:cover;
	background-repeat:no-repeat;
    background-position: center;
}
main .container {
	padding-bottom: 10px;
}
main .sub-wrapper {
	background-color: #fff;
	border-radius: 50px;
    padding: 5px;
    display: block;
    margin: auto;
    width: 90%;
}
main .list-wrapper {
	background-color: #161617;
    padding: 30px;
   /* border: 3px solid #ff2660;*/
    border-radius: 5px;
    padding-bottom: 0;
}
main ul {
	list-style-image: url('img/img-list.png');
}

main li {
	padding-left: 12px;
	border-bottom: 1px dashed #f2e5fb40;
}
main .header-button {
    display: block;
    margin: auto;
    background-image: linear-gradient(to right, #f5db0f , #f5db0f);
    box-shadow: 0 0 1px #ccc;
    -webkit-transition: all 0.5s ease-in-out;
    width: 50%;
    border-radius: 50px;
    font-weight: 700;
    font-size: 22px;
    color: #313127;
    padding: 22px;
  /*  margin-top: -38px !Important;*/

}

 #vidvamp-section-10 .header-button{
    display: block;
    margin: auto;
    background-image: linear-gradient(to right, #f5db0f , #f5db0f);
    box-shadow: 0 0 1px #ccc;
    -webkit-transition: all 0.5s ease-in-out;
    width: 30%;
    border-radius: 50px;
    font-weight: 700;
    font-size: 22px;
    color: #313127;
    padding: 22px;

}

#section13 .header-button{
    display: block;
    margin: auto;
    background-image: linear-gradient(to right, #f5db0f , #f5db0f);
    box-shadow: 0 0 1px #ccc;
    -webkit-transition: all 0.5s ease-in-out;
    width: 50%;
    border-radius: 50px;
    font-weight: 700;
    font-size: 22px;
    color: #313127;
    padding: 22px;

}

main .header-button:hover {
	 -webkit-transform: scale(1.1);
   background-image: linear-gradient(to right, #f5db0f , #f5db0f);
    color: #313127;
}
main a:hover {
    text-decoration: none;
    color: #ffd600;
}

#button-row {
	background-color: #160838;
	padding-top: 1px;
}

#button-row .container {
	padding-top: 1px;
	padding-bottom: 1px;
}

#button-row .row {
	margin-top: 1px;
}



#section1 {
	background-color: #150625;
	/*background: url(img/section1-bg.png);
	background-size:cover;
	background-repeat:no-repeat;
    background-position: center;*/
	padding-top: 1px;
}

#section1 .testi {
	width: 45rem;
}

#section2 {
	background-color: #fff;
	/*background: url(img/section2-bg.png);
	background-size:cover;
	background-repeat:no-repeat;
    background-position: center;*/
	padding-top: 1px;
}

#section2 .line {
	border-top: 1px solid rgba(255, 255, 255, 0.25)
}

#section3 {
	background-color: #0c051d;
}

.button {
    width: 100%;
    color: white;
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa501), to(#3d039c));
    background: -webkit-linear-gradient(#ffa501, #ffa501);
    background: -o-linear-gradient(#ffa501, #ffa501);
    background: linear-gradient(#ffa501, #ffa501);
    padding: 20px;
    text-align: center;
    border-radius: 99px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 20px;
}

.button:hover {
    background: #005aff;
}


#packages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: none;
    margin-bottom: 0;
}

.package {
    border-radius: 4px;
    width: calc(33.3% - 14px);
    padding: 24px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    max-width: 650px;
}
.package.empty_column {
    width: calc(16.6% - 14px);
}


.package h2 {
    text-align: center;
    font-size: 30px;
    padding: 12px;


}

.package h3 {
    text-align: center;
    font-size: 20px;
    padding: 12px;

}
.package .number {
    font-weight: 700;
}

/*.package li {
    margin-bottom: 5px;
    list-style-image: url('img/check.png');
}*/
.list-icon li {list-style-image: url('img/check.png');}
/*.package ul {
     width: 32px;
}
}*/

#package-starter {
    border: 1px solid #8f9cb5;
}

#package-premium {
    color: white;
    -webkit-box-shadow: 0px 7px 28px 0px rgba(37, 0, 119, 0.4);
            box-shadow: 0px 7px 28px 0px rgba(37, 0, 119, 0.4);
    background-color: #1c133e;
    /*background-image: url(img/package-premium.png);*/
    background-size: cover;
    width: 61rem;
}

#package-agency {
    background-color: #3d039c;
   /* background-image: url(img/package-premium.png);*/
    background-size: cover;
    -webkit-box-shadow: 0px 7px 28px 0px rgba(104, 104, 104, 0.4);
            box-shadow: 0px 7px 28px 0px rgba(104, 104, 104, 0.4);
}

#package-agency li,
#package-premium li {
    position: relative;
    padding-left: 26px;
}

#package-agency li::before,
#package-premium li::before {
    content: '';
    width: 12px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#package-agency li::before {
    background: url(img/list-check-agency.png);
}

#package-premium li::before {
    background: url(img/list-check-agency.png);
}


#package-agency,
#package-premium {
    background-position: top center;
    background-repeat: no-repeat;
    /*padding-top: 50px;*/
    color: white;

}

#package-agency:hover,
#package-premium:hover {
    -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
            transform: scale(1.025);

}


#package-premium h2 {
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 35, 123, 0)), color-stop(50%, rgba(0, 35, 132, 1)));
    background: -webkit-linear-gradient(rgba(0, 35, 123, 0) 50%, rgba(0, 35, 132, 1) 50%);
    background: -o-linear-gradient(rgba(0, 35, 123, 0) 50%, rgba(0, 35, 132, 1) 50%);
    background: linear-gradient(rgba(0, 35, 123, 0) 50%, rgba(0, 35, 132, 1) 50%);*/
}

#package-starter .button {
    background: #8f9db5;
    color: white;
}

#package-agency .button {
    background: #ffce00;
    color: black;
}

#package-premium .button {
    background: #ffa501;
    color: white;
}

#package-starter .button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#8f9db5), to(#778296));
    background: -webkit-linear-gradient(#8f9db5, #778296);
    background: -o-linear-gradient(#8f9db5, #778296);
    background: linear-gradient(#8f9db5, #778296);
}

#package-agency .button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffce00), to(#ffac00));
    background: -webkit-linear-gradient(#ffce00, #ffac00);
    background: -o-linear-gradient(#ffce00, #ffac00);
    background: linear-gradient(#ffce00, #ffac00);
}

#package-premium .button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#002384), to(#00176c));
    background: -webkit-linear-gradient(#002384, #00176c);
    background: -o-linear-gradient(#002384, #00176c);
    background: linear-gradient(#002384, #00176c);
}


#footer .footer-text {
	font-size: 11px;
}

@media (max-width: 767px) {
    h1 {
       font-size: 25px;
    }
    h6 {
    	font-size: 15px;
    }
    main .list-wrapper {
    	margin-top: 40px;
    }
    main ul {
    	margin-top: 30px;
    }
    li,p {
    	font-size: 16px;
    }
    main .header-button {
    	width: 100%;
    	font-size: 18px;
    }
    .text-big {
    	font-size: 30px;
    }
    .mobile-hidden {
    	display: none;
    }

    #section3 .catch{
    font-size: 30px;
   }

    #section4 .catch{
    font-size: 30px;
   }

   #section5 .catch{
    font-size: 30px;
   }

    #section6 .catch{
    font-size: 30px;
   }

   #section7 .catch{
    font-size: 30px;
   }

    #section8 .catch{
    font-size: 30px;
   }

   #section9 .catch{
    font-size: 30px;
   }

    #section10 .catch{
    font-size: 30px;
   }

   #section11 .catch{
    font-size: 30px;
   }

    #section12 .catch1{
    font-size: 30px !important;
   }

   #section13 .catch2{
    font-size: 30px !important;
   }

    #section14 .catch3{
    font-size: 30px !important;
   }

    #pricing:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
   }

    .for-mobile{

        display: block !important;
    }

    .for-desktop{

        display: none;
        }
    .section5. for-mobile{

        display: block !important;
    }

    .section5.for-desktop{

     display: none;
        }
     .section10. for-mobile{

    display: block !important;
    }

    .section10.for-desktop{

    display: none;
        }
 .section13. for-mobile{

    display: block !important;
    }

.section13.for-desktop{
    display: none;
   }

.wrapper{
    width:100% !Important;
}
.wrapper2{
    width:100% !Important;
    margin-top: 20px !Important;
}
.button {
    font-size: 18px;
}
.sub {
    font-size: 45px;
}
#section3 .mtop {
    margin-top: -25px !important;
}
}

#buy-button{
     background: url(img/header-bg-v2.png);background-repeat: round;background-size: cover;"
}

.wrapper{
    background-color:  #1c133e;
    padding: 30px;
    border-radius: 8px;
    width:75%;
    display: block;
    margin: auto;
}
#guarantee .wrapper{
    background-color:  #1c133e40;
    padding: 30px;
    border-radius: 8px;
    width:86%;
    display: block;
    margin: auto;
}
.wrapper2{
    background-color: #1c133e;
    padding: 30px;
    border-radius: 8px;
    width:75%;
    display: block;
    margin: auto;
}

.wrapper1{
    background-color: #000000a1;
    padding: 30px;
    border-radius: 8px;

}


hr{
        border-top: 1px solid rgba(232, 232, 232, 0.1);
}



