

/* Start:/local/templates/helicon-corp/components/bitrix/news.list/main-banners/style.css?17103182166894*/
.main-banners,
section.main-banners {
    min-height: 600px;
    max-height: 840px;
    overflow: hidden;
    padding-bottom: 100px;
}

.shine-circles {
    z-index: -1;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 840px;
    width: 100%;
    overflow: hidden;
}

.main-banners__content{
    padding-top: 12%;
}



@-moz-document url-prefix() {
    .shine-circle {
        filter: blur(35px);
    }
}

.shine-circles::before {
    content: '';
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 840px;
    width: 100%;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background-color: rgba(255, 255, 255, 0.2);
}
.shine-circles::after {
    content: '';
    z-index: 10;
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent, #fff);
    height: 70px;
    
    top: auto;
    width: 100%;
}
.shine-circle-left_small{
    z-index: 3;
    position: absolute;
    bottom: 18%;
    left: 25%;
    height: 280px;
    width: 280px;
    /*height: 33.5%;*/
    /*width: 19.5%;*/
    border-radius: 50%;
    background-color: #019FC4;
}

 .shine-circle-left_big{
     z-index: 2;
     position: absolute;
     bottom: 6%;
     left: 1.5%;
     height: 682px;
     width: 682px;
     /*height: 81%;*/
     /*width: 47.5%;*/
     border-radius: 50%;
     background-color: #009FC2;
     opacity: .2;
 }

 .shine-circle-right_big{
     z-index: 4;
     position: absolute;
     top: -190px;
     right: -160px;
     height: 744px;
     width: 744px;
     /*height: 88.5%;*/
     /*width: 51.5%;*/
     border-radius: 50%;
     background-color: #01B8C4;
 }

.shine-circle-right_middle{
    z-index: 5;
    position: absolute;
    top: -210px;
    right: -220px;
    height: 602px;
    width: 602px;
    /*height: 72%;*/
    /*width: 42%;*/
    border-radius: 50%;
    background-color: #009FC2;
}

.shine-circle-right_small{
    z-index: 7;
    position: absolute;
    bottom: 71%;
    right: -9.5%;
    height: 58px;
    width: 58px;
    /*height: 7%;*/
    /*width: 4%;*/
    border-radius: 50%;
    background-color: #009FC2;
}

.main-banners__content__switcher-block{
    width: 60%;
    margin-left: auto;
    overflow: hidden;
}

.main-banners__content__slider__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.main-banners__content__slider__item.swiper-slide-active{
    opacity: 1;
}

.main-banners__content__slider__item__left{
    width: 60%;
    padding-right: 5%;
}

.main-banners__content__slider__item__right{
    width: 40%;
}

.main-banners__content__slider__item__button{
    margin-top: 40px;
    width: 147px;
}

.content__switcher-block{
    display: flex;
    justify-content: end;
}

.content__switcher-block__item{
    color: var(--mild-grey-color);
    flex: 1;
    cursor: pointer;
    transition: color 0.5s ease;
}


.content__switcher-block__item:hover,
.content__switcher-block__item.content__switcher-block__item_active{
    color: inherit;
}

.content__switcher-block__top{
    padding: 8px 0;
    border-bottom: 1px solid var(--light-grey-color);
    transition: border-bottom-color 0.5s ease;
}

.content__switcher-block__item:hover .content__switcher-block__top,
.content__switcher-block__item_active .content__switcher-block__top
{
    border-bottom-color: var(--blue-color);
}

.content__switcher-block__bottom{
    padding: 16px 0 0;
    width: 60%;
}
.main-banners__content__slider__item__text{
    margin-top: 16px;
}

@media screen and (min-width:769px) {
    .main-banners__content__slider{
        margin-bottom: 8%;
    }
    .h1.main-banners__content__slider__item__title{
        font-size: 83px;
    }
}

@media screen and (max-width: 1200px) and (min-width:769px) {
    .h1.main-banners__content__slider__item__title{
        font-size: 7vw;
    }
    .main-banners__content__slider__item__left{
        padding-right: 10%;
    }
}

/* @media screen and (max-width:1024px){
    .main-banners{
        height: 70vh;
    }
} */
@media screen and (max-width:768px) {
    .main-banners__content__slider {
        height: 70%;
    }
    .main-banners__content__slider__item{
        flex-direction: column;
        justify-content: center;
    }
    .main-banners__content__slider__item__left, .main-banners__content__slider__item__right{
        width: 100%;
    }
    .main-banners__content__switcher-block{
        margin-left: 0;
        width: 100%;
        gap: 8px;
        position: relative;
        margin-top: 50px;
    }
    .content__switcher-block__top{
        border-bottom: 0;
        border-top: 1px solid var(--light-grey-color);
        padding-top: 16px;
    }
    .content__switcher-block__item:hover .content__switcher-block__top, .content__switcher-block__item_active .content__switcher-block__top{
        border-top-color: var(--blue-color);
    }
    .content__switcher-block__item__number{
        margin-bottom: 0;
    }
    .content__switcher-block__bottom{
        padding: 0;
        width: 100%;
        font-size: 15px;
    }
    
}

@media screen and (max-width:576px) {
    .main-banners__content__slider__item__text{
        display: none;
    }
    .main-banners__content__slider__item__subtitle{
        font-size: 15px !important;
        line-height: 140%;
    }
    .main-banners__content__switcher-block{
        height: 80px;
    }
    .content__switcher-block__item:not(.content__switcher-block__item_active) .content__switcher-block__bottom, .content__switcher-block__item:not(.content__switcher-block__item_active) .content__switcher-block__item__number{
        display: none;
    }
    .content__switcher-block__item__number, .content__switcher-block__bottom{
        position: absolute;
        left: 0;
    }
    .content__switcher-block__item__number{   
        top: 16px;
    }
    .content__switcher-block__bottom{
        top: 40px;
        width: 100%;
    }
    .shine-circle-left_small{
        height: 170px;
        width: 170px;
        left: 0;
        top: 30%;
    }
    .shine-circle-left_big{
        height: 425px;
        width: 425px;
        bottom: unset;
        top: 0;
    }
    .shine-circle-right_big{
        height: 280px;
        width: 280px;
    }
    .shine-circle-right_middle{
        height: 220px;
        width: 220px;
    }
    .shine-circle-right_big, .shine-circle-right_middle{ 
        right: -20%;
        top: unset;
        bottom: 20%;
    }
    .shine-circle-right_small{
        right: -100%;
        bottom: 10%;
    }
    .main-banners,
    section.main-banners {
        height: 70vh;
        padding-bottom: 0;
        display: flex;
    }
    .main-banners__content{
        width: 100%;
    }
    .main-banners__content__slider{
        display: flex;
        align-items: center;
    }
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/news.list/linking-lines-adaptive/style.css?17103182161649*/
.linking-lines_section {
    margin-bottom: 74px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
}


.linking-lines__line {
    display: flex;
    width: auto;
    /*transition: transform 1s linear;*/
}

.linking-lines__line+.linking-lines__line {
    margin-top: 16px;
}

.linking-lines__line__item {
    padding: 12px 35px;
    border: 1px solid var(--dark-blue-color);
    border-radius: 57px;
    white-space: nowrap;
    margin: 0 8px;
    background-color: var(--white-color);
    transition: border 0.5s ease, color 0.5s ease;
}

.linking-lines__line__item_select {
    border-color: var(--blue-color);
}

.linking-lines__line__item:hover {
    border-color: var(--orange-color);
    color: var(--orange-color);
}

.linking-lines__line .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.linking-lines__line .swiper-wrapper .swiper-slide {
    width: fit-content !important;
}

.ol_box {
    max-width: 1128px;
    margin: auto;
    display: block;
    margin-top: 40px;
}

.ol_box .linking-lines__line__item_select {
    border-color: var(--dark-blue-color);
}

.ol_box a {
    display: inline-block;
    margin-bottom: 12px;
    width: auto;
    transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
    .linking-lines_section {
        margin-bottom: 64px;
    }
}

@media screen and (max-width: 580px) {
    .linking-lines__line__item {
        padding: 12px 18px;
    }
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/news.list/tab-list/style.css?17103182164226*/
.tab-list__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 140px;
}

.tab-list__content__left {
    width: 33%;
    margin-right: 10%;
}

.tab-list__content__right {
    width: 57%;
    position: relative;
}

.tab-list__content__switch-item {
    position: absolute;
    top: 0;
    opacity: 0;
}

.tab-list__content__img-box {
    position: relative;
    z-index: 1;
    width: 90%;
    opacity: 0;
    transition: .3s;
}

.tab-list__content__img-box img {
    width: 100%;
}

.tab-list__content__text-box {
    position: absolute;
    width: 60%;
    right: 0;
    top: -10%;
    z-index: 3;
    padding: 48px 58px 48px 64px;
    overflow: hidden;
}

.tab-list__content__text-box:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(240, 252, 255, 0.2);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

.tab-list__content__text-box > *{
    opacity: 0;
    transition: .3s;
}

.text-box--single {
    position: relative;
    margin-inline: auto;
}

/*@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {*/

/*    .tab-list__content__text-box:before{*/
/*        display: none;*/
/*    }*/

/*    .tab-list__content__text-box{*/
/*        -webkit-backdrop-filter: blur(80px);*/
/*        backdrop-filter: blur(80px);*/
/*    }*/

/*}*/

.tab-list__content__text-box > * {
    position: relative;
    z-index: 4;
}

.tab-list__content__switch-item_active {
    position: relative;
    opacity: 1;
}
.tab-list__content__switch-item_active .tab-list__content__img-box, .tab-list__content__switch-item_active .tab-list__content__text-box > *{
    opacity: 1;
} 
.tab-list__content__text-box__title {
    margin-bottom: 16px;
}

.tab-list__content__text-box__text {
    display: block;
    margin-bottom: 24px;
}

.tab-list__content__text-box__link {
    display: block;
    margin-top: 8px;
    transition: color 0.5s ease;
    font-weight: 500;
}

.tab-list__content__text-box__link:hover {
    color: var(--orange-color);
}

.tab-list__content__text-box__link svg {
    width: 12px;
    margin-left: 6px;
    fill: var(--dark-blue-color);
    transition: fill 0.5s ease;
}

.tab-list__content__text-box__link:hover svg {
    fill: var(--orange-color);
}

.tab-list__content__switcher {
    padding: 32px 0;
    font-size: 23px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.5s ease;
    position: relative;
}

.tab-list__content__switcher:not(:last-child) {

    border-bottom: 1px solid var(--light-grey-color);

}

.tab-list__content__switcher:hover {
    color: var(--orange-color);
}

.tab-list__content__switcher h3 {
    margin-bottom: 0;
}

@media screen and (max-width:1024px) {
    .tab-list__content__left {
        width: 40%;
        margin-right: 0;
    }

    .tab-list__content__switcher {
        padding: 20px 0;
    }

    .tab-list__content__switch-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tab-list__content__img-box{
        width: 100%;
    }
    .tab-list__content__img-box img{      
        max-height: 200px;
        object-fit: cover;
    }
    .tab-list__content__text-box {
        position: relative;
        width: 100%;
        padding: 30px;
    }
}
@media screen and (max-width:600px) {
    .tab-list__content{
        display: block;
    }
    .tab-list__content__left{
        width: 100%;
    }
    .tab-list__content__switcher {
        padding: 16px 0;
        font-size: 15px;
    }
    .tab-list__content__switcher__link{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }
    .tab-list__content__right{
        display: none;
    }
    .tab-list__content{
        margin-bottom: 65px;
    }

    .tab-list__content__switcher h3{
        font-size: 15px;
    }
}

@media screen and (min-width:601px) {
    .tab-list__content__switcher.active{
        color: var(--orange-color);
    }
}

/* End */


/* Start:/local/components/general-itech/table.list/templates/company-info-section/style.css?16987239692151*/
.company-info_section{
    position: relative;
    overflow: hidden;
}

.company-info_section:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(218, 221, 231, 0.8);
    opacity: 0.4;
    z-index: 1;
}

.company-info_section .company-info_wrapper{
    position: relative;
    z-index: 2;
    padding-block: 120px;
}

.company-info__background-image{
    position: absolute;
    width: 636px;
    height: 600px;
    left: -336px;
    bottom: 0;
    background-image: url("/local/components/general-itech/table.list/templates/company-info-section/images/bacteria.png");
    z-index: -1;
}

.company-info__block{
    display: flex;
    justify-content: space-between;
}

.company-info__block__left{
    width: 30%;
}

.company-info__block__title{
    line-height: 1em;
}

.company-info__block__right{
    width: 60%;
}

.company-info__block__right{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-info__block__item{
    width: 50%;
}

.company-info__block__item:nth-child(n+3){
    margin-top: 56px;
}

.company-info_section .company-info__block__item__title{
    color: var(--blue-color);
    margin-bottom: 8px;
    font-size: 72px;
    font-weight: 500;
    white-space: nowrap;
}

.company-info__block__item__text{
    font-size: 1.533333em;
}

@media screen and (max-width:1024px) {
    .company-info__block{
        display: block;
    }
    .company-info__block__left{
        width: 60%;
    }
    .company-info__block__right{
        width: 100%;
    }
}
@media screen and (max-width:768px){
    .company-info_section .company-info__block__item__title{
        font-size: 50px;
    }
    .company-info__background-image{
        left: 0;
        bottom: -40%;
        width: 100%;
    }
}
@media screen and (max-width:425px){
    .company-info_section .company-info__block__item__title{
        font-size: 40px;
    }
    .company-info__block__item__text{
        font-size: 15px;
    }
    .company-info__block__item:nth-child(n+3) {
        margin-top: 30px;
    }
    .company-info_section .company-info_wrapper{
        padding-top: 50px;
        padding-bottom: 70px;
    }
}
/* End */


/* Start:/local/components/general-itech/table.list/templates/company-info-list/style.css?17103182161988*/
.company-info-list,
div.company-info-list {
    padding-block: 140px;
}

.company-info__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.company-info__item {
    width: calc(25% - 12px);
    min-width: 200px;
}

.company-info__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 156px;
    min-width: 100px;
    height: 156px;
    border-radius: 50%;
    background: #F1FDFF;
    box-shadow: 3px 1px 3px #F2F9FA, 6px 6px 7px #FFFFFF, 9px 8px 7px #F2F9FA, inset -2px -8px 13px #FFFFFF, inset 0px 4px 10px #C9F8FF;
    transition: all linear .15s;
}

.company-info__img:hover {
    background: rgba(244, 119, 53, 0.1);
    box-shadow: 3px 1px 3px #F2F9FA, 6px 6px 7px #FFFFFF, 9px 8px 7px #F2F9FA, inset -2px -8px 13px #FFFFFF, inset 0px 4px 10px rgba(244, 119, 53, 0.1);
    transition: all linear .15s;
}

.company-info__img:hover path {
    stroke: var(--orange-color);
    transition: all linear .15s;
}

.company-info__content {
    margin-top: 40px;
}

.company-info__name {
    margin-bottom: 16px;
}

.company-info__text {
    padding-right: 10px;
}

@media screen and (max-width:1024px) {
    .company-info__item {
        width: calc(50% - 12px);
        margin-bottom: 24px;
    }

    .company-info__item:last-child {
        margin-bottom: 0px;
    }

    .company-info__img {
        height: 120px;
        width: 120px;
    }
}

@media screen and (max-width:768px) {
    .company-info__item {
        width: 100%;
        display: flex;
    }

    .company-info__img {
        height: 100px;
        width: 100px;
    }

    .company-info__img svg {
        height: 30px;
    }

    .company-info__content {
        margin-top: 0;
        margin-left: 24px;
    }

    .company-info__name {
        margin-bottom: 8px;
    }

    .company-info-list,
    div.company-info-list {
        padding-block: 65px;
    }
}

.company-info__content.mark-list ul li:not(:last-child) {
    margin-bottom: 8px;
}
/* End */


/* Start:/local/components/general-itech/webinar.list/templates/main/style.css?17519754114057*/
.events-list_block{
    margin-bottom: 140px;
}

.page-section .events-list_block{
    margin-bottom: 0;
}

.page-section .events-list_block .center1128{
    max-width: 1200px;
    padding-left: 12px;
    padding-right: 12px;
}

.sections-list{
    display: flex;
    align-items: center;
}

.sections-list__item{
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: border-bottom-color 0.5s ease, color 0.5s ease;
}

.sections-list__item:hover,
.sections-list__item.sections-list__item--active{
    border-bottom-color: var(--orange-color);
    color: var(--orange-color);
}

.sections-list__item:not(:last-child){
    margin-right: 16px;
}

.subsections-list{
    display: flex;
    align-items: center;
    margin: 16px 0 10px;
    overflow-x: auto;
    padding-bottom: 5px;
}
.subsections-list::-webkit-scrollbar {
    height: 5px;
}
.subsections-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.subsections-list::-webkit-scrollbar-thumb {
    background: #adaaaa;
    border-radius: 4px;
}

.subsections-list__item{
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.5s ease;
    text-transform: capitalize;
}

.subsections-list__item:hover,
.subsections-list__item.subsections-list__item--active{
    color: var(--orange-color);
}

.subsections-list__item:not(:last-child){
    margin-right: 16px;
}

.calendar-slider__slide{
    padding: 32px 32px 16px;
    background-color: rgba(240, 241, 245, 0.8);
    box-sizing: border-box;
    overflow: hidden;
    min-height: 100%;
    height: unset !important;
}

.calendar-slider__title{
    font-size: 36px;
    font-weight: 500;
}

.calendar-slider__list{
    display: flex;
    flex-direction: column;
}

.calendar-event{
    display: block;
    flex: 1;
    height: 33%;
    padding: 24px 0;
    cursor: pointer;
}

.calendar-event:not(:first-child){
    border-top: 1px solid #85858533;
}

.calendar-event__date,
.calendar-event__place,
.calendar-event__type{
    font-size: 12px;
    color: var(--dark-grey-color);
}

.calendar-event__date-place{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0 16px;
    flex-wrap: wrap;
    gap: 8px;
}

.calendar-event__description,
.calendar-event__type{
    transition: color 0.5s ease;
}

.calendar-event:hover .calendar-event__description,
.calendar-event:hover .calendar-event__type{
    color: var(--orange-color);
}

.calendar-slider__more{
    border-bottom: 1px dashed var(--orange-color);
    color: var(--orange-color);
    font-size: 12px;
    line-height: 15px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: -16px;
    display: block;
    transition: .3s;
    display: none;
}
.calendar-slider__more:hover{
    color: var(--orange-color);
}
.collapse-desktop~.calendar-slider__more, .collapsing~.calendar-slider__more{
    display: block;
}
.calendar-slider__list.collapse .calendar-event:nth-child(n+4){
    display: none;
}

.slider-head__nav {
    max-width: fit-content;
    margin: 0 10px 15px auto;

}

@media screen and (max-width: 640px) {
    .calendar-slider__wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
    .calendar-slider__slide{
        padding: 32px 16px 14px;
    }
    .calendar-slider__title{
        font-size: 18px;
        margin-bottom: 0;
    }
    .calendar-event{
        padding: 16px 0;
    }
    .calendar-slider__more{
        margin-right: 0;
        margin-top: 8px;
    }
    .slider-head__nav{
        display: none !important;
    }
    .collapse~.calendar-slider__more{
        display: block;
    }
    .calendar-slider__list.collapse .calendar-event:nth-child(n+2){
        display: none;
    }

    .subsections-list{
        margin: 16px 0 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 425px){
    .events-list_block{
        margin-bottom: 65px;
    }
}
/* End */


/* Start:/local/templates/helicon-corp/components/bitrix/news.list/brands_shop/style.css?17050329621128*/
.brands {
	overflow: hidden;
	margin-bottom: 120px;
}

.brands__title {
	width: 50%;
	margin: 0 auto 40px;

	font-weight: 500;
	font-size: 36px;
	line-height: 118.5%;

	text-align: center;
}
.brands__items {
	display: flex;
	justify-content: center;
}
.brands__item {
	width: 206px!important;
	height: 206px!important;
	border-radius: 50%;
	transition: all 0.25s ease;
    background-size: 70%;
	background-repeat: no-repeat;
    background-position: center;
	border: 1px solid #ECECEC;
}

.brands__item:hover {
	transition: all 0.25s ease;
	border-color: transparent;
	box-shadow: 3px 1px 3px #f2f9fa, 6px 6px 7px #ffffff, inset -2px -8px 13px #ffffff, inset 0 4px 10px #019fc4;
}

.swiper-slide {
	width: 206px;
	height: 206px;
}

@media screen and (max-width: 1023px) {
	.brands {
		margin-bottom: 80px;
	}
	.brands__title {
		width: 90%;
		margin: 0 auto 40px;

		font-weight: 500;
		font-size: 26px;
		line-height: 31px;
		text-align: center;
		letter-spacing: -0.03em;

		text-align: center;
	}
	.brands__item {
		width: 128px!important;
		height: 128px!important;

		border-radius: 50%;
		transition: all 0.25s ease;
	}
}
/* End */
/* /local/templates/helicon-corp/components/bitrix/news.list/main-banners/style.css?17103182166894 */
/* /local/templates/helicon-corp/components/bitrix/news.list/linking-lines-adaptive/style.css?17103182161649 */
/* /local/templates/helicon-corp/components/bitrix/news.list/tab-list/style.css?17103182164226 */
/* /local/components/general-itech/table.list/templates/company-info-section/style.css?16987239692151 */
/* /local/components/general-itech/table.list/templates/company-info-list/style.css?17103182161988 */
/* /local/components/general-itech/webinar.list/templates/main/style.css?17519754114057 */
/* /local/templates/helicon-corp/components/bitrix/news.list/brands_shop/style.css?17050329621128 */
