.datepicker--cell.datepicker--cell-day.-selected-{
    background-color: #66A4C4;
    color: #ffffff;
}
.video-item{
    position: relative;
}

#map-city{
    width: 100%;
    height: 600px;
}

.map-city__panel {
    width: 320px !important;
    margin-bottom: 22px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 8px !important;
    padding: 20px 0 20px 0 !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 103, 157, 0.12) !important;
    box-shadow: 0 1px 1px rgba(0, 103, 157, 0.12) !important;
    max-height: calc(100% - 20px) !important;
}

.map-city__panel.show {
    display: block;
}

.ymaps-2-1-79-controls-pane{
    z-index: 6004 !important;
}
.ymaps-2-1-79-controls__control + .ymaps-2-1-79-controls__control{
    inset: 10px 10px auto auto !important;
    z-index: 1;
}

@media (max-width: 768px) {
    #map-city{
        width: 100%;
        height: 560px;
    }
}

@media (max-width: 576px) {
    .map-city__panel {
        width: 100% !important;
    }
    .ymaps-2-1-79-controls__control + .ymaps-2-1-79-controls__control{
        width: calc(100% - 20px);
    }
}

.map-city__panel-header {
    padding: 0 20px 5px 20px;
}

.close-map-panel {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    height: 24px;
    width: 24px;
    background-color: rgba(163, 173, 181, 1);
    border-radius: 100%;
}

.close-map-panel .icon-close {
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 0;
    letter-spacing: 0;
}

.tabs-nav-wrap--map-city{
    display: none;
}

.map-city__address {
    padding-top: 16px;
    border-top: 1px solid #A3ADB566;
}

.map-city__address,
.map-city__phone,
.map-city__description {
    margin-bottom: 16px !important;
}

.map-city__content {
    height: 100%;
    padding: 0 !important;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    max-height: 505px;
}

.haslink .map-city__content{
    max-height: 440px;
}

@media (max-width: 767px){
    .map-city__content {
        max-height: 465px;
    }
    .haslink .map-city__content{
        max-height: 405px;
    }
}

.map-city__content > *:last-child{
    margin-bottom: 0 !important;
}

.map-city .address-caption,
.map-city .phone-caption,
.map-city .time-caption{
    display: block;
    margin-bottom: 6px;
    color: #A3ADB5;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.map-city .toggler-size{
    display: none;
}

.map-city__panel {
    width: 400px;
    z-index: 10;
    height: auto;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
    display: none;
}

.map-city .panel-inner {
    padding: 0 0 10px 20px !important;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.close-map-panel {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 10;
    flex-shrink: 0;
}

.map-city__name {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
}

.map-city__name::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 24px;
    width: 24px;
    background-image: url("../images/map-icons/map-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.map-city__image {
    height: 150px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 24px;
    border-radius: 6px;
}

.map-city__group {
    margin-bottom: 20px;
    font-size: 13px;
}

.map-city__link {
    display: inline-block !important;
    margin-top: 10px;
}

.sub-caption-box {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    padding: 7px 12px 5px;
    border-radius: 2px;
    line-height: 1.3;
    color: #fff;
}

.sub-caption-box:empty {
    display: none;
}

.map-hint {
    position: relative;
    width: fit-content;
    margin-top: -100px;
    margin-left: -140px;
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.map-hint__inner {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.map-hint__text {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    text-wrap: nowrap;
}

@media (max-width: 1280px){
  .map-city__link {
    left: 30px;
    right: 30px;
  }
}

.map-city__content::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-radius: 0 0.5rem 0.5rem 0;
}
.map-city__content::-webkit-scrollbar {
    width: 1rem;
}
.map-city__content::-webkit-scrollbar-thumb {
    background-color: #CCE1EB;
    border: 6px solid #ffffff;
    border-radius: 1rem;
}

.text-block--map{
    margin-bottom: 2rem;
}

.panel-inner.hidden-btn{
    padding-bottom: 40px;
}

.panel-inner.hidden-btn:after{
    bottom: 20px;
}

.panel-inner.hidden-btn .map-city__link{
    display: none !important;
}
.hidden {
    display: none;
}

.map-time-collapse {
    padding-bottom: 10px;
    border-bottom: 1px solid #A3ADB566;
    margin-bottom: 5px;
}

.map-link-icon {
    position: relative;
    padding-right: 20px;
}

.map-link-icon::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 7'%3e%3cpath fill='none' stroke='%2300679D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9.5 1.5L5.5 5.5L1.5 1.5'/%3e%3c/svg %3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    transition: transform 0.15s ease-in-out;
}

.map-link-icon:hover::after {
    opacity: 0.7;
}

.time:has(.collapse.show) .map-link-icon::after {
    transform: rotate(180deg);
}

.map-time-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.map-time-item.weekend .map-time-time {
    color: #F13C2D;
}

.ymaps-2-1-79-map {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}

.map-city__image-wrap {
    position: relative;
}

.map-city__badge {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 8px;
    background-color: #00B079;
    font-weight: 500;
    border-radius: 6px;
    color: #ffffff;
}

.controls-pane-bg{
    content: '';
    position: absolute;
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.category-block__item{
    transition: .35s;
    overflow: hidden;
}

@media (max-width: 576px){
    .controls-pane-bg{
        display: block;
    }
}