

/* Start:/local/components/spabass/call.measurer/templates/.default/style.css?17121327983254*/

.call-measurer-conteiner{
    margin-top: 60px;
    position: relative;
}
.call-measurer{
    position: absolute;
    padding-top: 100px;
    padding-bottom: 150px;
    left: -50vw;
    right: -50vw;
    background-image: url(/local/components/spabass/call.measurer/templates/.default/./image/call-measurer.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.call-measurer__title{
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    font-size: 68px;
    font-family: "Oswald";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    z-index: 1;
    text-align: center;
}

.call-measurer__title span{
    color: #44a7ec;
}
/* .call-measurer__title::before{
    content: '';
    display: block;
    height: 10px;
    width: 130px;
    position: absolute;
    z-index: -1;
    left: -1px;
    bottom: 6px;
    background-color: #44a7ec;
} */
.call-measurer__description{
    margin-bottom: 30px;
    color: #FFF;
    font-size: 18px;
    font-family: "Gotham Pro";
    line-height: 1.2;
    text-align: center;
}
.call-measurer__form{
    padding: 50px;
    background-color: rgba(255,255,255,0.1);
}
.call-measurer__form-title{
    position: relative;
    display: inline-block;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-family: "Oswald";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    z-index: 1;
}
/* .call-measurer__form-title::before{
    content: '';
    display: block;
    height: 5px;
    width: 80px;
    position: absolute;
    z-index: -1;
    left: -1px;
    bottom: 1px;
    background-color: #44a7ec;
} */
.call-measurer__form .form-control[type=submit]{
    position: relative;
    margin-top: 15px;
    padding: 0.5rem 20px;
    width: 100%;
    display: inline-block;
    border: 2px solid #44a7ec;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    overflow: hidden;
    transition: 0.6s ease;
    background-color: #44a7ec;
}
.call-measurer__form .form-control[type=submit]{
    margin-top: 0;
    padding: 0;
}
.call-measurer__form .form-control[type=submit]:hover{
    background-color: transparent;
    color: #44a7ec;
}
.call-measurer__form .custom-control-label{
    color: #fff;
}

@media (max-width: 1199.98px) {
    .call-measurer{
        position: relative;
        left: auto;
        right: auto;
    }
}
@media (max-width: 991.98px) {
    .call-measurer-conteiner{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .call-measurer{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .call-measurer__title{
        font-size: 48px;
    }
    .call-measurer__title::before{
        top: 44px;
        left: 20px;
    }
    .call-measurer__form{
        padding: 30px;
    }
    .call-measurer__form-title{
        font-size: 24px;
    }
    .call-measurer__form-title::before{
        top: 23px;
    }
}
@media (max-width: 575.98px) {
}
/* End */
/* /local/components/spabass/call.measurer/templates/.default/style.css?17121327983254 */
