*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    color: #444444 ;
    background-image:url(./img/banner-photoaidcom--photoaid-remove-background\ \(1\).jpg) ;
    background-size: cover;
    background-repeat: no-repeat;
}
body::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color:#073f50c3 ;
    z-index: -1;
}
.none{
    display: none !important;
}
.wrapper{
    margin: 0 auto;
    width: 80%;
    max-width: 1200px;
}
.main-btn{
    padding: 8px 16px ;
    background-color: #0b6f8d;
    color: white;
    width: fit-content;
    transition: .3s;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.main-btn:hover{
    background-color: #1496bd;
}
.msg{
    position: fixed;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    transform: translate(-50%,-50%);
    top: 95%;
    left: 50%;
    z-index: 999;
}
.msg-sent{
    background-color: rgb(11, 167, 11);
}
.msg-error{
    background-color: rgb(210, 54, 14);
}
.mail-error{
    margin-top: 5px;
    padding: 5px 10px ;
    background-color:rgba(210, 53, 14, 0.671) ;
    border-radius: 5px;
    width: fit-content;
    font-size: 12px;
    color: white;
    transition: 0.3s;
}
i{
    cursor: pointer;
}
.page-content{
    padding: 50px 0 0px;
    display: flex;

}
.text-body{
    margin: 0 10px;
    padding: 40px;
    width: 50%;
    color: white;
}
.calculator-body{
    margin: 0 10px;
    padding: 40px;
    width: 50%;
    background-color: white;
}
.flour-option-bar{
    display: flex;
}
.half-flour-icon{
    position: relative;
}
.half-flour-icon:hover::after{
    display: flex;
}
.half-flour-icon::after{
    display: none;
    padding: 5px;
    position: absolute;
    content: 'Rusztowanie wyposażone w jeden poziom roboczy oraz jeden poziom zabezpieczający';
    left: 20px;
    top: -5px;
    width: 100px;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    background-color: #fff;
    border: 2px solid #0b6f8d;
    border-radius: 5px;
}
.full-flour-icon{
    position: relative;
}
.full-flour-icon:hover::after{
    display: flex;
}
.full-flour-icon::after{
    display: none;
    padding: 5px;
    position: absolute;
    content: 'Rusztowanie wyposażone w podesty oraz środki ochrony zbiorowej na każdej kondygnacji';
    left: 20px;
    top: -5px;
    width: 100px;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    background-color: #fff;
    border: 2px solid #0b6f8d;
    border-radius: 5px;
}
.flour-option-cart{
    display: flex;
    margin-right: 30px;
}
.flour-option-box p {
    margin-bottom: 10px;
}
.flour-option-cart i{
    margin-left: 10px;
}
.full-Of-flour, .half-Of-flour{
    padding: 7px 10px;
    border: 2px solid #0b6f8d71 ;
    border-radius:  5px;
    transition: .3s;
}
.half-Of-flour:hover{
    border: 3px solid #0b6f8d ;
}
.full-Of-flour:hover{
    border: 3px solid #0b6f8d ;
}
.active{
    border: 3px solid #0b6f8d ;
}
.bar{
    margin-top: 20px;
    width: 100%;
}
.bar input{
    margin-top: 10px;

}
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    margin: 10px 0;
}

/* Pasek zakresu */
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #51a9c4de;
    border-radius: 5px;
    border: 2px solid #51a9c4de;
}
/* nasze */
input[type="range"]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #51a9c4de;
    border-radius: 5px;
    border: 2px solid #51a9c4de;
}
input[type="range"]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #51a9c4de;
    border-radius: 5px;
    border: 2px solid #51a9c4de;
}
/* Suwak (uchwyt) */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 8px;
    border-radius: 5px;
    background: #0b6f8d;
    cursor: pointer;
    margin-top: -10px;

}
input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 8px;
    border-radius: 5px;
    background: #0b6f8d;
    cursor: pointer;
    margin-top: -10px;
}
input[type="range"]::-ms-thumb {
    height: 20px;
    width: 8px;
    border-radius: 5px;
    background: #0b6f8d;
    cursor: pointer;
    margin-top: -10px;
}
/* Wygląd podczas aktywacji (kliknięcia) */
input[type="range"]:active::-webkit-slider-thumb {
    background: #428fa7;
}
/* nasze */
input[type="range"]:active::-moz-range-thumb {
    background: #0e8bb1;
}
input[type="range"]:active::-ms-thumb {
    background: #0e8bb1;
}
/* Stylowanie tracka przed suwakem */
input[type="range"]::-ms-fill-lower {
    background: #ce1e1e;
    border-radius: 4px;
}
input[type="range"]::-ms-fill-upper {
    background: #c40d0d;
    border-radius: 4px;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
.add-messege-box{
    margin-top: 20px;
}
.add-messege-box form{
    display: flex;
    flex-direction: column;
}
.add-messege-box form p i {
    margin-left: 10px;
}
.add-messege-box input{
    width: fit-content;
}
.add-messege-box textarea{
    height: 50px;
    max-width: 100%;
    max-height: 200px;
}
.add-messege-box input, textarea{
    margin: 7px 0 15px;
    padding: 5px;
    border: 2px solid #0b6f8dfc ;
    border-radius: 5px;
    font-family: "Roboto Condensed", sans-serif;
}
.chek-bar{
    margin: 0px 0 10px;
    display: flex;
    align-items: start;
}
.chek-bar input{
    margin-right: 10px;
}
.chek-bar p{
    font-size: 10px;
}

@media (max-width: 992px){
    .page-content{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .text-body{
        width: 100%;
    }
    .calculator-body{
        text-align: left;
        width: 100%;
    }
}
@media (max-width: 740px){
    .flour-option-bar{
        flex-direction: column;
        align-items: center;
        margin-left: 20px;
    }
    .flour-option-cart{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .half-flour-icon{
        margin-top: 10px;
    }
    .full-flour-icon{
        margin-top: 10px;
    }
}

