.applyOne{
    width: 100%;
    height: min-content;
    background-image: url("../images/applyOneBg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.redText{
    margin-left: 0px !important;
    color: red !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.appleFields{
    width: 66%;
    height: min-content;
    padding-top: 212px;
    padding-bottom: 90px;
    margin: 0px 17% 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.appleFields > span{
    font-size: 36px;
    color: #F36528;
    font-family: 'RobotoSlab_',sans-serif;
    margin-bottom: 33px;
}
.appleFields > p{
    font-size: 20px;
    color: white;
    font-family: 'Roboto_',sans-serif;
    width: 100%;
    height: min-content;
    margin-bottom: 32px;
}
.apllyInputFields{
    width: 622px;
    height: min-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.radioFieldsBlocks{
    width: 622px;
    height: min-content;
    border-radius: 30px;
    background: #74A8AB;
    box-shadow: 0px 0px 6px 2px #549099;
}
.applyNameInput, .applyEmailInput{
    width: 100%;
    height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 32px;
}
.applyPhoneInput{
    width: 100%;
    height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.applyNameInput  input{
    width: 100%;
    height: 62px;
    background: #74A8AB;
    border-radius: 31px;
    border:none;
    outline: none;
    font-size: 16px;
    color: white;
    padding: 0px 26px;
    box-shadow: 0px 0px 6px 2px #549099;


}
.applyNameInput  label{
    font-size: 16px;
    color: white;
    margin-left:19px;
    margin-bottom: 12px;
}
.applyEmailInput  input{
    width: 100%;
    height: 62px;
    background: #74A8AB;
    border-radius: 31px;
    border:none;
    font-size: 16px;
    color: white;
    padding: 0px 26px;
    outline: none;
    box-shadow: 0px 0px 6px 2px #549099;

}
.applyEmailInput  label{
    font-size: 16px;
    color: white;
    margin-left:19px;
    margin-bottom: 12px;

}
.applyPhoneInput  input{
    width: 100%;
    height: 62px;
    background: #74A8AB;
    border-radius: 31px;
    border:none;
    outline: none;
    font-size: 16px;
    color: white;
    padding: 0px 26px;
    box-shadow: 0px 0px 6px 2px #549099;

}
.applyPhoneInput  label{
    font-size: 16px;
    color: white;
    margin-left:19px;
    margin-bottom: 12px;

}
.coursesFieldsRadio{
    width: 100%;
    height: min-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 32px;
}
.typeCoursesFields{
    width: 100%;
    height: min-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 32px;
}
.radioFieldsBlocksType{
    width: 622px;
    height: min-content;
    border-radius: 30px;
    background: #74A8AB;
    box-shadow: 0px 0px 6px 2px #549099;
}
.coursesFieldsRadio  span{
    font-size: 16px;
    color: white;
    margin-left:19px;
    margin-bottom: 13px;

}
.typeCoursesFields  span{
    font-size: 16px;
    color: white;
    margin-left:19px;
    margin-bottom: 12px;

}
.coursesBlocksRadio{
    height: min-content;
    margin: 20px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.coursesBlocksRadio > div > label{
    color: white;
    font-size: 16px;
    margin-left:28px;
}
.coursesBlocksRadio > div{
    display: flex;
    align-items: start;
    flex-direction: row;
    margin-bottom: 14px;
}
.coursesBlocksRadio > div:last-child{
    margin-bottom: 0px;
}
.coursesBlocksRadio > div > div{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.coursesBlocksRadio > div > div > input{
    width: 18px;
    height: 18px;
    accent-color: #F36528;
}
.typeCoursesBlocksRadio{
    width: 148px;
    height: min-content;
    margin: 23px 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.typeCoursesBlocksRadio > div > label{
    color: white;
    font-size: 16px;
    margin-left:28px;
}
.typeCoursesBlocksRadio > div{
    display: flex;
    flex-direction: row;
}
.typeCoursesBlocksRadio > div > input{
    width: 18px;
    height: 18px;
    accent-color: #F36528;
}
.individual{
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    margin-bottom: 13px;
}
.mainIndividual{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mainIndividual > div > input{
    width: 18px;
    height: 18px;
    accent-color: #F36528;
}
.mainIndividual > label{
    color: white;
    font-size: 16px;
    margin-left:28px;
}
.individualChildFields{
    width: 120px;
    height: 90px;
    margin: 21px 0px 0px 43px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*display:none;*/
}
.individualChildFields > div{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.individualChildFields > div > label{
    color: white;
    font-size: 16px;
    margin-left:22px;
}
.individualChildFields > div > input{
    width: 18px;
    height: 18px;
    accent-color: #F36528;
}
.group{
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    margin-bottom: 13px;
}
.mainGroup{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.mainGroup > div > input{
    width: 18px;
    height: 18px;
    accent-color: #F36528;
}
.mainGroup > label{
    color: white;
    font-size: 16px;
    margin-left:28px;
}
.groupChildFields{
    width: 120px;
    height: 90px;
    margin: 21px 0px 0px 43px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display:none;
}
.groupChildFields > div{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.groupChildFields > div > label{
    color: white;
    font-size: 16px;
    margin-left:22px;
}
.groupChildFields > div > input{
    width: 18px;
    height: 18px;
    accent-color: #F36528;
}
.corporate{
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}
.mainCorporate{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mainCorporate > div > input{
    width: 18px;
    height: 18px;
    accent-color: #F36528;
}
.mainCorporate > label{
    color: white;
    font-size: 16px;
    margin-left:28px;
}
.corporateChildFields{
    width: 120px;
    height: 90px;
    margin: 21px 0px 0px 43px;
    flex-direction: column;
    justify-content: space-between;
    display:none;
}
.corporateChildFields > div{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.corporateChildFields > div > label{
    color: white;
    font-size: 16px;
    margin-left:22px;
}
.corporateChildFields > div > input{
    width: 18px;
    height: 18px;
    accent-color: #F36528;
}
.applyNowBtnField{
    margin-top: 48px;
}
.applyNowBtnField > button{
    background: transparent;
    border: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.applyNowBtnField > button > svg{
    width: 202px;
    /*height: 80px;*/
}
.applyNowBtnField > button:hover svg > path{
    fill: #F36528;
}
.applyNowBtnField > button:hover span{
    color: white;
}
.applyNowBtnField > button > span{
    color: #F36528;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto_",sans-serif;
    position: absolute;
    width: 100%;
    text-align: center;
}
.application{
    width: 100%;
    height: 1080px;
    background-image: url("../images/applicationBg.png");
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.applicationTextFields{
    width: 67%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 58px;
}
.applyApplicationTexts{
    width: 100%;
    height: 127px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.applicationTitle{
    font-size: 36px;
    color: white;
}
.applicationTextUnderline{
    font-size: 36px;
    color: white;
    text-decoration: underline;
}
.applicationButton > a > svg{
    width: 150px;
}
.applicationButton > a{
    color: #F36528;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto_",sans-serif;
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.applicationButton div{
    position: absolute;
    width: 100%;
    font-family: "Roboto_", sans-serif;
    font-weight: 700;
}
.applicationButton > a:hover svg > path{
    fill: #F36528;
}
.applicationButton > a:hover div{
    color: white;
}
@media screen and (max-width: 1150px) {
    .applicationTitle {
        font-size: 33px;
    }
    .applicationTextUnderline {
        font-size: 33px;
    }
}
@media screen and (max-width: 1100px) {
    .applicationButton > a > svg{
        width: 120px;
    }
    .applyNowBtnField > button > svg{
        width: 120px;
    }
    .appleFields{
        width: auto;
        height: min-content;
        padding-top: 94px;
        margin: 0 6.9% 0px 6.8%;
    }
    .appleFields > span{
        font-size: 20px;
        font-weight: 400;
        line-height: 24.14px;
        text-align: left;
    }
    .appleFields > p{
        font-size: 16px;
        font-weight: 400;
        line-height: 19.31px;
        text-align: left;
        margin-bottom: 24px;
    }
    .applyNameInput label{
        font-size: 16px;
        font-weight: 400;
        line-height: 19.31px;
        text-align: left;
        margin-bottom: 17px;
    }
    .applyNowBtnField > button > img{
        width: 123.19px;
        height: 48px;
    }
    .applyNowBtnField > button > span{
        font-size: 10px;
        font-weight: 700;
        width: 100%;
        text-align: center;
    }
    .applicationTitle{
        font-size: 25px;
        font-weight: 400;
        line-height: 30.18px;
        text-align: center;
    }
    .applicationTextUnderline{
        font-size: 25px;
        font-weight: 400;
        line-height: 30.18px;
        text-align: center;
    }
    .applicationButton svg{
        width: 112.92px;
        /*height: 44px;*/
    }
    .applicationButton > a{
        font-size: 11px;
    }
    .applyApplicationTexts {
        justify-content: center;
        gap: 36px;
    }
    .applicationTextFields{
        gap: 48px;
        margin: 0px 6.9% 0px 6.8%;
        width: -webkit-fill-available;
    }
    .application {
        height: 520px;
    }
}


@media screen and (max-width: 900px) {
    .apllyInputFields {
        width: auto;
    }
    .radioFieldsBlocks,.radioFieldsBlocksType {
        width: auto;
    }
}
@media screen and (max-width: 600px) {
    .applyOne{
        background: #5D9A9D;
    }
    .appleFields{
        padding-bottom: 42px;
    }
}
@media screen and (max-width: 520px) {
    .appleFields > span{
        font-family: "RobotoSlab_",sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.31px;
    }
    .appleFields > p{
        font-family: "Roboto_",sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 18.11px;
        text-align: left;
        margin-bottom: 24px;
    }
    .applyNameInput, .applyEmailInput, .applyPhoneInput {
        height: 89px;
    }
    .coursesFieldsRadio {
        height: min-content;
    }
    .typeCoursesFields {
        height: min-content;
    }
    .applyNameInput label, .applyEmailInput label, .coursesFieldsRadio span, .typeCoursesFields span, .applyPhoneInput label{
        font-family: "Roboto_",sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 18.11px;
        text-align: left;
    }
    .coursesBlocksRadio > div > label{
        font-family: "Roboto_",sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.31px;
        text-align: left;
    }
    .coursesBlocksRadio > div > div > input {
        width: 15px;
        height: 15px;
        accent-color: #F36528;
    }
    .typeCoursesBlocksRadio .online > input{
        width: 15px;
        height: 15px;
    }
    .typeCoursesBlocksRadio .offline > input{
        width: 15px;
        height: 15px;
    }
    .mainIndividual > div > input, .mainGroup > div > input, .mainCorporate > div > input {
        width: 15px;
        height: 15px;
    }
    .coursesBlocksRadio {
        width: auto;
    }
    .applyNowBtnField{
        width: 100%;
        justify-content: center;
        display: flex;
    }
}
@media screen and (max-width: 625px) {
    .applicationTitle{
        font-family: "Roboto_",sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.73px;
    }
    .applicationTextUnderline{
        font-family: "Roboto_",sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 33.22px;
    }
    .application {
        background-color: #5D9A9D;
        height: 812px;
    }
    .applyApplicationTexts {
        gap: 10px;
        height: auto;
    }
    .applicationTextFields {
        gap: 82px;
    }
    .applicationButton > a{
        font-family: "Roboto_",sans-serif;
        font-size: 10px;
        font-weight: 700;
        line-height: 12.07px;
    }
    .applicationButton svg{
        width: 102.66px;
        /*height: 40px;*/
    }
}