.hero__description {
    max-width: 650px;
}

.hero__items__new {
    display: flex;
    align-items: normal;
    justify-content: space-between;
}
.hero__items__new .hero__item{
    height: auto;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__items__new .hero__item-title span {
    display: block;

}
.hero__button {
    margin-bottom: 0;
}
.hero_redign {
    margin-bottom: 88px;
}
.trust__button .trust__btn {
    position: absolute;
    right: 0;
    top: 10px;
    border: 1px solid rgba(44, 96, 209, 1);
    color: rgba(44, 96, 209, 1);
    background-color: transparent;
}
.trust__wrapper {
    position: relative;
}
.btn-arrow-blue::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-left: 11px;
    transform: translateY(2px);
    background: url("img/arrow-right-blue.svg") center center no-repeat;
}

.trust__items {
    grid-template-columns: repeat(5, 1fr);
}
.trust__item {
    flex: 1;
}
.trust__item:nth-child(4) {
    justify-self: normal;
}
.trust__item:nth-child(5) {
    justify-self: normal;
}
.trust__item:nth-child(1) {
    justify-self: normal;
}
.trust__item:nth-child(8) {
    justify-self: normal;
}
.trust__item:nth-child(9) {
    justify-self: normal;
}
.trust__item:nth-child(12) {
    justify-self: normal;

}

.trust__items > .js-pager-paginator {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 0px;
}
.hero__items_rd {
    margin-top: 88px;
}
.tech_stack__block {
    display: flex;
    border-radius: 16px;
    align-items: center;
    justify-content: flex-start;
    padding: 24px;
    background-color: #fff;
    margin-bottom: 20px;
    min-height: 116px;
}
.tech_stack__block_yellow {
    background: rgba(255, 221, 0, 1);
}
.tech_stack__block_title {
    width: 17%;
    min-width: 200px;
    display: flex;
    align-items: center;
    font-family: "Commissioner", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.25px;
    text-align: left;
    color: rgba(44, 96, 209, 1);
    flex-shrink: 0;
}
.tech_stack__block_stack {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 30px;
}
.tech_stack__block_stack span {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
}
.tech_stack__block_stack span img {
    display: inline-block;
    margin-right: 8px;
}
.sert__title {
    margin-bottom: 0;
}
.tech_stack {
    margin-bottom: 50px;
}

/* services */
#services .services__swiper {
    margin-bottom: 48px;
}
#services .services__h2 {
    font-family: "Commissioner", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0.25px;
    text-align: center;
    margin-bottom: 12px;
    color: rgba(44, 96, 209, 1);
}
#services .services__desc {
    font-family: "Golos Text", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-align: center;
    max-width: 740px;
    margin: 0 auto 24px auto;
}

#services .services__item {
    width: 400px;
    height: auto;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 380px;
}

#services .services__icon {
    height: auto;
    text-align: left;
}

#services .services__title {
    font-family: "Commissioner", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.25px;
    text-align: left;

}

#services .services__description {
    font-family: "Golos Text", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-align: left;
    margin-bottom: 0;

}
#services .bottom__services .services__item{
    align-items: center;
    justify-content: flex-end;
}
#services .bottom__services .services__icon{
    text-align: center;
    margin-bottom: 48px;
}
#services .bottom__services .services__button{
    margin-top: 10px;
    margin-bottom: 25px;
}

/* extensions */
.extension .block-text {
    font-size: 20px;
    line-height: 32px;
    word-break: break-word;
}
.extension .block-text img{
    max-width: 100%;
    height: auto;
    object-fit: scale-down;
}
.extensionForm .contacts__form-input {
    padding: 10px 10px;
}
.extension-items .why__item {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.extension-items .why__title {
    margin-top: 1em;
    flex: 0 0 4em;
    margin-bottom: 0;
}
.extension-items .why__description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-align: start;
    margin-top: 1.5em;
    margin-bottom: 2em;
}
.extension-items .why__icon {
    margin-bottom: 0;
}
.extension-items .why__icon .why__image {
    max-width: 100%;
    max-height: 12vw;
    border-radius: 16px;
    object-fit: scale-down;
}
.extension-items .why__bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.extension-items .extension__price {
    color: #2c60d1;
    font-family: Commissioner;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}
.extension-items .extension-items__readmore-btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.extension-items .get-extension-btn {
    z-index: 1;
}
.extension__media {
    display: flex;
}
.extension__price-table {
    margin-bottom: 48px;
}
.extension__media.contacts__column {
    width: 100%;
    max-width: 100%;
}
.extension__media .aspect-ratio {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
}
.extension__media .aspect-ratio iframe,
.extension__media .aspect-ratio video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.extension__media .aspect-ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.extension__detail img, .extension__media img {
    cursor: pointer;
}
@media (max-width: 1200px) {
    .extension-items .why__bottom {
        flex-direction: column;
        gap: 20px;
    }
    .extension-items .why__bottom .btn-light {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .extension-items .why__icon .why__image {
        max-height: 14vw;
        height: 14vw;
    }
}
@media (max-width: 605px) {
    .extension-items .why__icon .why__image {
        max-height: 30vw;
        height: 30vw;
    }
}
.block-text-white {
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    padding: 56px 64px;
}
.block-text-white p {
    font-size: 28px;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    z-index: 10;
}

.cases-wrapper {
    position: relative;
}
.header__menu-item {
    position: static;
}
.header {
    position: static;
}
header {
    position: relative;
}
.header__menu-dropdown {
    top: 100%;
    width: 100vw;
    border-radius: 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 48px 0;
    gap: 0;
}
.header__menu-dropdown .header__menu-dropdown-item {
    max-width: 405px;
    padding-left: 40px;
}
.not_link_in_menu, .has-children {
    cursor: default;
    font-family: "Commissioner", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.25px;
    text-align: left;
    max-width: 330px;
    word-break: normal;
    word-wrap: normal;
    text-wrap: wrap;
    margin-bottom: 24px;

}
.fix {
    position: fixed !important;
}
main {
    margin-top: 0;
}
.sert {
    margin-bottom: 50px;
}
li.bx-nav-3-lvl a span  {
    font-family: "Commissioner", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    display: block;
    word-break: break-word;
    white-space: normal;
}

li.bx-nav-3-lvl {
    margin-bottom: 20px;
}
.header__menu-dropdown-link:after,
li.bx-nav-3-lvl a span:after {
    margin-left: 9px;
    content: url("img/link-arrow.svg");
}
.has-children {
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    display: block;
}
.has-children:after {
    margin-left: 9px;
    content: url("img/link-arrow.svg");
}
.has-children:hover {
    color: rgba(102, 102, 102, 0.8705882353);
}

.header__menu-dropdown-item a:hover span {
    color: rgba(102, 102, 102, 0.8705882353);
}
.container {
    padding: 0 45px;
}
.contacts__columns {
    justify-content: space-between;
}
.footer__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.aw-footer__columns {
    align-items: flex-start;
}
.footer__column {
    flex: 1 1 0;
}
.footer__column_title {
    display: block;
    font-family: "Commissioner", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.25px;
    text-align: left;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.87);

}
.footer__menu_list li {
    margin-bottom: 12px;
}
.contacts__tg_img {
    display: flex;
}

.contacts__tg_img::before {
    content: "";
    display: inline-block;
    width: 54px;
    height: 54px;
    margin-right: 29px;
    background: url(/local/templates/neti_services/img/contacts/telegram.svg) center center no-repeat;
    background-size: contain;
}
.header__nav.mouse .header__menu-item {
    position: static;
}
.itc-info__items {
    flex-wrap: nowrap;
}
section.customization .btn_no_margin {
    margin-bottom: 0;
}
.why .title h2 {
    text-align: center;
}

.trust .trust__items {
    margin-bottom: 0px;
}
.who_work .hero__item {
    height: auto;
    justify-content: center;
}
.who_work .hero__items {
    justify-content: space-between;
}
.who_work {
    margin-bottom: 88px;
}
.why_we_work_items {
    display: block;
}
.why_we_work_items>div {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 24px;
}
#services .why_we_work_items .services__item {
    min-height: auto;
    display: block;
    background-color: rgba(44, 96, 209, 0.06);

}
.format_prices table th {
    width: 33.3%;
    color: rgba(44, 96, 209, 1);
    font-family: "Commissioner", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.25px;
    text-align: left;
    vertical-align: top;
}
.format_prices table th p {
    font-family: "Golos Text", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
}
.format_prices table tr:not(:last-child) {
    border-bottom: 1px solid rgba(44, 96, 209, 1);
}
.format_prices table th,
.format_prices table td {
    padding: 24px;

}
.format_prices table td {
    font-family: "Commissioner", sans-serif;
    padding: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.25px;
    text-align: left;

}
.format_prices table tr th:not(:first-child),
.format_prices table tr td:not(:first-child) {
    border-left: 1px solid rgba(44, 96, 209, 1);

}
.format_prices table {
    border: 1px solid rgba(44, 96, 209, 1);
    width: 100%;
    border-collapse: collapse;
    border-radius: 16px;
    background-color: #fff;
}
/*.format_prices table tbody {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(44, 96, 209, 1);

}*/
/*.format_prices table tr:first-child {
    border-radius: 16px 16px 0 0;
}*/
.header__menu-dropdown:before {
    content: "";
    display: block;
    height: 35px;
    width: 100%;
    position: absolute;
    top: -35px;
    left: 0;
    pointer-events:auto;
}
.services .swiper-wrapper {
    transition-timing-function: linear;
}
.not_link_in_menu~ul {
    margin-right: 40px;
}
@media (max-width: 1200px) {
    .contacts__tg-link {
        font-size: 28px;
        line-height: 36px;
    }
}
@media (max-width: 992px) {
    .itc-info__items {
        flex-wrap: wrap;
    }
    .contacts__tg_img::before {
        margin-right: 15px;
    }
    .contacts__tg {
        justify-content: center;
    }
    .hero__items__new .hero__item-title span {
        display: inline;
    }
    .hero__items__new {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    .hero__items__new .hero__item-title {
        font-size: 18px;
        max-width: 100% !important;

    }
    .hero_redign {
        margin-bottom: 56px;
    }
    .trust__button .trust__btn {
        position: static;
        right: 0;
        top: 0;
        order: 1;
    }
    .trust__button {
        flex-wrap: wrap;
        padding-top: 50px
    }
    .trust__items {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px
    }
    .trust__item img {
        max-height: 80px;
    }
    .trust__info {
        margin-bottom: 16px;
    }

}
@media (max-width: 1000px) {
    .header__nav.active .header__menu-item {
        position: relative;
    }
    .header__nav.active .header__menu-item:after {
        content: '';
        display: block;
        height: 1px;
        width: 200%;
        background-color: rgba(33, 33, 33, 0.06);
        position: absolute;
        bottom: -13px;
        left: -50%;
    }
    .header__menu-dropdown:before {
        top: 0;
    }
    a.header__menu-link:after {
        margin-left: 9px;
        content: url("img/link-arrow.svg");
    }
    .header__menu-items {
        width: 100%;
    }
    .header__nav .header__touch-arrow {
        margin-left: auto;
        pointer-events: none;
    }
    .header__menu-dropdown {
        top: 100%;
        width: 100vw;
        border-radius: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .header__menu-dropdown .header__menu-dropdown-item {
        padding-left: 0;
    }
}
@media (max-width: 768px) {

    .why_we_work_items>div {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-bottom: 24px;
        flex-direction: column;
        gap: 24px
    }
    section.customization .btn_no_margin {
        margin-bottom: 0;
    }

    .contacts__tg_img::before {
        width: 36px;
        height: 36px;
    }
    .not_link_in_menu {
        font-size: 18px;
        margin-bottom: 12px;
    }
    li.bx-nav-3-lvl a span {
        font-family: "Golos Text", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.1599999964237213px;
        text-align: left;
    }
    li.bx-nav-3-lvl {
        margin-bottom: 14px;
    }

    .hero__items-rd {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }
    .hero__items-rd .hero__item {
        width: 100%;
        height: auto;
    }
    .hero__items-rd .hero__item-title {
        max-width: 100% !important;
    }
    .tech_stack__block {
        flex-wrap: wrap;
        gap: 17px;
        margin-bottom: 16px;
    }
    .tech_stack__block_title {
        width: 100%;
        justify-content: center;
        font-size: 18px;
    }
    .tech_stack__block_stack {
        justify-content: center;
        gap: 12px;
        padding-left: 0;
    }
    .hero__item-title {
        font-size: 18px;
    }
    .hero__item-description {
        font-size: 14px;
    }
}
@media (max-width: 500px) {
    .contacts__tg_img>div {
        max-width: 212px;
    }
    .contacts__title {
        text-align: center;
    }
    .container {
        padding: 0 16px;
    }
    .footer__menu_list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 16px;
        justify-content: center;
    }
    .mob_hidden {
        display: none;
    }
    .footer__bottom .footer__bottom-copyright{
        order: 1;
    }
    .footer__column_title {
        font-size: 16px;
        margin-bottom: 0;
    }
    .footer__column {
        width: 100%;
    }
    .hero__title {
        max-width: 260px;
        text-align: center;
    }
    .hero__description {
        max-width: 240px;
    }
    #services .swiper-wrapper {
        display: block !important;
    }
    #services .services__item {
        width: 100% !important;
        height: auto;
        min-height: 232px;
        align-items: center;
        margin-bottom: 16px;
    }
    #services .serv__block__top {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    #services .services__title {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.15000000596046448px;
        text-align: center;
    }
    #services .services__button svg {
        width: 14px;

    }
    #services .services__description {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.1599999964237213px;
        text-align: center;


    }
    #services .services__h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.15000000596046448px;
        text-align: center;
    }
    #services .services__desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.1599999964237213px;
        text-align: center;

    }
    .sert {
        margin-bottom: 40px;
    }
}

/*Список Вас заинтересует*/
.interesting-news {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.interesting-news__header {
    display: block;
    position: relative;
    text-align: center;
}

.interesting-news__title {
    font-family: Commissioner, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 51px;
    line-height: 56px;
    color: rgba(0, 0, 0, .87);
}

.interesting-news__description {
    text-align: center;
    margin-bottom: 40px;
    color: rgba(0, 0, 0, .87);
    font-family: "Golos Text", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .5px;
}

.interesting-news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 20px;
    grid-template-rows: repeat(5, max-content);
}

.interesting-news__list.interesting-news__list--even {
    .interesting-news__list-item:nth-child(even) {
        grid-column: span 2;
    }
}

@media (max-width: 1200px) {
    .interesting-news__list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }
}

.interesting-news__list-item {
    margin-bottom: 10px;
}

.list-item__link {
    color: #171A20;
    text-decoration: none;
}

.list-item__link:hover {
    color: #2c60d1;
}

.list-item__title {
    font-family: Commissioner, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .25px;
    color: rgba(0, 0, 0, .87);
}