main{
    background-color: #eee;
    padding-bottom: 1px;
}
.top-container{
    display: flex;
    justify-content: center;
    min-height: 80vh;
    background-image: url("../../../images/slider-index/s4.jpg");
    background-size: cover;
    position: relative;
}
.top-container .bg{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.top-container .content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 25px;
    padding: 50px;
    color: #fff;
    z-index: 1;
}
.top-container .content .company{
    font-size: 28px;
    line-height: 1;
    color: #ddd;
    margin-bottom: 0;
}
.top-container .content h1{
    font-size: 58px;
    margin-bottom: 0;
    line-height: 1;
    text-align: center;
}
.top-container .content ul{
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    list-style: none;
}
.top-container .content ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.top-container .content ul i{
    font-size: 80%;
}
.top-container .content .training{
    font-size: 34px;
    line-height: 1;
    text-align: center;
    color: #fecc00;
}
.top-container .content .go_to_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.top-container .content .go_to_form i{
    margin-top: 10px;
    font-size: 42px;
}

.form-container{
    max-width: 800px;
    margin: 25px auto;
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 5px;
}
.form-container .caption{
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}
.form-container > .dop-text{
    font-size: 18px;
    text-align: center;
    background-color: #fecc00;
    margin-bottom: 25px;
    border-radius: 5px;
}
.form-container label{
    font-size: 18px;
    font-weight: bold;
}
.form-container .form-control{
    height: 50px;
    margin-bottom: 25px;
}

.dop-block{
    background-color: #fff;
}
.dop-block .content{
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 50px 25px;
}
.dop-block .content h4{
    font-size: 24px;
}
.dop-block .content ul{
    font-size: 18px;
    margin-bottom: 25px;
    padding-left: 25px;
}
.row .error{
    right: 15px;
}
.form-win{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.form-win .icon{
    font-size: 52px;
    background-color: #fecc00;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 15px;
}
.form-win h4{
    font-size: 28px;
}
.form-win p{
    font-size: 18px;
}
@media (max-width: 1200px) {
    .top-container .content .company {
        font-size: 24px;
    }
    .top-container .content h1{
        font-size: 52px;
    }
    .top-container .content ul {
        font-size: 28px;
    }
    .top-container .content .training{
        font-size: 32px;
    }
}
@media (max-width: 960px) {
    .top-container .content{
        padding: 15px;
    }
    .top-container .content .company {
        font-size: 22px;
    }
    .top-container .content h1{
        font-size: 46px;
    }
    .top-container .content ul {
        font-size: 22px;
    }
    .top-container .content .training{
        font-size: 30px;
    }
    .form-container{
        margin: 0 auto;
    }
    .dop-block{
        margin-top: 25px;
    }
    .dop-block .content{
        padding: 25px;
    }
}
