* {
    box-sizing: border-box;
}
.integ {
    box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.03);
    padding: 30px 0 50px;
}

.integ__title {
    color: #000;
    font-family: "Avenir Next Cyr";
    font-size: 60px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    margin: 0 0 15px;
}

.banr {
    position: relative;
    min-height: 500px;
}

.banr__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banr__bg img {
    width: 100%;
    height: auto;
}

.banr__info {
    width: 55%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px 10px 55px;
}

.banr__info b {
    color: #404040;
    font-family: "Avenir Next Cyr";
    font-size: 30px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    margin-bottom: 30px;
    max-width: 560px;
}

.banr__info a {
    box-sizing: border-box;
    width: 305px;
    text-decoration: none;
}

.magaz {
    margin: 70px 0 100px;
}

.magaz__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.magaz__top b {
    display: block;
    width: 33%;
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 30px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
}

.magaz__top p {
    width: 50%;
    display: block;
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 121%; /* 24.2px */
    margin: 0;
}


.magaz__top span {
    width: 15%;
    height: 1px;
    background-color: #C2C2C2;
}

.magaz__subtitle {
    display: block;
    margin: 40px 0 30px;
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 750;
    line-height: 150%; /* 30px */
}

.magaz__mid {
    margin: 30px 0 70px;
    display: flex;
    justify-content: space-between;
}

.magaz__item {
    background: var(--grey, #F3F3F3);
    padding: 40px;
    position: relative;
    width: 49%;
    z-index: 2;
    height: 300px;
}

.magaz__item b {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    margin-bottom: 20px;
}

.magaz__item p {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    max-width: 364px;
    position: relative;
    z-index: 2;
}

.magaz__item img {
    position: absolute;
    z-index: 0;
}

.magaz__img1 {
    width: 210px;
    bottom: 0;
    right: 0;
}

.magaz__img2 {
    width: 300px;
    bottom: 23px;
    right: 25px;
}

.magaz__bot {
    display: flex;
    justify-content: space-between;
}

.magaz__left {
    width: 70%;
    position: relative;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.magaz__left img {
    width: 85px;
    position: absolute;
    top: 8px;
    left: 0;
}

.magaz__left b {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 30px;
    font-style: normal;
    font-weight: 750;
    line-height: 129%; /* 38.7px */
    margin-bottom: 30px;
    display: block;
}

.magaz__left span {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 45px */
    margin-bottom: 40px;
}

.magaz__right {
    width: 27%;
}

.magaz__right span {
    display: none;
}

.magaz__right img {
    max-width: 320px;
}

.magaz__hidden {
    display: none;
}

.forwho__title {
    color: #000;
    font-family: "Avenir Next Cyr";
    font-size: 30px;
    font-style: normal;
    font-weight: 750;
    line-height: 150%; /* 45px */
    margin-bottom: 50px;
}

.forwho__content {
    height: 850px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.forwho__item {
    height: 49%;
    position: relative;
    padding: 60px 90px;
}

.forwho__mid {
    height: 2%;
    background-color: #fff;
}

.forwho__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.forwho__bg img {
    width: 100%;
    height: 100%;
}

.forwho__top {
    display: flex;
    justify-content: space-between;
}

.forwho__top b {
    color: var(--white, #FFF);
    font-family: "Avenir Next Cyr";
    font-size: 40px;
    font-style: normal;
    font-weight: 750;
    line-height: 114%; /* 45.6px */
}

.forwho__top span {
    color: var(--grey-txt, #757575);
    font-family: "Avenir Next Cyr";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 114%; /* 45.6px */
}

.forwho__line {
    height: 1px;
    width: 100%;
    background-color: #F3F3F3;
    margin: 65px 0 40px;
}

.forwho__items {
    display: flex;
    justify-content: space-between;
}

.forwho__info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 27%;
}

.forwho__info img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -63px;
    width: 45px;
}

.forwho__info b {
    color: var(--white, #FFF);
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 750;
    line-height: 136%; /* 27.2px */
    margin-bottom: 7px;
}

.forwho__info p {
    color: var(--white, #FFF);
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 154%; /* 24.64px */
    text-align: center;
    margin: 0;
}

.which2 {
    margin: 100px 0;
}

.which2__title {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 30px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    margin-bottom: 40px;
}

.which2__text {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 121%; /* 24.2px */
    margin-bottom: 30px;
}

.which2__text b {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 121%;
}

.which2__items {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 35px;
}

.which2__item {
    position: relative;
    padding: 40px;
    border: 1px solid transparent;
}

.which2__item:hover {
    border: 1px solid var(--grey, #D6D6D6);
}

.which2__item b {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    margin-bottom: 12px;
}

.which2__item p {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin: 0;
}

.which2__item img {
    position: absolute;
    width: 120px;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    z-index: -1;
}

.which2__item2 {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: #F3F3F3;
}

.which2__item2 p {
    margin: 0;
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%; /* 27.2px */
}

.which2__item2 p b {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%;
}

body .btn-green.which2__btn {
    width: fit-content;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.advun__title {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 30px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    margin-bottom: 50px;
}

.advun__items {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.advun__item {
    background: var(--linear, linear-gradient(85deg, #023A87 0%, #004EB9 100%), #023A87);
    padding: 60px 60px 60px 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.advun__item:nth-child(2), .advun__item:nth-child(3) {
    background: var(--orange-linear, linear-gradient(236deg, #E06900 0%, #FF881F 100%), #FF881F);
}

.advun__item span {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--white, #FFF);
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.advun__item img {
    width: 100%;
}

.advun__img {
    margin-right: 25px;
    min-width: 160px;
}

.advun__info b {
    display: block;
    color: var(--white, #FFF);
    font-family: "Avenir Next Cyr";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}

.advun__info p {
    color: var(--white, #FFF);
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 23.2px */
}

.whyus1 {
    margin: 90px 0;
}

.whyus1__title {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 30px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    margin-bottom: 50px;
}

.whyus1__items {
    display: flex;
}

.whyus1__item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whyus1__item img {
    width: 85px;
}

.whyus1__line {
    height: 1px;
    background-color: #D6D6D6;
    width: 100%;
    margin: 35px 0;
}

.whyus1__info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.whyus1__info span {
    color: var(--white, #FFF);
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 154%; /* 24.64px */
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #004BB1;
    top: -48px;
}

.whyus1__info b {
    color: var(--black, #404040);
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 750;
    line-height: 136%; /* 27.2px */
    margin-bottom: 7px;
}

.whyus1__info p {
    margin: 0;
    color: var(--black, #404040);
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 154%; /* 24.64px */
}

.staps {
    margin: 100px 0;
}

.staps__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.staps__item:nth-child(2) {
    flex-direction: row-reverse;
}

.staps__info {
    width: 50%;
    display: flex;
    justify-content: c;
    flex-direction: column;
}

.staps__info b {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 30px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    margin-bottom: 35px;
}

.staps__info p {
    color: var(--grey-txt, #757575);
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-bottom: 12px;
    display: block;
    margin-top: 0;
}

.staps__info p strong {
    color: var(--grey-txt, #757575);
    font-family: "Avenir Next Cyr";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

.staps__img {
    height: 370px;
}

.staps__img img {
    height: 100%;
}

.razrab {
    min-height: 340px;
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
}

.razrab__img {
    width: 50%;
}

.razrab__img img {
    width: 100%;
    height: 100%;
}

.razrab__info {
    width: 49%;
    padding: 50px 70px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.razrab__text {
    margin-bottom: 40px;
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 36px */
}

.razrab__text b {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 750;
    line-height: 180%;
}

.razrab__info a {
    width: 290px;
    text-decoration: none;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 1400px) {
    .magaz__top b {
        width: 49%;
    }
    .magaz__top span {
        display: none;
    }
    .magaz__top p {
        width: 49%;
    }
    .magaz__item p {
        max-width: 320px;
    }
}

@media(max-width: 1200px) {
    .banr__info {
        height: 350px;
    }
    .banr {
        min-height: unset;
        margin-bottom: 40px;
    }
    .magaz__item {
        padding: 30px 20px;
    }
    .magaz__item p {
        max-width: 300px;
    }
    .advun__item {
        padding: 25px;
    }
    .which2__items {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 992px) {
    .banr__info b {
        font-size: 25px;
    }
    .banr__info {
        height: 300px;
    }
    .magaz__mid {
        flex-direction: column;
    }
    .magaz__item {
        width: 100%;
        margin-bottom: 20px;
        min-height: 300px;
    }
    .magaz__item p {
        max-width: 70%;
    }
    .advun__item {
        flex-direction: column-reverse;
    }
    .advun__info {
        margin-bottom: 25px;
    }
    .razrab {
        flex-direction: column-reverse;

    }
    .razrab__img {
        width: 100%;
    }
    .razrab__info {
        width: 100%;
        margin-bottom: 20px;
    }
    .forwho__title {
        margin-bottom: 40px;
        font-size: 24px;
    }
    .forwho__item {
        padding: 30px 40px;
    }
    .forwho__top b {
        font-size: 34px;
    }
    .forwho__top span {
        font-size: 34px;
    }
    .forwho__content {
        height: 750px;
    }
    .which2 {
        margin: 70px 0;
    }
    .which2__title {
        margin-bottom: 30px;
        font-size: 27px;
    }
    .whyus1 {
        margin: 70px 0;
    }
    .whyus1__title {
        font-size: 25px;
        margin-bottom: 34px;
    }
}

@media(max-width: 768px) {
    .breadcrumbs.integ__bread {
        display: none;
    }
    .integ__title {
        font-size: 50px;
        text-align: center;
    }
    .banr__info {
        height: unset;
        width: 100%;
        padding: 10px 20px;
    }
    .banr__info a {
        width: 100%;
    }
    .banr {
        position: relative;
        min-height: 500px;
        background-color: #f6f6f6;
        padding: 20px 0;
    }
    .banr__bg {
        bottom: 0;
        top: unset;
        height: 50%;
        z-index: 1;
    }
    .magaz__top b {
        width: 100%;
    }
    .magaz__top p {
        width: 100%;
        margin: 12px 0;
    }
    .magaz__top span {
        width: 100%;
        margin-top: 10px;
        display: block;
    }
    .magaz__bot {
        flex-direction: column;
    }
    .magaz__left {
        width: 100%;
    }
    .magaz__left span {
        display: none;
    }
    .magaz__right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .magaz__right span {
        display: block;
        width: 38%;
        font-size: 16px;
        line-height: 120%;
        max-width: 120px;
    }
    .magaz__right img {
        width: 58%;
    }
    .magaz__mid {
        margin: 20px 0 40px;
    }
    .advun__items {
        grid-template-columns: 1fr;
    }
    .advun__item:nth-child(3) {
        background: var(--linear, linear-gradient(85deg, #023A87 0%, #004EB9 100%), #023A87);
    }
    .advun__item:nth-child(4) {
        background: var(--orange-linear, linear-gradient(236deg, #E06900 0%, #FF881F 100%), #FF881F);
    }
    .staps__item {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .staps__info {
        width: 100%;
        margin-bottom: 18px;
    }
    .staps__img {
        height: unset;
    }
    .staps__item:nth-child(2) {
        flex-direction: column;
    }
    .staps {
        margin: 65px 0;
    }
    .razrab__info {
        padding: 25px 30px 20px;
    }
    .forwho__top b, .forwho__top span {
        font-size: 28px;
    }
    .forwho__info img {
        width: 30px;
        top: -56px;
    }
    .forwho__info b {
        font-size: 18px;
    }
    .forwho__info p {
        font-size: 15px;
    }
    .forwho__info {
        width: 30%;
    }
    .which2 {
        margin: 50px 0;
    }
    .which2__title {
        margin-bottom: 20px;
        font-size: 23px;
    }
    .which2__item {
        padding: 25px;
        border: 1px solid #D6D6D6;
    }
    .which2__item2 {
        padding: 25px;
    }
    .which2__item2 p {
        font-size: 17px;
    }
    .which2__item2 p b {
        font-size: 17px;
    }
    .which2__item img {
        width: 80px;
    }
    .which2__item b {
        font-size: 17px;
    }
    .which2__item p {
        font-size: 14px;
    }
    .whyus1__items {
        flex-direction: column;
        padding: 0 20px 0 35px;
    }
    .whyus1__item {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-bottom: 25px;
        border-left: 1px solid #D6D6D6;
        align-items: start;
    }
    .whyus1__item:last-child {
        border-left: none;
    }
    .whyus1__line {
        display: none;
    }
    .whyus1__info span {
        width: 17px;
        height: 17px;
        left: -8px;
        top: 0;
        font-size: 12px;
    }
    .whyus1__info {
        align-items: start;
        padding: 0 20px 0 35px;
    }
    .whyus1__info b {
        font-size: 17px;
    }
    .whyus1__info p {
        font-size: 14px;
    }
}
@media(max-width: 576px) {
    .integ__title {
        font-size: 40px;
    }
    .banr {
        min-height: 400px;
    }
    .banr__info b {
        font-size: 20px;
    }
    .magaz__left b {
        font-size: 17px;
    }
    .magaz__img1 {
        width: 140px;
    }
    .magaz__img2 {
        width: 200px;
    }
    .advun__info b {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .advun__info p {
        font-size: 13px;
    }
    .staps {
        margin: 35px 0;
    }
    .staps__info b {
        font-size: 19px;
        margin-bottom: 18px;
    }
    .staps__info p {
        font-size: 14px;
    }
    .razrab__text {
        font-size: 15px;
        margin-bottom: 16px;
        line-height: 130%;
    }
    .forwho__title {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 120%;
    }
    .forwho__top b, .forwho__top span {
        font-size: 20px;
    }
    .forwho__info img {
        width: 24px;
        top: -33px;
    }
    .forwho__info b {
        font-size: 15px;
    }
    .forwho__info p {
        font-size: 13px;
    }
    .forwho__line {
        margin: 35px 0 20px;
    }
    .forwho__content {
        height: 550px;
    }
    .which2__title {
        margin-bottom: 15px;
        font-size: 19px;
    }
    .which2__item2 p {
        font-size: 14px;
    }
    .which2__item2 p b {
        font-size: 14px;
    }
    .which2__items {
        grid-template-columns: 1fr;
        margin-bottom: 17px;
    }
    .which2__items img {
        width: 80px;
    }
    .which2__item b {
        font-size: 15px;
    }
    .which2__item p {
        font-size: 12px;
    }
    .whyus1 {
        margin: 50px 0;
    }
    .whyus1__title {
        font-size: 19px;
        margin-bottom: 20px;
    }
    .whyus1__info b {
        font-size: 15px;
    }
    .whyus1__info p {
        font-size: 13px;
    }
    .whyus1__item img {
        width: 60px;
    }
    .magaz__left img {
        display: none;
    }
    .magaz__left {
        padding-left: 0;
    }
    .magaz__left b {
        margin-bottom: 16px;
    }
    .magaz__hidden {
        display: block;
    }
    .magaz__right img {
        width: 35%;
    }
    .magaz__right img.magaz__hidden {
        width: 20%;
    }
    .magaz__right {
        justify-content: space-between;
    }
    .magaz__right span {
        width: auto;
    }
    .magaz__item {
        height: auto;
    }
}

@media(max-width: 480px) {
    .banr {
        min-height: 320px;
    }
    .banr__bg {
        height: 40%;
        bottom: -20px;
    }
    .banr__info b {
        font-size: 16px;
    }
    .staps {
        margin: 25px 0;
    }
    .staps__item {
        margin-bottom: 20px;
    }
    .forwho__content {
        height: unset;
    }
    .forwho__item {
        height: unset;
        padding: 30px 25px;
    }
    .forwho__mid {
        height: 10px;
    }
    .forwho__line {
        display: none;
    }
    .forwho__top {
        flex-direction: column-reverse;
        align-items: center;
    }
    .forwho__items {
        flex-wrap: wrap;
        margin-top: 25px;
        padding-left: 15px;
    }
    .forwho__top b {
        margin-top: 12px;
    }
    .forwho__info b {
        text-align: start;
    }
    .forwho__info p {
        text-align: start;
    }
    .forwho__info {
        width: 100%;
        align-items: start;
        padding: 10px 40px 35px;
        border-left: 1px solid #F3F3F3;
    }
    .forwho__info:last-child {
        border-left: none;
    }
    .forwho__info img {
        top: 3px;
        left: 0;
    }
}
