.main-form-container {
    background: #fff;
    padding: 20px;
}

.header-small-menu li:nth-child(3) a {
    border-bottom: 2px solid #304345;
    padding-bottom: 5px;
}

.form-group input {
    width: 100%;
    border: none;
    background: #F4F7FA;
    height: 42px;
    color: #000;
}

.form-group label {
    position: absolute;
    margin-top: 12px;
    margin-left: 10px;
    font-weight: 100;
    transition: all .3s;
    color: #333;
}

.form-group.active label {
    font-size: 10px;
    background: #fff;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0px 5px;
    color: #333;
}

.form-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
}

.btn.btn-gradient {
    border: none;
    background: linear-gradient(86.86deg, #6BC707 -6.46%, #B2D503 66.23%, #FAFF00 145.24%);
    color: #fff;
    transition: all .6s;
    height: auto;
    padding: 10px 20px;
}

.btn.btn-gradient:hover {
    border: none;
    background: linear-gradient(86.86deg, #6BC707 -6.46%, #B2D503 56.23%, #FAFF00 125.24%);
    color: #fff;
}

.btn.btn-black {
    border: none;
    background: #000;
    color: #fff;
    transition: all .6s;
    height: 42px;
    padding: 6px 20px;
}

.btn.btn-black:hover {
    border: none;
    background: #222;
    color: #fff;
}

.btn.btn-border {
    border: 1px solid #6BC707;
    padding: 10px 20px;
    color: #6BC707;
    border-radius: 0;
}

.rounded-tile {
    background-size: cover;
    border-radius: 15px;
    border: 1px solid #eaeaea;
    position: relative;
    margin-bottom: 30px;
    display: block;
    color: inherit;
    overflow: hidden
}

.rounded-tile .tile-content {
    position: absolute;
    width: calc(100% - 60px);
    top: 30px;
    left: 30px;
    font-size: 18px;
    font-weight: 500
}

.table-collapse tr {
    display: NONE
}

.table-collapse tr:nth-child(-n+10) {
    display: table-row
}


/* main ================== */

.main {
    display: flex;
    padding-top: 50px;
}

.main__title {
    color: rgb(40, 59, 60);
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
    text-align: left;
    padding-left: 82px;
    background: rgb(246, 247, 248);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main__title span {
    color: rgb(40, 59, 60);
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.main__title p {
    margin-bottom: 20px;
}

.main-form-container {
    background: url('images/main-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    padding: 110px 200px;
}

.main-form-container form {
    background-color: #fff;
    padding: 40px 35px;
    width: 100%;
}

.form-title {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
}

.main-form-container__subtitle {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    color: rgb(136, 136, 136);
}

.main-form-container__subtitle a {
    color: rgb(40, 59, 60);
}

.main__btn {
    background: rgb(40, 59, 60);
    color: #fff;
}

@media (max-width: 1600px) {
    .main__title {
        font-size: 40px;
        padding-left: 42px;
        padding-right: 20px;
    }
    .main-form-container {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .main {
        flex-direction: column;
    }
    .main__title {
        padding: 40px;
        font-size: 32px;
        line-height: 1;
        justify-content: center;
    }
    .main-form-container form {
        max-width: inherit;
    }
}

@media (max-width: 768px) {
    .main-form-container {
        padding: 10px;
    }
    .main-form-container form {
        padding: 20px 10px;
    }
}


/* main ================== end*/


/* Content =============== */

.content {
    margin-bottom: 30px;
}

.content__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    margin-top: 50px;
    margin-bottom: 48px;
}

.content__table {
    border-radius: 4px;
    background: rgb(246, 247, 248);
    box-sizing: border-box;
    padding: 30px;
    overflow-x: scroll;
}

.content__table table {
    margin-bottom: 30px !important;
}

thead tr {
    border-top: 1px solid rgb(206, 204, 204);
}

thead th,
thead td {
    background: #fff !important;
}

.table__btn {
    border-radius: 1px;
    background: rgb(33, 150, 83);
    width: 173px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .content__table {
        padding: 10px;
    }
}


/* Content =============== end */


/* important =======================*/

.important {
    border-radius: 4px;
    background: rgb(40, 59, 60);
    color: #fff;
    display: flex;
    padding: 30px;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.important__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
}

.important__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
}


/* important ======================= end */

.online {
    margin-bottom: 80px;
}

.online__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 55px;
}

.online__title span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.online__title span img {
    position: absolute;
    bottom: 0;
    left: -8px;
}

.online-item__arrow {

}

.online__items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.online-item__title {
    max-width: 270px;
    color: rgb(92, 92, 92);
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 500;
}

.online-item__text {
    max-width: 270px;
    color: rgb(92, 92, 92);
    font-size: 16px;
    font-weight: 400;
}

.number-block__num img {
    display: block;
    margin-bottom: 30px;
}

.number-block {
    display: flex;
    align-items: center;
}

.online__btn {
    padding: 16px 20px 16px 20px;
    border-radius: 1px;
    background: rgb(40, 59, 60);
    max-width: 173px;
    margin: 0 auto;
    color: white;
    display: block;
}

.online__form {}

.online-form {
    padding: 30px 20px;
    border-radius: 4px;
    background: rgb(246, 247, 248);
    max-width: 320px;
}

.online-form__pol {
    margin-top: 8px;
    display: block;
    color: #B9B9B9;
    margin-bottom: 16px;
}

.online-form__pol a {
    text-decoration: none;
    color: #219653;
}

.online-form__inp {
    margin-bottom: 16px;
    background-color: white;
    font-size: 12px;
    font-weight: 300;
    line-height: 130%;
    display: block;
    padding: 15px 6px;
    width: 100%;
    border: none;
    outline: none;
}

.online-form__btn {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 16px 20px !important;
    border-radius: 1px !important;
    background: rgb(33, 150, 83) !important;
    border: none !important;
    outline: none;
    margin: 0 auto;
    display: block;
    width: 100%;
}

@media (max-width: 1600px) {
    .online-item__arrow {
        padding-left: 30px;
    }
    .online__items {
        gap: 20px;
    }
    .online-item__title {
        font-size: 16px;
        max-width: 200px;
    }
    .online-item__text {
        font-size: 14px;
        max-width: 200px;
    }
}

@media (max-width: 1600px) {
    .online__items {
        flex-wrap: wrap;
    }
}


/* reference =================== */

.reference {}

.reference__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 50px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.reference__info {
    display: flex;
    margin-bottom: 17px;
}

.reference__info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: rgb(92, 92, 92);
    margin-bottom: 0;
    padding-left: 20px;
    display: block;
}

.reference__inner {
    display: flex;
    margin-bottom: 80px;
    gap: 20px;
}

.reference__item {
    border-radius: 4px;
}

.reference-cabinet {
    background: rgb(33, 150, 83);
    padding: 35px 30px 50px 30px;
    background-image: url(images/man.png);
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    max-width: 624px;
}

.reference-cabinet__title {
    color: #283B3C;
    font-size: 32px;
    font-weight: 500;
    line-height: 37px;
    margin-bottom: 90px;
}

.reference-cabinet__title .span {
    color: white;
}

.reference-cabinet__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    color: white;
    margin-bottom: 17px;
    max-width: 312px;
}

.reference-cabinet__btn {
    padding: 16px 20px 16px 20px;
    max-width: 173px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    background-color: white;
    text-transform: uppercase;
}

.reference-quiz {
    border-radius: 4px;
    background: rgb(246, 247, 248);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    padding: 20px 35px 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 303px;
}

.reference-quiz__title {
    color: rgb(40, 59, 60);
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.reference-quiz__number {
    display: block;
    padding: 10px;
    border-radius: 50%;
    background: rgb(40, 59, 60);
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 110%;
    width: 44px;
    height: 44px;
    text-align: center;
}

@media (max-width: 1600px) {
    .reference-cabinet {
        background-image: none;
    }
}

@media (max-width: 992px) {
    .reference__inner {
        flex-wrap: wrap;
    }
    .reference__item {
        width: 100%;
        max-width: 624px;
    }
    .reference-quiz__title {
        margin-top: 35px;
    }
    .content__title {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
    }
    .reference__title {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
    }
}


/* reference -=============== end */

.question {
    padding: 70px 75px;
    border-radius: 4px;
    background: rgb(246, 247, 248);
    margin-top: 50px;
    margin-bottom: 80px;
}

.question__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 40px;
}

.call {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    gap: 55px;
}

.call__item {
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: underline;
}

.call__link {
    color: rgb(92, 92, 92);
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

@media (max-width: 992px) {
    .call {
        flex-direction: column;
        gap: 30px;
    }
    .question__title {
        font-size: 30px;
    }
    .question {
        padding: 30px 35px;
    }
}


/* why ========================= */

.why {
    margin-bottom: 80px;
}

.why__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 50px;
}

.why__inner {
    display: flex;
    gap: 20px;
}

.why__col {
    display: flex;
    color: rgb(40, 59, 60);
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    gap: 8px;
    flex-direction: column;
}

.why__card {
    padding: 35px 30px;
    border-radius: 4px;
    background: rgb(246, 247, 248);
    height: 100%;
}

.why__card--accent {
    color: white;
    background: rgb(40, 59, 60) !important;
    padding: 40px 30px;
}

.why-card-big {
    color: white;
    background: rgb(33, 150, 83);
    height: 100%;
    padding: 54px 30px;
    border-radius: 4px;
}

.why-card-big__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 10px;
}

.why-card-big__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 20px;
}

.why-card-big__btn {
    border-radius: 1px;
    background: rgb(255, 255, 255);
    padding: 16px 20px;
    display: block;
    width: 173px;
    text-align: center;
}

@media (max-width: 992px) {
    .why__inner {
        flex-wrap: wrap;
    }
}


/* why ======================= end */

.call-block {
    padding: 50px;
    border-radius: 4px;
    /* background: rgb(246, 247, 248); */
    position: relative;
    background: url(images/women.png) rgb(246, 247, 248);
    background-repeat: no-repeat;
    background-position: right 100%;
}

.call-block__inner {}

.call-block__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 29px;
}

.call-block__title span {
    color: #219653;
}

.online__form {}

.call-block-form {
    padding: 0 20px;
    border-radius: 4px;
    background: rgb(246, 247, 248);
    max-width: 320px;
}

.call-block-form__inp {
    margin-bottom: 16px;
    background-color: white;
    font-size: 12px;
    font-weight: 300;
    line-height: 130%;
    display: block;
    padding: 15px 6px;
    width: 100%;
    border: none;
    outline: none;
}

.call-block-form__btn {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 16px 20px !important;
    border-radius: 1px !important;
    background: rgb(33, 150, 83) !important;
    border: none !important;
    outline: none;
    margin: 0 auto;
    display: block;
    width: 100%;
}

@media (max-width: 1600px) {
    .call-block {
        background: rgb(246, 247, 248);
    }
    .call-block__title {
        font-size: 40px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 29px;
    }
}

@media (max-width: 992px) {
    .call-block-form {
        max-width: inherit;
    }
}

@media (max-width: 768px) {
    .call-block {
        padding: 20px 10px;
    }
}