*::-webkit-input-placeholder {
	color: #000;
	opacity: .8;
}

*:-moz-placeholder {
	color: #000;
	opacity: .8;
}
*::-moz-placeholder {
	color: #000;
	opacity: .8;
}
*:-ms-input-placeholder {
	color: #000;
	opacity: .8;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* body {
    width: 100%;
    font-size: 16px;
    font-family: 'Onest', sans-serif;
    line-height: 1.3;
    position: relative;
} */
h1 {
    font-size: clamp(1.6rem, 0.125rem + 3.2vw, calc(1rem + 32px)) !important;
    line-height: 1.24 !important;
    line-height: calc(1em + 12px) !important;
}
.form-group{
    margin-bottom: 20px;
}

.label{
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    color: #555560;
    font-family: 'Onest', sans-serif;
    padding: 0;
    height: auto;
    text-align: left;
    background: transparent;
}

input[type='text'],
input[type='password'],
input[type='search']{
    width: 100%;
    height: 50px;
    padding: 0 10px;
    color: #555560;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #e4e8f3;
    border-radius: 7px;
    transition: .3s;
}

textarea{    
    width: 100%;
    height: 120px;
    padding: 12px;
    color: #555560;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #e4e8f3;
    border-radius: 7px;
    resize: none;
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

.btn{
    font-family: 'Onest', sans-serif;
    transition: .3s;
}

.btn-blue{
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 20px;
    background: #07f;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.btn-blue:hover,
.btn-blue:active{
    background: #07f;
    color: #fff;
    opacity: .8;
}

button:focus{
    outline: none;
}

section{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.container{
    max-width: 1530px;
}

.title-block{
    margin-bottom: 45px;
    font-weight: 500;
    font-family: 'Geologica Roman', sans-serif;
    font-size: 32px;
    line-height: 1.2;
    color: #222428;
}

.action .title-block{
    max-width: 675px;
}

.action .pic{
    display: flex;
    justify-content: center;
}

.action .pic img{
    max-width: 100%;
}

.action__form{
    max-width: 740px;
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 45px;
    border-bottom: 1px solid #e4e8f3;
}

.action__form .row{
    align-items: flex-end;
}

.action__form .btn{
    width: 100%;
}

.action .quote{
    max-width: 700px;
}

.quote{
    padding-left: 85px;
    position: relative;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3;
}

.quote:before{
    content: "";
    width: 54px;
    height: 54px;
    display: block;
    background: url(../img/action/quote.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.quote a{
    text-decoration: underline;
    color: #07f;
}

.consult{

}

.consult .row{
    align-items: center;
}

.consult .btn{
    width: 100%;
    min-height: 60px;
}

.consult .right{

}

.consult__text{
    padding-left: 85px;
    position: relative;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3;
    color: #555560;
}   

.consult__text:before{
    content: "";
    width: 56px;
    height: 56px;
    display: block;
    background: url(../img/consult/phone.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.consult__phone{
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #222428;
}

.consult__phone a{
    color: inherit;
}

.consult__phone:last-child{
    margin-bottom: 0;
}

.cert .title-block{
    max-width: 680px;
}

.cert__items{
    margin: 0 -8px;
}

.cert__item{
    padding: 0 8px;
    margin-bottom: 16px;
}

.cert__item .pic{

}

.cert__item .pic img{
    width: 100%;
    display: block;
}

.advantages{

}

.advantages__row{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.advantages__items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.advantages__item{
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 55px;
}

.advantages__item .icon{
    height: 42px;
    margin-bottom: 20px;
    /* display: flex; */
    align-items: center;
}

.advantages__item .icon img{
    max-width: 100%;
    max-height: 100%;
}

.advantages__item .title{
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #222428;
}

.advantages__item p{
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #555560;
}

.advantages .pic{

}

.advantages .pic img{
    max-width: 100%;
    display: block;
}

.profit__pic{
    padding-top: 45px;
}

.profit__pic img{
    max-width: 100%;
    display: block;
}

.profit__items{
    margin: 0 -6px;
}

.profit__item{
    padding: 0 6px;
    margin-bottom: 12px;
}

.profit__item .in {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border: 1px solid #e4e8f3;
    border-radius: 20px;
}

.profit__item .pic{ 
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.profit__item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.profit__item p{
    margin: 0;
    padding-left: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #555560;
}

.soft .title{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    color: #222428;
}

.soft p{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #555560;
}

.soft__quote{
    margin-bottom: 55px;
    padding-left: 65px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #555560;
}

.soft__item{
    margin-bottom: 45px;
}

.soft__item .in{
    display: flex;
    align-items: center;
}

.soft__item:nth-child(even) .in{
    flex-direction: row-reverse;
}

.soft__item .pic{
    width: 255px;
    height: 255px;
    flex-shrink: 0;
}

.soft__item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

.soft__item .right{
    padding-left: 38px;
}

.soft__item:nth-child(even) .right{
    padding-left: 0;
    padding-right: 38px;
}

.soft__item .title{
    font-size: 20px;
}

.soft__item p{
    font-size: 16px;

}

.what .pic{
    max-width: 650px;
}

.what .pic img{
    width: 100%;
    display: block;
    border-radius: 20px;
}

.what p{
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #555560;
}

.what .btn{
    width: 100%;
    max-width: 360px;
    min-height: 60px;
}

.how .pic{
    display: flex;
    justify-content: center;
}

.how .pic img{
    max-width: 100%;
    display: block;
}

.how p{
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #555560;
}

.spec__items {
    margin: 0 -6px;
    display: flex;
    flex-wrap: wrap;
}

.spec__item{
    width: 100%;
    padding: 0 6px;
    margin-bottom: 12px;
}

.spec__item:nth-child(1){
    max-width: 455px;
}

.spec__item:nth-child(2){
    max-width: 630px;
}

.spec__item:nth-child(3){
    max-width: 405px;
}

.spec__item:nth-child(4){
    max-width: 405px;
}

.spec__item:nth-child(5){
    max-width: 555px;
}

.spec__item:nth-child(6){
    max-width: 375px;
}

.spec__item:nth-child(7){
    max-width: 870px;
}

.spec__item:nth-child(8){
    max-width: 345px;
}

.spec__item .in{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border: 1px solid #e4e8f3;
    border-radius: 20px;
}

.spec__item .icon{ 
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.spec__item .icon img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.spec__item p{
    margin: 0;
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #555560;
}

.princip p{
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #555560;
}

.video-tube{
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
}

.princip .right{
    padding-left: 75px;
}

.video-title{
    padding-top: 35px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #555560;
}

.regen .pic{

}

.regen .pic img{
    max-width: 100%;
    display: block;
}

.regen p{
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #555560;
}

.regen__item{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.regen__item .num{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #07f;
    border-radius: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

.regen__item p{
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.changes__row{
    align-items: center;
}

.changes .pic{
    max-width: 650px;
    margin-left: auto;
}

.changes .pic img{
    width: 100%;
    display: block;
    border-radius: 20px;
}

.changes__items{
    
}

.changes__item{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.changes__item .num{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #23a33e;
    border-radius: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

.changes__item p{
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.service__row{
    align-items: center;
}

.service .pic{
    max-width: 650px;
}

.service .pic img{
    width: 100%;
    display: block;
    border-radius: 20px;
}

.service p{
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #555560;
}

.service .btn{
    width: 100%;
    max-width: 360px;
    min-height: 60px;
}

.load__in{
    padding: 45px;
    border: 1px solid #e4e8f3;
    border-radius: 20px;
}

.load__in p{
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #222428;
}

.effect__items{
    flex-wrap: wrap;
    display: flex;
    margin: 0 -15px;
}

.effect__item{
    width: 20%;
    max-width: 20%;
    padding: 0 15px;
    flex: none;
    margin-bottom: 25px;
}

.effect__item .icon{
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
}

.effect__item .icon img{
    max-width: 100%;   
    max-height: 100%;
    display: block;
}

.effect__item .title{
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #222428;
}

.effect__item p{
    margin: 0;
    font-size: 18px;
    color: #555560;
    line-height: 1.5;
}

.why__video{
    max-width: 1124px;
    margin: 0 auto;
}

.light-bg-1{
    position: relative;
}

.light-bg-1:before{
    content: "";
    width: 99vw;
    height: 100%;
    background: #F7F8FB;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.light-bg-1 .container{
    position: relative;
    z-index: 3;
}
.light-bg-4:before{
    content: "";
    width: 100vw;
    height: calc(100% + 100px);
    background-color: #E6F2FF;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.light-bg-4 .container{
    position: relative;
    z-index: 3;
}

.light-bg-2{
    position: relative;
}

.light-bg-2:before{
    content: "";
    width: 99vw;
    height: 100%;
    background: #E6F2FF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.light-bg-2 .container{
    position: relative;
    z-index: 3;
}



.system__cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.system__col{
    padding: 0 15px;
}

.system__col:nth-child(1){
    width: 550px;
    flex-shrink: 0;
}

.system__col:nth-child(2){
    width: calc(100% - 550px);
}

.system p{
    margin-bottom: 55px;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3;
    color: #555560;
}

.system .pic{
    display: flex;
    justify-content: center;
}

.system .pic img{
    max-width: 100%;
    display: block;
}

.system__subtitle{
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #222428;
}

.system .btn{
    width: 100%;
}

.benefit__items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.benefit__item{
    width: 20%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.benefit__item .icon{
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.benefit__item .icon img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0;
}


.benefit__item p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #555560;
}

.benefit__item p span{
    font-weight: 500;
}

.light-bg-1{
    position: relative;
margin-top: 70px;
}

.light-bg-1:before{
    content: "";
    width: 99vw;
    height: 100%;
    background: #F7F8FB;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.faq.light-bg-1:before{
    content: "";
    width: 99vw;
    height: calc(100% + 100px);
    background: #F7F8FB;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.faq.light-bg-1 + .goods{
    margin-top: 50px;
}

.light-bg-1 .container{
    position: relative;
    z-index: 3;
}

.light-bg-2{
    position: relative;
}

.light-bg-2:before{
    content: "";
    width: 99vw;
    height: 100%;
    background: #E6F2FF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.light-bg-2 .container{
    position: relative;
    z-index: 3;
}

.faq.light-bg-1 .ordered-block__title,
.faq.light-bg-1 .faq-list{
    position: relative;
    z-index: 3;
}

.bid__cols{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.bid__col{
    padding: 0 10px;
}

.bid__col:nth-child(1){
    width: calc(100% - 320px);
}

.bid__col:nth-child(2){
    width: 320px;
    flex-shrink: 0;
}


.bid__btn{
    min-height: 60px;

}

.bid__items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.bid__item{
    width: 25%;
    padding: 0 15px;
}

.bid__items p {
    font-size: 34px;
    color: black;
/*    padding-left: 10px;*/
}

.bid__item .icon{
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.bid__item .icon img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0;
}

.bid__item p{
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    color: #222428;
}

.cond__cols{
    display: flex;
    flex-wrap: wrap;
}

.cond__col:nth-child(1){
    width: calc(100% - 540px);
    padding-right: 30px;
}

.cond__col:nth-child(2){
    width: 540px;
    flex-shrink: 0;
}

.cond p{
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #555560;
}

.cond p span{
    font-weight: 500;
}

.cond .pic{

}

.cond .pic img{
    width: 100%;
    display: block;
    border-radius: 20px;
}

.sour__items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.sour__item{
    width: 33.33%;
    padding: 0 7px;
    margin-bottom: 14px;
}

.sour__item .in{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #e4e8f3;
    border-radius: 20px;
}

.sour__item .pic{
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.sour__item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 100%;
}

.sour__title{
    padding-left: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #555560;
    text-transform: uppercase;
}

.patt__items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.patt__item{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.patt__item .num{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #23a33e;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    border-radius: 100%;
}

.patt__item .subtitle{
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #222428;
}

.patt__item p{
    font-size: 16px;
    color: #555560;
    line-height: 1.5;
}

.patt__item p a{
    color: #07f;
    text-decoration: none;
}

.patt__item p a.dotted{
    border-bottom: 1px dotted #07f;
}

.patt__bottom{
    display: flex;
    justify-content: center;
}

.patt__btn{
    width: 100%;
    max-width: 264px;
    min-height: 60px;
}

.hook .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.hook .item{
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.hook .item .icon{
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    padding: 10px;
    background: #e4e8f3;
    border-radius: 100%;
    position: relative;
}   

.hook .item .icon img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0;
    position: relative;
    z-index: 1;
}

.hook .item .icon span{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #23a33e;
    border-radius: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.hook .item .title{
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #222428;
}

.hook .item p{
    margin: 0;
    font-size: 18px;
    color: #555560;
    line-height: 1.5;
}

.hook .item p a{
    color: inherit;
    text-decoration: none;
}

.hook__btn{
    width: 100%;
    max-width: 265px;
    min-height: 60px;
    margin-top: 15px;
}

.pad-bot-0{
    padding-bottom: 0!important;
}

.cab{
 
}

.cab__cols{
    display: flex;
    flex-wrap: wrap;
}

.cab__col{
    padding: 0 15px;
}

.cab__col:nth-child(1){
    width: 55%;
    padding-bottom: 25px;
}

.cab__col:nth-child(2){
    width: 45%;
}

.cab p{
    margin-bottom: 35px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
    color: #555560;
}

.cab p span{
    font-size: 22px;
}

.cab .pic{
    display: flex;
    justify-content: center;
}

.cab .pic img{
    max-width: 100%;
    display: block;
    margin: 0;
}

.cab__btn{
    width: 100%;
    max-width: 265px;
    min-height: 60px;
    margin-top: 15px;
}

@media only screen and (max-width : 1199px){
    .bid__col:nth-child(1){
        width: 100%;
    }

    .bid__col:nth-child(2){
        width: 100%;
        padding-top: 25px;
        display: flex;
        justify-content: center;
    }

    .bid__item{
        width: 50%;
        margin-bottom: 35px;
    }

    .cond__col:nth-child(1){
        width: 100%;
        padding-right: 0;
    }

    .cond__col:nth-child(2){
        width: 100%;
    }

    .sour__item{
        width: 50%;
    }

    .patt__item{
        width: 50%;
    }

    .hook .item{
        width: 100%;
    }

    .cab__col{
        width: 100%!important;
    }


}/**1199px**/

@media only screen and (max-width : 991px){
    .bid__item{
        width: 100%;
        text-align: center;
    }

    .bid__item .icon{
        justify-content: center;
    }

    .sour__item{
        width: 100%;
    }

    .patt__item{
        width: 100%;
    }

    .hook .item p{

        font-size: 16px;
    }

    .hook .item .title{
        font-size: 20px;
    }

    .cab p{
        font-size: 16px;
    }

    .cab p span{
        font-size: 20px;
    }

}/**991px**/


.calculator__row {
    background:background: #E6F2FF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 20px 0px;
}
.calculator__block {
    background-color: #e6f2ff;
    border-radius: 20px;
    border: 1px solid var(--stroke_black, #e5e5e5);
}

}
@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.input__box {
    margin: -10px auto;
}
@media (min-width: 768px) {
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.input__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input__title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #40514e;
}
.md-form .form-control {
    height: auto;
    padding: .6rem 0 .4rem 0;
    margin: 0 0 .5rem 0;
    background-color: transparent;
    border-radius: 0;
}
.quantity__value--first-year {
    font-weight: 700;
    font-size: 36px;
    color: #07f;
}
.quantity__value--second-year {
    font-weight: 700;
    font-size: 36px;
    color: #07f;
}
.quantity__value--cost {
    font-weight: 700;
    font-size: 36px;
    color: #07f;
}
.md-form .form-control {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.quantity__description {
    font-weight: 400;
    font-size: 12px;
    text-transform: lowercase;
    color: #40514e;
}
.input__title--value {
    width: 10%;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.result__title {
    font-weight: 400;
    font-size: 36px;
    color: #40514e;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;

}
.quantity__description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: lowercase;
    color: #40514e;
}