*{
    margin: 0;
    padding: 0;
    list-style: none;
}
.head{
    width: 50vw;
    height: 29px;
    margin: 32px 0 0 0 ;
}
.head__txt{
    font-family: 'Montserrat', sans-serif;
    font-size:24px ;
    font-weight: 600;
    line-height: 1;
    color: #4E5150;
    margin: 0 0 0 18px;
}


.main{
    width: calc(100vw - 24px);
    padding: 0 12px;

}
.cont__txt{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #4E5150;
}
.cont__txt--jaune{
    font-size: 14px;
    color: #F2994A;
}
.cont__txt--price{
    text-decoration: line-through;
    color: #4E5150;
    font-size: 10px;
    margin: 2px 0 0 0;
}
.cont__txt--box{
    text-align: center;
    background-color: #E0E0E0;
    border-radius: 4px;
    color: #828282;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 18px;
    cursor: pointer;
}
.cont__txt--box:hover{
    background-color: #333333;
    color: #E0E0E0;
    transition: 0.3s;
}
.cont__txt--sold{
    font-size: 14px;
    color: #333333;
}
.cont__head{
    width: calc(100% - 52px);
    height: 474px;
    border-radius: 12px;
    background-color:  #F2F2F2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 24px 16px  28px;
    margin: 21px 0 0 0 ;
}
.cont__list{
    display: flex;
    flex-direction: column;
    margin: 30px 0 0 0 ;
    
    height: 280px;
    justify-content: space-between;
}
.cont__el{
    height: 124px;
    display: grid;
    grid-template-columns: 33vw 150px;
    column-gap: 10vw;
    grid-template-rows: 21px 33px 60px;
    row-gap: 5px ;
    grid-template-areas:
    "im t1"
    "im t2"
    "im b1" ;
    
}
.cont__elImg{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    grid-area: im;
}
.cont__boxPrice{
    grid-area: t2;
    display: flex;
    flex-direction: row;
    width: 70%;
    justify-content: space-between;
}
.cont__elBox{
    width: 80%;
    height: 50px;
    border-radius: 12px;
    border: 1px solid #828282;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 7px 0 0 0 ;
}
.t1{
    grid-area: t1;
    padding: 2px 0 0 0 ;
}
.cont__count{
    width: 100%;
    height: 80px;

}
.cont__infoTxt{
    width: 100%;
    height: 27px;
    border-top: 1px solid #BDBDBD;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding:10px 0 0 0 ;
}
.cont__infoTxt:nth-child(2){
    margin: 5px 0 0 0;
}


.cont__main{
    margin: 39px 0 0 0;
    width: calc(100% - 26px);
    min-height: 100vh;
    max-height: 120vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 12px 16px  12px;
}
.form__field{
    border: none;
}
.form__field--second{
    margin: 45px  0 17px 0;
}
.form__leg{
    padding: 0 0 12px 0;
}
.form__label{
    font-family: 'Montserrat', sans-serif;
    font-size:10px ;
    font-weight: 600;
    line-height: 120%;
    color: #4f4f4f;
}
.form__label--check{
    margin: 0 0 0 8px;
    padding: 1px 0 0 0 ;
}
.form__boxInput{
    width: 100%;
    height: 41px;
    border-radius: 12px;
    border: 1px solid #828282;
    margin: 5px 0 16px 0 ;
    display: flex;
    flex-direction: row;
    position: relative;
}
.form__iconInput{
    position: absolute;
    top: 10px;
    left: 6px;
    z-index: 12;
}
.form__input{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: none;
    padding: 0 0 0 39px;
    font-family: 'Montserrat', sans-serif;
    font-size:12px ;
    font-weight: 600;
    line-height: 120%;
    color: #4f4f4f;
}
.form__input::placeholder{
    color: #82828280;
}
.form__select{
    appearance: none;
    padding: 0 0 0 38px;
    width: 100%;
    position: relative;

}
.form__selectIcon::before{
    content: ">23";
    line-height: 1;
    font-size: 24px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 12;
    background-color: red;
    padding: 6px;
    color: #828282;
}
.form__option:hover{
background-color: #F2994A;
}

.form__boxInputRow{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4vw;
    grid-template-rows: 12px 48px;
    grid-template-areas:
    "l1 l2"
    "b1 b2" ;
    
}
.l1{
    grid-area: l1;
}
.l2{
    grid-area: l2;
}
.b1{
    grid-area: b1;
}
.b2{
    grid-area: b2;
}

.form__btn{
    background-color: #F2994A;
    border-radius: 12px;
    border: none;
    height: 54px;
    width: 166px;
    color: #F2F2F2;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 21px 0 0 0 ;
    float: right;
    cursor: pointer;
}
.form__btn:hover{
    background-color: #a05310;
    transition: 0.3s;
}
.form__boxCheck{
    display: flex;
    flex-direction: row;
    position: relative;
   

}
.from__check{
    width: 15px;
    height: 15px;
    border-radius: 4px;
    visibility: hidden;
    cursor: pointer;
}
.from__check::after{
    display: block;
    content: "";
    visibility: visible;
    position: absolute;
    width: 15px;
    height: 10px;
    padding: 0 0 5px 0;
    top: -2px;
    left: 0px;
    border: 1px solid #828282;
    border-radius: 4px;

}
.from__check:checked::after{
    display: block;
    content: "\2714";
    color: #F2994A;
    padding: 0px 0 5 0px ;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #F2994A;
    border-radius: 4px;

}
.check__box{
    height: 50vh;
    min-height: 260px;
    max-height: 460px;
    width: 80vw;
    min-width: 300px;
    max-width: 800px;
    border-radius: 12px;
    margin: auto auto;
    background-color: #fdfdfd;
    box-shadow: -1px 0px 25px 7px rgba(0, 0, 0, 0.25);
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size:28px ;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    position: absolute;
    z-index: 22;
    display: none;
    top: 20vh;
    left: auto;
    right: auto;
}
.check__txt{
    margin: 20vh 0 0 0 ;
    

}

@media(min-width: 1100px){
    body{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .head{
        margin: 64px 0 0 0 ;
        width: calc(100vw - 34vw);
        max-width: 1000px;
    }
    .head__txt{
        font-size:36px ;
        margin: 0 0 0 10px;
        float: left;
    }
    .main{
        display: flex;
        flex-direction: row-reverse;
        width: calc(100vw - 34vw);
        max-width: 1000px;
        padding: 0 16.5vw;
        justify-content: space-between;
        height: 780px;
    }
    .cont__txt{
        font-size: 16px;
    }
    .cont__txt--jaune{
        font-size: 16px;
    }
    .cont__txt--price{
        text-decoration: line-through;
        font-size: 12px;
        margin: 2px 0 0 0;
    }
    .cont__txt--box{
        height: 20px;
        width: 20px;
        line-height: 20px;
        font-size: 18px;
    
    }
    .cont__txt--sold{
        font-size: 18px;
    }
    .cont__main{
        height:100%;
        min-height: 700px;
        max-height: 700px;
        width: 465px;
    }
    .cont__head {
        width: calc(383px - 56px);
        padding: 0 26px 18px  30px;
        margin: 40px 0 0 0 ;
    }
    

    .cont__el{
        height: 134px;
        display: grid;
        grid-template-columns: 134px 150px;
        column-gap: 21px;
        grid-template-rows: 21px 33px 60px;
        row-gap: 5px ;
        
    }
    .cont__list{       
        height: 303px;
    }
    .cont__elBox{
        width: 80%;
        height: 52px;
        max-width: 154px;
        margin: 5px 0 0 0 ;
    }
    .form__label{
        font-size:12px ;
    }
    .form__input{

        font-size:16px ;
    }
}