.city-modal__cities span {
    padding: 5px;
    color: #005b33;
}

span[data-href]:hover {
    text-decoration: underline;
}

.social-block__bottom-line ul span {
    font-size: 20px;
    color: #414042;
}

button {
    background: none;
    border: none;
}

button.button.open-modal.gr {
    color: #fff;
    background-color: #005b33;
}

button.button.open-modal.gr.btn-loading {
    color: transparent;
}

.countdown .countdown__time {
    border: 1px #005b33 solid;
}

.staff_text a {
    text-decoration: underline !important;
}

.block {
    background: #e6f0ec;
    padding: 10px 15px;
    border-radius: 3px;
    color: #000;
    font-weight: 500;
}

.min-wrap a:not([class]) {
    text-decoration: underline !important;
}

.footer-menu__about_vor {
    margin-left: 0px;
    margin-right: 160px;
}

@media (max-width: 720px) {
    .footer-menu__about_vor {
        margin-top: 30px;
        margin-right: 0;
    }
}

@media (max-width: 720px) {
    .footer-menu__centers {
        margin-top: 30px;
        margin-right: 0;
    }
}

@media (max-width: 828px) {
    .mobile-header__wrap .lk-modal {
        right: -62%;
    }
}

.accordion-head p {
    margin: 0;
}
.staff-list--short .but88 {
    margin-top: 10px;
}
.staff-list--short .but88 button {
    width: 100%;
}

.content .reviews-block__img,
.reviews-block__img {
    max-width: 30px !important;
}

.cta1-small {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
}

.cta1-small .cta1 {
    font-size: 21px;
    line-height: 41px;
}
.but88 a.button:not(.modal-open) {
    background-color: #005b33 !important;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 15px;
    border: 1px solid #fff !important;
}
.but88 a.button:not(.modal-open):hover {
    background-color: #fff !important;
    color: #005b33 !important;
    border: 1px solid #005b33 !important;
}
.but88 a.button:has(.modal-open) {
    background-color: #fff;
    color: #005b33;
}

.but88 a.button:hover {
    color: #005b33;
    /*box-shadow: 0 0 12px -2px rgba(0, 91, 51, 0.9);*/
    box-shadow: 0 0 0px -2px rgba(0, 91, 51, 0.9);
    background-color: #fff;
    border: 1px solid #005b33;
}

@media screen and (max-width: 1200px) and (min-width: 900px) {
    .staff-card__btn-wrapper a.button {
        text-align: center;
        line-height: 15px;
    }
    .but88 a.button {
        text-align: center;
        line-height: 15px;
    }
    .main-banner__text {
        margin: 0px 100px;
    }
    .main-banner__wrapper:not(:has(.custom-banner-actions)) .button:not(.open-modal),
    .custom-banner-text,
    .countdown .countdown__title,
    .custom-banner-actions,
    .running {
        margin: 0px 100px;
    }
}
@media screen and (max-width: 900px) and (min-width: 721px) {
    .custom-banner-actions {
        justify-content: end;
        margin: 0 85px;
    }
    .main-banner__wrapper {
        text-align: end;
    }
    .main-banner__text {
        text-align: end;
        font-size: 26px !important;
        color: #006633;
    }
    .countdown.d_2,
    .custom-banner-text {
        text-align: end;
        margin: 0 100px;
    }
    .countdown {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin: 0 100px;
    }
    .main-banner__wrapper:not(:has(.custom-banner-actions)) .button:not(.open-modal) {
        margin: 12px 100px;
        float: right;
    }
    .main-banner__wrapper:has([style*="color:#fff"]) .custom-banner-actions a,
    .main-banner__wrapper:has([style*="color:#fff"]) .custom-banner-actions .button {
        color: #fff !important;
        border-color: #fff !important;
    }
    .main-banner__wrapper .button {
        color: #006633 !important;
        border-color: #006633 !important;
    }
    .countdown__title {
        text-align: end;
    }
    .main-banner__wrapper .running {
        justify-content: end;
    }
    .main-banner .light-text {
        line-height: 100%;
        margin-top: 0px;
        font-size: 17px !important;
    }
}
@media screen and (max-width: 899px) and (min-width: 696px) {
    .staff-list--short .but88 a.button,
    .staff-list--short .staff-card__btn-wrapper a {
        white-space: normal;
        line-height: 15px;
        text-align: center;
    }
}
@media screen and (max-width: 695px) and (min-width: 560px) {
    .but88 a.button {
        text-align: center;
        line-height: 15px;
    }
}
@media screen and (max-width: 560px) {
    .but88 a.button {
        margin-top: 10px;
    }
    .title-service {
        margin-top: 0px !important;
    }
    .maxwidth-theme {
        paddong: 0px 16px 20px !important;
    }
    .service-blocks {
        margin-top: 0px !important;
    }
}

.fixed-menu__wrap {
    justify-content: space-between;
}
.fixed-menu__menu {
    margin-left: unset;
}
[data-controller="signin"] {
    & .input-group {
        display: flex;
        align-items: center;
    }
    & .input-group-text {
        background: gainsboro;
        border: 1px solid #b0b0b0;
        border-right: 0;
        height: 41px;
        border-radius: 8px 0 0 8px;
    }
    & .form-group .form-control {
        margin-bottom: 0;
    }
    & [data-controller="serviceDesk"],
    & [data-action="signin#esia"] {
        border: unset;
        padding: 8px;
        display: inline-flex;
        align-items: center;
    }
	& [data-action="signin#esia"] img {
		width: 40px;
	}
    & .modal-footer {
        padding: 20px 0;
    }
}
[role="document"] {
    & .underline {
        border: unset;
        margin: 0;
        padding: 0;
        text-decoration: underline !important;
    }
    & .form-group .form-check label {
        margin-bottom: 0;
        font-size: 14px;
    }
    & #accept {
        margin: 0;
    }
}

.staff-cart_price-wrap:empty{
    display: none;
}

.price-table__title{
    text-align: left;
}

.accordion-type-1 .shadow:hover{
    box-shadow: 0 5px 25px 0 rgba(18, 25, 38, .1);
}

@media(max-width: 1000px){
    /* Стили для .table-price-wrap .table */
    .table-price-wrap .table {
        border: 0;
        margin-top: 0;
    }

    .table-price-wrap .table table,
    .table-price-wrap .table thead,
    .table-price-wrap .table tbody,
    .table-price-wrap .table th,
    .table-price-wrap .table td,
    .table-price-wrap .table tr {
        display: block;
    }

    .table-price-wrap .table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-price-wrap .table td {
        border: none;
        position: relative;
        padding-left: 0;
        text-align: left;
        width: 100%;
        border-bottom: none !important;
        border-top: none !important;
    }

    .table-price-wrap .table td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    .table-price-wrap .table .col-xs-7.nowrap.text-right{
        width: auto;
    }

    .table-price-wrap .table .akcii-price{
        padding-top: 0;
    }

    .table-price-wrap .table tr{
        border-top: 1px solid #f1f1f1;
        background: transparent !important;
    }

    .table-price-wrap .table tr:hover{
        background: transparent !important;
    }

    .table-price-wrap .table tr:hover td{
        background: transparent !important;
    }

    .table-price-wrap table.table:not(.table-bordered) > tbody > tr:hover td:first-of-type{
        padding-left: 0;
        border-left: 0;
    }

    .table-price-wrap table.table:not(.table-bordered)>tbody>tr:hover td:last-of-type{
        padding-right: 0;
        border-right: none;
    }

    /* Существующие стили для .m-accordion .table */
    .m-accordion .table {
        border: 0;
    }

    .m-accordion .table table,
    .m-accordion .table thead,
    .m-accordion .table tbody,
    .m-accordion .table th,
    .m-accordion .table td,
    .m-accordion .table tr {
        display: block;
    }

    .m-accordion .table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .m-accordion .table td {
        border: none;
        position: relative;
        padding-left: 0;
        text-align: left;
        width: 100%;
        border-bottom: none !important;
    }

    .m-accordion .table td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    .m-accordion .table td{
        border-top: none !important;
    }

    .m-accordion .table  .col-xs-7.nowrap.text-right{
        width: auto;
    }

    .m-accordion .table  .akcii-price{
        padding-top: 0;
    }

    .m-accordion .table{
        margin-top: 0;
    }

    .m-accordion .table tr{
        border-top: 1px solid #f1f1f1;
        background: transparent !important;
    }

    .m-accordion .table tr:hover{
        background: transparent !important;
    }
    .m-accordion .table tr:hover td{
        background: transparent !important;
    }

    .m-accordion table.table:not(.table-bordered) > tbody > tr:hover td:first-of-type{
        padding-left: 0;
        border-left: 0;
    }

    .m-accordion table.table:not(.table-bordered)>tbody>tr:hover td:last-of-type{
        padding-right: 0;
        border-right: none;
    }

    .table-price-wrap table.table tbody tr td .col-xs-6{
        width: auto;
        padding: 0;
        margin-right: 20px;
    }
    .table-price-wrap table.table tbody tr td button{
        transform: translateY(-12px);
    }

}

.search-price-item{
    display: grid !important;
    grid-template-columns: 1fr 100px;
    grid-gap: 10px
}

.search-price-item .sale-info{
    opacity: .8;
    font-size: 15px;
}

@media(max-width: 540px){
    .search-price-item{
        display: flex !important;
        flex-direction: column;
        align-items: flex-start !important;
    }
    .search-price-item .sale-info{
        margin-top: 10px;
        font-size: 13px;
    }
}