header, .section_form .form, .bg {
    background: linear-gradient(90deg, #E3FDF5 0%, #FFE6FA 100%);
}
.first_section .img_abs {
    top: auto!important;
    height: auto!important;
    bottom: 0;
    width: auto!important;
}
.first_section {

}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

a {
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.services__nw {
    margin: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.services__nw_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.services__nw_item h2 {
    font-size: 32px;
    line-height: 43px;
    color: #042646;
    font-family: "Inter", serif;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0;
}

.services__nw_item_list {
    background: #F5F7FC;
    border-radius: 10px;
    padding: 40px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services__nw_item .item-image {
    margin: 30px 0 0;
    text-align: center;
    width: 100%;
    height: 300px;
}

.services__nw_item .item-image img {
    width: auto;
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.services__nw__list {
    display: block;
    margin: 0;
    padding: 0;
    counter-reset: services-name;
}

.services__nw__list li {
    display: block;
    margin: 0 0 13px 0;
    padding: 0 0 0 28px;
    position: relative;
    font-family: "Inter", serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #042646;
}

.services__nw__list li:last-child {
    margin: 0;
}

.services__nw__list li:before {
    counter-increment: services-name;
    content: counter(services-name);
    color: #fff;
    position: absolute;
    font-family: "Inter", serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #167C92;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.services__nw__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.services__nw__menu li {
    display: block;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    background: #fff;
    text-decoration: none;
    border-radius: 40px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.services__nw__menu li:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.services__nw__menu li img {
    width: auto;
    max-width: 20px;
}

.services__nw__menu li span {
    font-size: 14px;
    line-height: 19px;
    color: #042646;
    font-family: "Inter", serif;
    font-weight: normal;
}

.button-nw {
    padding: 21px;
    border-radius: 8px;
    border: 0;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-family: "Inter", serif;
    font-weight: normal;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    background: -webkit-gradient(linear, left top, right top, from(#5EB5DC), to(#516BC1));
    background: linear-gradient(90deg, #5EB5DC 0%, #516BC1 100%);
    min-width: 237px;
    text-align: center;
}

.button-nw:hover {
    color: #fff;
    opacity: 0.7;
}

.container__nw {
    width: 100%;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}

.odds__nw {
    margin: 100px 0 150px;
}

.odds__nw h2 {
    font-size: 40px;
    line-height: 53px;
    color: #042646;
    font-family: "Inter", serif;
    font-weight: normal;
    margin: 0 0 38px 0;
    padding: 0;
}

.odds__nw__block {
    display: block;
    padding: 0;
    margin: 0;
    counter-reset: odds-name;
}

.odds__nw__item {
    position: relative;
    padding: 0 0 25px 175px;
    margin: 0 0 35px 0;
    border-bottom: 1px solid #435C74;
    overflow: hidden;
}

.odds__nw__item:before {
    counter-increment: odds-name;
    content: "0" counter(odds-name);
    color: #687D90;
    position: absolute;
    font-family: "Inter", serif;
    font-weight: bold;
    font-size: 124px;
    line-height: 97px;
    top: 0;
    left: 0;
    width: 163px;
    height: 83px;
    overflow: hidden;
}

.odds__nw__item p {
    font-size: 14px;
    line-height: 19px;
    color: #042646;
    font-family: "Inter", serif;
    font-weight: normal;
    margin: 0;
}

.odds__nw__item p.title {
    font-size: 24px;
    line-height: 32px;
    color: #042646;
    margin: 0 0 17px 0;
}

.banner__nw {
    background: #F5F7FC;
    margin: 100px 0;
}

.banner__nw_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner__nw_image {
    min-width: 418px;
    max-width: 418px;
    height: 498px;
}

.banner__nw_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.banner__nw_content {
    width: 100%;
    max-width: 500px;
}

.banner__nw_content img {
    width: auto;
    max-width: 100%;
}

.banner__nw_content h2 {
    font-size: 40px;
    line-height: 53px;
    color: #042646;
    font-family: "Inter", serif;
    font-weight: normal;
    margin: 42px 0 38px;
}

.banner__nw_content p {
    font-size: 18px;
    line-height: 24px;
    color: #042646;
    font-family: "Inter", serif;
    font-weight: normal;
    margin: 0;
}

.program__nw {
    margin: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.program__nw_caption {
    width: 100%;
    max-width: 560px;
}

.program__nw_caption h2 {
    font-size: 40px;
    line-height: 53px;
    color: #042646;
    font-family: "Inter", serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.program__nw_block {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 715px;
    counter-reset: program-name;
}

.program__nw_item {
    position: relative;
    padding: 49px 0 0 0;
    margin: 0 0 40px 0;
}

.program__nw_item:last-child {
    margin: 0;
}

.program__nw_item:before {
    counter-increment: program-name;
    content: "0" counter(program-name) ".";
    color: #042646;
    position: absolute;
    font-family: "Inter", serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    top: 0;
    left: 0;
}

.program__nw_item p {
    font-size: 14px;
    line-height: 19px;
    color: #042646;
    font-family: "Inter", serif;
    font-weight: normal;
    margin: 0;
}

.program__nw_item p a {
    color: #167C92;
    text-decoration: underline;
}

.program__nw_item p a:hover {
    color: #167C92;
    text-decoration: none;
}

.program__nw_item p.title {
    font-size: 24px;
    line-height: 32px;
    color: #042646;
    margin: 0 0 17px 0;
}

.feedback__nw {
    margin: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.feedback__nw_image {
    min-width: 530px;
    max-width: 530px;
    height: 680px;
    margin: 0 80px 0 0;
}

.feedback__nw_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 40px;
}

.feedback__nw_content {
    width: 100%;
    padding: 80px 0;
}

.feedback__nw_content h2 {
    font-size: 40px;
    line-height: 53px;
    color: #042646;
    font-family: "Inter", serif;
    font-weight: normal;
    margin: 0 0 52px 0;
    padding: 0;
}

.feedback__nw_content p.name {
    font-size: 24px;
    line-height: 32px;
    color: #042646;
    font-family: "Inter", serif;
    font-weight: normal;
    margin: 0 0 2px 0;
}

.feedback__nw_content p.position {
    font-size: 14px;
    line-height: 19px;
    color: #7C8EA1;
    font-family: "Inter", serif;
    font-weight: normal;
    margin: 0 0 26px 0;
}

.feedback__nw_content .button-nw {
    min-width: 210px;
}

@media screen and (max-width: 1199px) {
    .services__nw {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
    .services__nw_item:first-child {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin-bottom: 10px;
    }
    .program__nw {
        display: block;
    }
    .program__nw_caption {
        max-width: 100%;
        margin: 0 0 26px 0;
    }
    .program__nw_block {
        max-width: 100%;
    }
    .feedback__nw_image {
        min-width: 354px;
        max-width: 354px;
        height: 455px;
        margin: 0 20px 0 0;
    }
}

@media screen and (max-width: 991px) {
    .feedback__nw_content {
        padding: 0;
    }
    .feedback__nw_content h2 {
        font-size: 32px;
        line-height: 43px;
        margin: 0 0 72px 0;
    }
    .program__nw_caption h2 {
        font-size: 32px;
        line-height: 43px;
    }
    .banner__nw_image {
        display: none;
    }
    .banner__nw_content {
        max-width: 100%;
    }
    .banner__nw_content h2 {
        font-size: 32px;
        line-height: 43px;
        margin: 42px 0 26px;
    }
    .banner__nw {
        padding: 100px 0;
    }
    .services__nw_item_list {
        padding: 30px 20px 0;
    }
    .services__nw__menu li {
        padding: 12px 16px;
    }
    .odds__nw h2 {
        font-size: 32px;
        line-height: 43px;
        margin: 0 0 26px 0;
    }
    .odds__nw {
        margin: 100px 0;
    }
}

@media screen and (max-width: 767px) {
    .feedback__nw {
        margin: 60px 0;
        display: block;
    }
    .feedback__nw_content h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 14px 0;
    }
    .feedback__nw_image {
        min-width: 355px;
        max-width: 355px;
        height: 456px;
        margin: 0 0 20px 0;
    }
    .program__nw {
        margin: 60px 0;
    }
    .program__nw_item {
        margin: 0 0 26px 0;
    }
    .program__nw_item p.title {
        margin: 0 0 14px 0;
    }
    .program__nw_caption h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .banner__nw {
        padding: 60px 0;
        margin: 60px 0;
    }
    .odds__nw {
        margin: 60px 0;
    }
    .odds__nw__item {
        padding: 100px 0 12px 0;
        margin: 0 0 20px 0;
    }
    .odds__nw h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .services__nw {
        margin: 60px 0;
    }
    .services__nw_item h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .button-nw {
        padding: 21px;
        min-width: 190px;
        font-size: 14px;
        line-height: 14px;
    }
    .services__nw_item {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

@media screen and (max-width: 575px) {
    .services__nw__menu li {
        padding: 12px 15px;
    }
    .container__nw {
        padding: 0 10px;
    }
}