html{
    min-height: 100%;
    width: 100%;
    background: url("../images/bg.jpg") top left;
    /*background-size: cover;*/
}
body{
    background-color: transparent;
}
.max-width-800 { max-width: 800px; }
.max-width-820 { max-width: 820px; }
.max-width-960 { max-width: 960px; }
.text-lovercase{ text-transform: lowercase!important; }
.logo-wrapper img{
    width: 100%;
    max-width: 240px;
}

.form-bg{
    border-radius: 20px;
    background-color: rgb(248, 248, 248);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 16px;
}

h5{
    color: #e2062b;
}
.form-control{
    border-color: rgb(220, 220, 220);
    border-radius: 10px;
    background-color: rgb(253, 253, 253);
}
.form-check-input{
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.btn-custom{
    border-radius: 21px;
    background-image: -moz-linear-gradient( 0deg, rgb(106,141,217) 0%, rgb(65,185,226) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(106,141,217) 0%, rgb(65,185,226) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(106,141,217) 0%, rgb(65,185,226) 100%);
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    width: 100%;
    max-width: 232px;
    color: #fff;

    transition: all .3s;
}
.btn-custom:hover{
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(96, 129, 198) 0%, rgb(59, 168, 205) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(96, 129, 198) 0%, rgb(59, 168, 205) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(96, 129, 198) 0%, rgb(59, 168, 205) 100%);
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}



.solution-block{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.solution-title{
    font-size: 20px;
    
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
}
.text-color-qprotect{
    color: #3aaa35;
}

.text-color-loc8{
    color: #f39200;
}

.text-color-track{
    color: #009fe3;
}
.btn-renewal{
    color: #fff!important;
    background-color: #e2062b!important;
    border-color: #e2062b!important;
}
.btn-renewal:hover{
    color: #fff!important;
    background-color: #f72548!important;
    border-color: #f72548!important;
}
.btn-renewal:not(:disabled):not(.disabled):active{
    color: #fff!important;
    background-color: #f05b74!important;
    border-color: #f05b74!important;
}

.btn-loc8{
    color: #fff!important;
    background-color: #f39200!important;
    border-color: #f39200!important;
}
.btn-loc8:hover{
    color: #fff!important;
    background-color: #db8d18!important;
    border-color: #db8d18!important;
}
.btn-loc8:not(:disabled):not(.disabled):active{
    color: #fff!important;
    background-color: #c27500!important;
    border-color: #c27500!important;
}

.btn-track{
    color: #fff!important;
    background-color: #009fe3!important;
    border-color: #009fe3!important;
}
.btn-track:hover{
    color: #fff!important;
    background-color: #1796cc!important;
    border-color: #1796cc!important;
}
.btn-track:not(:disabled):not(.disabled):active{
    color: #fff!important;
    background-color: #007fb6!important;
    border-color: #007fb6!important;
}
.solution-block .pros li{
    margin-bottom: 5px;
    font-size: 16px;
}
.solution-block .btn{
    font-size: 14px;
    line-height: 1.214;
    text-transform: uppercase;
        min-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media only screen and (min-width: 768px) {
    .form-bg{
        border-radius: 60px;
        padding: 50px 80px;
    }
    .solution-block{
        padding: 40px 30px;
    }
}
/*.bg {
  border-radius: 20px;
  
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 344px;
  top: 844px;
  width: 170px;
  height: 41px;
  z-index: 31;
}
*/
.header-form{
	height: 10%;
}
.block-footer .btn{
	width: 180px;
}

.header__qt{
	width: 220px;
}


@media (min-width: 559px) {
.md-padding-left-5{
	padding-left: 5px !important;
}

.md-padding-right-5{
	padding-right: 5px !important;
}
}

.strip-payment-wrapper button {
    background: #c40e19;
    border-radius: 0 0 10px 10px;
}
#card-element {
    border-radius: 10px 10px 0 0;
}
.modal-content {
    border-radius: .5rem;
}