html {
    scroll-padding-top: 125px
}

.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;
}


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

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

.main__title {
    color: rgb(40, 59, 60);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 82px;
    background: rgb(246, 247, 248);
    width: 50%;
}

.main__title-p {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
}

.main__title-span {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

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

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

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

.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;
        max-width: 50%;
    }
    .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;
        max-width: inherit;
        width: 100%;
    }
    .main__title-p {
        font-size: 34px;
    }
    .main__title-span {
        font-size: 15px;
    }
    .main-form-container form {
        max-width: inherit;
    }
}

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


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


/* service */

.main-title {
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 30px;
    margin-top: 0;
}

.main-subtitle {
    color: rgb(92, 92, 92);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 40px;
}

.center {
    text-align: center;
}

.color-green {
    color: #219653;
}

.text-accent {
    position: relative;
}

.text-accent::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    right: -2px;
    width: 100%;
    height: 10px;
    background: url('images/line.svg') bottom right no-repeat;
}

.main-btn-black,
.main-btn-green {
    transition: all .3s ease;
    cursor: pointer;
}

.main-btn-green:hover {
    background: rgb(40, 59, 60)!important;
    color: white !important;
    border-color: rgb(33, 150, 83) !important;
}

.main-btn-black:hover {
    background: rgb(33, 150, 83) !important;
    border-color: rgb(40, 59, 60)!important;
    color: white !important;
}

.main-comment {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
}

@media (max-width: 1600px) {
    .main-title {
        font-size: 36px;
        margin-bottom: 25px;
    }
}

@media (max-width: 992px) {
    .main-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.main-section {
    margin-bottom: 48px;
}

@media (max-width: 1600px) {
    .main-section {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .main-section {
        margin-bottom: 30px;
    }
}

.main-btn-black {
    padding: 16px 20px;
    border-radius: 1px;
    background: rgb(40, 59, 60);
    transition: all .3s ease;
    margin: 0 auto;
    width: 173px;
    text-align: center;
    margin-bottom: 50px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}


/* service */


/* choice=========== */

.choice {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, 1fr);
}

.choice__item {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    padding: 36px 30px;
    background-color: #F6F7F8;
}

.choice__item-ili {
    position: relative;
}

.choice__item-ili::after {
    content: "Или";
    position: absolute;
    right: -40px;
    top: calc(50% - 24px);
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    background: rgb(33, 150, 83);
    height: 60px;
    width: 60px;
    border-radius: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:1600px) {
    .choice__item {
        padding: 25px;
        font-size: 22px;
    }
}

@media (max-width:992px) {
    .choice {
        grid-template-columns: 1fr;
    }
    .choice__item {
        padding: 20px;
        font-size: 22px;
    }
    .choice__item-ili::after {
        top: unset;
        bottom: -40px;
        left: calc(50% - 24px);
    }
}


/* choice======== end */


/* online ===================*/

.online-item__arrow {
    padding-left: 90px;
}

.online__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    margin-bottom: 60px;
}

.online-item__text {
    max-width: 300px;
    color: rgb(92, 92, 92);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    max-width: 200px;
    text-align: center;
}

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

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

@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: 1200px) {
    .online__items {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    .online-item__arrow {
        display: none;
    }
}

@media (max-width: 992px) {
    .number-block__num img {
        margin-bottom: 0;
        width: 80px;
    }
    .online-item__inner {
        display: flex;
        gap: 10px;
        align-items: center;
    }
}


/* online =============== end */

.form-input {
    background: rgb(246, 247, 248);
    padding: 12px 14px;
    margin-bottom: 16px;
    display: block;
    width: 100%;
}

.form-btn {
    border: none;
    border: 1px solid rgb(33, 150, 83);
    outline: none;
    color: white;
    border-radius: 1px !important;
    background: rgb(33, 150, 83) !important;
    padding: 16px 20px 16px 20px !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: block;
}

.form-btn:hover {
    border: 1px solid white;
}

.form-politic {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 26px;
    color: #B9B9B9;
}

.form-politic a {
    color: white;
    text-decoration: none;
}

@media (max-width: 992px) {
    .form-politic {
        font-size: 11px;
    }
    .form-btn {
        width: 100%;
    }
}


/* list-form ================= end */


/* quiz-block ============== */

.form-politic a {
    color: black !important;
}

.form-politic {
    margin-bottom: 20px;
}

.form-btn {
    margin-top: 20px;
}

.form-container {
    padding: 30px;
    border-radius: 4px;
    background: url('images/zc.svg') rgb(246, 247, 248);
    background-position: right -50px bottom;
    background-repeat: no-repeat;
}

.form-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 41px;
    margin-bottom: 30px;
}

.block-form__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
}

.block-form {
    max-width: 550px;
}

@media (max-width: 1600px) {
    .form-container {
        background-size: 300px;
        background-position: right -50px top;
    }
}

@media (max-width: 992px) {
    .form-container {
        background: none;
        background-color: rgb(246, 247, 248);
        padding: 15px;
    }
    .form-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .block-form__text {
        font-size: 16px;
    }
}


/* path ================= */

.path {
    padding-top: 100px;
    padding-bottom: 200px;
    position: relative;
}

.path-line__img {}

.path-items {}

.path-item {
    display: flex;
    gap: 22px;
    flex-direction: column;
    align-items: center;
    max-width: 260px;
    color: rgb(85, 85, 85);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    position: absolute;
}

.path-item--1,
.path-item--7 {
    left: 0%;
}

.path-item--2,
.path-item--5,
.path-item--8 {
    left: 40%;
}

.path-item--3,
.path-item--4,
.path-item--9 {
    left: 83%;
}

.path-item--6 {
    left: 3%;
}

.path-item--1,
.path-item--2,
.path-item--3 {
    top: 5%;
}

.path-item--4,
.path-item--5,
.path-item--6 {
    top: 37%;
}

.path-item--7,
.path-item--8,
.path-item--9 {
    top: 69%;
}

.path-item__number {}

@media (max-width:1600px) {
    .path-item {
        gap: 5px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.1;
    }
    .path-item__number {
        width: 75px;
    }
    .path-item--1,
    .path-item--2,
    .path-item--3 {
        top: 9%;
    }
    .path-item--7,
    .path-item--8,
    .path-item--9 {
        top: 65%;
    }
}

@media (max-width:992px) {
    .path-line__img {
        display: none;
    }
    .path-item {
        position: static;
        flex-direction: row;
        gap: 10px;
        line-height: 1.2;
        max-width: 700px;
        margin-bottom: 20px;
    }
    .path-item__number {
        width: 75px;
    }
    .path {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .path-item__text {
        max-width: 75%;
    }
}


/* path ================ end */


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

.why {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 25% 1fr;
    grid-template-rows: 1fr 1fr;
}

.why-item {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    border-radius: 4px;
    background: rgb(246, 247, 248);
    padding: 35px 30px;
}

.why-item--accent {
    color: rgb(255, 255, 255);
    background: url('images/img.png') rgb(33, 150, 83) no-repeat right bottom;
    grid-row: span 2;
    padding-bottom: 180px;
}

@media (max-width:1600px) {
    .why {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .why-item {
        padding: 20px;
        font-size: 24px;
    }
    .why-item--accent {
        padding-bottom: 180px;
    }
}

@media (max-width:992px) {
    .why {
        grid-template-columns: 1fr;
    }
    .why-item {
        padding: 20px;
        font-size: 24px;
    }
    .why-item--accent {
        grid-row: unset;
        background-image: none;
    }
}


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


/* project ================== */

.projects {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(301px, 1fr));
}

.project {
    padding: 30px;
    background: rgb(246, 247, 248);
}

.project__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 37px;
    margin-bottom: 40px;
}

.project__subtitle {
    color: rgb(85, 85, 85);
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

@media (max-width:992px) {
    .project__title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .project__subtitle {
        font-size: 18px;
    }
}


/* project ============= end */


/* survey ================= */

.survey {
    padding: 30px;
    background: rgb(246, 247, 248);
}

.survey__title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}

.survey__subtitle {
    color: rgb(85, 85, 85);
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 400;
}

.survey__link {
    padding: 14px 28px 14px 28px;
    background: rgb(33, 150, 83);
    color: rgb(255, 255, 255) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

@media (max-width:992px) {
    .survey__title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .survey__subtitle {
        font-size: 18px;
    }
}


/* survey ============== end */