.b24-form-wrapper {
    background-color: transparent !important;
}

.b24-form-content form input,
.b24-form-content form textarea {
    background: #fff;
    background-color: #fff !important;
    padding: 16px 12px;
}

.b24-form-sign {
    display: none !important;
}

.b24-form-control-file {
    background-color: transparent !important;
    border: none !important;
}

.b24-form-wrapper.b24-form-border-bottom {
    border: none !important;
}

.b24-form-btn-block button {
    background-color: #2c60d1;
    width: max-content !important;
    padding: 10px 20px 12px !important;
    border-radius: 24px !important;
}

.b24-form-content {
    padding: 0 !important;
}

.b24-form-sign-abuse-help {
    display: none;
}

.header__menu-items {
    column-gap: 60px !important;
}

.buy-1s__select-dropdown-item.check::after {
    content: "";
    -webkit-mask-image: url("/local/components/neti/cases.filter/templates/.default/img/check-icon.svg")
}

.gain__items {
    justify-content: space-around;
}
.gain__item {
    max-width: 260px;
}

@media (max-width: 1300px) {
    .itc-info__items {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .itc-info__items {
        flex-direction: row !important;
    }
}

.cases-content__inner ol {
    margin-left: 20px;
}

.blog-content__inner ol {
    margin-left: 20px;
}

.cases-content__inner ol li {
    margin-bottom: 16px;
}

.cases-content__inner img {
    object-fit: contain;
}

.blog-content__inner img {
    object-fit: contain;
}

.career__info_block {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

img.img_career {
    width: 66px;
}

p.text_career {
    font-size: 28px;
    line-height: 36px;
    font-family: Commissioner;
    margin-left: 20px;
    margin-right: 20px;
}

a.link_career {
    font-size: 24px;
    line-height: 36px;
    color: white;
    background-color: #2C60D1;
    border-radius: 36px;
    font-weight: 200;
    font-family: Commissioner;
    padding: 14px 24px 18px 24px;
}

@media (max-width: 525px) {
    a.link_career {
        display: none;
    }

    p.text_career {
        font-size: 18px;
        line-height: 24px;
        font-family: Commissioner;
        margin-left: 20px;
        margin-right: 20px;
    }

    img.img_career {
        width: 60px;
    }
}

.career__info_rec {
    border-radius: 16px;
    background: #fff;
    padding: 44px 64px 56px;
    margin-bottom: 88px;
}

@media (max-width: 768px) {
    .career__info_rec {
        padding: 20px;
        margin-bottom: 44px;
    }

    .career__referral-wrapper {
        padding: 24px 16px;
        margin-bottom: 24px;
    }
}

.project-evaluation__description {
    max-width: 866px;
}

.aytstaff-java-title {
    font-weight: 600px;
}

.contact-details__map-widget {
    position:relative;
    overflow:hidden;
    margin:auto;
    margin-bottom:2rem;
    width: 100%;
    height: 400px;
    max-width: 600px;
}

.contacts__tg-link {
    font-family: Commissioner;
    font-style: normal;
    font-weight: 500;
    font-size: 51px;
    line-height: 56px;
    color: rgba(0, 0, 0, .87);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}


.contacts__tg {
    display: flex;
}

.contacts__tg-img {
    margin-right: 19px;
}

.contacts__tg-descr {
    font-size: 20px;
    margin-top: 10px;
}

.blog-content__inner-min-1c {
    background-image: url(/local/templates/neti_services/img/blog/Ellipse.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 48px;
    margin-top: 48px;
}

.about-box__text-top {
    font-size: 36px;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0.25px;
    z-index: 10;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .about-box__text-top {
        font-size: 24px;
        line-height: 32px;
    }

    .blog-content__inner-min-1c {
        background-image: url(/local/templates/neti_services/img/blog/Ellipse1.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-size: 40%;
        margin-bottom: 48px;
        background-position-y: bottom;
        padding: 31px 24px 70px 24px;
        margin-top: 32px;
    }
}

.blog-min-1c-width {
    padding: 0;
}

.blog-content__inner-min-1c-width {
    padding: 56px 0;
}

.blog-content__inner table, .blog-content__inner td {
    border: 1px solid black;
    border-spacing: 0;
}

/* Модальный (фон) */
.modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed; /* Оставаться на месте */
    z-index: 10000000000;
    left: 0;
    top: 0;
    width: 100%; /* Полная ширина */
    height: 100%; /* Полная высота */
    overflow: auto; /* Включите прокрутку, если это необходимо */
    background-color: rgb(0, 0, 0); /* Цвет запасной вариант */
    background-color: rgba(0, 0, 0, 0.4); /* Черный с непрозрачностью */
}

/* Модальное содержание/коробка */
.modal-content {
    background-color: #eef1f7;
    margin: 10px auto;
    padding: 20px;
    border-radius: 16px;
    width: 90%;
    max-width: 533px;
    -webkit-box-shadow: 0 8px 24px rgba(76, 86, 107, .24);
    box-shadow: 0 8px 24px rgba(76, 86, 107, .24);
    position: relative;
}

.modal-content .b24-form-state.b24-form-success {
    background: #eef1f7;
}

/* Кнопка закрытия */
.modal-close {
    float: right;
    font-size: 39px;
    color: #3e464f;
    position: absolute;
    right: 10px;
    top: 3px;
}

.modal-close:hover,
.modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.description {
    text-align: center;
    font-size: 20px;
    font-family: Golos Text;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: .5px;
    margin-bottom: 44px;
}

.text-right {
    text-align: right
}

sup a {
    color: rgba(0, 0, 0, .87);
}

.pd-b {
    padding-bottom: 50px !important;
}

.tech_stack__block_column.tech_stack__block {
    display: block;
    overflow: hidden;
}

.tech_stack__block_column .tech_stack__block_title {
    display: block;
    float: left;
}

.tech_stack__block_column .tech_stack__blocks_stack {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    justify-content: center
}

.tech_stack__block_column .tech_stack__block_stack {
    flex: 0 0 20%;
    max-width: 20%;
    display: block;
    line-height: 198%;
}

.tech_stack__block_column .tech_stack__block_stack span {
    width: 100%
}

.tech_stack__block_column .tech_stack__block_stack_title {
    font-weight: 500;
}

@media only screen and (max-width: 1023px) {
    .tech_stack__block_column .tech_stack__block_stack {
        flex: 0 0 32%;
        max-width: 32%;
        display: block;
        line-height: 198%;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .tech_stack__block_title {
        text-align: center !important;
    }

    .tech_stack__block_column .tech_stack__block_title {
        display: flex;
        float: none;
    }

    .tech_stack__block_column .tech_stack__block_stack {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        line-height: normal;
        padding-top: 25px;
        padding-bottom: 0
    }

    .tech_stack__block_column .tech_stack__block_stack span {
        width: auto;
    }

    .tech_stack__block_column .tech_stack__block_stack span.tech_stack__block_stack_title {
        display: block;
        text-align: center;
        width: 100%;
    }
}

.container-swiper {
    position: relative
}

.services__swiper {
    overflow: hidden
}

.container-swiper .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -44px);
}

.container-swiper .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -44px);
}

.container-swiper .swiper-button-next,
.container-swiper .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 55%) !important;
}

.container-swiper .swiper-button-next.block,
.container-swiper .swiper-button-prev.block {
    display: block !important
}

.container-swiper .swiper-button-next.none,
.container-swiper .swiper-button-prev.none {
    display: none !important
}

.b24-window-popup {
    z-index: 10000000001 !important;
}

.modal-title {
    font-family: Commissioner;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 22px;
    letter-spacing: .25px;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 15px;
}

.footer__rating {
    width: 227px;
    height: 77px;
    margin-top: 28px;
    overflow: hidden
}

.footer__column {
    padding: 0 15px;
}

.footer__socials {
    width: 220px;
}

@media (max-width: 768px) {
    .footer__rating {
        margin: 15px auto 0 auto;
    }

    .footer__logo, .footer__logo-link, .footer__socials {
        margin: 0px auto 0 auto;
    }

    .footer__description {
        text-align: center
    }

    .footer__column {
        width: 100%;
        align-items: normal;
    }

    .footer__menu_list li {
        width: 100%
    }
}

.footer__logo {
    width: 100%;
    max-width: 220px;
}

@media (max-width: 605px) {
    .why__item {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .footer__column_title {
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }
}

.buy-1s__item {
    justify-content: space-between;
}

.buy-1s__select-dropdown-item.check::after {
    content: "";
    width: 18px;
    height: 13px;
    -webkit-mask-image: url(/local/templates/neti_services/img/check.svg);
    mask-image: url(/local/templates/neti_services/img/check.svg);
    background-color: #2C60D1;
}


.buy-1s__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 32px;
}

.buy-1s__select {
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    max-width: 424px;
    background: #ffffff;
    border-radius: 8px;
    padding: 16px 12px;
    border: 2px solid transparent;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

.buy-1s__select:hover {
    cursor: pointer;
}

.buy-1s__select ul {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
}

.buy-1s__select.open {
    border: 2px solid #2c60d1;
}

.buy-1s__select.open .buy-1s__select-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.buy-1s__select.open .buy-1s__select-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 24px rgba(76, 86, 107, 0.24);
    box-shadow: 0px 8px 24px rgba(76, 86, 107, 0.24);
    padding: 14px 16px;
    z-index: 10;
    border-radius: 16px;
}

.buy-1s__select-dropdown {
    max-height: 250px;
    overflow-y: scroll;
}

.buy-1s__select-dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buy-1s__select-dropdown-item:hover {
    color: rgba(102, 102, 102, 0.8705882353);
}

.buy-1s__select-count {
    margin-left: auto;
}

.buy-1s__select-arrow {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 16px;
    height: 9px;
    -webkit-mask-image: url('img/buy-1s/arrow.svg');
    mask-image: url('img/buy-1s/arrow.svg');
    background-color: #2c60d1;
}

.buy-1s__res {
    margin-bottom: 32px;
    display: none;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.buy-1s__res.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.buy-1s__res-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2c60d1;
    border-radius: 24px;
    padding: 7px 16px;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.buy-1s__res-item:hover {
    cursor: pointer;
    background-color: #4f80ea;
}

.buy-1s__res-item-text {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
}

@media (max-width: 1300px) {
    .buy-1s__select {
        font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (1300 - 768)));
        line-height: calc(24px + (32 - 24) * ((100vw - 768px) / (1300 - 768)));
    }
}

@media (max-width: 768px) {
    .buy-1s__filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 15px;
    }

    .buy-1s__select ul {
        top: 55px;
    }

    .buy-1s__select {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.16px;
        padding: 12px;
    }

    .buy-1s__res {
        gap: 8px;
    }

    .buy-1s__res-item-text {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.16px;
    }
}

.page-not-found__title {
    font-size: 46px;
    line-height: 120%;
}

.page-not-found__image {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.page-not-found {
    margin-top: 88px
}

.page-not-found .hero__animation-right {
    right: -466px
}

.page-not-found .hero__title {
    margin-bottom: 20px;
}

.page-not-found .hero__animation-left {
    left: -584px;
    top: -250px;
}

@media (max-width: 1500px) {
    .page-not-found .hero__animation-left {
        width: 50vw;
    }

    .page-not-found .hero__animation-right {
        width: 45vw;
        top: -130px;
        right: -282px;
    }
}

@media (max-width: 1100px) {
    .page-not-found .hero__animation-left {
        width: 55vw;
        left: -35vw;
        top: -20vw;
    }

    .page-not-found .hero__animation-right {
        width: 50vw;
        right: -30vw;
        top: -15vw;
    }
}

@media (max-width: 768px) {
    .page-not-found .hero__animation-right {
        width: 55vw;
        right: -30vw;
        top: -15px;
    }

    .page-not-found .hero__animation-left {
        width: 65vw;
        left: -45vw;
        top: -12vw;
    }
}


.btn__big {
    font-size: 24px;
    line-height: 28px;
    padding: 14px 24px 18px;
    border-radius: 32px;
}

.btn__big-xs {
    font-size: 38px;
    line-height: 38px;
    padding: 18px 26px 24px;
    border-radius: 32px;
}

@media (max-width: 1000px) {
    .header__menu-dropdown:before {
        display: none !important;
    }
}

.modal-program .b24-form-field.b24-form-field-string:first-child {
    display: none
}

.contacts__email-link,
.contacts__phone-link,
.contacts__tg-link {
    font-size: 34px
}

@media (max-width: 1000px) {
    .contacts__email-link, .contacts__phone-link, .contacts__tg-link {
        font-size: 21px !important;
    }
}

/*


.contacts__email-link::before,
.contacts__phone-link::before,
.contacts__tg-link::before {
    height: 34px
}



@media (min-width: 768px) {
    .сontacts__email-link, .contacts__phone-link, .contacts__tg-link {
        font-size: 21px!important;
    }
}
*/
.contacts__form-input.error::placeholder {
    color: #d10a11;
}

.contacts__form-input.error {
    border: 2px solid #cba1a3;
    caret-color: #cba1a3;
}

.modal-careerForm .modal-content {
    margin-top: 69px;
    padding: 60px 22px;
    color: #333;
    line-height: 149%;
    text-align: center;
}

.contacts__form-input-half {
    width: calc(50% - 8px);
    margin-right: 12px;
}

.contacts__form-input-halflast {
    width: calc(50% - 8px);
}

.grid-form {
    display: grid;
    column-gap: 14px;
    row-gap: 4px;
    grid-template-columns: 1fr 1fr;
}

.grid-form.careerForm {
    grid-template-rows: repeat(3, 80px);
}

.grid-form.recomendForm {
    grid-template-rows: repeat(5, 80px);
}

.grid-form.extensionForm {
    margin-top: 28px;
    grid-template-rows: repeat(3, 80px);
}

.grid-form .contacts__form-input {
    display: block;
    margin-bottom: 0;
    margin-right: 0;
}

.grid-form .row {
    margin-bottom: 8px;
}

.grid-form .row:last-child {
    align-self: center;
}

.grid-form .row.row-align-baseline {
    align-self: baseline;
}

.grid-form .row {
    grid-column: 1/3;
}

.grid-form .row.left-column {
    grid-column: 1/2;
}

.grid-form .row.right-column {
    grid-column: 2/3;
}

.grid-form .row input {
    width: 100%;
}

.grid-form .row .error-message {
    text-align: start;
    padding-top: 4px;
    padding-left: 8px;
    font-size: 9px;
    color: #d10a11;
    overflow: hidden;
}

.grid-form .row .error-message-text {
    transform: translateY(-150%);
    transition-property: transform;
    transition-duration: 300ms;
}

.grid-form .row .error-message-text.show {
    transform: translateY(0);
}

.grid-form .contacts__form-bottom {
    align-items: center;
}

.grid-form .row .contacts__form-file {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .grid-form {
        margin-top: 1rem;
        row-gap: 0;
    }

    .grid-form .row.left-column,
    .grid-form .row.right-column {
        grid-column: 1 / 3;
        grid-column: span;
    }

    .grid-form .contacts__form-bottom {
        margin-top: 1em;
    }
}

.modal ol {
    text-align: left;
}

.modal-btn {
    cursor: pointer
}

.modal .title {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 37px;
}

.career__title {
    margin-bottom: 40px
}

.career__info {
    margin-top: 24px;
}

.developer-box__wrapper {
    padding: 56px 64px !important;
}

.developer-box__video {
    margin-bottom: 0px;
}


.block-text {
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    padding: 56px 64px;
}

.block-text p:not(:last-child) {
    margin-bottom: 20px;
}

.block-text p {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .5px;
    color: rgba(0, 0, 0, .87);
}

.block-text ul li {
    list-style: inside;
    list-style-position: outside;
}

.block-text ul, .block-text ol {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .5px;
    color: rgba(0, 0, 0, .87);
    margin-left: 30px;
    margin-bottom: 20px;
}

.block-text ul:last-child {
    margin-bottom: 0px;
}


.block-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
    margin-bottom: 24px;
}

.block-item {
    width: calc(50% - 14px);
    border-radius: 16px;
    background: #fff;
    padding: 32px;
}

.block-item:nth-child(odd):last-child {
    width: 100%;
}

.block-item-icon {
    margin-bottom: 10px;
    text-align: center;
}

.block-item-title {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.25px;
    margin-bottom: 12px;
    text-align: center;
}

.block-item-text {
    margin: 0 30px;
    font-family: "Golos Text";
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .25px;
}

.block-item-description {
    margin: 0 30px;
    font-family: "Golos Text";
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .25px;
    color: rgba(0, 0, 0, .5);
}

.block-item ul li {
    list-style: inside;
}


@media (max-width: 768px) {
    .career__info {
        margin-top: 16px;
    }

    .developer-box__wrapper {
        padding: 20px 25px !important;
    }

    .block-item {
        width: 100%
    }
}

.block-gray {
    font-family: Commissioner;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 60px;
    letter-spacing: .25px;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 12px;
}

@media (max-width: 1100px) {
    .block-gray {
        font-size: clamp(24px, 3vw, 36px);
        line-height: clamp(32px, 3vw, 44px);
    }
}

.promo {
    text-align: center;
}

.promo-img {
    width: 100%;
    height: 252px;
    overflow: hidden;
}

.promo-img img {
    width: auto;
    height: 100%;
    border-radius: 16px;
}

.promo-title {
    margin-top: 20px;
    font-size: 120%;
    line-height: 148%;
    font-weight: 500;
}

.promo-description {
    margin-top: 20px;
}

.promo-footer {
    margin-top: 30px;
}

.btn-full {
    width: 100%
}

.btn-square {
    border-radius: 6px;
}

.hero__title_banner {
    position: relative
}

.o-banner__header {
    position: absolute;
    text-align: right;
    height: 100px;
    top: -112px;
    right: 0;
}

.o-banner__header img {
    height: 100%;
}

@media (max-width: 768px) {
    .o-banner__header {
        position: relative;
        top: -11px;
        text-align: center;
    }
}

.o-banner {
    margin-bottom: 24px;
    text-align: center
}

.o-banner img {
    max-width: 100%;
    border-radius: 16px;
}

/*Стиль таблиц*/

.table-wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    scrollbar-color: #4f80ea #eff5f7;
    scrollbar-width: thin;
    scrollbar-face-color: #4f80ea;
    scrollbar-track-color: #eff5f7;
}

table.table {
    border-collapse: collapse;
    max-width: 100%;
}

.table tbody tr {
    border-bottom: 2px solid #ecebeb;
}

.table > tbody > tr > td {
    padding: 12px;
}


.table {
    width: 100%;
    margin-bottom: 20px;
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .5px;
    color: rgba(0, 0, 0, .87);
}

.table a {
    color: #2c60d1
}

.serv__block__top {
    text-align: center;
}

.services__swiper.noslider .swiper-wrapper {
    gap: 25px;
    justify-content: center;
}

.services__icon img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#services .bottom__services .services__icon {
    text-align: center;
    margin-bottom: 48px;
}

.services__item .services__icon {
    text-align: center;
}

.services__icon img {
    height: auto;
}

.fix-width {
    height: 110px;
}

.implementation-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 25px;
}

.implementation-row .implementation-col {
    display: block;
    width: 50%;
}

.implementation-col .project-evaluation__wrapper {
    padding: 52px 40px;
}

.implementation-col .project-evaluation__column {
    height: 209px;
}

@media (min-width: 1200px) {
    .implementation-row .implementation-col .project-evaluation__wrapper {
        height: 420px;
    }
}

@media (max-width: 1200px) {
    .implementation-row {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .implementation-row .implementation-col {
        display: block;
        width: 100%;
    }
}

.project-evaluation__columns--card {
    flex-direction: column;
}

.fits__item-description ul {
    margin-left: 30px;
}

.fits__item-description ul li {
    list-style: outside;
    padding: 5px 0;
    text-align: left;
}

.fits__item.link a:after {
    margin-left: 9px;
    content: url("/local/templates/awelite_redisgn/img/link-arrow.svg");
}

.fits__item .link {
    font-family: "Commissioner", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87);
}

.poll .title {
    text-align: -webkit-center;
}

.poll__annotation {
    display: grid;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    text-align: -webkit-center;
    margin-bottom: 20px;
}

.poll-container {
    height: 540px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: #fff;
    display: flex;
    flex-direction: column;
}

/* Обёртка слайдов */
.poll-slides {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 20px;
}

/* Каждый «слайд» (шаг) */
.poll-slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 30px 20px;
}

/* Вопрос */
.poll-question h4 {
    margin-bottom: 25px;
    color: #333;
    font-size: 25px;
    font-weight: 600;
}

/* Варианты */
.answer-variants__group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: .3125rem;
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow .15s ease-out;
    transition: -webkit-box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out;
}

.answer-variants__variant {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-radius: .3125rem;
    border: solid .0625rem rgba(217, 216, 230, .55);
    transition: box-shadow .15s ease-out, border-color .15s ease-out;
    cursor: pointer;
}

.answer-variants__variant input {
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.answer-variants__variant:hover {
    box-shadow: 0 .0625rem .1875rem rgba(0, 0, 0, .05);
}

.answer-variants__variant_selected {
    box-shadow: 0 .0625rem .1875rem rgba(0, 0, 0, .1);
    border-color: var(--color-alpha, #007acc);
}

.poll-question label {
    margin-bottom: 8px;
    cursor: pointer;
    padding: .8rem 1rem;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    font-size: 18px;
}

.poll-question input {
    margin-right: 10px;
    width: 1.25em;
    height: 1.25em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    border: 2px solid #7a7a7a;
    -webkit-transition: background .15s ease-out;
    transition: background .15s ease-out;
    background: 0 0;
}

.poll-question {
    margin-bottom: 24px;
}

.poll-option {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
}

.poll-option input[type="checkbox"],
.poll-option input[type="radio"] {
    margin-right: 10px;
    flex-shrink: 0;
}

.poll-option-text {
    color: #333;
    font-size: 15px;
}

/* Кнопка Далее */
.poll-buttons {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px;
}

.poll-buttons button {
    position: absolute;
    bottom: 20px;
    width: 120px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}

#prev-step {
    left: 20px;
    background: #ccc;
    color: #333;
}

#prev-step:hover {
    background: #bbb;
}

#next-step {
    right: 20px;
    background: #007acc;
    color: #fff;
}

#next-step:hover {
    background: #005fa3;
}

/* Стили для формы заявки */
#submission-form div {
    margin-bottom: 15px;
}

#submission-form label {
    display: block;
    margin-bottom: 5px;
    color: #555;
}

#submission-form input[type="text"],
#submission-form input[type="email"],
#submission-form input[type="tel"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#submission-form input[type="checkbox"] {
    margin-right: 8px;
}

#submission-form button {
    padding: 12px;
    background: #007acc;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#submission-form button:hover {
    background: #005fa3;
}

#submission-form h3 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

#submission-form p {
    font-weight: normal;
    text-align: center;
    margin: 10px 5px;
}

.poll-slide--centered {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.success-text {
    font-size: 25px;
    color: #007acc;
    margin: 0;
    text-align: center;
}

.poll-other-text {
    display: none;
    width: 100%;
    min-height: 60px;
    margin-top: 8px;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
}

.form-error {
    margin-top: 12px;
    color: #d00;
    font-size: 14px;
    text-align: center;
}

.consent-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.consents-wrapper .poll-option {
    display: flex;
    align-items: center;
}

.consent-wrapper .modal-btn {
    cursor: pointer;
    color: var(--link-color, #007acc);
    text-decoration: underline;
}


.project-evaluation__column .iso_logo {
    width: 250px;
}

.hero__items__new .hero__item-title a {
    color: #2c60d1
}

.hero__items__new .hero__item-title a:hover {
    color: #4F80EA;
}

.hero__items__new .hero__item-title a:active {
    color: #1745A9;
}
@media (max-width: 768px) {
    .block-text:has(.table--responsive) {
        padding: 30px;
    }

    .table.table--responsive {
        font-size: 19px;
    }
}

@media (max-width: 576px) {
    .table.table--responsive {
        font-size: 18px;
    }

    .table.table--responsive tbody tr {
        display: flex;
        flex-direction: column;
    }

    .table.table--responsive tbody tr td:first-child {
        font-weight: 500;
        padding-bottom: 0;
    }

    .block-text:has(.table--responsive) {
        padding: 20px;
    }
}