

/* Start:/local/templates/altaibiotech2022/components/bitrix/news/news2021/style.css?16505976105678*/
.news-container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1460px;
}
.news-container--small {
    max-width: 940px;
}


.news__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 10px;
}
.news__top h1 {
    letter-spacing: 2px;
}

.news-archive{
position: relative;
    top: -20px;
}

#toggleCalendar.news-billet{
    padding: 13px 15px 11px;
    font-size: 16px;
}

#toggleCalendar .news-billet__content:before{
    opacity: 0;
    background-image: url("/local/templates/altaibiotech2022/components/bitrix/news/news2021/img/calendar.svg");
}
#toggleCalendar:hover .news-billet__content:before {
    opacity: 1;
}
#toggleCalendar .news-billet__content:after{
    background-image: url("/local/templates/altaibiotech2022/components/bitrix/news/news2021/img/calendar--white.svg");
}

#toggleCalendar .news-billet__content:before,
#toggleCalendar .news-billet__content:after{
    background-size: contain;
    width: 16px;
    min-height: 100%;
}

.news-billet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 37px 15px;
    border: 2px solid #005a58;
    border-radius: 100px;
    font-weight: normal;
    color: #005a58;
    background-color: #005a58;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-billet__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-11.5px);
    -ms-transform: translateX(-11.5px);
    transform: translateX(-11.5px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    text-transform: uppercase;
}
.news__top .news-billet:hover .news-billet__content,
.news__header .news-billet:hover .news-billet__content {
    color: #005a58;
}
.news__top .news-billet:hover .news-billet__content:after,
.news__header .news-billet:hover .news-billet__content:after {
    opacity: 0;
}
.news-billet__content::after,
.news-billet__content::before {
    content: "";
    width: 13px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-billet:focus, .news-billet:hover {
    background-color: #005a58;
    color: #fff;
    -webkit-box-shadow: 0 15px 30px -2px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px -2px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.news-billet:focus .news-billet__content,
.news-billet:hover .news-billet__content {
    -webkit-transform: translateX(11.5px);
    -ms-transform: translateX(11.5px);
    transform: translateX(11.5px);
}
#toggleCalendar .news-billet__content:before,
#toggleCalendar .news-billet__content:after {
    background-size: contain;
    width: 16px;
    min-height: 100%;
    margin: -5px 10px 0;
}

.news__calendar{
    display: none;
    position: absolute;
    right: 0;
    z-index: 10;
    top: 54px;
    margin-top: 10px;
}

.news__calendar.active{
    display: block;
}

.news__tags{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
}
.tags-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tag{
    padding: 5px 20px;
    font-size: 18px;
    line-height: 32px;
    border: 1px solid #f2f4f6;
    background: #fafafa;
    border-radius: 100px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #283B45;
    transition: .2s ease-out;
}

.tag.hidden{
    display: none;
}

.tag:hover{
    border-color: #005A58;
}
.tag span{
    color: #005A58;
}

#tags-more-trigger{
    display: none;
}

#tags-more-trigger:checked + .tags-list{
    height: auto;
}

.tags-more{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #005a58;
    border-bottom: 1px dashed #005a58;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.meta-tag{
    padding: 5px 20px;
    font-size: 14px;
    line-height: 26px;
    background: #fafafa ;
    border: 1px solid #f2f4f6;
    border-radius: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #283B45;
    transition: .2s ease-out;
}
.meta-tag:hover{
    border-color: #005a58;
}
.meta-tag--date {
    background: #005a58;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.meta-tag span{
    color: #005a58;
}

@media (max-width: 676px) {
    .news__top {
        flex-direction: column;
    }

    .news__title {
        font-size: 36px;
    }

    .news__calendar{
        right: 50%;
        transform: translate(50%);
    }

    .subscribe-input__wrapper{
        flex-direction: column;
    }

    .subscribe-button{
        position: static;
        width: 100%;
        margin-top: 20px;
    }

    .news__tags{
        flex-direction: column;
        align-items: flex-start;
    }
    .tags-more{
        margin-left: 0;
    }
}

@media (max-width: 359px) {
    .news__title {
        font-size: 28px;
        line-height: 42px;
    }

    .tags-more{
        justify-content: flex-start;
    }
}
/* End */


/* Start:/local/templates/altaibiotech2022/components/bitrix/news/news2021/bitrix/news.calendar/.default/style.css?16505976101592*/
.news-calendar {
    width: fit-content;
    box-shadow: 0px 20px 50px 0px #0000001A;
    padding: 30px;
    border-radius: 10px;
    background: #FFFFFF;
}

.news-calendar > div {
    display: flex;
}

.news-calendar .calendar__nav{
    align-items: center;
    justify-content: space-between;
}

.news-calendar .calendar__body {
    flex-direction: column;
}

.news-calendar .calendar__row {
    display: flex;
}

.news-calendar .calendar__cell {
    position: relative;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.news-calendar .calendar__select{
    padding: 6px 14px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    font-size: 16px;
}

.NewsCalOtherMonth {
    color: #b9bdc1;
}

.NewsCalToday {
    color: #FFFFFF;
}

.NewsCalToday:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #8dc63f;
    border-radius: 32px;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    z-index: -1;
}

.NewsCalEvent {
    color: #8dc63f;
}
.calendar-icon {
    display: inline-block;

}

.calendar-icon--chevron-left {
    background: url("/local/templates/altaibiotech2022/components/bitrix/news/news2021/bitrix/news.calendar/.default/img/left-chevron.svg") center/contain no-repeat;
    width: 8px;
    height: 16px;
}

.calendar-icon--chevron-right {
    background: url("/local/templates/altaibiotech2022/components/bitrix/news/news2021/bitrix/news.calendar/.default/img/right-chevron.svg") center/contain no-repeat;
    width: 8px;
    height: 16px;
}

.calendar-icon--chevron-down {
    background: url("/local/templates/altaibiotech2022/components/bitrix/news/news2021/bitrix/news.calendar/.default/img/down-chevron.svg") center/contain no-repeat;
    width: 5px;
    height: 10px;
}

.jq-selectbox__dropdown {
    min-width: 140px;
}

/* End */


/* Start:/local/templates/altaibiotech2022/components/bitrix/news/news2021/bitrix/news.detail/.default/style.css?16505976105048*/
.news-wrap {
    padding-bottom: 100px;
}
.news-cont {
    padding-top: 40px;
}
.news__img {
    height: 500px;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f2f4f6;
}
.news__header {
    position: relative;
}
.news__header-in {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.news__header .container {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    padding-top: 40px;
}
.news__header .container > div {
    width: 100%;
}
.news__header .news-archive {
    float: right;
    max-width: 250px;
}

.news__header .news__breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.news__header .news__breadcrumb li {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    font-size: 14px;
}
.news__header .news__breadcrumb li:after {
    position: absolute;
    top: 50%;
    right: 11px;
    display: block;
    width: 3px;
    height: 3px;
    margin-top: -3px;
    border-radius: 100%;
    background: #B9BDC1;
    background: #B9BDC1;
    content: '';
}
.news__header .news__breadcrumb li a {
    color: #B9BDC1;
    text-decoration: none;
}
.news__header .news__breadcrumb li:last-child::after {
    display: none;
}
.news__header .news__breadcrumb li:last-child a {
    color: #fff;
}

.news__header .news__date span {
    display: inline-block;
    padding: 0 30px 0 25px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    border-radius: 20px;
    background: rgba(78,178,118,0.5);
}
.news__header h1 {
    margin: 26px 0 0;
    color: #fff;
}
.news__meta-wrap {
    margin-bottom: 20px;
}
.news__meta{
    display: flex;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.news__meta-more {
    display: none;
    justify-content: flex-end;
}
.news__meta-more .showTags {
    max-width: 170px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.news__meta .meta-tag {
    margin-bottom: 5px;
    margin-right: 5px;
}
.news-cont-in {
    padding-right: 210px;
}
.news__help {
    font-size: 19px;
    padding: 52px 60px;
    margin: 30px 0 35px;
    background: rgba(0, 90, 88, 0.1);
    border-radius: 10px;
}
.news__help-title {
    display: block;
}

.news__gallery {
    font-size: 0;
}
.news__gallery a {
    display: inline-block;
    width: 16.2%;
    margin-bottom: 5px;
    margin-left: 0.56%;
}
.news__gallery a:nth-child(6n+1) {
    margin-left: 0;
}
.news__gallery img {
    border-radius: 10px;
}
.news__more-photo {
    margin-top: 35px;
}
.news__more-photo .button {
    max-width: 160px;
    padding-top: 15px;
    padding-bottom: 15px;
}
div.button--news {
    max-width: 225px;
    margin-top: 40px;
    padding: 11px 10px;
}
.button--back .news-billet__content {
    font-size: 14px;
    color: #005a58;
}
.button--back:hover .news-billet__content,
.button--back:hover .news-billet__content a {
    color: #fff;
}
.button--back .news-billet__content::after {
    width: 12px;
    height: 12px;
    margin-left: 7px;
    background: url("/images/svg/btn-back-white.svg") no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    display: none;
}

.button--back .news-billet__content::before {
    width: 12px;
    height: 12px;
    margin-right: 7px;
    background: url("/images/svg/btn-back.svg") no-repeat 50% 50%;
    background-size: contain;
}
.button--back:hover .news-billet__content::after {
    opacity: 1;
    display: block;
}
.button--back:hover .news-billet__content::before {
    opacity: 0;
    display: none;
}
.button--back .news-billet__content a {
    line-height: 30px;
}

@media (max-width: 768px) {
    .news-wrap {
        padding-bottom: 50px;
    }
    .news__header .container {
        padding-top: 20px;
    }
    .news__img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        height: auto;
    }
    .news__header-in {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .news__header .news__breadcrumb {
        margin-bottom: 10px;
    }
    .news__header .news__date span {
        line-height: 25px;
        height: 25px;
        padding: 0 15px;
    }
    .news__header h1 {
        font-size: 28px;
    }
    .news__header .news-archive {
        margin: 20px 0;
    }
    .news-archive {
        top: 0;
    }

    .news-cont-in {
        padding: 0;
    }
    .news__help {
        padding: 30px;
    }

    .news__gallery a {
        width: 32.5%;
        margin-left: 1.25%;
    }
    .news__gallery a:nth-child(6n+1) {
        margin-left: 1.25%;
    }
    .news__gallery a:nth-child(3n+1) {
        margin-left: 0;
    }
    .news__gallery img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .news__gallery a {
        width: 49%;
        margin-left: 2%;
    }
    .news__gallery a:nth-child(3n+1) {
        margin-left: 2%;
    }
    .news__gallery a:nth-child(2n+1) {
        margin-left: 0;
    }
}
/* End */
/* /local/templates/altaibiotech2022/components/bitrix/news/news2021/style.css?16505976105678 */
/* /local/templates/altaibiotech2022/components/bitrix/news/news2021/bitrix/news.calendar/.default/style.css?16505976101592 */
/* /local/templates/altaibiotech2022/components/bitrix/news/news2021/bitrix/news.detail/.default/style.css?16505976105048 */
