

/* Start:/local/templates/medeste/components/bitrix/news.list/index-articles-new/style.css?17410995103892*/
.articles-index {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px;
    padding-bottom: 10px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 240px;
    column-gap: 20px;
    overflow-x: auto;
    cursor: grab;
    user-select: none;
}

.articles-index__item {
    display: none;
}

.articles-index__item:first-child {
    display: block;
}

.articles-index__link {
    border-radius: 24px;
    height: 360px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    user-drag: none;  
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.articles-index__link:hover {
    opacity: .85;
    transition: ease opacity .5s;
}

.articles-index__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-drag: none;  
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.articles-index__body {
    padding: 20px;
    column-gap: 15px;
    display: grid;
    grid-template-columns: 1fr 32px;
    position: relative;
    top: 1px;
    z-index: 1;
    backdrop-filter: blur(40px);
    align-items: end;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.articles-index__date {
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFFB2;
    margin-bottom: 10px;
}

.articles-index__name {
    font-family: 'Halvar Breitschrift';
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    max-height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 0;
}

.articles-index__button {
    border: 2px solid #fff;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    font-size: 0;
    background: url(/images/icons/ic_arrow_right.svg) no-repeat center center;
    background-size: 32px 32px;
}

a.articles-index-all {
    border-color: #000;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    align-self: flex-start;
    margin-top: 10px;
}

a.articles-index-all:hover {
    border-color: #333;
    color: #333;
}

@media screen and (min-width: 1280px) {
    .articles-index {
        grid-auto-columns: 560px;
        column-gap: 40px;
    }

    .articles-index__item {
        display: block;
    }

    .articles-index__body {
        grid-template-columns: 1fr 137px;
    }

    .articles-index__name {
        max-height: unset;      
        display: -webkit-box;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;  
        overflow: auto;
        margin-bottom: 0;
    }

    .articles-index__button {
        font-size: 12px;
        line-height: 15px;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        width: auto;
        height: auto;
        text-align: center;
        font-weight: bold;
        background: none;
        border-radius: 24px;
        padding: 16px 6px;
    }

    .media__card.media__card_type_news {
        overflow-x: hidden;
    }

    .articles-index::-webkit-scrollbar {
        height: 1px;
        width: 1px;
    }

    .articles-index::-webkit-scrollbar-track {
      border-radius: 5px;
      background-color: #D7D8D8;
  }

  .articles-index::-webkit-scrollbar-track:hover {
      background-color: #D7D8D8;
  }

  .articles-index::-webkit-scrollbar-track:active {
      background-color: #D7D8D8;
  }

  .articles-index::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #6B6C6C;
  }

  .articles-index::-webkit-scrollbar-thumb:hover {
      background-color: #6B6C6C;
  }

  .articles-index::-webkit-scrollbar-thumb:active {
      background-color: #6B6C6C;
  }
}
/* End */


/* Start:/local/components/v1rt/ajax-form/templates/index-order/style.css?171206842653*/
.record__form .form__result {
    grid-column: 1/3;
}
/* End */


/* Start:/local/templates/medeste/components/bitrix/map.yandex.view/map/style.css?1712068427186*/
.map {
    display: none;
}

@media screen and (min-width: 1280px) {
    .map {
        display: block;
        height: 510px;
    }
}

.map .ymaps-layers-pane {
	filter: grayscale(1);
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1712068397666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/medeste/components/bitrix/news.list/index-articles-new/style.css?17410995103892 */
/* /local/components/v1rt/ajax-form/templates/index-order/style.css?171206842653 */
/* /local/templates/medeste/components/bitrix/map.yandex.view/map/style.css?1712068427186 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1712068397666 */
