

/* Start:/local/templates/nota_main/components/dnext/simple.banner/main_about/style.css?167758560611744*/
.about-main {
    margin-bottom: 150px;
    padding-top: 59px;
}
.about-main__img-bg {
    position: absolute;
    top: -10%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 17%;
    background: radial-gradient(49.61% 49.62% at 49.77% 49.88%, rgba(11, 22, 40, 0) 40.42%, rgba(64, 36, 174, 0.5) 100%);
    filter: blur(40px);
    z-index: -1;
    border-radius: 50%;
}
.about-main__title {
    font-weight: 400;
    font-size: 58px;
    line-height: 110%;
}
.lang-ru .about-main__title {
    font-size: 54px;
}
.lang-ru .main {
    padding-top: 230px;
}
.about-main__aside {
    min-height: 400px;
}
.about-main__aside-num {
    font-weight: 400;
    font-size: 48px;
    line-height: 85%;
    margin-bottom: 0;
}
.about-main-aside__item:nth-child(2) .about-main__aside-num,
.about-main-aside__item:nth-child(3) .about-main__aside-num {
    font-size: 64px;
}
.about-main-aside__item-container:before {
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='9' viewBox='0 0 8 9' fill='none'%3E%3Cpath d='M3.2612 0.806019C3.66923 0.397994 4.33077 0.397994 4.7388 0.806019L7.69398 3.7612C8.10201 4.16923 8.10201 4.83077 7.69398 5.2388L4.7388 8.19398C4.33077 8.60201 3.66923 8.60201 3.2612 8.19398L0.306019 5.2388C-0.102006 4.83077 -0.102006 4.16923 0.306019 3.7612L3.2612 0.806019Z' fill='white'/%3E%3C/svg%3E");
}
.about-main-aside__item:nth-child(1) {
    position: absolute;
    top: -10%;
    left: 0;
    animation-duration: 10s;
    animation-name: moveOne;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    z-index: 2;
}

.about-main-aside__item:nth-child(1) .about-main-aside__item-container {
    position: absolute;
    top: 27%;
    left: 32%;
}
.about-main-aside__item:nth-child(2) {
    position: absolute;
    top: -5%;
    left: 50%;
    z-index: 2;
    animation-duration: 8s;
    animation-name: moveSecond;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}
.about-main-aside__item:nth-child(2) .about-main-aside__item-container {
    position: absolute;
    top: 24%;
    left: 43%;
}
.about-main-aside__item:nth-child(3) {
    position: absolute;
    top: 15%;
    left: 15%;
    animation-duration: 9s;
    animation-name: moveThree;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    z-index: 1;
}
.about-main-aside__item:nth-child(3) .about-main-aside__item-container {
    position: absolute;
    top: 54%;
    left: -20%;
}
.about-main-aside__item:nth-child(4) {
    position: absolute;
    top: 64%;
    right: 0;
    animation-duration: 8s;
    animation-name: moveFour;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    z-index: 2;
}
.about-main-aside__item:nth-child(4) .about-main-aside__item-container {
    position: absolute;
    top: 22%;
    left: -79%;
}

.about-main-aside__item:nth-child(5) {
    position: absolute;
    top: -10%;
    left: 23%;
    animation-duration: 8s;
    animation-name: moveFive;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

.about-main-aside__item:nth-child(6) {
    position: absolute;
    bottom: 0%;
    right: 40%;
    animation-duration: 8s;
    animation-name: moveSix;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    z-index: 1;
}

.about-main-aside__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}


@keyframes moveOne {
    0% {
        transform: translate(0, 0);
    }

    1% {
        transform: translate(0, 0);
    }

    2% {
        transform: translate(1px, 1px);
    }

    24% {
        transform: translate(19px, 39px);
    }

    25% {
        transform: translate(20px, 39px);
    }

    26% {
        transform: translate(21px, 39px);
    }

    49% {
        transform: translate(39px, 1px);
    }
    50% {
        transform: translate(40px, 1px);
    }
    51% {
        transform: translate(41px, 1px);
    }

    74% {
        transform: translate(59px, 39px);
    }
    75% {
        transform: translate(60px, 39px);
    }
    76% {
        transform: translate(61px, 39px);
    }

    98% {
        transform: translate(79px, 1px);
    }

    99% {
        transform: translate(80px, 0);
    }

    100% {
        transform: translate(80px, 0);
    }
}


@keyframes moveSecond {
    0% {
        transform: translate(0, 0);
    }

    1% {
        transform: translate(0, 0);
    }

    2% {
        transform: translate(-1px, 1px);
    }

    24% {
        transform: translate(-19px, 19px);
    }

    25% {
        transform: translate(-20px, 19px);
    }

    26% {
        transform: translate(-21px, 19px);
    }

    49% {
        transform: translate(-39px, 1px);
    }

    50% {
        transform: translate(-40px, 1px);
    }

    51% {
        transform: translate(-41px, 1px);
    }

    74% {
        transform: translate(-59px, 19px);
    }

    75% {
        transform: translate(-60px, 19px);
    }

    76% {
        transform: translate(-61px, 19px);
    }

    98% {
        transform: translate(-79px, 1px);
    }

    99% {
        transform: translate(-80px, 0);
    }

    100% {
        transform: translate(-80px, 0);
    }
}

@keyframes moveSecondMobile {
    0% {
        transform: translate(0, 0);
    }

    1% {
        transform: translate(0, 0);
    }

    2% {
        transform: translate(-1px, -1px);
    }

    25% {
        transform: translate(-30px, -40px);
    }

    50% {
        transform: translate(-50px, 0);
    }

    75% {
        transform: translate(-70px, -40px);
    }

    98% {
        transform: translate(-89px, -1px);
    }

    99% {
        transform: translate(-90px, 0);
    }

    100% {
        transform: translate(-90px, 0);
    }
}


@keyframes moveThree{
    0% {
        transform: translate(0, 0);
    }

    1% {
        transform: translate(0, 0);
    }

    2% {
        transform: translate(1px, 1px);
    }

    24% {
        transform: translate(19px, 30px);
    }

    25% {
        transform: translate(20px, 30px);
    }

    26% {
        transform: translate(21px, 30px);
    }

    49% {
        transform: translate(39px, 0);
    }

    50% {
        transform: translate(40px, 0);
    }

    51% {
        transform: translate(41px, 0);
    }

    74% {
        transform: translate(59px, 30px);
    }

    75% {
        transform: translate(60px, 30px);
    }

    76% {
        transform: translate(61px, 30px);
    }

    98% {
        transform: translate(79px, 1px);
    }

    99% {
        transform: translate(80px, 0);
    }

    100% {
        transform: translate(80px, 0);
    }
}


@keyframes moveFour{
    0% {transform: translate(0, 0);}
    1% {transform: translate(0, 0);}
    2% {transform: translate(-1px, 1px);}
    24% {transform: translate(-19px, 39px);}
    25% {transform: translate(-20px, 39px);}
    26% {transform: translate(-21px, 39px);}
    49% {transform: translate(-39px, 1px);}
    50% {transform: translate(-40px, 1px);}
    51% {transform: translate(-41px, 1px);}
    74% {transform: translate(-59px, 39px);}
    75% {transform: translate(-60px, 39px);}
    76% {transform: translate(-61px, 39px);}
    98% {transform: translate(-79px, 1px);}
    99% {transform: translate(-80px, 0);}
    100% {transform: translate(-80px, 0);}
}

@keyframes moveFive{
    0% {
        transform: translate(0, 0);
    }

    1% {
        transform: translate(0, 0);
    }

    2% {
        transform: translate(1px, 1px);
    }

    24% {
        transform: translate(29px, 24px);
    }

    25% {
        transform: translate(30px, 24px);
    }

    26% {
        transform: translate(31px, 24px);
    }

    49% {
        transform: translate(49px, 1px);
    }

    50% {
        transform: translate(50px, 1px);
    }

    51% {
        transform: translate(51px, 1px);
    }

    74% {
        transform: translate(69px, 24px);
    }

    75% {
        transform: translate(70px, 24px);
    }

    76% {
        transform: translate(71px, 24px);
    }

    98% {
        transform: translate(89px, 1px);
    }

    99% {
        transform: translate(90px, 0);
    }

    100% {
        transform: translate(90px, 0);
    }
}

@keyframes moveSix{
    0% {
        transform: translate(0, 0);
    }

    1% {
        transform: translate(0, 0);
    }

    2% {
        transform: translate(1px, 1px);
    }

    24% {
        transform: translate(19px, 29px);
    }

    25% {
        transform: translate(20px, 29px);
    }

    26% {
        transform: translate(21px, 29px);
    }

    49% {
        transform: translate(39px, 1px);
    }

    50% {
        transform: translate(40px, 1px);
    }

    51% {
        transform: translate(41px, 1px);
    }

    74% {
        transform: translate(59px, 29px);
    }

    75% {
        transform: translate(60px, 29px);
    }

    76% {
        transform: translate(61px, 29px);
    }

    98% {
        transform: translate(79px, 1px);
    }

    99% {
        transform: translate(80px, 0);
    }

    100% {
        transform: translate(80px, 0);
    }
}

@media(max-width: 1279px) {
    .about-main {
        margin-bottom: 130px;
    }
    .lang-ru .main {
        padding-top: 160px !important;
    }
    .about-main__title,
    .lang-ru .about-main__title {
        font-size: 44px;
    }
    .lang-ru .about-main__title {
        margin-bottom: 50px;
    }
    .about-main-aside__item:nth-child(1) {
        top: 3%;
        left: 4%;
    }
    .about-main-aside__item:nth-child(2) {
        left: 48%;
    }
    .about-main-aside__item:nth-child(3) {
        left: 21%;
    }
    .about-main-aside__item:nth-child(4) {
        right: 5%;
    }
}
@media(max-width: 767px) {
    .about-main {
        margin-bottom: 80px;
    }
    .about-main__title,
    .lang-ru .about-main__title {
        font-size: 24px;
    }
    .lang-ru .main {
        padding-top: 10px !important;
    }
    .about-main__aside-num {
        font-size: 20px;
    }
    .about-main-aside__text {
        font-size: 9px;
    }
    .about-main-aside__item:nth-child(1) {
        left: 10%;
    }
    .about-main-aside__item:nth-child(2) {
        text-align: right;
        left: 16%;
    }
    .about-main-aside__item:nth-child(3) {
        top: 25%;
        left: 10%;
    }
    .about-main-aside__item:nth-child(4) {
        top: 85%;
        right: 0%;
    }
    .about-main__aside {
        min-height: 220px;
    }
    .about-main-aside__item img {
        width: 58%;
    }
    .about-main-aside__item-container:before {
        width: 4px;
        height: 4px;
        background-size: cover;
        margin-right: 6px;
    }
    .about-main-aside__item:nth-child(2) .about-main__aside-num,
    .about-main-aside__item:nth-child(3) .about-main__aside-num {
        font-size: 24px;
    }
    .about-main-aside__item:nth-child(1) .about-main-aside__item-container {
        left: 17%;
    }
    .about-main-aside__item:nth-child(2) .about-main-aside__item-container {
        left: auto;
        right: 5%;
        top: 25%;
        text-align: left;
    }
    .about-main-aside__item:nth-child(3) .about-main-aside__item-container {
        left: -10%;
    }
    .about-main-aside__item:nth-child(4) .about-main-aside__item-container {
        position: absolute;
        left: -41%;
    }
    .about-main__img-bg {
        width: 200%;
        left: -25%;
    }
}
/* End */


/* Start:/local/templates/nota_main/components/bitrix/news.list/services_main_ru/style.css?16770661853461*/
.services-main {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background-image: url("/local/html/img/services.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 216px;
}
.services-main__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services-main__info {
    display: flex;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box;
    padding: 56px 48px;
}
.services-main__link {
    flex: 0 0 200px;
    text-align: right;
}
.services-main__items {
    flex-grow: 1;
    display: grid;
    grid-template-areas:
        "a a"
        "b c"
        "b c";
}

.services-main__item {
    margin-right: 80px;
    display: flex;
}

.services-main__item:nth-child(-n+4) {
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.services-main__item:nth-child(3n+3) {
    padding-bottom: 0;
    margin-bottom: 0;
}
.services-main__item:nth-child(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.services-main__item:nth-child(2) {
    grid-column: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.services-main__item:nth-child(3) {
    grid-column: 1;
}
.services-main__item:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.services-main__item:nth-child(5) {
    padding-bottom: 32px;
    margin-bottom: 32px;
    grid-column: 2;
    grid-row: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.services-main__item:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
}

.services-main__item-link {
    font-size: 20px;
    line-height: 130%;
}
.services-main__item-num {
    padding-right: 24px;
    font-size: 16px;
    line-height: 130%;
}
@media(max-width:1279px) {
    .services-main {
        margin-bottom: 136px;
    }
    .services-main__info {
        flex-direction: column;
        align-items: start;
        padding: 40px 32px;
    }
    .services-main__link {
        flex: 0;
    }
    .services-main__item {
        margin-right: 0;
    }
    .services-main__item:nth-child(odd) {
        margin-right: 48px;
    }
    .services-main__items {
        width: 100%;
        margin-bottom: 0;
    }
    .services-main__item:nth-child(-n+4) {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .services-main__item-link {
        font-size: 16px;
    }
    .services-main__item-num {
        font-size: 14px;
    }
    .services-main__item:nth-child(2) {
        margin-right: 48px;
    }
    .services-main__item:nth-child(5) {
        margin-right: 0;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
}
@media(max-width:767px) {
    .services-main {
        margin-bottom: 88px;
    }
    .services-main__info {
        padding: 20px 24px;
    }
    .services-main__items {
        margin-bottom: 32px;
        display: flex;
        flex-direction: column;

    }
    .services-main__item:not(:last-child) {
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-right: 0;
    }
    .services-main__link {
        width: 100%;
    }
    .services-main__link .arrow-link-btn {
        display: block;
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/nota_main/components/dnext/simple.banner/main_about_second_block/style.css?16957135504285*/
.about-second {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 160px;
    position: relative;
}

.about-second__video {
    margin-bottom: 160px;
    cursor: none;
}

.about-second__video video {
    width: 100%;
    height: auto;
}

.about-second__text {
    max-width: 900px;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    opacity: 0;
}

.about-second .gradient-text__green,
.about-second .gradient-text__blue,
.partner-companies .gradient-text__green,
.partner-companies .gradient-text__blue {
    margin: 12px 0;
}

.about-second .gradient-text__border,
.partner-companies .gradient-text__border {
    margin-top: 12px;
}

.about-second__img-bg1 {
    position: absolute;
    top: -95%;
    left: -39%;
    z-index: -1;
    width: 643.33px;
    height: 439px;
    background: radial-gradient(65.49% 244.71% at 68.54% 48.05%, rgba(6, 139, 139, 0.6) 0%, rgba(4, 85, 119, 0.6) 100%);
    mix-blend-mode: normal;
    filter: blur(100px);
    z-index: -1;
}
.about-second__img-bg2 {
    position: absolute;
    top: -38%;
    right: -44%;
    z-index: -1;
    width: 1222.71px;
    height: 319.66px;
    background: radial-gradient(66.6% 153.39% at 39.27% 62.44%, #012A79 0%, #004E4E 100%);
    mix-blend-mode: normal;
    filter: blur(101px);
    z-index: -1;
}
.about-second__link {
    margin-bottom: 12px;
    opacity: 0;
}

.follow-cursor {
    display: none;
    width: 136px;
    height: 136px;
    /*border: 1px solid #0d6efd;*/
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%); /* центрируем кружок */
    position: absolute; /* задаём абсолютное позиционирование, чтобы элемент не влиял на остальные элементы и его можно было бы позиционировать следом за курсором */
    z-index: 999; /* чтобы элемент был над остальными элементами */
    pointer-events: none; /* чтобы сквозь элемент можно было взаимодействовать с элементами, находящимися под ним */
    transition: width 0.64s, height 0.64s, border-radius 0.64s, background 0.64s;
}



/* Активный класс для кружка при наведении на ссылку */
.follow-cursor_active {
    display: block;
}

@media only screen and (max-width: 1279px) {
    .about-second__img-bg1 {
        top: -135%;
        transform: scale(1.3);
        left: -50%;
    }
    .about-second__img-bg2 {
        top: -20%;
        transform: scale(1.3);
        right: -40%;
    }
    .about-second {
        flex-direction: column;
        align-items: start;
        margin-bottom: 96px;
    }
    .about-second__text {
        font-size: 44px;
    }

    .about-second div {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .about-second__text {
        margin-bottom: 40px;
    }
    .about-second__link {
        margin-bottom: 0;
    }
    .about-second__video {
        margin-bottom: 96px;
    }
    .about-second .gradient-text__green,
    .about-second .gradient-text__blue,
    .partner-companies .gradient-text__green,
    .partner-companies .gradient-text__blue {
        margin: 8px 0;
    }

    .about-second .gradient-text__border,
    .partner-companies .gradient-text__border {
        margin-top: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .about-second__img-bg1 {
        top: -58%;
        transform: scale(1.3);
    }
    .about-second__img-bg2 {
        top: 17%;
        transform: scale(1.3);
    }
    .about-second__text {
        font-size: 24px;
    }
    .about-second__text {
        margin-bottom: 30px;
    }
    .about-second {
        margin-bottom: 64px;
    }
    .about-second__video {
        margin-bottom: 64px;
    }
    .about-second .gradient-text__green,
    .about-second .gradient-text__blue,
    .partner-companies .gradient-text__green,
    .partner-companies .gradient-text__blue {
        margin: 6px 0;
    }

    .about-second .gradient-text__border,
    .partner-companies .gradient-text__border {
        margin-top: 6px;
    }
}
/* End */


/* Start:/local/templates/nota_main/components/dnext/simple.banner/awards_main/style.css?16957135506704*/
.awards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px;
    border-radius: 32px;
    background-image: url("/local/html/img/frame-awards.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 160px;
}

.awards__left,
.awards__wrapper {
    width: 50%;
}

.awards__left {
    margin-bottom: 119px;
}

.awards__wrapper.ratings {
    width: 100%;
    display: flex;
}

.ratings__item {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    width: 100%;
    padding: 0 20px;
}

.career-awards .ratings__item {
    padding: 0 48px;
}

.ratings__item:first-child {
    padding-left: 0;
}

.ratings__item:last-child {
    padding-right: 0;
}

.ratings__item + .ratings__item {
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.ratings__item-title {
    font-size: 64px;
}

.ratings__item-subtitle {
    margin-bottom: 8px;
}

.ratings__item-text {
    color: #A7ACB6;
    margin-top: auto;
}

.ratings__item:first-child .ratings__item-text {
    margin-top: -14px;
    padding-right: 10px;
    line-height: 130%;
}

.career-awards .ratings__item:first-child .ratings__item-text {
    margin-top: 0;
    line-height: 26px;
}

.ratings__item-img {
    margin-top: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .12);
    max-width: 169px;
}

.awards .gradient-text {
    padding: 6px 16px;
    border-radius: 12px;
}
.awards__left {
    display: flex;
    flex-direction: column;
    max-width: 478px;
}

.awards__title h2 {
    margin-bottom: 24px;
}
.awards__title p {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 0;
}

.awards__wrapper-title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 12px;
}
.awards__wrapper-text {
    font-size: 16px;
    line-height: 150%;
    color: #A7ACB6;
    margin-bottom: 40px;
}
.awards__wrapper-images {
    font-size: 0;
}
.awards__wrapper-images._up {
    margin-bottom: 88px;
}
.awards__wrapper-img {
    display: inline-block;
    width: calc(33.3333333333% - 6px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0;
    border-radius: 20px;
    margin-bottom: 8px;
}
.awards__wrapper-img:nth-child(3n+1),
.awards__wrapper-img:nth-child(3n+2) {
    margin-right: 8px;
}

.awards__img {
    max-width: 300px;
    height: fit-content;
    margin-top: 21px;
}

.awards__img img {
    max-width: 94%;
}

@media(max-width: 1279px) {
    .awards {
        padding: 32px;
        border-radius: 20px;
        margin-bottom: 96px;
    }
    .awards__left {
        width: 35%;
        margin-bottom: 66px;
    }
    .awards__title p {
        font-size: 16px;
    }

    .awards__title h2 {
        margin-bottom: 16px;
    }

    .awards__wrapper {
        width: 59%;
    }

    .awards__wrapper-title {
        font-size: 20px;
    }
    .awards__wrapper-text {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 130%;
    }
    .awards__wrapper-img {
        border-radius: 12px;
        margin-bottom: 4px;
        width: calc(33.3333333333% - 3px);
    }

    .awards__wrapper-img:nth-child(3n+1),
    .awards__wrapper-img:nth-child(3n+2) {
        margin-right: 4px;
    }

    .awards .gradient-text {
        padding: 4px 10px;
        border-radius: 8px;
    }

    .awards__img {
        margin-top: 14px;
    }

    .ratings__item {
        padding: 0 16px;
    }

    .ratings__item:first-child .ratings__item-text {
        margin-top: 12px;
        font-size: 14px;
        line-height: 130%;
    }

    .ratings__item:first-child br {
        display: none;
    }

    .ratings__item:not(:first-child) {
        justify-content: space-between;
    }

    .ratings__item-title {
        font-size: 44px;
        line-height: 110%;
        margin-bottom: 20px;
    }

    .ratings__item-subtitle,
    .ratings__item-text {
        font-size: 14px;
    }

    .ratings__item:last-child .ratings__item-img {
        display: flex;
        justify-content: center;
    }

    .ratings__item-img {
        border-radius: 12px;
        max-width: 119px;
        margin-top: 20px;
    }
    .career-awards .ratings__item:first-child .ratings__item-text {
        line-height: 17px;
    }
    .career-awards .ratings__item {
        padding: 0 20px;
    }
}

@media(max-width: 767px) {
    .awards {
        padding: 20px;
        border-radius: 16px;
        flex-direction: column;
        margin-bottom: 64px;
        gap: unset;
    }

    .awards__left {
        width: 100%;
        flex-direction: initial;
        margin-bottom: 32px;
    }

    .awards__wrapper {
        width: 100%;
    }

    .awards__left + .awards__wrapper {
        margin-bottom: 40px;
    }

    .awards__img {
        text-align: center;
        width: 120px;
        height: 120px;
        margin: 6px 0 0 28px;
    }

    .awards__wrapper-images._up {
        margin-bottom: 40px;
    }
    .awards__wrapper-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .awards__wrapper-text {
        font-size: 12px;
        margin-bottom: 16px;
    }
    .awards__title p {
        font-size: 14px;
    }
    .awards__wrapper-img {
        border-radius: 8px;
    }

    .ratings {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .ratings__item {
        width: 100%;
        padding: 20px 0;
        display: flex;
        flex-direction: initial;
        align-items: center;
        justify-content: space-between;
    }

    /* нужно что бы не сломалась первая ячейка, т.к. у неё другая структура */
    .ratings__item:first-child {
        display: flex;
        flex-direction: column;
    }

    .ratings__item + .ratings__item {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .ratings__item:first-child {
        padding-top: 0;
    }

    .ratings__item:last-child {
        padding-bottom: 0;
    }

    .ratings__item-info {
        width: 60%;
    }

    .ratings__item br {
        display: none;
    }

    .ratings__item-title {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 4px;
    }

    .ratings__item-subtitle {
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 4px;
    }

    .ratings__item-text {
        font-size: 12px;
        line-height: 130%;
        margin-top: 0;
    }

    .ratings__item:first-child > * {
        width: 100%;
    }

    .ratings__item-img {
        width: 40% !important;
        border-radius: 12px;
        margin-top: 0;
        height: fit-content;
    }

    .ratings__item:first-child .ratings__item-text {
        margin-top: -4px;
    }
}

/* End */


/* Start:/local/templates/nota_main/components/dnext/portfolio.integrator/portfolio/style.css?16775856061059*/
.video-item {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
}
video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    overflow: hidden !important;
    border-radius: 15px;
    padding: 5px;
}


.telephone-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100px;
    height: 100%;
}
.telephone-image {
    width: 340.06px;
    height: 690px;
}

.telephone-wrapper {
    margin-top: 49px;
    margin-bottom: 49px;
    margin-right: auto;
    margin-left: auto;
}

.portfolio__head {
    opacity: 0;
}

@media screen and (max-width: 1279px){
    .telephone-container {
        width: 100px;
        height: 200px;
        transform: matrix(1, 0.08, -0.08, 1, 0, 0);
    }

    video {
        width: 100px;
        height: 200px;
    }
}


@media screen and (max-width: 769px){
    video {
        width: 72px;
        height: 148px;
    }

    .telephone-container {
        width: 72px;
        height: 148px;
    }
}
/* End */


/* Start:/local/templates/nota_main/components/bitrix/news.list/partners/style.css?16775856063523*/
.partner-companies {
    padding-top: 96px;
    margin-bottom: 210px;
    position: relative;
}
.partner-companies__img-bg {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
    width: 1277.27px;
    height: 662.85px;
    background: radial-gradient(59.23% 242.93% at 70.68% 37.09%, rgba(0, 116, 81, 0.9) 0%, rgba(0, 31, 112, 0.9) 100%);
    opacity: 0.9;
    filter: blur(140px);
}
.partner-companies__title {
    margin-bottom: 96px;
    font-size: 64px;
    line-height: 70px;
    opacity: 0;
}
.partner-companies__container {
    display: flex;
}
.partner-companies__tabs {
    width: 50%;
    position: -webkit-sticky;
    position: sticky;
    top: 74px;
    height: max-content;
}
.partner-companies__tabs-container {
    width: 50%;
    position: relative;
}

.partner-companies__section {
    font-size: 48px;
    line-height: 110%;
    cursor: pointer;
    color: #67717D;
    margin-bottom: 16px;
}
.lang-ru .partner-companies__section {
    margin-bottom: 24px;
}

.lang-ru .partner-companies__section:last-child {
    margin-bottom: 0;
}

.partner-companies__section.active {
    color: #ffffff;
    transition: color 1.5s;
}
.partner-companies__tabs-item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.partner-companies__tabs-item.active {
    opacity: 1;
    font-size: 0;
    position: static;
    transition: opacity 1.5s;
}
.partner-companies__tabs-img {
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    margin-bottom: 8px;
    width: calc(50% - 4px);
    display: inline-block;
}
.partner-companies__tabs-img:nth-child(odd) {
    margin-right: 8px;
}
.partner-companies__text {
    font-size: 16px;
    line-height: 150%;
    color: #828996;
    padding-top: 96px;
    max-width: 400px;
}
@media(max-width: 1279px) {
    .partner-companies__section {
        font-size: 32px;
    }
    .partner-companies__text {
        font-size: 14px;
    }
    .partner-companies__tabs-img {
        border-radius: 16px;
    }
    .partner-companies__img-bg {
        right: -60%;
    }
    .partner-companies {
        margin-bottom: 120px;
        padding-top: 36px !important;
    }
    .lang-ru .partner-companies__section {
        margin-bottom: 20px;
    }
    .partner-companies__title {
        max-width: 87%;
        margin-bottom: 56px;
        font-size: 44px;
        line-height: 48px;
    }
}
@media(max-width: 767px) {
    .partner-companies__container {
        flex-direction: column;
    }
    .partner-companies__tabs {
        width: 100%;
        position: static;
    }
    .partner-companies__tab {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding-left: 6px;
        position: relative;
        bottom: -10px;
        margin: 0 -5px;
    }
    .partner-companies__tabs-container {
        width: 100%;
    }
    .partner-companies__section {
        font-size: 18px;
        margin-right: 16px;
    }
    .partner-companies__text {
        padding-top: 16px;
        padding-bottom: 24px;
    }
    .partner-companies__img-bg {
        top: 0;
        right: -70%;
        transform: scale(2);
        opacity: .7;
    }
    .partner-companies {
        margin-bottom: 48px;
        padding-top: 8px !important;
    }
    .lang-ru .partner-companies__section {
        margin-bottom: 0;
    }
    .partner-companies__title {
        max-width: 100%;
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 26px;
    }
}
/* End */


/* Start:/local/templates/nota_main/components/bitrix/news.list/vendors_banner_new/style.css?16775856063815*/
.partner {
    position: relative;
}
.partner-carousel__row .js-marquee {
    display: flex;
}

.partner-carousel__row {
    overflow: hidden;
    margin-bottom: 240px;
}
.lang-ru .partner-carousel__row {
    overflow: hidden;
    margin-bottom: 240px;
}
.partner__img-bg1 {
    position: absolute;
    top: -101%;
    left: -36%;
    z-index: -1;

    width: 667.98px;
    height: 337.22px;
    background: radial-gradient(50% 50% at 50% 50%, #052494 0%, rgba(6, 3, 155, 0.79) 100%);
    mix-blend-mode: normal;
    filter: blur(132.944px);
    border-radius: 531.777px;
}

.partner__img-bg2 {
    position: absolute;
    top: -90%;
    right: -32%;
    z-index: -1;
    width: 80%;

    width: 954.98px;
    height: 406.22px;
    background: linear-gradient(90.41deg, rgba(0, 49, 77, 0.6) 15.34%, rgba(3, 139, 90, 0.6) 90%);
    mix-blend-mode: normal;
    filter: blur(120px);
}

.partner__img-bg3 {
    position: absolute;
    top: -90%;
    right: -32%;
    z-index: -1;
    width: 80%;

    width: 954.98px;
    height: 406.22px;
    background: linear-gradient(90.41deg, rgba(89, 12, 124, 0.6) 15.34%, rgba(152, 5, 84, 0.6) 90%);

    mix-blend-mode: normal;
    filter: blur(120px);
}

.partner-carousel__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 193px;
    height: 232px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    text-align: center;
    padding: 40px;
    margin: 0 4px;
}

.partner-carousel__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 96px;
}

.partner-carousel__name {
    font-weight: 400;
    font-size: 12px;
    color: #828996;
}

.partner__info {
    max-width: 725px;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    margin-bottom: 120px;
}

.partner__info span:nth-child(1) {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
}

@media(max-width:1279px) {
    .partner__img-bg1 {
        opacity: .7;
    }
    .partner__info{
        font-size: 44px;
        margin-bottom: 80px;
    }
    .partner-carousel__row {
        margin-bottom: 160px;
    }
    .partner__info span:nth-child(1),
    .partner__info span:nth-child(1)::before{
        padding: 4px 20px 6px;
        border-radius: 12px;
        margin-bottom: 0;
    }
    .lang-en .partner__info span:nth-child(1)::before,
    .lang-en .partner__info span:nth-child(2)::before{
        border-radius: 12px;
    }
    .partner-carousel__item {
        width: 190px;
        height: 210px;
        border-radius: 16px;
        padding: 32px 8px 24px;
    }
    .partner-carousel__img {
        width: 120px;
        height: 96px;
    }
    .partner-carousel__name {
        font-size: 12px;
    }
    .lang-ru .partner-carousel__row {
        margin-bottom: 160px;
    }
}
@media(max-width:767px) {
    .partner__info{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 48px;
    }
    .partner-carousel__row {
        margin-bottom: 90px;
    }
    .partner__img-bg1,
    .partner__img-bg2 {
        display: none;
    }
    .partner__info span:nth-child(1),
    .partner__info span:nth-child(2) {
        padding: 4px 8px;
        border-radius: 8px;
    }
    .lang-en .partner__info span:nth-child(1)::before,
    .lang-en .partner__info span:nth-child(2)::before {
        border-radius: 8px;
    }
    .partner-carousel__item {
        width: 110px;
        height: 130px;
        border-radius: 12px;
        padding: 16px 8px 12px;
    }
    .partner-carousel__img {
        width: 80px;
        height: 64px;
    }
    .partner-carousel__name {
        font-size: 9px;
    }
    .lang-ru .partner-carousel__row {
        margin-bottom: 96px;
    }
}
/* End */


/* Start:/local/templates/nota_main/components/dnext/simple.banner/banner_countries/style.css?16775856064340*/
.countries {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 240px;
    height: 684px;
}
.countries__text {
    font-size: 48px;
    line-height: 110%;
    max-width: 400px;
    padding-right: 20px;
}
.countries__cards {
    display: flex;
    width: 57%;
    position: relative;
    justify-content: center;
    height: 100%;
}
.countries__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px 32px;
    border-radius: 24px;
    max-width: 400px;
    height: 440px;
    opacity: 0;
    position: absolute;
}
.countries__card:nth-child(1) {
    background: radial-gradient(89.78% 71.59% at 50% 28.41%, #0684E0 0%, #2520EC 100%);
    box-shadow: 0 3px 32px rgba(5, 40, 92, 0.5);
    top: 0;
    left: 22%;
    transform: translateY(100%);
}
.countries__card:nth-child(2) {
    background: radial-gradient(103.03% 82.85% at 55.35% 20.6%, #00CC9B 0%, #02A3D6 100%);
    box-shadow: 0 3px 32px rgba(5, 92, 61, 0.5);
    top: 124px;
    left: 2%;
    transform: translateY(100%);
}
.countries__card:nth-child(3) {
    background: radial-gradient(108.01% 81.07% at 59.81% 22.67%, #E13AB2 0%, #7A15B8 100%);
    box-shadow: 0 3px 32px rgba(70, 5, 92, 0.5);
    top: 224px;
    right: 2%;
    transform: translateY(100%);
}
.lang-ru .countries__card:nth-child(3) {
    background: radial-gradient(108.01% 81.07% at 59.81% 22.67%, #00C2FF 0%, #0090E1 100%)
}
.countries__card:hover {
    z-index: 1;
}
.countries__card-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.countries__card-title {
    font-size: 40px;
    line-height: 110%;
}
.lang-ru .countries__card-title {
    font-size: 32px;
}
.countries__card-img {
    width: 40px;
}
.countries__card-text {
    font-size: 28px;
    line-height: 120%;
}
.lang-ru .countries__card-text {
    font-size: 20px;
}

.element-animation {
    opacity: 0;
}

.element-animation.element-show {
    opacity: 1;
    transition: opacity 0.7s;
}

.show-first-card {
    opacity: 1;
    /*transition: all 1000ms;*/
    transform: translateY(0) !important;
    transition: transform 1000ms ease-in-out,opacity 400ms ease-out;
}

.show-second-card {
    opacity: 1;
    transform: translateY(0) rotate(-4deg) !important;
    transition: transform 1000ms ease-in-out,opacity 400ms ease-out;
}

.show-three-card {
    opacity: 1;
    transform: translateY(0) rotate(6deg) !important;
    transition: transform 1000ms ease-in-out,opacity 400ms ease-out;
}

@media(max-width: 1279px) {
    .countries {
        flex-direction: column;
        margin-bottom: 160px;
    }
    .countries__text {
        font-size: 32px;
        line-height: 110%;
        max-width: 100%;
        margin-bottom: 80px;
    }
    .countries__cards {
        width: 550px;
    }
    .countries__card {
        max-width: 320px;
        height: 350px;
        padding: 40px 28px;
    }
    .countries__card-title {
        font-size: 28px;
    }
    .countries__card-img {
        width: 32px;
    }
    .countries__card-text{
        font-size: 20px;
    }
    .lang-ru .countries__card-text {
        font-size: 18px;
    }
    .countries__card:nth-child(2) {
        top: 110px;
    }
    .countries__card:nth-child(3) {
        top: 210px;
    }
    .lang-ru .countries__card-title {
        font-size: 28px;
    }
}
@media(min-width: 767px) and (max-width: 1279px)  {
    .lang-ru .countries__card:nth-child(3) .countries__card-img {
        width: 26px;
        margin-left: 7px;
    }
}
@media(max-width: 767px) {
    .countries {
        height: 379px;
    }
    .countries__text {
        font-size: 20px;
        margin-bottom: 48px;
    }
    .countries__card {
        max-width: 180px;
        height: 200px;
        padding: 20px 16px;
        border-radius: 12px;
    }
    .countries__card-title {
        font-size: 16px;
    }
    .countries__card-img {
        width: 16px;
    }
    .countries__card-text{
        font-size: 12px;
    }
    .countries__cards {
        width: 340px;
    }
    .countries__card:nth-child(2) {
        top: 65px;
    }
    .countries__card:nth-child(3) {
        top: 120px;
    }
    .lang-ru .countries__card-text {
        font-size: 12px;
    }
    .lang-ru .countries__card-title {
        font-size: 16px;
    }
}
/* End */


/* Start:/local/templates/nota_main/components/dnext/simple.banner/main_services/style.css?16770661854394*/
.main-services {
    display: flex;
    overflow: hidden;
    background: url('/local/html/img/main-services.png');
    background-size: cover;
    padding: 80px;
    border-radius: 32px;
    margin-bottom: 160px;
    color: #fff !important;
}
.main-services__container {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.main-services__container-text {
    margin-bottom: 20px;
}
.main-services__container-img {
    width: 240px;
}
.main-services__wrapper {
    width: 50%;
}
.main-services__container-label {
    display: inline-block;
    color: #67717D;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 24px;
}
.main-services__container-title {
    font-size: 48px;
    line-height: 110%;
    padding-right: 50px;
}
.main-services__wrapper-item {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 32px;
    display: flex;
}
.main-services__wrapper-item span {
    display: inline-block;
    width: 20px;
    margin-right: 24px;
    font-size: 16px;
    color: #67717D;
}
.main-services__wrapper-link {
    display: flex;
    margin-top: 56px;
    font-size: 20px;
    line-height: 130%;
}
.main-services__wrapper-link:after {
    content: "";
    display: block;
    width: 28px;
    background-color: #142238;
    margin-left: 8px;
    height: 28px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8771 0.994686C10.9267 1.03637 10.9723 1.08257 11.0134 1.13266C11.0644 1.1948 11.1072 1.26145 11.1417 1.33114C11.211 1.47086 11.25 1.6283 11.25 1.79484V9.83949C11.25 10.4165 10.7822 10.8843 10.2052 10.8843C9.62812 10.8843 9.16033 10.4165 9.16033 9.83949V4.31726L2.53365 10.944C2.12561 11.352 1.46406 11.352 1.05603 10.944C0.647991 10.5359 0.647991 9.87438 1.05603 9.46634L7.68265 2.83969L2.16056 2.83969C1.58351 2.83969 1.11572 2.37189 1.11572 1.79484C1.11572 1.21779 1.58351 0.75 2.16056 0.75L10.2052 0.75C10.3577 0.75 10.5025 0.782671 10.6332 0.841396C10.7195 0.880161 10.8017 0.931258 10.8771 0.994686Z' fill='white'/%3E%3C/svg%3E");
}
@media(max-width: 1279px) {
    .main-services {
        padding: 40px;
        border-radius: 20px;
        margin-bottom: 96px;
    }
    .main-services__container {
        width: 40%;
    }
    .main-services__wrapper {
        width: 60%;
    }
    .main-services__container-label {
        font-size: 16px;
    }
    .main-services__container-title {
        font-size: 32px;
        padding-right: 30px;
    }
    .main-services__wrapper-item {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .main-services__wrapper-item span {
        display: inline-block;
        width: 18px;
        margin-right: 18px;
        font-size: 14px;
    }
    .main-services__wrapper-link {
        margin-top: 40px;
        font-size: 18px;
    }
    .main-services__wrapper-link:after {
        width: 24px;
        height: 24px;
        background-size: 42%;
    }
    .main-services__container-img {
        width: 144px;
    }
}
@media(max-width: 767px) {
    .main-services {
        padding: 24px 20px;
        border-radius: 16px;
        flex-direction: column;
        margin-bottom: 64px;
    }
    .main-services__container {
        width: 100%;
        flex-direction: initial;
        align-items: center;
    }
    .main-services__container-label {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .main-services__container-title {
        font-size: 24px;
        padding-right: 0;
    }
    .main-services__container-img {
        text-align: right;
    }
    .main-services__wrapper {
        width: 100%;
    }
    .main-services__wrapper-item {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .main-services__wrapper-link {
        margin-top: 24px;
        font-size: 16px;
    }
    .main-services__wrapper-item span {
        width: 16px;
        margin-right: 12px;
        font-size: 12px;
    }
    .main-services__wrapper-link:after {
        width: 16px;
        height: 16px;
        background-size: 40%;
    }
    .main-services__container-img {
        width: 64px;
        flex: 0 0 64px;
        margin-left: 10px;
    }
    .main-services__container-text {
        margin-bottom: 16px;
    }
}
/* End */


/* Start:/local/templates/nota_main/components/bitrix/news.list/blog/style.css?16775856064355*/
.container-blog {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.blog-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

.blog-list {
    position: relative;
    margin-bottom: 120px;
}
.blog-swiper {
    overflow: hidden;
    position: relative;
}
.blog-list__info {
    font-size: 64px;
    line-height: 110%;
    margin-bottom: 96px;
    opacity: 0;
}
.blog-list__info .gradient-text {
    display: inline-flex;
    align-items: center;
}
.blog-list__info .gradient-text:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M31.867 16.6977C31.9521 16.4844 31.9993 16.2506 32 16.0055C32 16.0018 32 15.9982 32 15.9945C31.9987 15.5299 31.8276 15.0657 31.4868 14.7112L17.8584 0.533857C17.1742 -0.177952 16.0648 -0.177952 15.3805 0.533857C14.6963 1.24567 14.6963 2.39974 15.3805 3.11155L26.0178 14.1773H1.75213C0.784457 14.1773 -4.98466e-07 14.9933 0 16C-7.38469e-07 17.0067 0.784456 17.8227 1.75213 17.8227H26.0178L15.3805 28.8885C14.6963 29.6003 14.6963 30.7543 15.3805 31.4661C16.0648 32.178 17.1742 32.178 17.8584 31.4661L31.486 17.2897C31.4872 17.2884 31.4893 17.2863 31.4905 17.285C31.6567 17.1111 31.7822 16.9111 31.867 16.6977Z' fill='white'/%3E%3C/svg%3E");
}
.blog-list__info .gradient-text:hover {
    background: linear-gradient(90deg, #0088EA 0%, #00E39F 100%);
    color: #fff;
}
.blog-list__info .gradient-text:active {
    background: linear-gradient(90deg, #0076B8 0%, #00A070 100%);
    color: #fff;
}
.blog-list__info .gradient-text:focus {
    color: #fff;
}
.blog-list .swiper-slide {
    width: 380px;
}
.blog-list__img-wrapper {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.blog-list__img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 456px;
    width: 380px;
}
.blog-swiper__info {
    padding-top: 24px;
}
.blog-swiper__info-section {
    font-size: 14px;
    line-height: 130%;
    color: #828996;
    margin-bottom: 16px;
    display: flex;
    align-items: baseline;
}
.blog-swiper__info-title {
    display: block;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 16px;
}
.blog-swiper__info-label {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #828996;
    font-size: 14px;
}

.blog-swiper__info-label:first-letter {
    text-transform: uppercase;
}

.button-prev img {
    transform: rotate(180deg);
}
.blog-swiper__button {
    text-align: right;
    margin-bottom: 40px;
}
@media(max-width: 1279px) {
    .blog-list {
        margin-bottom: 120px;
    }
    .blog-list__info {
        font-size: 44px;
        margin-bottom: 65px;
    }
    .blog-list .swiper-slide {
        width: 320px;
    }
    .blog-list__img-wrapper {
        border-radius: 16px;
    }
    .blog-list__img {
        height: 380px;
        width: 320px;
    }
    .blog-swiper__info-title {
        font-size: 20px;
    }
    .blog-swiper__button {
        display: none;
    }
    .blog-list__info .gradient-text:after {
        width: 24px;
        height: 24px;
        background-size: cover;
        margin-left: 20px;
    }
}
@media(max-width: 767px) {
    .blog-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .blog-list {
        margin-bottom: 48px;
    }
    .blog-list__info {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .blog-list .swiper-slide {
        width: 230px;
    }
    .blog-list__img-wrapper {
        border-radius: 12px;
    }
    .blog-list__img {
        height: 280px;
        width:230px;
    }
    .blog-swiper__info-section {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .blog-swiper__info-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .blog-swiper__info-label {
        border-radius: 4px;
        font-size: 12px;
    }
    .blog-list__info .gradient-text:after {
        width: 16px;
        height: 16px;
        background-size: cover;
        margin-left: 12px;
    }
}
/* End */


/* Start:/local/templates/nota_main/components/dnext/simple.banner/banner/style.css?16775856062100*/
.banner {
    padding: 0 80px;
    border-radius: 32px;
    height: 350px;
    overflow: hidden;
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    transition: background-size .3s ease-in;
    -moz-transition: background-size .3s ease-in;
    -web-kit-transition: background-size .3s ease-in
}
.lang-en .banner {
    background-image: url('/local/html/img/bg-banner.jpg')
}
.lang-ru .banner {
    background-image: url('/local/html/img/bg-banner-ru.jpg')
}

.banner__wrapper {
    width: 100%;
}

.banner:hover {
    background-size: 120% 120%;
}

.banner__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.banner__text {
    font-size: 48px;
    line-height: 110%;
    max-width: 650px;
}

@media(max-width: 1279px) {
    .banner {
        animation: none;
    }
    .banner:hover {
        animation: none;
    }
}

@media(max-width: 1279px) {
    .banner {
        padding: 0 48px;
        border-radius: 20px;
        height: 350px;
        margin-bottom: 80px;
    }
    .banner__text {
        font-size: 32px;
        max-width: 320px;
    }
    .lang-ru .banner {
        padding: 56px;
    }
    .lang-ru .banner__container {
        flex-direction: column;
        align-items: start;
    }
    .lang-ru .banner__text {
        max-width: 100%;
        margin-bottom: 48px;
    }
}

@media(max-width: 784px) {
    .banner {
        padding: 0 40px;
    }
}

@media(max-width: 767px) {
    .banner {
        padding: 40px 32px;
        border-radius: 16px;
        margin-bottom: 40px;
        height: 264px;
    }
    .lang-ru .banner {
        padding: 40px 24px;
    }
    .lang-ru .banner__text {
        margin-bottom: 40px;
    }
    .banner__text {
        font-size: 20px;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .banner__container {
        flex-direction: column;
        align-items: start;
    }
    .banner__container .arrow-link {
        width: 100%;
        text-align: center;
    }
    .banner__link {
        width: 100%;
    }
}
/* End */
/* /local/templates/nota_main/components/dnext/simple.banner/main_about/style.css?167758560611744 */
/* /local/templates/nota_main/components/bitrix/news.list/services_main_ru/style.css?16770661853461 */
/* /local/templates/nota_main/components/dnext/simple.banner/main_about_second_block/style.css?16957135504285 */
/* /local/templates/nota_main/components/dnext/simple.banner/awards_main/style.css?16957135506704 */
/* /local/templates/nota_main/components/dnext/portfolio.integrator/portfolio/style.css?16775856061059 */
/* /local/templates/nota_main/components/bitrix/news.list/partners/style.css?16775856063523 */
/* /local/templates/nota_main/components/bitrix/news.list/vendors_banner_new/style.css?16775856063815 */
/* /local/templates/nota_main/components/dnext/simple.banner/banner_countries/style.css?16775856064340 */
/* /local/templates/nota_main/components/dnext/simple.banner/main_services/style.css?16770661854394 */
/* /local/templates/nota_main/components/bitrix/news.list/blog/style.css?16775856064355 */
/* /local/templates/nota_main/components/dnext/simple.banner/banner/style.css?16775856062100 */
