/* profile block */

.profil {
    background-color: #272727;
    min-height: 50px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 5px 0 0 25px;
    cursor: pointer;
    display: flex;
    padding-top: 15px;
    color: white;
}



.profil:hover {
    background-color: #bd0b0b;
    color: white;
}


.profil input {
    height: 25px;
    width: 50px;
    margin-left: 15px;
}


.profil p {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fafafa;
}


/* profile block */


/* color block */


.colorblock {
    background-color: #272727;
    width: 100px;
    height: 150px;
    margin: 25px auto;
    cursor: pointer;
}

.colorblock:hover {
    background-color: #bd0b0b;
    color: white;
}


.colorblock .radio {
    padding-top: 12px;
}


.colorblock .radio input {
    height: 25px;
    width: 50px;
}


/* color block */




/* type block */


.windowtypes {
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 1000px;
    margin: auto;
    background-color: #272727;
    min-height: 600px;
    width: 100%;
}


.typeblock:hover {
    background-color: #bd0b0b;
    color: white;
}


.windowtypes img {
    height: 200px;
    margin: auto;
    cursor: pointer;
}


.windowtypes .radio {
    padding-top: 12px;
}


.windowtypes .radio input {
    height: 25px;
    width: 50px;
}




/* type block */




/* openway block */





.openway .openwayblock {
    background: #bd0b0b;
    height: 50px;
    border-radius: 50px;
    width: 350px;
    padding: 12px;
    cursor: pointer;
    display: flex;
    margin-top: 20px;
}


.openway .openwayblock p {
    padding-left: 13px;
    color: white;
    font-size: 20px;
    margin-top: -3px;
}


.openway .madecountries {
    padding-left: 50px;
}


.openway .madecountries .madecountry {
    background: #272727;
    height: 50px;
    border-radius: 50px;
    max-width: 400px;
    padding: 12px;
    cursor: pointer;
    margin-top: 15px;
    display: flex;
}



.openway .madecountries .madecountry input {
    height: 25px;
    width: 50px;
    cursor: pointer;
}


.openway .madecountries .madecountry p {
    color: #fafafa;
}



/* openway block */




/* sizes block */


.sizes .sizesblock {
    display: flex;
}


.sizes .sizesblock input {
    width: 100%;
    height: 50px;
    padding-left: 18px;
    background: #272727;
    border: none;
    font-size: 18px;
    outline: none;
    margin-bottom: 25px;
    color: #fafafa !important;
}


.sizes .sizesblock p {
    font-weight: 600;
    text-transform: uppercase;
    color: #fafafa;
    position: absolute;
    right: 35px;
    top: 10px;
    font-size: 20px;
}





/* sizes block */








.form_footer {
    margin-top: 50px;
}


.prevdiv {
    background-color: #5c5b5b;
    min-height: 50px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 25px 0px 0px 25px;
    cursor: pointer;
    display: flex;
}


.prevdiv button:hover, .nextdiv button:hover {
    background-color: #bd0b0b;
}


.nextdiv {
    background-color: #5c5b5b;
    min-height: 50px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 0px 25px 25px 0px;
    cursor: pointer;
    display: flex;
    color: white;
}


.prevdiv .buttonl {
    background-color: #bd0b0b;
    border: none;
    min-height: 50px;
    width: 100%;
    border-radius: 5px 0px 0px 25px;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    text-align: left;
    padding-left: 55px;
    padding-top: 0px;
    color: white;
}



.nextdiv .buttonr {
    background-color: #bd0b0b;
    min-height: 50px;
    width: 100%;
    border: none;
    border-radius: 0px 5px 25px 0px;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    text-align: right;
    padding-right: 55px;
    padding-top: 0px;
    color: white;
    text-transform: uppercase;
}


