.last-news,
.scale { overflow-x: hidden;}

/* Add badge style */
@media (max-width: 1024px){
    .banner h1 {
        font-size: 56px;
        line-height: 64px;
    }
}
@media (max-width: 720px) {
    .banner h1 {
        font-size: 30px;
        line-height: 36px;
    }
}

/* 27.08.2024 */
@media (max-width: 720px) {
    .blog__header,
    .post__header {
        top: 61px;
    }
    .scale {
    padding-top: 0;
    }
}
@media (max-width: 1024px) {
    .blog__prior--description {
        max-width: 100%;
    }
    .blog__prior--description > p {
        max-width: 100%;
    }
}

.button,
.blog__content--nav li a,
.blog__paper .blog__papers--desc h4,
.blog__sidebar--news > a h4,
.post__latest--news h4 {
    transition: 0.35s;
}
.button:hover {
    background: #0a038c;
}

.blog__content--nav li a:hover {
    color: crimson;
}

.blog__paper:hover .blog__papers--desc h4,
.blog__sidebar--news > a:hover h4,
.post__latest--news:hover h4 {
    color: crimson;
}

.blog__papers--data {
    flex-wrap: wrap;
    row-gap: 4px;
}

.blog__paper.hoverCatagory h4 {
    color: #090038 !important;
}

@media (max-width: 1024px) {
    .blog__papers--data span {
        font-size: 10px;
        line-height: 10px;
    }
    .blog__papers--data {
        column-gap: 8px;
    }
}
@media (max-width: 720px) {
    .blog__papers--data {
        row-gap: 2px;
    }
}

@media (max-width: 530px) {
    body .blog__paper--picture,
    body .blog__prior--picture {
        height: auto;
    }
}

.blog__prior--tablet {
    display: none;
}
.blog__prior--desktop {
    display: flex;
}

@media (max-width: 1024px) {
    .blog__prior--tablet {
        display: block;
    }
    body .blog__prior--desktop {
        display: none;
    }
}
@media (max-width: 720px) {
    .blog__prior--tablet {
        margin-bottom: 50px;
    }
    body .blog__header:after {
        top: 1px;
    }
    body .blog__header::before {
        bottom: 1px;
    }
    body .blog__header {
        overflow: hidden;
    }
}

body .blog__sidebar {
    grid-column: inherit;
    grid-row: inherit;
}

@media (max-width: 530px) {
    .blog__wrap {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .blogPage .header__menu {
        padding: 20px 0 35px 0 !important;
        top: 54px !important;
    }
}

.blog__papers--data a {
    font-size: 12px;
    line-height: 12px;
}

@media (max-width: 1024px) {
    .blog__papers--data a {
        font-size: 10px;
        line-height: 10px;
    }
}

.blog__sidebar--news--data a,
.post__sidebar--news--data a {
    font-size: 12px;
    line-height: 12px;
    line-height: 14px;
}

@media (max-width: 720px) {
    .blog__sidebar--news--data a,
    .post__sidebar--news--data a {
        font-size: 10px;
        line-height: 10px;
    }
}

/* Footer */
.footer .container .footer_badge {
    display: flex;
    width: max-content;
    position: absolute;
    top: 0;
    right: 20px;
}

.footer .container .footer_badge img {
    width: 97px;
    height: 144px;
}
@media (max-width: 1024px) {
    .footer .container .footer_badge img {
        width: auto;
        height: 95px;
    }
    .footer .container {
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 720px) {
    .footer .container {
        padding-top: 135px;
    }
    .footer .container .footer_badge {
        right: 0;
        width: 100%;
        justify-content: center;
    }
}

/* Global career opportunities */

.career .container {
    position: relative;
}

.career_badge {
    position: absolute;
    top: -100px;
    right: 130px;
    z-index: 2;
    display: flex;
}
.career_badge img {
    width: 97px;
    height: 144px;
}
@media (max-width: 1201px) {
    .career_badge {
        top: -81px;
    }
    .career__plus {
        right: 5%;
    }
}
@media (max-width: 1024px) {
    .career_badge {
        right: 15px;
    }
    .career__plus {
        display: none;
    }
}
@media (max-width: 992px) {
    .career h2 {
        max-width: 300px;
    }
    .career__plus {
        display: none;
    }
}

@media (max-width: 720px) {
    .career_badge {
        top: -140px;
        right: 0;
        width: 100%;
        justify-content: center;
    }
    .career_badge img {
        width: 67px;
        height: 100px;
    }
}

@media (max-width: 375px) {
    html body .career {
        padding-bottom: 40px;
    }
    body .career__plus {
        display: none;
    }
}

/* Careers hero section */

.header_badge--wrap {
    max-width: 1200px;
    padding: 0 20px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 2;
    width: 100%;
}
@media (max-width: 1024px) {
    .header_badge--wrap {
        max-width: 940px;
    }
}

@media (max-width: 530px) {
    .cr_hero .container.show {
        margin-top: 0;
    }
    .header_badge--wrap {
        padding: 0 14px;
        top: 0;
    }
}

.header_badge {
    animation-delay: 3s;
    transition-delay: 2s;
    transition-duration: 1s;
    transform: translateX(-101%);
    opacity: 0;
    display: flex;
}
.header_badge.show {
    animation: fadeInLeft 0.5s ease forwards;
    opacity: 1;
}

body .header_badge img {
    width: 97px;
    height: 144px;
    margin: 0 5px;
}
@media (max-width: 720px) {
    body .header_badge img {
        width: 67px;
        height: 100px;
    }
    .header_badge {
        animation-delay: 2s;
        transition-delay: 1.2s;
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 530px) {

}

/* Added a new style for the Career section on the main page */
body .career__left.needAnimate img {
    width: 100%;
    height: auto;
    position: relative;
    top: inherit;
    left: inherit;
}
body .career__left.needAnimate {
    min-height: inherit;
    opacity: 0;
    transform: none;
}
body .career__left.needAnimate.animated {
    transition: all 1.2s ease 1.2s;
    animation: fadeinImage cubic-bezier(0.97, 0.01, 0.49, 1) 1.2s forwards;
    /* animation: fadeinImage ease 1.2s forwards; */
    transform: none;
}

body .career__left.needAnimate > div {
    width: 100% !important;
    transition: none;
}

@keyframes fadeinImage {
    from {
        opacity: 0;
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }

    to {
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
        opacity: 1;
    }
}

.banner__arrow,
.cr_hero__arrow {
    cursor: inherit;
}

.banner__cert {
    position: absolute;
    top: 50px;
    right: 21%;
    z-index: 3;
    display: flex;
}
.banner__cert img {
    width: 97px;
    height: 144px;
}
.banner__cert img:first-child {
    margin-right: 8px;
}

@media (max-width: 1024px) {
    .banner__cert {
        right: 10%;
    }
}
@media (max-width: 720px) {
      .banner {
        padding-top: 150px;
    }
    .banner__cert {
        top: 29px;
        right: 0;
        width: 100%;
        justify-content: center;
    }
    .banner__cert img {
        height: 95px !important;
        width: auto;
    }
}



.scale__number {
    row-gap: 50px;
}

.career__right a,
.cr_join--left a {
    transition-property: transform, opacity, background !important;
    transition-duration: 0.5s, 0.5s, 0.2s !important;
    transition-timing-function: ease-in, ease-in, linear !important;
    transition-delay: 2s, 2s, 0s !important;
}

.career__right a:hover,
.cr_join--left a:hover {
    background: #dc143c;
}

.cr_video__video--play img {
    filter: blur(5px);
    transition: filter 0.3s ease;
    cursor: pointer;
}

.cr_video__video--play img:hover {
    filter: blur(0); /* Убрать размытие при наведении курсора */
}
.cr_perks__card--pic img {
    border-radius: inherit !important;
}

.cr_reviews__slide {
    opacity: 0;
    transition: 0.35s;
}

.cr_reviews__slide.swiper-slide-active {
    opacity: 1 !important;
}

@media (max-width: 720px) {
    .scale__number {
        row-gap: 10px;
    }
}

.banner__bg {
    bottom: 0;
    right: 0;
    margin: auto;
}

body .scale__number {
    flex-wrap: nowrap;
    justify-content: space-evenly;
	    margin-top: 100px;
}

body .scale__item:not(:last-child) {
    margin-right: inherit;
}

@media (max-width: 820px) {
    .scale__item {
        width: 145px;
    }
}

@media (max-width: 720px) {
    body .holding .swiper-container {
        min-height: unset;
        overflow: hidden;
    }

    body .scale__number {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .scale__item {
        width: 50%;
    }

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

body .career {
    padding-bottom: 80px;
}
@media (max-width: 1201px) {
    body .career {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (max-width: 992px) {

}
@media (max-width: 720px) {
    body .career {
        padding-top: 140px;
    }
}

body .last-news__image img {
    height: 100%;
}
body .last-news__image {
    height: 100%;
}

body .last-news__item {
    width: calc(calc(100% / 3) - 37px);
}
@media (max-width: 1201px) {
    body .last-news__item {
        width: calc(calc(100% / 3) - 20px);
    }
}
@media (max-width: 1024px) {
    .last-news__content h3,
    .last-news__content > span {
        padding-left: inherit;
    }

    body .last-news__item {
        width: calc(calc(100% / 2) - 15px);
    }
    body .last-news__list {
        justify-content: center;
        gap: 30px;
    }

    .last-news__item:last-child {
        display: none;
    }

    .last-news__item:not(:last-child) {
        margin-right: 0;
    }
}

@media (max-width: 720px) {
    body .last-news__item {
        width: calc(calc(100% / 2) - 10px);
    }
    body .last-news__list {
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 625px) {
    body .last-news__item {
        width: 100%;
    }
    .last-news__item:last-child {
        display: block;
    }
}

@media (max-width: 625px) {
    body .last-news__list {
        justify-content: inherit;
        gap: inherit;
    }
}

.cr_hero .container {
    opacity: 0;
    transition: 0.1s;
}

.cr_hero .container.show {
    opacity: 1;
}

.cr_video__video--play img {
    transform: translateZ(0);
}

.cr_reviews--employeer div img:nth-child(-n + 3) {
    display: block;
}

.cr_reviews--employeer div img {
    display: none;
}

body .last-news__image img {
    border-radius: 25px 0px 0px 0px !important;
}

@media (max-width: 720px) {
    body .holding .swiper-slide.swiper-slide-active {
        transform: unset;
    }
    body .holding .swiper-slide {
        transform: unset;
    }
}

.career__right p a {
    transition: 0.35s;
}
.career__right p a:hover {
    background: unset;
    color: #dc143c;
}

.cr_video__video > img {
    border-top-left-radius: 40px !important;
    box-shadow: -8px -8px #dc143c !important;
}

.cr_video__video--play {
    display: none;
}
.cr_video__video {
    pointer-events: none;
}

.career__right p a {
    color: #fff;
    transition: 0.5s;
}
.career__right > a {
    margin-top: 0;
}

.lwptoc .lwptoc_title {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    color: #090038;
    margin-bottom: 16px;
}

@media (max-width: 625px) {
    .lwptoc .lwptoc_title {
        font-size: 20px;
        line-height: 24px;
    }
}

.lwptoc .lwptoc_item > a {
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #090038;
    transition: 0.35s;
}

@media (max-width: 625px) {
    .lwptoc .lwptoc_item > a {
        font-size: 16px;
        line-height: 22px;
    }
}
.lwptoc .lwptoc_item > a:hover {
    color: #0a00be;
}

.lwptoc .lwptoc_item > a:not(:last-child) {
    margin-bottom: 12px;
}

.lwptoc .lwptoc_item .lwptoc_itemWrap > a {
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #090038;
    transition: 0.35s;
    margin-bottom: 10px;
}

@media (max-width: 625px) {
    .lwptoc .lwptoc_item .lwptoc_itemWrap > a {
        font-size: 16px;
        line-height: 22px;
    }
    .last-news__item {
        opacity: 0;
        transition: 0.5s;
    }
    .last-news__item.swiper-slide-active {
        opacity: 1;
    }
}

.lwptoc .lwptoc_item .lwptoc_itemWrap > a:hover {
    color: #0a00be;
}
