

/* Start:/local/templates/myoffice/components/bitrix/news/promo/bitrix/news.detail/.default/style.css?17600135354430*/
.categories-flex__right > div.categories-flex__right-title {
  margin-top: 83px;
}
.categories-flex__left {
	margin-top: 30px;
}
.categories-flex__left-text iframe{
	max-width: 100%;
}
div.news-main__list-title {
  font-family: "Manrope";
}
.promo-breadcrumbs {
	margin-top: 80px;
}
section.categories {
  padding-top: 20px;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

.flex__left-bottom__right {
    display: flex;
    align-items: center;
}

.flex__left-bottom__right-title {
    margin-right: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.list-container {
    position: relative;
}

.list-container:hover .more-button-list,
.list-container.active .more-button-list {
    opacity: 1;
    transform: scale(1);
}

.list-container:hover .more-button-list-item,
.list-container.active .more-button-list-item {
    -webkit-animation: fadeInItem 0.6s 0.2s forwards;
    animation: fadeInItem 0.6s 0.2s forwards;
}

.list-container:hover .more-button-list-item:nth-child(2),
.list-container.active .more-button-list-item:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.list-container:hover .more-button-list-item:nth-child(3),
.list-container.active .more-button-list-item:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.list-container:hover .more-button-list-item:nth-child(4),
.list-container.active .more-button-list-item:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.list-container.active .more-button {
    -webkit-animation: onePulse 0.6s forwards linear;
    animation: onePulse 0.6s forwards linear;
}

.more-button {
    border: 1px solid #D7D9E0;
    background: #FFF;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    padding: 0;
    cursor: pointer;
    transition: 0.2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: 0.2s ease-in;
}

.more-button:hover,
.more-button:focus {
    transform: scale(0.9);
    transition: 0.2s ease-in;
}

.more-button:focus {
    outline: 0;
}

.more-button-list {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.25);
    list-style-type: none;
    display: flex;
    width: 200px;
    padding: 8px 0px;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 24px;
    bottom: 0;
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all 0.3s ease 0.1s;
}

.more-button-list li {
    opacity: 0;
    width: 100%;
    transition: 0.2s ease-in;
    transform: translatex(-10px);
}

.more-button-list-item a {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: #575D72;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: 0.2s ease-in;
}

.more-button-list-item a:hover {
    color: #fff;
    background: #146CE1;
}

.more-button-list-item svg {
    fill: #18191E;
    transition: 0.2s ease-in;
}

.more-button-list-item svg path.der {
    fill: #fff;
}

.more-button-list-item a:hover svg path.der {
    fill: #146CE1;
    transition: 0.2s ease-in;
}

.more-button-list-item a:hover svg {
    fill: white;
    transition: 0.2s ease-in;
}

.more-button-list-item span {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    margin-left: 8px;
}

@-webkit-keyframes onePulse {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(92, 103, 255, 0.3);
    }

    50% {
        box-shadow: 0px 0px 0px 12px rgba(92, 103, 255, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 4px rgba(92, 103, 255, 0.3);
    }
}

@keyframes onePulse {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(92, 103, 255, 0.3);
    }

    50% {
        box-shadow: 0px 0px 0px 12px rgba(92, 103, 255, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 4px rgba(92, 103, 255, 0.3);
    }
}

@-webkit-keyframes fadeInItem {
    100% {
        transform: translatex(0px);
        opacity: 1;
    }
}

@keyframes fadeInItem {
    100% {
        transform: translatex(0px);
        opacity: 1;
    }
}

.menu-icon-wrapper {
    display: flex;
    cursor: pointer;
    transition: transform 330ms ease-out;
}
/* End */
/* /local/templates/myoffice/components/bitrix/news/promo/bitrix/news.detail/.default/style.css?17600135354430 */
