* {
    box-sizing: border-box;
}

.banner4__title span {
    color: #000;
    font-family: "Avenir Next Cyr";
    font-size: 46px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
}

.banner4__title {
    margin: 30px 0;
}

.banner4__content {
    position: relative;
    height: 400px;
}

.banner4__bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.banner4__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner4__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding-left: 65px;
}

.banner4__hidden {
    display: none;
}

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

.banner4__btns {
    display: flex;
    height: 50px;
}

.green-btn {
    margin-right: 15px;
    border-radius: 5px;
    border: 1px solid #51AE15;
    color: #FFF;
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    border-radius: 5px;
    background: #51AE15;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    width: 240px;
}

.green-btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.green-border {
    border-radius: 5px;
    border: 1px solid var(--green, #51AE15);
    color: var(--green, #51AE15);
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.green-border:hover {
    background-color: #023A87;
    border-color: #023A87;
    color: #fff;
}

.bitr__number {
    margin: 60px 0 100px;
    display: flex;
    justify-content: space-between;
}

.number3__item {
    display: flex;
    align-items: center;
}

.number3__img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #F3F3F3;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.number3__img img {
    width: 80px;
    height: 80px;
}

.number3__info b {
    color: var(--orange, #FF881F);
    font-family: "Avenir Next Cyr";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 129%; /* 51.6px */
    margin-bottom: 10px;
}

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

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

.whats2__left {
    width: 65%;
}

.whats2__img {
    width: 30%;
}

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

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

.advns2 {
    margin: 60px 0 100px;
}

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

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

.advns2__item {
    position: relative;
    height: 350px;
    background-color: #032a82d1;
}

.advns2__item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 4;
}

.advns2__item:nth-child(2) {
    grid-area: 1 / 4 / 3 / 7;
}

.advns2__item:nth-child(3) {
    grid-area: 3 / 1 / 5 / 3;
}

.advns2__item:nth-child(4) {
    grid-area: 3 / 3 / 5 / 5;
}

.advns2__item:nth-child(5) {
    grid-area: 3 / 5 / 5 / 7;
}

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

.advns2__item p {
    color: var(--white, #FFF);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    padding: 20px 40px 20px 80px;
}

.advns2__icon {
    position: absolute;
    left: 30px;
    top: 60px;
}

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

.advns2__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hows2__top {
    background-color: #F3F3F3;
    display: flex;
    justify-content: space-between;
    height: 280px;
    align-items: center;
    margin-bottom: 30px;
    padding: 30px 40px 20px 70px;
}

.hows2__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: 25px;
}

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

.hows2__bot {
    display: flex;
    justify-content: space-evenly;
}

.hows2__bot a {
    color: var(--black, #404040);
    font-family: "Avenir Next Cyr";
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 129%; /* 25.8px */
    text-decoration-line: underline;
    padding: 0 20px;
}

.hows2__bot a svg {
    stroke: #404040;
}

.hows2__bot a svg {
    margin-bottom: -5px;
    transition: .2s linear;
}

.hows2__bot a:hover {
    color:#004BB1;
}

.hows2__bot a:hover svg {
    stroke: #004BB1;
    transition: .2s linear;
}

.whys2 {
    margin: 100px 0 60px;
}

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

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

.whys2__top span {
    width: 10%;
    height: 1px;
    background-color: #C2C2C2;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

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

.whys2__items {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin: 40px 0 50px;
}

.whys2__item {
    position: relative;
    height: 200px;
    background: var(--linear, linear-gradient(85deg, #023A87 0%, #004EB9 100%), #023A87);
    padding: 40px 80px 20px 60px;
    display: flex;
    justify-content: center;
}

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

.whys2__item img {
    max-width: 120px;
    margin-right: 50px;
}

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

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

.whys2__btn {
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Avenir Next Cyr";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    background: #51AE15;
    border: 1px solid #51AE15;
}

.whys2__btn:hover {
    background: #023A87;
    border: 1px solid #023A87;
    color: #fff;
}

.profs2 {
    position: relative;
    height: 310px;
    margin-top: 120px;
}

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

.profs2__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profs2__info {
    padding: 60px 80px;
    width: 60%;
}

.profs2__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: 25px;
}

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

.profs2__img {
    position: absolute;
    bottom: 0;
    right: 80px;
    height: 360px;
}

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

.certs2 {
    margin: 100px 0;
    padding: 0 80px;
}

.certs2 img {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.certs2 a {
    margin: 2px 10px;
}

.certs2 .slick-arrow {
    width: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.certs2 .slick-arrow rect, .certs2 .slick-arrow path {
    stroke: #004BB1;
    fill: none;
}

.certs2 .slick-arrow:hover rect, .certs2 .slick-arrow:hover path {
    stroke: #fff;
    fill: #004BB1;
}

.certs2 .arrowLeft {
    left: 0;
}
.certs2 .arrowRight {
    right: 0;
}

.bitr__cases {
    margin-bottom: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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


.bitr__cases span {
    width: 16%;
    height: 1px;
    margin: 10px 3% 0 1%;
    background-color: #C2C2C2;
}

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

.certs2 .slick-dots {
    display: none;
}

@media(max-width: 1400px) {
    .bitr__number {
        gap: 25px;
    }
}

@media(max-width: 1200px) {
    .advns2__item b {
        padding: 35px 30px 20px 60px;
        font-size: 35px;
    }
    .advns2__icon {
        top: 40px;
        left: 10px;
    }
    .advns2__item p {
        line-height: 130%;
        padding: 20px 30px 20px 60px;
        margin: 0;
    }
}

@media (max-width: 992px) {
    .banner4__title span {
        font-size: 38px;
        font-weight: 650;
    }
    .banner4__info {
        padding-left: 20px;
    }
    .number3__img {
        width: 100px;
        height: 100px;
    }
    .number3__img img {
        width: 67px;
        height: 67px;
    }
    .number3__item {
        width: 31%;
    }
    .number3__img {
        min-width: 100px;
    }
    .advns2__item b {
        font-size: 30px;
    }
    .hows2__left {
        margin-right: 20px;
    }
    .hows2__left b {
        font-size: 24px;
    }
    .hows2__left p {
        font-size: 18px;
    }
    .hows2__bot a {
        padding: 0 10px;
    }
    .whys2__top b {
        font-size: 24px;
    }
    .whys2__top p {
        font-size: 17px;
    }
    .whys2__item {
        padding: 30px;
    }
    .whys2__item b {
        font-size: 24px;
    }
    .profs2 {
        height: 580px;
    }
    .profs2__info {
        width: 100%;
        padding: 45px;
    }
    .certs2 {
        margin: 70px 0;
        padding: 0 50px;
    }
    .bitr__cases b {
        font-size: 24px;
    }
    .bitr__cases p {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .banner4__title span {
        font-size: 32px;
        font-weight: 700;
    }
    .banner4__content {
        height: 650px;
        background-color: #12131c;
    }
    .banner4__bg {
        height: 60%;
        top: unset;
        bottom: 0;
        z-index: 1;
    }
    .banner4__info {
        width: 100%;
        height: 40%;
    }
    .banner4__bg img {
        object-position: center right;
    }
    body main .breadcrumbs.bitr__bread {
        display: none;
    }
     .bitr__number {
        flex-direction: column;
    }
    .number3__item {
        width: 100%;

        margin-bottom: 20px;
    }

    .bitr__number {
        margin: 35px 0 60px;
    }

    .whats2 {
        flex-direction: column;
    }

    .whats2__left {
        width: 100%;
        margin-bottom: 20px;
    }
    .whats2__img {
        width: 100%;
    }
    .advns2__items {
        grid-template-columns: 1fr;
        grid-template-rows: unset;
    }
    .advns2__item {
        height: auto;
        padding-bottom: 30px;
    }
    .advns2__item:nth-child(1) {
        grid-area: unset;
    }
    .advns2__item:nth-child(2) {
        grid-area: unset;
    }
    .advns2__item:nth-child(3) {
        grid-area: unset;
    }
    .advns2__item:nth-child(4) {
        grid-area: unset;
    }
    .advns2__item:nth-child(5) {
        grid-area: unset;
    }
    .hows2__top {
        padding: 30px 20px;
        height: auto;
    }
    .hows2__bot {
        flex-direction: column;
    }
    .hows2__bot a {
        margin-bottom: 16px;
        height: 50px;
        background-color: #51AE15;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
    }
    .hows2__bot a svg {
        display: none;
    }
    .hows2__left b {
        font-size: 20px;
    }
    .hows2__left p {
        font-size: 15px;
    }
    .advns2 {
        margin: 30px 0 45px;
    }
    .whys2__top {
        flex-direction: column;
    }
    .whys2__top span {
        display: none;
    }
    .whys2__top b {
        width: 100%;
        margin-bottom: 20px;
    }
    .whys2__top p {
        width: 100%;
    }
    .whys2 {
        margin: 34px 0 30px;
    }
    .whys2__items {
        margin: 20px 0;
        grid-template-columns: 1fr;
    }
    .whys2__item {
        padding: 30px 60px 30px 30px;
    }
    .whys2__item:nth-child(3) {
        background: var(--linear, linear-gradient(85deg, #023A87 0%, #004EB9 100%), #023A87);
    }
    .whys2__item:nth-child(4) {
        background: var(--orange-linear, linear-gradient(236deg, #E06900 0%, #FF881F 100%), #FF881F);
    }
    .profs2__img {
        height: 300px;
    }
    .profs2 {
        margin-top: 50px;
    }
    .bitr__cases b {
        font-size: 20px;
    }
    .bitr__cases p {
        font-size: 15px;
    }
    .bitr__cases {
        flex-direction: column;
        padding: 50px 0 25px;
    }
    .bitr__cases span {
        display: none;
    }
    .bitr__cases b {
        width: 100%;
        display: block;
        margin-bottom: 13px;
    }
    .bitr__cases p {
        width: 100%;
        display: block;
    }
}

@media (max-width: 576px) {
    .banner4__title span {
        font-size: 24px;
        font-weight: 750;
    }
    .banner4__title span:nth-child(2) {
        display: none;
    }
    .banner4__content {
        height: 700;
    }
    .banner4__bg {
        height: 40%;
    }
    .banner4__info {
        height: 60%;
        padding: 20px 15px;
    }
    .banner4__hidden {
        display: block;
        color: var(--white, #FFF);
        text-align: center;
        font-family: "Avenir Next Cyr";
        font-size: 30px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        margin-bottom: 20px;
    }
    .banner4__subtitle {
        font-size: 16px;
        text-align: center;
    }
    .banner4__btns {
        flex-direction: column;
        height: unset;
    }
    .green-btn {
        height: 42px;
        margin-bottom: 15px;
        width: 100%;
    }
    .green-border {
        width: 100%;
        height: 42px;
    }
    .whats2__left b {
        font-size: 20px;
        margin-bottom: 23px;
    }
    .advns2__title {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .hows2__top {
        flex-direction: column;
    }
    .hows2__left {
        margin-bottom: 13px;
    }
    .whys2__item {
        flex-direction: column-reverse;
        height: unset;
        align-items: center;
        padding: 25px 35px 25px 40px;
    }
    .whys2__item img {
        max-width: 120px !important;
    }
    .whys2__item b {
        margin-bottom: 13px;
        font-size: 20px;
        display: block;
        width: 100%;
    }
    .whys2__item span {
        top: 28px;
        right: unset;
        left: 14px;
    }
    .profs2__img {
        height: 250px;
    }
    .profs2__info b {
        font-size: 20px;
    }
    .profs2__info p {
        font-size: 15px;
    }
    .profs2 {
        height: 520px;
    }
    .profs2__img {
        right: 10%;
    }
    .certs2 {
        margin: 40px 0;
        padding: 0 0 60px;
    }
    .certs2 .slick-arrow {
        top: unset;
        bottom: -60px;
    }
    .certs2 .arrowRight {
        right: 35%;
    }
    .certs2 .arrowLeft {
        left: 35%;
    }
    .certs2 .slick-dots {
        display: flex;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .certs2 .slick-dots li button {
        font-size: 0;
        border: none;
        outline: none;
    }
    .certs2 .slick-dots li {
        margin: 0 8px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #F3F3F3;
    }
    .certs2 .slick-dots li.slick-active {
        background-color: #CBCBCB;
    }
    .bitr__cases {
        margin-bottom: 20px;
    }
    .advns2__icon {
        width: 28px;
        top: 30px;
    }
    .advns2__item b {
        font-size: 24px;
        padding: 30px 30px 10px 40px;
        font-weight: 600;
    }
    .advns2__item p {
        padding: 20px 30px 20px 40px;
    }
    .hows2__bot a {
        font-size: 16px;
    }
}

@media(max-width: 480px) {
    .bitr__number {
        margin: 23px 0 34px;
    }
}
