#modal-feedback textarea, #mail-send-form textarea, #okpd2-detail-modal textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-top: 15px;
}

#mail-send-form textarea {
    height: 300px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tender-card__body .result-card-new__footer-btns_left {
    margin-top: 40px;
}

#modal-directory-okpd .checkbox {
    padding-right: 0 !important;
    padding-left: 27px !important;
}

#modal-directory-okpd .checkbox-wp {
    display: flex;
    margin-bottom: 7px;
    margin-top: 7px;
}

.OKPD-container-wrapper {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.OKPD-container__element {
    cursor: default;
}

.OKPD-container .OKPD-container__element_clear-btn {
    background-image: url("images/icon-clear.svg");
    width: 16px;
    height: 16px;
}

label.checkbox input:not(.partial):checked ~ .checkbox__checkmark {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/icon-tick.svg");
}

label.checkbox input.partial ~ .checkbox__checkmark {
    background-color: #f6bf46;
    border-color: #f6bf46;
    background-position: center;
    background-repeat: no-repeat;
}

.checkbox__input {
    display: block;
    opacity: 0;
}

.region__content {
    padding-top: 25px;
}

#example_list_result .tender-card__table-wrapper {
    overflow-x: scroll;
    max-height: 80vh;
    width: 940px;
}

#example_list_result .tender-card__purchase-table {
    overflow-y: scroll;
}

#example_list_result .tender-card__row-long {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
}

#example_list_result .tender-card__row-standart {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
}

.hidden {
    display: none;
}

#statistic-table {
    min-width: auto;
}

.filter-header {
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.subscribes-new__cards .item {
    margin-bottom: 37px;
}

#example-results {
    margin-top: 37px;
}

.fa-chevron-down {
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('images/angle-arrow-down_icon.svg');
}

.item h3 a {
    color: black;
}

.item h3 a:visited {
    color: #828282;
}

.item h3 a:hover {
    color: #f6bf46;
}

.show-markers li {
    list-style-type: inherit;
}

.show-markers {
    padding-left: 18px;
}

.footer__link_contacts {
    display: flex;
    flex-direction: column;
}

.footer__link_contacts__item {
    margin-bottom: 10px;
}

.right-side-banner {
    padding-top: 20px;
    padding-bottom: 32px;
}

.header-nav__item.active {
    pointer-events: unset;
}

.buttons-fl > :not(:last-child) {
    margin-right: 15px;
}

#feedback-text::placeholder {
    line-height: 1.5;
}

.region__content {
    position: relative;
}

@media screen and (min-width: 768px) {
    .region__content {
        top: -15px;
    }
}

@media screen and (max-width: 769px) {
    .btn-primary {
        margin-right: 0 !important;
    }

    .btn-skelet {
        margin-right: 0 !important;
    }

    .search-tender__add-in-subscribes, .btn-primary, .search-tender__reset {
        margin-right: 0 !important;
        width: 100% !important;
        margin-bottom: 16px !important;
    }

    .buttons-fl > button, a {
        margin-bottom: 16px;
    }

    .footer__container {
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .footer__link_nutnet {
        margin-left: 0;
        width: 140px;
    }

    .footer__nutnet {
        text-align: left;
    }

    .footer__container {
        padding-right: 150px;
    }
}

.footer__disclaimer {
    margin-top: 16px;
}

.footer__link_nutnet {
    line-height: 1.75em;
}

.searching-list-elem {
    height: auto;
}

.OKPD-container__element {
    padding: 6px 30px 6px 16px;
}

.OKPD-container__element_clear-btn {
    position: absolute;
    right: 15px;
}

.region__main-checkbox {
    margin-bottom: 0;
}

.region {
    margin-bottom: 16px;
}

.my-tender-sorting__elem {
    color: black;
}

.result-card-new__p.my-tender-info__list-p {
    white-space: pre;
}

.tag-bg_all {
    background-color: rgb(72, 44, 191);;
}

.my-tender-tags__all-tenders-btn {
    background-color: unset;
}

@media screen and (max-width: 320px) {
    #new-marker.d-flex {
        flex-direction: column;
    }
}

.marker-item {
    margin-bottom: 0 !important;
}

.my-tender-info__tender-change-btn.empty .my-tender-info__icon-chevron-tag {
    display: none;
}

.my-tender-info__tender-change-btn.empty ~ .my-tender-info__tender-change-list {
    display: none !important;
}

.modal-platform-choosing__list {
    padding-bottom: 12px;
}

.checkbox-container {
    margin: 14px 0;
}

.d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}

.item__head.subscribe-card__header {
    display: flex;
    justify-content: space-between;
}

.subscribe-card__header-elem {
    margin-right: 40px;
    min-width: 0 !important;
}

.subscribe-card__header-elem label {
    white-space: nowrap;
}

.profile-change_password {
    margin-top: 36px;
    margin-bottom: 0;
}

@media screen and (max-width: 650px) {
    .d-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 450px) {
    .d-grid {
        grid-template-columns: 1fr;
    }
}

.OKPD-container__element_text.all {
    cursor: pointer;
}

.tender-card__purchase-table.mw-0 {
    min-width: 0;
}

.tender-card__row-standart.last:last-child {
    text-align: right;
}

.result-card-new__h3, .tender-card__h2 {
    word-break: break-word;
}

@media screen and (max-width: 1279.98px) {
    .pagination__pagination-main, .pagination__wrapper.bottom {
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .pagination__wrapper {
        flex-direction: column;
        justify-content: start;
    }

    .pagination__page-number {
        margin-right: auto;
    }

    .pagination__pagination-main {
        margin-top: 20px;
        margin-right: auto;
    }
}

@media screen and (max-width: 486px) {
    .pagination__pagination-main-element:not(.selected):not(.pagination__arrow):not(.prev-element):not(.next-element) {
        display: none;
    }
}

.header-nav__user {
    width: fit-content;
    padding: 0 11px 0 11px;
}

.svg-icon-arrow.header-nav__user_arrow {
    position: static;
}

.header__wrapper a {
    margin: auto 0 auto 0;
}

.icon-link.menu__link.icon-link_footer {
    margin-bottom: 5px;
}

.input.analytic-search {
    margin-bottom: 20px;
}

.epNot-checkbox {
    margin: -10px 0 10px 0;
}

.select-container {
    height: fit-content;
    width: fit-content;
    position: relative;
}

.select-container {
    margin-top: 10px;
}

.standart-select {
    height: 3.5em;
    padding: .8125em 2.3em .8125em 1em;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1em;
    line-height: 1.8125em;
    appearance: none;
}

.select-arrow {
    position: absolute;
    right: 13px;
    top: 23px;
    pointer-events: none;
}

.document-icon {
    display: inline;
    margin-right: -15px;
}

.document-icon-wp {
    color: #5c6d99;
    margin: 0;
}

.tender-card__document-row {
    display: flex;
}

.tender-card__document-row:not(:last-child) {
    margin-bottom: 20px;
}

.document-icon__ext {
    min-width: 26px;
    min-height: 12px;
    max-width: 26px;
    max-height: 12px;
    position: relative;
    left: -20px;
    bottom: -6px;
    font-size: 8px;
    background-color: #f6bf46;
    border-radius: 2px;
    color: white;
    word-break: keep-all;
    text-align: center;
}

.document-icon__ext:hover {
    color: white;
}

.document-row__img {
    display: flex;
    align-items: center;
}

.document-row__info {
    display: grid;
    grid-template-columns: 3fr 1fr 3fr;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.document-publish_date {
    word-break: keep-all;
    white-space: nowrap;
    grid-column: 3;
    justify-self: flex-end;
}

@media screen and (max-width: 768px) {
    .document-row__info {
        grid-template-columns: 1fr;
        grid-template-rows: fit-content(1fr) fit-content(1fr);
    }
    .document-publish_date {
        grid-column: unset;
        grid-row: 2;
        font-size: 11px;
        justify-self: flex-start;
    }
}

.btn-apply {
    margin-right: 28px;
}

.detail__ad-banner {
    margin: 20px 0;
}

.detail__ad-banner .col {
    padding: 0;
}

.detail__ad-banner ul {
    padding-left: 20px;
}

.detail__ad-banner ul li {
    list-style: unset;
}

.detail__ad-banner .col.col-12.col-md-6.col-lg-5.order-first.order-md-last{
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail__ad-banner .answer-question {
    padding: 56px 30px 44px;
}

.detail__ad-banner .answer-question__illustration-wp {
    min-width: 220px;
    height: 220px;
}

.row.answer-question__success-inner {
    flex-wrap: unset;
    column-gap: 30px;
}

@media screen and (max-width: 767px) {
    .row.answer-question__success-inner {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 768px) {
    .detail__ad-banner .answer-question__illustration-wp {
        min-width: 300px;
        height: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .detail__ad-banner .answer-question__illustration-wp {
        position: static;
        margin: 0;
        min-width: 400px;
        height: 400px;
    }

    .answer-question .answer-question__success {
        padding-right: 130px;
    }
}

.detail__ad-banner .svg-illustration {
    display: flex;
    justify-content: center;
}

.btn-primary.participate {
    width: fit-content;
    margin: 0;
}

.result-card-new__head-info-elem__last {
    margin: 0 0 0 auto;
}

@media screen and (max-width: 1279px) {
    .result-card-new__head-info-elem__last {
        margin: 0;
    }
}

.result-card-new__footer-btns_left .btn-primary {
    margin-right: 28px;
}

.other-parts:not(:last-of-type) {
    margin-bottom: 20px;
}
/*
TODO remove temporary header-placer
*/
.header {
    flex-direction: column;
    max-height: 120px;
}

.header-placer {
    background-color: #ffcb59;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    color: black;
    font-family:Roboto,Tahoma,Helvetica,sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    margin: 0;
}

.header-placer:focus {
    color: black;
}

.header-placer:active {
    color: black;
}

.header:has(.header-placer), .header:has(.header-promotion) {
    max-height: unset;
}

.header:has(.header-placer) ~ .page {
    margin-top: 200px;
}

body:not(.header-promotion-closed) .header:has(.header-promotion) ~ .page {
    margin-top: calc(160px + var(--header-banner-height));
}

@media screen and (max-width: 1023px) {
    .header__wrapper {
        position: relative;
        height: 30px;
        margin-top: 10px;
        min-height: unset;
    }

    .header {
        height: unset;
        max-height: unset;
        padding-top: 0;
        padding-bottom: 18px;
    }

    .hamburger {
        top: -13px;
    }

    .page {
        margin-top: 125px;
    }
}

@media screen and (max-width: 770px) {
    .page {
        margin-top: 145px;
    }
}

@media screen and (max-width: 425px) {
    .page {
        margin-top: 175px;
    }

    .header:has(.header-placer) ~ .page {
        margin-top: 225px;
    }
}

.header-placer__registration {
    animation: flicker infinite 5s;
}

@keyframes flicker {
    0% {
        color: #e4a71f;
    }

    50% {
        color: black;
    }

    100% {
        color: #e4a71f;
    }
}

.header-nav__item_user {
    position: relative;
}

.header-nav__user-actions {
    top: 39px;
}
