.form40{
    margin-top: 60px;
    margin-bottom: 100px;
}
.f40Inner{
    display: flex;
    flex-direction: column;
}
.f40iTexts{
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
}
.f40itHeader{
    color: var(--white);
    text-align: center;
    margin-bottom: 9px;
}
.f40itText{
    text-align: center;
    color: var(--grey-text);
}
.f40iMain{
    display: flex;
    justify-content: space-between;
}
.f40imTexts{
    max-width: 500px;
    display: flex;
    flex-direction: column;
}
.f40imtHeader{
    color: var(--white);
    margin-bottom: 20px;
    line-height: 28px;
}
.f40imtPoints{
    display: flex;
    flex-direction: column;
}
.f40imtpPoint{
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}
.f40imtpPoint:last-child{
    margin-bottom: 0px;
}
.f40imtppImg{
    margin-right: 12px;
}
.f40imtppText{
    color: var(--grey-text);
}
.f40imForm{
    display: flex;
    flex-direction: column;
    border-left: 1px solid #F2F2F2F0;
    padding-left: 69px;
}
.f40imfHeader{
    color: var(--white);
    margin-bottom: 30px;
}
.f40imfBlock{
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.f40imfBlockLast{
    margin-bottom: 0px;
}
.formLabel{
    color: var(--grey-text); 
}
.f40imfbLabel{
    margin-bottom: 10px;
}
.f40imfbInput{
    width: 550px;
    height: 40px;
    padding-left: 13px;
    background: #212121;
    border-radius: 100px;
}
.f40imfbInputsHolder{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f40imfbBlock{
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
}
.f40imfbBlock:last-child .f40imfbiInput{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.f40imfbiLabel{
    margin-bottom: 10px;
}
.f40imfbiInput{
    height: 40px;
    padding-left: 13px;
    background: #212121;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.f40imfServices{
    margin-top: 20px;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
}
.f40imfsHeader{
    color: var(--white);
    margin-bottom: 35px;
}
.f40imfsBlocks{
    display: flex;
    flex-direction: column;
}
.f40imfsbBlock{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.f40imfsbbCheckBox{
    display: none;
}
.f40imfsbbCustomCheckBox{
    width: 20px;
    height: 20px;
    margin-right: 17px;
    background-color: #312F2F;
    border: 1px solid rgba(183, 178, 178, 0.6);
    border-radius: 2px;
    border-radius: 2px;
}
.f40imfsbbccbMark{
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f40imfsbbccbmIcon{
    display: none;
    width: 80%;
    height: 80%;
    opacity: .7;
}
.f40imfsbbText{
    color: var(--grey-text);
}
.f40imfMessage{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.f40imfmLabel{
    margin-bottom: 17px;
}
.f40imfmlTextarea{
    resize: none;
    background: #212121;
    border-radius: 10px;
    padding-left: 13px;
    padding-top: 8px;
    line-height: 24px;
}
.f40imfAccept{
    display: flex;
    flex-direction: column;
}
.f40imfSubmit{
    width: 200px;
    height: 70px;
    background: linear-gradient(115.69deg, #EE252A 33.76%, rgba(238, 37, 42, 0) 132.93%);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    margin-top: 30px;
    cursor: pointer;
}


@media screen and (max-width: 1300px){
    .f40imForm{
        padding-left: 0px;
        border-left: none;
    }
    .f40iMain{
        flex-direction: column;
    }
    .f40imTexts{
        max-width: 100%;
        margin-bottom: 40px;
    }
    .f40imfbInput{
        width: 100%;
    }
}
@media screen and (max-width: 700px){
    .form40{
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .f40imfMessage{
        margin-bottom: 35px;
    }
    .f40imfSubmit{
        margin-top: 15px;
    }
}