

/* Start:/local/templates/aft/components/bitrix/news/elements/bitrix/news.list/.default/style.css?17645921207091*/
.atlas__item.hidden, .atlas__head.hidden, .atlas__section.hidden{
    display: none;
}
.atlas__item button{
    text-align: left;
}
.atlas .tab-menu__list {
    width: 100%;
}
.atlas .tab-menu__link {
    hyphens: auto;
    text-align: center;
    white-space: break-spaces;
}
.atlas__head {
    border-top: 8px solid var(--section-color);
}
.atlas__head h2 {
    color: var(--section-color);
    font-size: 28px;
    margin: 1.6rem 0 5px;
}
.atlas__section {
    margin-top: 30px;
}
.atlas__section:first-child {
    margin-top: 1rem;
}
.atlas__item {
    border-top: 1px solid var(--color-grey_20);
}
.atlas__item a,
.atlas__item button {
    color: inherit;
    display: flex;
    align-items: center;
    padding: 3rem 0;
}
.atlas__item a:hover,
.atlas__item button:hover {
    color: inherit;
}
.atlas__item a:hover .atlas__icon,
.atlas__item button:hover .atlas__icon {
    transform: scale(1.1);
}
.atlas__item:first-child {
    border-top: none;
}
.atlas__icon {
    border-radius: 50%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
    flex: 0 0 18.6rem;
    width: 18.6rem;
    height: 18.6rem;
    margin-right: 6rem;
    overflow: hidden;
    transition: inherit;
    transition-duration: 0.2s;
}
.atlas__picture {
    grid-column: 1/2;
    grid-row: 1/2;
    position: relative;
    z-index: 1;
}
.atlas__picture img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition-duration: 0.2s;
    width: 100%;
}
.atlas__short {
    align-self: center;
    color: var(--color-white);
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: 50px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.atlas__name {
    display: block;
    font-size: 3rem;
    font-weight: 400;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.atlas__desc {
    margin-top: 1.4rem;
    opacity: 0.5;
}
.atlas-popup__content ul {
    list-style: disc;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .atlas__head {
        margin-bottom: 4.8rem;
    }
    .atlas__head h2 {
        margin-bottom: 4.1rem;
    }
    .atlas__name {
        font-size: 4.4rem;
    }
}
@media (min-width: 768px) {
    .atlas__top.tab-menu {
        max-width: 890px;
        margin: 8.2rem auto 4.8rem;
    }
    .atlas__short {
        font-size: 60px;
    }
}
.atlas-popup {
    --page-color: #00B5E2;
    overflow-y: scroll;
    scrollbar-color: transparent;
    scrollbar-width: none;
    height: 100vh;
}
.atlas-popup::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
    height: 0;
    width: 0;
}
.atlas-popup .modal__close {
    opacity: 0.5;
}
.atlas-popup .modal__close svg {
    fill: currentColor;
    stroke: transparent;
}
.atlas-popup .container {
    padding: 0;
}
.atlas-popup .tab-menu__list {
    width: 100%;
}
.atlas-popup .tab-menu__link {
    text-align: center;
    white-space: normal;
}
.modal__wrap.atlas-popup__body {
    background-color: #fff;
    border-radius: 3.5rem;
    height: auto;
    margin: 13.8rem auto 7.8rem;
    max-width: 112.9rem;
    min-height: 100%;
    overflow: hidden;
    padding: 1px 4rem 9.9rem;
    position: relative;
    transform: translateZ(0);
    transform-origin: 50% 0;
    width: 100%;
}
.atlas-popup__item {
    margin-top: 21px;
}
h2.atlas-popup__name {
    color: var(--page-color);
    margin-bottom: 3.1rem;
    text-align: center;
}
.atlas-popup__desc {
    color: #828282;
    font-weight: 400;
    margin: 2.2rem auto 0;
    max-width: 56rem;
    opacity: 0.5;
    text-align: center;
}
.atlas-popup__sections {
    margin: 2rem auto 0;
    text-align: center;
}
.atlas-popup__section {
    border: 1px solid var(--page-color);
    border-radius: 100vmax;
    color: var(--page-color);
    display: inline-block;
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 6px;
    padding: 0.4em 0.9em;
    text-decoration: none;
    outline: none;
}
.atlas-popup__slider {
    --page-image: url('/local/templates/aft/img/element-bg-min.jpg');
    margin-top: 25px;
    padding-top: 30px;
    position: relative;
}
.atlas-popup__slider::before {
    background-image: var(--page-image);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    left: -3rem;
    position: absolute;
    top: -1.3rem;
    height: 100%;
    width: calc(100% + 6rem);
    z-index: -1;
}
.atlas-popup__slider .swiper-slide {
    height: 25rem;
}
.atlas-popup__slider .swiper-slide img {
    display: block;
    height: 100%;
    margin: 0 auto;
}
.atlas-popup__slider .slider-navigation {
    display: flex;
    justify-content: center;
    margin-top: 2.4rem;
}
.atlas-popup__btn {
    color: var(--color-app__text);
    outline: none;
    padding-left: 2rem;
    height: 39px;
    width: 25px;
}
.atlas-popup__btn.swiper-button-disabled {
    color: rgba(0, 0, 0, 0.3);
}
.atlas-popup__btn--prev {
    transform: rotate(180deg);
}
.atlas-popup__name {
    color: var(--page-color);
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}
.atlas-item__props {
    margin-bottom: 2.6rem;
}
.atlas-item__props > div {
    margin-bottom: 6rem;
}
.atlas-popup__text {
    margin-bottom: 1.4em;
}
.atlas-popup__link {
    font-weight: 700;
}
.atlas-popup__text font {
    color: var(--page-color);
}
.atlas-popup__text table {
    border-collapse: collapse;
}
.atlas-popup__text table thead {
    font-weight: bold;
}
.atlas-popup__text table td, .atlas-popup__text table th {
    border: 1px solid #e3e3e3;
    padding: 10px 15px;
}
@media (min-width: 576px) {
    .atlas__head h2 {
        font-size: 4.8rem;
    }
    .atlas-popup__name {
        line-height: 1.2;
    }
    .atlas-popup__section {
        margin-top: 3rem;
    }
    .atlas-popup__section {
        border-width: 2px;
        font-size: 4.8rem;
        margin: 14px 7px;
        padding: 0.2em 0.75em;
    }
    .atlas-popup__slider::before {
        left: 0;
    }
    .atlas-popup__item {
        margin-top: 47px;
    }
}
@media (min-width: 768px) {
    .atlas-popup__slider {
        margin-top: 1.3rem;
        padding-bottom: 11.4rem;
        padding-top: 6rem;
    }
    .atlas-popup__slider .swiper-slide {
        height: 43.3rem;
    }
    .atlas-popup__slider .slider-navigation {
        margin: 0;
    }
    .atlas-popup__btn {
        height: 65px;
        width: 42px;
        position: absolute;
        top: 50%;
        z-index: 100;
    }
    .atlas-popup__btn--prev {
        left: 4rem;
        transform: rotate(180deg) translateY(50%);
    }
    .atlas-popup__btn--next {
        right: 4rem;
        transform: translateY(-50%);
    }
    .atlas-popup__tab.tab-menu {
        margin-top: 5.4rem;
        padding: 0 12rem;
    }
    .atlas-popup__content {
        padding: 0 13rem;
    }
    .atlas-popup__body .modal__close {
        margin-bottom: 39px;
        margin-top: 33px;
    }
}
@media (min-width: 1400px) {
    .atlas-popup__slider::before {
        left: -21px;
        top: -29px;
        height: calc(100% + 70px);
        width: calc(100% + 61px);
    }
}

/* End */
/* /local/templates/aft/components/bitrix/news/elements/bitrix/news.list/.default/style.css?17645921207091 */
