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.png');
    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: 40px;
    }
}

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

.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 */


/* .intro-block =========================== */

.intro-block {
    padding: 30px;
    color: white;
    background: rgb(33, 150, 83);
}

.intro-block__inner {}

.intro-block__title {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 8px;
}

.block-footer__text {
    color: rgba(255, 255, 255, 0.6);
    padding-top: 22px;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 20px;
}

.into-block-list {
    display: flex;
    gap: 30px;
}

.into-block-list-item {
    padding-left: 32px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
}

.into-block-list-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    background: white;
    height: 2px;
    width: 19px;
}

@media (max-width: 992px) {
    .intro-block {
        padding: 15px;
    }
    .intro-block__title {
        color: rgb(255, 255, 255);
        font-size: 30px;
    }
    .intro-block__subtitle {
        font-size: 18px;
    }
    .block-footer__text {
        font-size: 18px;
    }
    .into-block-list {
        flex-direction: column;
        gap: 10px;
    }
}


/* .intro-block ======================== end */


/* trands =========================== */

.trends {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.trend {
    background: rgb(246, 247, 248);
    padding: 30px;
    padding-bottom: 100px;
    font-size: 20px;
}

.trend--2 {
    grid-column: span 2;
    padding-bottom: 30px;
}

@media (max-width: 992px) {
    .trends {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .trend {
        padding: 20px;
    }
    .trend--2 {
        grid-column: unset;
    }
}


/* trands =========================== */


/* form ============== */

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


/* form ============== */


/* answers ================ */

.answers {
    display: flex;
}

.answer {
    padding: 30px 80px 30px 40px;
    background-color: rgb(246, 247, 248);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
}

.answer__img {
    position: absolute;
    display: block;
    top: 0px;
    right: -54px;
    z-index: 1;
    height: 100%;
}

.answer--green {
    color: #fff;
    background-color: #219653;
    position: relative;
    margin-right: 80px;
    padding-left: 80px;
    padding-right: 0px;
}

@media (max-width: 1600px) {
    .answer {
        padding: 10px 80px 10px 40px;
    }
    .answer__img {
        right: -60px;
    }
    .answer--green {
        padding-left: 100px;
    }
}

@media (max-width: 1200px) {
    .answers {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .answer {
        padding: 15px 30px;
        margin: 0 0 0 0;
    }
    .answer__img {
        display: none;
    }
}


/* answers ============ end */


/* qq ==================== */

.qq-item {
    margin-bottom: 20px;
    background-color: rgb(246, 247, 248);
    padding: 30px 38px;
}

.qq-item__inner {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    padding-left: 32px;
    position: relative;
}

.qq-item__inner::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14.000000' height='27.000000' viewBox='0 0 14 27' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdesc%3e Created with Pixso. %3c/desc%3e%3cdefs/%3e%3cpath id='arrow' d='M1 25L13 13L1 1' stroke='%23219653' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linejoin='round' stroke-linecap='round'/%3e%3c/svg%3e");
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
}

@media (max-width: 992px) {
    .qq-item {
        margin-bottom: 15px;
        padding: 15px;
    }
    .qq-item__inner {
        font-size: 16px;
    }
}


/* qq ================= end */


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

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

.path-line__img {
    display: block;
    margin-left: auto;
}

.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--6 {
    left: 0;
}

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

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

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

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

.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: 13%;
    }
    .path-item--4,
    .path-item--5,
    .path-item--6 {
        top: 53%;
    }
    .path-item--1 {
        left: -5%;
    }
    .path-item--6 {
        left: -10%;
    }
}

@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 */


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

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

.project {
    padding: 30px;
    background: rgb(246, 247, 248);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.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 */


/* advents =============  */

.advents {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.advent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advent__title {
    color: rgb(33, 150, 83);
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 16px;
}

.advent__text {
    /* text 20 reg 130% */
    color: rgb(85, 85, 85);
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
}

@media (max-width: 992px) {
    .advents {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr;
    }
}


/* advents =============  */