

/* Start:/local/templates/2026_master/components/bitrix/system.pagenavigation/v_pagination/style.css?1783949770897*/
.v-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.v-pagination a:not(.arr),
.nav-current-page {
    border: 1px solid #727272;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin: 0 8px;
    color: var(--black-color);
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    transition: .3s ease-out;
    padding: 2px 12px;
    height: 32px;
    min-width: 32px;
}
.v-pagination .nav-current-page {
    background: var(--beige-color);
    border-color: var(--beige-color);
}

.v-pagination .arr {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v-pagination .back {
    transform: rotate(-180deg);
}
/* End */


/* Start:/local/templates/2026_master/components/bitrix/news.list/v_morgi_without_select/style.css?17839497708651*/
.catalog-description {
    max-width: 590px;
    margin-left: auto!important;
    margin-right: auto!important;
    color: #2D2D2D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
}
#vilkaMap {
    height: 100%;
    min-height: 380px;
    width: 100%;
    background: #cccccc;
    border-radius: 8px;
    overflow: hidden;
}
.ymaps-layers-pane {
    /*filter: grayscale(1);*/
    /*-ms-filter: grayscale(1);*/
    /*-webkit-filter: grayscale(1);*/
    /*-moz-filter: grayscale(1);*/
    /*-o-filter: grayscale(1);*/
}



.vilka-morgi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    grid-gap: 16px;
    min-height: 400px;
    padding-bottom: 30px;
    position: relative;
}
.vilka-search-select-wrapper {
    width: calc(50% - 30px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}
.vilka-search-select-wrapper .top {
    border-radius: 3px;
    border: 1px solid var(--gray-color);
    background: #FFF;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    height: 40px;
    align-items: center;
    padding-left: 16px;
}
.vilka-search-select-wrapper .top .arr {
    width: 30px;
    height: 30px;
    transition: .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.vilka-search-select-wrapper .top .arr:hover {
    opacity: .7;
}
.vilka-search-select-wrapper .top .search {
    display: none;
    border: none;
    background: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
    min-height: initial;
}
.vilka-search-select-wrapper .top .search::placeholder {
    color: rgba(45, 45, 45, 0.50);
    font-size: 16px;
}
.vilka-search-select-wrapper .top .selected {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: rgba(45, 45, 45, 0.50);
    font-size: 16px;
    cursor: pointer;
}
.vilka-search-select-wrapper .top .selected .val {
    color: var(--black-color);
}
.vilka-search-select-wrapper .options-wrapper {
    padding-right: 14px;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    visibility: hidden;
    opacity: 0;
    max-height: 0px;
    transition: .3s ease-out;
    background: white;
    z-index: 2;
    border-radius: 3px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #C5CFDA;
    overflow: hidden;
    width: 100%;
}
.vilka-search-select-wrapper .options {
    padding: 0 16px;
    width: 100%;
    overflow: auto;
    max-height: 200px;
}
.vilka-search-select-wrapper .option {
    cursor: pointer;
    transition: .3s ease-out;
    color: var(--black-color);
    font-size: 14px;
    margin: 8px 0;
}
.vilka-search-select-wrapper .option.active {
    color: var(--gray-color);
}
.vilka-search-select-wrapper .option:hover {
    opacity: .7;
}
.vilka-search-select-wrapper.open .arr {
    transform: rotate(180deg);
}
.vilka-search-select-wrapper.open .selected {
    display: none;
}
.vilka-search-select-wrapper.open .search {
    display: flex;
}
.vilka-search-select-wrapper.open .options-wrapper {
    opacity: 1;
    max-height: 360px;
    visibility: visible;
    padding-top: 8px;
    padding-bottom: 8px;
}



.vilka-region-list-wrapper {
    max-height: 690px;
    overflow: auto;
    padding-right: 14px;
    position: relative;
    /*padding-top: 40px;*/
}
.vilka-region-list {
    width: 100%;
    /*margin-top: 16px;*/
}
.vilka-region-list .item {
    border-radius: 8px;
    /*border: 1px solid var(--gray-color);*/
    background: var(--beige-color);
    padding: 16px;
    width: 100%;
    margin-bottom: 8px;
    transition: .3s ease-out;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 16px;
}
.vilka-region-list .item .links {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.vilka-region-list .item * {
    color: var(--black-color) ;
    transition: color .3s ease-out;
}
.vilka-region-list .item:hover,
.vilka-region-list .item.active{
    background: var(--black-color);
}
.vilka-region-list .item:hover *,
.vilka-region-list .item.active *{
    color: var(--beige-color) ;
}
.vilka-region-list .item .link,
.vilka-region-list .item .map-link{
    color: var(--gray-color);
    text-align: right;
}

.vilka-region-list .item .name {
    width: 100%;
    font-size: 24px;
    font-style: normal;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s ease-out;
}
.vilka-region-list .item .name:hover {

}
.vilka-region-list .item .map-link {
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.vilka-region-list .item .map-link:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed var(--gray-color);
    display: block;
    bottom: -3px;
    left: 0;
    transition: .3s ease-out;
}
.vilka-region-list .item .map-link:hover:after {
    opacity: 0;
}

.vilka-region-list .item .link {
    font-size: 14px;
    display: block;
    /*grid-column: 1/3;*/
    text-decoration: underline;
    transition: .3s ease-out;
    width: 100%;
}
.vilka-region-list .item .link:hover {
    text-decoration: none;
}
.vilka-region-list .item h3,
.vilka-region-list .item h2,
.vilka-region-list .item p{
    font-size: 16px!important;
    line-height: 1.1;
    margin: 15px 15px 0 0;
    width: 100%;
}
.vilka-region-list .item h3,
.vilka-region-list .item h2{
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.vilka-region-list .item p {
    font-weight: 400;
    margin-top: 5px;
}
.vilka-region-list .item .under_phone {
    margin-top: 20px;
}


.vilka-placemark-ballon .name {
    color: var(--gray-color);
    font-size: 24px;
    font-family: "Merriweather", serif;
    font-weight: 300;
}
.vilka-placemark-ballon h2,
.vilka-placemark-ballon h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}
.vilka-placemark-ballon p {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}







.vilka-custom-scroll-container::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.vilka-custom-scroll-container::-webkit-scrollbar-track {
    border-radius: 16px;
    background: rgba(114, 114, 114, 0.2);
}

/* Handle */
.vilka-custom-scroll-container::-webkit-scrollbar-thumb {
    border-radius: 16px;
    background: var(--gray-color);
    transition: .3s ease-out;
}

/* Handle on hover */
.vilka-custom-scroll-container::-webkit-scrollbar-thumb:hover {
    opacity: .7;
}



.title {
    margin: 0 0 54px 0;
    font-size: 48px;
}
#vilkaMap a {
    color: var(--black-color)
}
@media (max-width: 1800px) {
    .title {
        font-size: 32px;
        margin-bottom: 32px;
    }
}
@media (max-width: 1024px) {
    .title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .vilka-search-select-wrapper {
        width: 100%;
        position: relative;
        order: 1;
    }
    .vilka-morgi-grid {
        grid-template-columns: 1fr;
    }
    #vilkaMap {
        order: 2;
        height: 350px;
    }
    .vilka-region-list-wrapper {
        /*order: 3;*/
        padding: 0;

    }
    .vilka-region-list {
        display: flex;
        margin: 0;
    }
    .vilka-region-list .item {
        flex-shrink: 0;
        width: 190px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin:0 8px 0 0;
        padding: 12px;
        border-bottom: 1px solid var(--black-color);
        grid-gap: initial;
    }
    .vilka-region-list .item .name {
        font-size: 12px;
        margin: 0;
        text-transform: lowercase;
        line-height: 1.4;
        display: block;
    }
    .vilka-region-list .item .name:first-letter {
        text-transform: uppercase;
    }
    .vilka-region-list .item .description {
        margin: 0 0 8px 0;
    }
    .vilka-region-list .item .description h3,
    .vilka-region-list .item .description h2,
    .vilka-region-list .item .description p,
    .vilka-region-list .item .links .link{
        display: none;
    }
    .vilka-custom-scroll-container::-webkit-scrollbar {
        display: none;
    }
    .vilka-region-list .item .links {
        display: block;
        height: initial;
    }
    .vilka-region-list .item .links .map-link {
        font-size: 10px;
    }
}

/* End */
/* /local/templates/2026_master/components/bitrix/system.pagenavigation/v_pagination/style.css?1783949770897 */
/* /local/templates/2026_master/components/bitrix/news.list/v_morgi_without_select/style.css?17839497708651 */
