.slider {
    height: 600px;
    overflow: hidden;
}
.slider ul {
    margin: 0;
    padding: 0;
}

/* Пагинация */
.slider .bx-pager {
    text-align: center;
    padding: 20px 0;
}
.slider .bx-pager-item {
    display: inline-block;
    margin: 0 4px;
}
.slider .bx-pager-item a {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #999;
    overflow: hidden;
    text-indent: 999px;
}
.slider .bx-pager-item a.active {
    background: #ffe318;
}
.slider .bx-pager-item a:hover {
    background: #f3e792;
}

.card-right-pane-map .ymaps-2-1-79-image-with-content
/*, #map-content .ymaps-2-1-79-image-with-content*/
{
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow :0px 20px 30px rgba(72, 107, 187, 0.25);
    box-shadow :0px 20px 30px rgba(72, 107, 187, 0.25);
}

.card-right-pane-map .ymaps-2-1-79-image-with-content-content
/*, #map-content .ymaps-2-1-79-image-with-content-content */
{
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 5px 4px 0 4px !important;
    border-color: #ffffff transparent transparent transparent !important;
    left: 50% !important;
    margin-left: -4px !important;
}
#map-content .ymaps-2-1-79-image-with-content-content {
    width: 100% !important;
    height: auto !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 3px !important;
    left: 0 !important;
    border-radius: 5px;
    -webkit-box-shadow :0px 20px 30px rgba(72, 107, 187, 0.25);
    box-shadow :0px 20px 30px rgba(72, 107, 187, 0.25);
}

.ymaps-2-1-79-image-with-content____:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    bottom: 1px;
    left: 1px;
}

.ymaps-2-1-79-balloon__content {
    padding: 0 !important;
}

.ymaps-2-1-79-default-cluster {
    color: #ADACAC;
    font-family: Source Source Sans Pro, sans-serif;
    font-weight: bold;
}

.ymaps-2-1-79-default-cluster ymaps {
    font-size: 15px;
    font-weight: bold;
}

.custom-baloon-address{
    padding: 15px;
    text-align: center;
}

.custom-baloon-memories{
    max-width: 324px;
    padding: 14px;
}

.custom-baloon-memories__title{
    margin-bottom: 4px;
}
.custom-baloon-memories__link{

}
.custom-baloon-photos {
    max-width: 344px;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    /*width: 300px;*/
    /*height: 70px;*/
}

.custom-baloon-text {
    max-width: 257px;
    margin-left: 14px;
    text-align: left;
}
.custom-baloon-text__title{
    margin-bottom: 4px;
}
.custom-baloon-text__count{
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 14px;
    color: #5A7B88;
}
.custom-baloon-img {
    width: 88px;
    height: 88px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 5px;
}

.custom-gallery-label {
    display: none;
}

.card-right-pane-modal__img {
    position: relative;
}

.card-right-pane-modal__img-element-img {
    max-width:300px;
    max-height:300px;
}

.card-right-pane-modal__img-element {
    width:290px;
    height:200px;
    background-position:center !important;
    background-size:cover !important;
}

.card-right-pane-modal__img-label {
    position: absolute;
    padding: 6px;
    min-width: 150px;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px 0px 0px 0px;
}

.card-right-pane-modal__img-label-div {
    position: absolute;
    padding: 6px;
    min-width: 150px;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px 0px 0px 0px;
}

.card-right-pane-modal__img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.card-right-pane-modal {
    width: 850px;
}

.card-right-pane-modal__img .bx-wrapper {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}