

/* Start:/local/templates/s1/components/bitrix/catalog/catalog/style.css?178541479324806*/
.grid {}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width:960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width:640px) {

    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }

    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

@media (max-width:479px) {
    .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }

}

.catalog-block-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

body.bx-theme-blue .catalog-block-header {
    border-color: #006cc0;
}

body.bx-theme-green .catalog-block-header {
    border-color: #63aa28;
}

body.bx-theme-red .catalog-block-header {
    border-color: #da3737;
}

body.bx-theme-yellow .catalog-block-header {
    border-color: #f4b236;
}

.hero {
    position: relative;
    min-height: 700px;
    display: flex
}

.hero .btn-primary {
    border: 1px solid var(--clr-accent);
}

.hero .btn-primary:hover {
    background-color: transparent;
    color: var(--clr-white);
    border-color: var(--clr-white);
}

.hero.light .hero__video::before {
    background: linear-gradient(180deg, rgba(25, 27, 34, 0) 30%, rgb(25, 27, 34) 100%)
}

.hero.light .hero__content_title {
    margin-top: auto
}

.hero.light .hero__content_desc {
    margin-top: 0
}

.hero.lab .hero__video {
    background-repeat: no-repeat;
    background-size: cover;
}

.hero.lab {
    min-height: 700px;
    aspect-ratio: 1920 / 764;
    width: 100%;
}

.hero.lab .hero__video::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(272.09deg, rgba(25, 27, 34, 0) 37.5%, #203D4B 97.85%);
    display: block;
    z-index: 1
}

.hero.lab .hero__content_title {
    margin-top: auto
}

.hero.lab .hero__content_desc {
    margin-top: 0
}

.hero__video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__images {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero__images video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__images_slider {
    width: 100%;
    height: 100%
}

.hero__images_slide {
    height: auto
}

.hero__images_slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__images::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 101%;
    top: 0;
    left: 0;
    background-size: cover
}

.hero__content {
    width: 100%;
    height: auto;
    color: #ffffff;
    color: var(--clr-white);
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding-top: 74px
}

.hero__content .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    gap: 24px
}

.hero__content_col {
    width: calc((100% - 24px)/2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(20px, 0.7643312102vw + 17.3248407643px, 32px)
}

.hero__content_full {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    height: 100%;
}

.hero__content_desc {
    max-width: 630px;
    margin-top: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px);
    font-size: clamp(16px, 0.2547770701vw + 15.1082802548px, 20px);
    letter-spacing: .15px;
    line-height: 1.6;
    padding: 22px 16px;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    border: 1px solid #ffffff;
    border: 1px solid var(--clr-white)
}

.hero__content_more {
    display: flex;
    margin-top: auto
}

.hero__content_slider {
    width: 100%;
    flex-grow: 1
}

.hero__content .swiper-slide {
    display: flex
}

.hero__content .swiper-slide .hero__content_title {
    opacity: 0;
    transition: .5s
}

.hero__content .swiper-slide .hero__content_desc {
    opacity: 0
}

.hero__content .swiper-slide .hero__content_more {
    opacity: 0
}

.hero__content .swiper-slide-active .hero__content_title {
    animation: fadeInUp 1s .5s ease forwards
}

.hero__content .swiper-slide-active .hero__content_desc {
    animation: fadeInUp 1s .7s ease forwards
}

.hero__content .swiper-slide-active .hero__content_more {
    animation: fadeInUp 1s .9s ease forwards
}

.hero__content_buttons {
    display: flex;
    align-items: center;
    gap: 12px clamp(12px, 0.7643312102vw + 9.3248407643px, 24px)
}

.hero__slider_navigation {
    display: flex;
    align-items: center;
    position: static;
    margin-top: auto;
    gap: clamp(12px, 0.7643312102vw + 9.3248407643px, 24px);
    margin-left: auto
}

.hero__slider_control-btn {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .3);
    backdrop-filter: blur(9px);
    color: #ffffff;
    color: var(--clr-white);
    cursor: pointer;
    transition: all .3s
}

.hero__slider_control-btn:hover {
    background: #ffffff;
    background: var(--clr-white);
    color: #f9d840;
    color: var(--clr-accent)
}

.hero__slider_pagination {
    margin-top: 2rem;
    display: flex;
    gap: 8px
}

.hero__slider_pagination .swiper-pagination-bullet {
    max-width: 72px;
    flex-grow: 1;
    height: 4px;
    background: #2a2d37;
    position: relative;
    margin: 0 !important;
    border-radius: 512px;
    opacity: 1
}

.hero__slider_pagination .swiper-pagination-bullet span {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #f9d840;
    background-color: var(--clr-accent);
    width: 0%;
    width: var(--progress-width, 0%);
    will-change: width
}

.hero__slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem
}

.hero__slide_image {
    width: 100%;
    aspect-ratio: 515/240;
    border-radius: 24px;
    border-radius: var(--radius-item);
    overflow: hidden
}

.hero__slide_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.hero__slide_type {
    color: rgba(255, 255, 255, 0.3);
    color: var(--clr-white-30);
    font-size: clamp(16px, 0.2547770701vw + 15.1082802548px, 20px);
    line-height: 1
}

.hero__slide h3 {
    font-size: clamp(20px, 0.7643312102vw + 17.3248407643px, 32px);
    line-height: 1.2
}

.hero__slide_date {
    color: rgba(255, 255, 255, 0.3);
    color: var(--clr-white-30);
    font-size: clamp(16px, 0.2547770701vw + 15.1082802548px, 20px);
    line-height: 1
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@media screen and (max-width: 1440px) {
    .hero.lab {
        min-height: 500px;
        aspect-ratio: 1920 / 764;
    }
}

@media screen and (max-width: 1200px) {
    .hero__content {
        padding-top: 76px
    }

    .hero__content_col:first-child {
        width: 60%
    }

    .hero__content_col:last-child {
        width: 40%
    }
}

@media screen and (max-width: 991px) {
    .hero {
        height: auto
    }

    .hero.light .hero__content_title,
    .hero.lab .hero__content_title {
        /* margin-top: 356px; */
        margin-top: auto;
        margin-bottom: 0
    }

    .hero.lab {
        min-height: 700px;
    }

    .hero.light .hero__content_desc,
    .hero.lab .hero__content_desc {
        margin-top: 0
    }

    .hero.light .hero__content_buttons,
    .hero.lab .hero__content_buttons {
        flex-wrap: wrap
    }

    .hero__content {
        padding-top: 56px
    }

    .hero__content .container {
        flex-direction: column
    }

    .hero__content_col {
        width: 100%
    }

    .hero__content_col:first-child {
        width: 100%
    }

    .hero__content_col:last-child {
        width: 100%
    }

    .hero__content_desc {
        padding: 18px 12px
    }
}

@media screen and (max-width: 576px) {
    .hero__content {
        padding-top: 32px
    }

    .hero__content_desc {
        padding: 0;
        backdrop-filter: none;
        border: none
    }

    .hero__slide {
        gap: 1.125rem
    }

    .hero__slide_image {
        border-radius: 16px
    }
}

@media screen and (max-width: 400px) {
    .hero__slide_btn {
        width: 100%
    }
}


/* sertificates */

.sertificates {
    overflow: hidden
}

.sertificates .heading {
    margin-bottom: 3rem
}

.sertificates .heading h2 {
    max-width: 1200px
}

.sertificates__about {
    display: flex;
    align-items: flex-start;
    gap: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px);
    margin-bottom: clamp(24px, 0.7643312102vw + 21.3248407643px, 36px)
}

.sertificates__about_title {
    flex: 1 0 48%
}

.sertificates__about_text {
    flex: 1 0 48%;
    color: #6b6d78;
    /* font-size: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px); */
    font-size: clamp(1rem, 0.9443rem + 0.2548vw, 1.25rem);
    /* line-height: 1.6 */
}

.sertificates__slider {
    padding: 4rem 0;
    overflow: visible
}

.sertificates__slider .swiper-slide {
    width: fit-content;
    height: auto;
}

.sertificates__slider_control {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sertificates__slider_control-btn {
    box-shadow: 0px 0px 17.4px 0px rgba(0, 0, 0, .1098039216);
    cursor: pointer;
    transition: all .5s
}

.sertificates__slider_control .swiper-pagination-fraction .swiper-pagination-total {
    font-size: clamp(18px, 0.127388535vw + 17.5541401274px, 20px)
}

.sertificates__slider_navigation {
    display: flex;
    gap: 8px
}

.sertificates__slide {
    border-radius: 14px
}

.sertificates__slide img {
    max-height: 580px;
}

@media screen and (max-width: 1440px) {
    .sertificates .heading {
        margin-bottom: 2.5rem
    }

    .sertificates__slider {
        padding: 3.5rem 0
    }

    .sertificates__slide img {
        max-height: 450px;
    }
}

@media screen and (max-width: 1200px) {
    .sertificates .heading {
        margin-bottom: 2.5rem
    }

    .sertificates__about {
        flex-direction: column
    }

    .sertificates__slider {
        padding: 2.5rem 0
    }

    .sertificates__slide img {
        max-height: 480px;
    }
}

@media screen and (max-width: 991px) {
    .sertificates .heading {
        margin-bottom: 2rem
    }

    .sertificates__slider {
        padding: 2rem 0
    }

    .sertificates__slide img {
        max-height: 320px;
    }
}

@media screen and (max-width: 768px) {
    .sertificates__slider {
        padding: 1rem 0;

    }

    .sertificates__slide img {
        max-height: 336px;
    }
}

/* video */

.video .heading {
    margin-bottom: clamp(20px, 1.0191082803vw + 16.4331210191px, 36px);
    max-width: 850px
}

.video__content {
    position: relative;
    border-radius: 16px;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}

.video__content_player {
    position: relative;
    width: 100%;
    height: 100%;
    /* aspect-ratio: 18/7.66; */
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.video__content_player video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

.video__content_player::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(4px);
    border-radius: 16px;
    transition: .3s
}

.video__content_player .play_btn {
    position: absolute;
    cursor: pointer;
    transition: .3s
}

.video__content_player .play_btn:hover {
    scale: 1.05
}

.video__content_player .play_btn:active {
    scale: .95
}

.video__content_player .stop_btn {
    position: absolute;
    cursor: pointer;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.video__content_player .stop_btn:hover {
    scale: 1.05
}

.video__content_player .stop_btn:active {
    scale: .95
}

.video__content_player.play::before {
    opacity: 0;
    visibility: hidden;
}

.video__content_player.play .play_btn {
    opacity: 0;
    visibility: hidden
}

.video__content_player.play .stop_btn {
    visibility: visible
}

.video__content_player.play:hover .stop_btn {
    opacity: 1
}

.video__content_poster {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px
}

@media screen and (max-width: 1200px) {
    .video__content_player {
        aspect-ratio: 16/9
    }

    .video__content_player .play_btn svg,
    .video__content_player .stop_btn svg {
        width: 40px;
        height: auto
    }
}

@media screen and (max-width: 991px) {

    .video__content_player .play_btn svg,
    .video__content_player .stop_btn svg {
        width: 36px;
        height: auto
    }

    .video__content {
        width: 100%;
    }
}

/* tasks */

.tasks__row {
    display: flex;
    gap: clamp(20px, 2.8025477707vw + 10.1910828025px, 64px)
}

.tasks__list {
    flex: 1 0 48%;
    /* padding: clamp(16px, 2.8025477707vw + 6.1910828025px, 60px) 0; */
    /* padding-right: clamp(16px, 6.6242038217vw + -7.1847133758px, 120px); */
    font-size: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px)
}

.tasks__list h2 {
    margin-bottom: clamp(20px, 0.7643312102vw + 17.3248407643px, 32px)
}

.tasks__lab {
    flex: 1 0 48%;
    padding: clamp(16px, 2.8025477707vw + 6.1910828025px, 60px);
    background: #ffffff;
    background: var(--clr-white);
    padding-right: clamp(16px, 6.6242038217vw + -7.1847133758px, 120px);
    font-size: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px)
}

.tasks__lab h2 {
    margin-bottom: clamp(20px, 0.7643312102vw + 17.3248407643px, 32px)
}

.tasks .text-content ul li {
    /* font-size: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px); */

    font-size: clamp(1rem, 0.9443rem + 0.2548vw, 1.25rem);
    list-style-type: square
}

.tasks .text-content p {
    /* font-size: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px) */

    font-size: clamp(1rem, 0.9443rem + 0.2548vw, 1.25rem);
}

@media screen and (max-width: 1200px) {
    .tasks__row {
        flex-direction: column
    }
}

/* gallery */

.gallery .heading {
    margin-bottom: clamp(20px, 0.7643312102vw + 17.3248407643px, 32px)
}

.gallery__slider_control {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.gallery__slider_control-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #dcdfec;
    cursor: pointer;
    transition: all .5s
}

.gallery__slider_control-btn:hover {
    border-color: #f9d840;
    border-color: var(--clr-accent);
    background: #f9d840;
    background: var(--clr-accent)
}

.gallery__slider_navigation {
    display: flex;
    gap: 8px
}

.gallery__slide_img {
    aspect-ratio: 111/60;
    width: 100%;
    height: 100%;
    border-radius: 16px
}

.gallery__slide_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

/* laboratoryServices */

.laboratory-services .heading {
    margin-bottom: clamp(24px, 0.5095541401vw + 22.2165605096px, 32px);
    max-width: 654px
}

.laboratory-services__content {
    display: flex;
    align-items: flex-start;
    gap: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px)
}

.laboratory-services__filter {
    width: 432px;
    flex-shrink: 0;
    position: sticky;
    top: 0
}

.laboratory-services__filter .form__content {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px)
}

.laboratory-services__filter .reset_btn {
    width: 100%;
    position: relative
}

.laboratory-services__filter .reset_btn .reset_icon {
    position: absolute;
    left: clamp(12px, 1.5286624204vw + 6.6496815287px, 36px)
}

.laboratory-services__filter_title {
    display: none
}

.laboratory-services__filter_list {
    background: #ffffff;
    background: var(--clr-white);
    border-radius: 20px;
    padding: 16px 0
}

.laboratory-services__filter_item {
    padding: 16px 24px
}

.laboratory-services__filter_item .label-checkbox {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.laboratory-services__filter_item .label-checkbox .text {
    transition: .3s
}

.laboratory-services__filter_item .label-checkbox:hover .text {
    /* color: #f9d840;
    color: var(--clr-accent) */
    opacity: 0.6;
}

.laboratory-services__filter_item .label-checkbox .checkbox {
    border-radius: 8px;
    border: 1px solid #232C42;
    border: 1px solid var(--clr-base);
    background: #ffffff;
    background: var(--clr-white)
}

.laboratory-services__filter_item .label-checkbox .checkbox::before {
    background: #f9d840;
    background: var(--clr-accent);
    border-radius: 4px;
    width: 12px;
    height: 12px
}

#catalog-section-container {
    flex-grow: 1;
}

.laboratory-services__tabs {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px);
    flex-grow: 1
}

.laboratory-services__tabs_more {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

.laboratory-services__tab-item {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 0.7643312102vw + 9.3248407643px, 24px);
}

.laboratory-services__tab {
    padding: 12px 24px;
    border-radius: 16px;
    background: #ffffff;
    background: var(--clr-white);
    width: 100%
}

.laboratory-services__tab_bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.laboratory-services__tab_title {
    align-items: baseline;
    /* margin-bottom: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px) */
}
.laboratory-services__tab_title .title {
    font-size: clamp(1rem, 0.9721rem + 0.1274vw, 1.125rem);
}
.laboratory-services__tab_title .icon {
    margin-left: auto;
}

.laboratory-services__tab .tab__head {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    color: #8C8D90;
    color: var(--clr-grey);
    margin-bottom: 16px
}

.laboratory-services__tab .tab__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px);
}

.laboratory-services__tab .tab__content_item {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f6f7;
    border-bottom: 1px solid var(--clr-white-100)
}
.laboratory-services__tab .tab__content_item .value {
        flex-shrink: 0;
    }
.catalog__aside_search {
    position: relative;
}
@media screen and (max-width: 1440px) {
    .laboratory-services__filter {
        width: 380px
    }

    .laboratory-services__tab {
        padding: 20px 24px;
    }

    .catalog__list.table {
        gap: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
    }
}

@media screen and (max-width: 1200px) {
    .laboratory-services__filter {
        width: 320px
    }
}

@media screen and (max-width: 991px) {
    .laboratory-services__content {
        flex-direction: column
    }

    .laboratory-services__filter {
        width: 100%;
        position: static
    }

    .laboratory-services__filter .form__content {
        flex-direction: row;
        align-items: center
    }

    .laboratory-services__filter .reset_btn {
        width: auto;
        order: 1
    }

    .laboratory-services__filter .reset_btn .reset_icon {
        position: static;
        margin-right: 10px
    }

    .laboratory-services__filter_list {
        width: 100%;
        position: absolute;
        z-index: 1;
        width: 100%;
        top: calc(100% + 10px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all .3s;
        box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, .0705882353)
    }

    .laboratory-services__filter_title {
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 20px 24px;
        border-radius: 12px;
        height: 100%;
        background: #ffffff;
        background: var(--clr-white);
        cursor: pointer;
        overflow: hidden;
        min-width: 0;
        justify-content: space-between
    }

    .laboratory-services__filter_title .text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0
    }

    .laboratory-services__filter_title .rest {
        flex-shrink: 0;
        white-space: nowrap;
        background: #ecedee;
        background: var(--clr-white-200);
        padding: 3px;
        line-height: 1;
        border-radius: 2px;
        margin-left: auto;
        display: none;
        color: #232C42;
        color: var(--clr-base)
    }

    .laboratory-services__filter_title:hover .arrow svg path {
        stroke: #232C42;
        stroke: var(--clr-base)
    }

    .laboratory-services__filter_title::after {
        display: none
    }

    .laboratory-services__filter_title .arrow {
        flex-shrink: 0;
        display: inline-flex;
        margin-left: 6px;
        transform: perspective(150px);
        transition: all .3s
    }

    .laboratory-services__filter.active .catalog__sort_title .arrow {
        transform: perspective(150px) rotateX(180deg)
    }

    .laboratory-services__filter.active .catalog__sort_list {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .laboratory-services__filter_list {
        position: absolute;
        z-index: 1;
        width: 100%;
        background: #ffffff;
        background: var(--clr-white);
        border-radius: 20px;
        top: calc(100% + 10px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all .3s
    }

    .laboratory-services__filter .filter__list {
        flex-grow: 1;
        min-width: 0;
        position: relative
    }

    .laboratory-services__filter .filter__list.active .laboratory-services__filter_title .arrow {
        transform: perspective(150px) rotateX(180deg)
    }

    .laboratory-services__filter .filter__list.active .laboratory-services__filter_list {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

    .laboratory-services__tabs {
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .laboratory-services__tab .tab__head {
        font-size: 14px
    }

    .laboratory-services__tab .tab__head_item:nth-last-child {
        text-align: right
    }

    .laboratory-services__tab .tab__content_item {
        font-size: 14px
    }

    .laboratory-services__tab .tab__content_item .value {
        text-align: right
    }
}

@media screen and (max-width: 576px) {
    .laboratory-services__filter .form__content {
        flex-direction: column
    }

    .laboratory-services__filter .reset_btn {
        width: 100%
    }

    .laboratory-services__filter .filter__list {
        width: 100%
    }

    .laboratory-services__filter_title {
        padding: 16px 20px;
        font-size: 14px
    }

    .laboratory-services__filter_item {
        font-size: 14px;
        padding: 14px 20px
    }

    .laboratory-services__filter_item .label-checkbox {
        gap: 12px
    }

    .laboratory-services__filter_item .label-checkbox .text {
        font-size: 14px
    }

    .laboratory-services__filter_item .label-checkbox span.checkbox {
        width: 20px;
        height: 20px;
        border-radius: 6px
    }

    .laboratory-services__filter_item .label-checkbox .checkbox::before {
        width: 10px;
        height: 10px
    }

    .laboratory-services__filter .reset_btn .reset_icon {
        width: 20px;
        height: 20px
    }

    .laboratory-services__filter .reset_btn .reset_icon svg {
        width: 100%;
        height: auto
    }

    .catalog__sort_name {
        display: none;
    }
}
/* End */


/* Start:/local/templates/s1/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17854147939486*/
.catalog-section .heading {
    margin-bottom: clamp(24px, 1.7834394904vw + 17.7579617834px, 52px)
}

.catalog-section__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    flex-wrap: wrap
}

.catalog-section__item {
    padding: clamp(12px, 0.7643312102vw + 9.3248407643px, 24px) clamp(15px, 2.101910828vw + 7.6433121019px, 48px);
    border-radius: 24px;
    border-radius: var(--radius-item);
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
    min-height: 232px;
    flex: 1 0 32%;
    overflow: hidden
}
.catalog-section__item::before {
    content:"";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}
.catalog-section__item:hover:before {
    opacity: 1;
}
.catalog-section__item.dark .catalog-section__item_title {
    color: #ffffff;
    color: var(--clr-white)
}

.catalog-section__item_title {
    flex: 1 0 50%;
    position: relative;
    z-index: 1;
    color: #232C42;
    color: var(--clr-base);
    transition: .5s
}

.catalog-section__item_title h4 {
    font-size: clamp(16px, 0.5095541401vw + 14.2165605096px, 24px);
    font-weight: 600;
    line-height: 1.2
}

.catalog-section__item_nav {
    flex: 1 0 50%;
    opacity: 0;
    transition: opacity .7s;
    height: 100%;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 6px
}

.catalog-section__item_nav_list {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.catalog-section__item_nav_list a {
    font-size: clamp(14px, 0.5095541401vw + 12.2165605096px, 22px);
    line-height: 1.6;
    font-weight: 500;
    color: #ffffff;
    color: var(--clr-white);
    transition: color .5s
}

.catalog-section__item_nav_list a:hover {
    color: #f9d840;
    color: var(--clr-accent)
}

.catalog-section__item_btn {
    margin-top: auto;
    display: flex;
    position: relative;
    z-index: 2
}

.catalog-section__item_btn .btn {
    border-radius: 50%
}

.catalog-section__item_image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .7s;
    will-change: transform;
    pointer-events: none
}

.catalog-section__item_image .img-mobile {
    display: none
}

.catalog-section__item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}

.catalog-section__item:hover .catalog-section__item_btn .btn {
    background: #f9d840;
    background: var(--clr-accent)
}

.catalog-section__item:hover .catalog-section__item_image {
    scale: 1.02
}
.catalog-section__item:hover .catalog-section__item_title {
    color: #ffffff;
    color: var(--clr-white);
}
@media screen and (max-width: 1440px) {
    .catalog-section__item_title {
        flex-basis: 45%;
        width: 45%
    }

    .catalog-section__item_title h3 {
        font-size: clamp(20px, 0.6369426752vw + 17.7707006369px, 30px)
    }

    .catalog-section__item_nav {
        flex-basis: 55%
    }
}

@media screen and (max-width: 1200px) {
    .catalog-section__list {
    grid-template-columns: repeat(2, 1fr);
        gap: 1rem
    }

    .catalog-section__item_title h3 {
        font-size: clamp(18px, 0.6369426752vw + 15.7707006369px, 28px)
    }
}

@media screen and (max-width: 1100px) {
    .catalog-section__item {
        aspect-ratio: initial
    }

    .catalog-section__item_nav {
        flex-basis: 100%;
        margin-top: 1rem;
        margin-bottom: 56px;
        max-height: 200px;
        height: calc(100% - 56px)
    }
}

@media screen and (max-width: 991px) {
    .catalog-section__item {
        flex-basis: 30%;
        /* aspect-ratio: 172/240; */
        justify-content: space-between
    }

    .catalog-section__item_title {
        transition: all .5s;
        flex-basis: 48%
    }

    .catalog-section__item_nav {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .catalog-section__item {
        flex-basis: 45%;
        /* aspect-ratio: 172/240 */
    }

    .btn-quad-lg svg {
        width: auto
    }
}

@media screen and (max-width: 576px) {
    .catalog-section__list {
    grid-template-columns: repeat(1, 1fr);
    }
    .catalog-section__item_title h3 {
        font-size: 1rem
    }

    .catalog-section__item_nav {
        margin-top: 1rem;
        margin-bottom: 56px;
        max-height: 200px;
        height: calc(100% - 56px)
    }
}


.catalog-sections {
    position: relative
}

.catalog-sections::after {
    content: "";
    display: block;
    position: absolute;
    right: 0%;
    bottom: 0;
    z-index: 1;
    width: 130px;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none
}

.catalog-sections .heading {
    margin-bottom: clamp(24px, 1.7834394904vw + 17.7579617834px, 52px)
}

.catalog-sections__list {
    display: flex;
    /* grid-template-columns: repeat(auto-fill, minmax(243px, 1fr));
    align-items: center;
    grid-gap: 1.875rem;
    gap: 1.875rem;
    flex-wrap: wrap;
    position: relative */
}

.catalog-sections__slider {
    overflow: visible;
    width: 100%;
}

.catalog-sections__card.swiper-slide {
    display: flex;
    align-items: center;
    width: fit-content;
    /* max-width: 400px; */
    max-width: clamp(18.75rem, 17.078rem + 7.6433vw, 26.25rem);
    gap: 30px;
    padding: clamp(12px, 0.5095541401vw + 10.2165605096px, 20px) clamp(12px, 1.2738853503vw + 7.5414012739px, 32px);
    border-radius: 24px;
    border-radius: var(--radius-item);
    border: 1px solid #8C8D90;
    border: 1px solid var(--clr-grey);
    color: #232C42;
    color: var(--clr-base);
    transition: all .5s
}

.catalog-sections__card .title {
    font-weight: 500;
    line-height: 1.2
}

.catalog-sections__card .btn {
    transition: all .5s;
    width: 48px;height: 48px;
}

.catalog-sections__card .btn svg {
    width: 7px;height: auto;
}

.catalog-sections__card:hover {
    border-color: #f9d840;
    border-color: var(--clr-accent);
    color: #232C42;
    color: var(--clr-base);
    transform: translateY(-5px)
}

.catalog-sections__card:hover .btn {
    background: #FFE159;
    background: var(--clr-accent-hover);
    color: #232C42;
    color: var(--clr-base)
}

.catalog_heading {
    aspect-ratio: 255/36;
    display: flex;
    align-items: center;background-repeat: no-repeat;
    /* padding: clamp(1.25rem, -0.5056rem + 8.0255vw, 9.125rem)  clamp(1rem, 1.847vw + .596rem, 2.813rem); */
}

@media screen and (min-width: 991px) {
    .catalog-sections__item:hover .catalog-sections__item_nav {
        opacity: 1
    }

    .catalog-sections__item:hover .catalog-sections__item_image {
        opacity: 0
    }
}

@media screen and (max-width: 1440px) {
    .catalog-sections__item_title {
        flex-basis: 45%;
        width: 45%
    }

    .catalog-sections__item_title h3 {
        font-size: clamp(20px, 0.6369426752vw + 17.7707006369px, 30px)
    }

    .catalog-sections__item_nav {
        flex-basis: 55%
    }

    .catalog-sections__item_image {
        right: -40px
    }
}

@media screen and (max-width: 1200px) {
    .catalog-sections__list {
        gap: 1rem
    }

    .catalog-sections__item_title h3 {
        font-size: clamp(18px, 0.6369426752vw + 15.7707006369px, 28px)
    }

    .catalog-sections__item_image {
        right: -100px
    }
}

@media screen and (max-width: 1100px) {
    .catalog-sections__item {
        aspect-ratio: initial
    }

    .catalog-sections__item_title {
        flex-basis: 100%
    }

    .catalog-sections__item_nav {
        flex-basis: 100%;
        margin-top: 1rem;
        margin-bottom: 56px;
        max-height: 200px;
        height: calc(100% - 56px)
    }

    .catalog-sections__item_image {
        right: -35%
    }
}

@media screen and (max-width: 991px) {
    .catalog-sections__item {
        flex-basis: 30%;
        /* aspect-ratio: 172/240; */
        justify-content: space-between
    }

    .catalog-sections__item:hover .catalog-sections__item_title {
        color: #f9d840;
        color: var(--clr-accent)
    }

    .catalog-sections__item:hover .catalog-sections__item_btn .btn {
        background: #f9d840;
        background: var(--clr-accent)
    }

    .catalog-sections__item:hover .catalog-sections__item_image {
        transform: scale(1.02)
    }

    .catalog-sections__item_title {
        transition: all .5s;
        flex-basis: 48%
    }

    .catalog-sections__item_nav {
        display: none
    }

    .catalog-sections__item_image {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translate(0);
        transform-origin: center;
        will-change: transform;
        transition: all .5s
    }

    .catalog-sections__item_image .img-desktop {
        display: none
    }

    .catalog-sections__item_image .img-mobile {
        display: inline-block
    }
}

@media screen and (max-width: 768px) {
    .catalog-sections::after {
        width: 110px
    }

    .catalog-sections__item {
        flex-basis: 45%;
        /* aspect-ratio: 172/240 */
    }
}

@media screen and (max-width: 576px) {
    .catalog-sections::after {
        width: 100px
    }

    .catalog-sections__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }
}
/* End */


/* Start:/local/templates/s1/includeStyles/getCatalog.css?17854147936643*/
.get-catalog.section-white .get-catalog__content {
    background: #f5f6f7;
    background: var(--clr-white-100)
}

.get-catalog__content {
    border-radius: 36px;
    background: #f5f6f7;
    background: var(--clr-white-100);
    padding: clamp(12px, 4.3312101911vw + -3.1592356688px, 80px);
    overflow: hidden;
    position: relative;
    display: flex;
    gap: 24px;
    overflow: hidden
}

.get-catalog .heading {
    width: 50%;
    position: relative;
    z-index: 1
}

.get-catalog__image {
    position: absolute;
    width: 68.8888888889%;
    top: 170px;
    left: clamp(12px, 4.3312101911vw + -3.1592356688px, 80px);
    pointer-events: none;
    z-index: 0
}

.get-catalog__image img {
    width: 100%;
    height: auto
}

.get-catalog__form {
    color: #232C42;
    color: var(--clr-base)
}

.get-catalog__form_container {
    max-width: 528px;
    border-radius: 24px;
    border-radius: var(--radius-item);
    padding: 48px;
    background: #ffffff;
    background: var(--clr-white);
    margin-left: auto;
    position: relative
}

@media screen and (max-width: 1200px) {
    .get-catalog__content {
        border-radius: 24px
    }

    .get-catalog__form_container {
        padding: 32px;
        max-width: 485px;
        flex-basis: 50%
    }

    .get-catalog__image {
        width: 83.3333333333%;
        top: 200px
    }
}

@media screen and (max-width: 991px) {
    .get-catalog .heading {
        width: 100%
    }

    .get-catalog__content {
        flex-wrap: wrap;
        gap: 359px
    }

    .get-catalog__form_container {
        padding: 24px;
        max-width: none;
        flex-basis: 100%
    }

    .get-catalog__image {
        width: 860px;
        top: 85px;
        left: auto;
        right: clamp(12px, 4.3312101911vw + -3.1592356688px, 80px)
    }
}

@media screen and (max-width: 768px) {
    .get-catalog .heading {
        width: 100%
    }

    .get-catalog__content {
        flex-wrap: wrap;
        gap: 359px;
        border-radius: 16px
    }

    .get-catalog__form_container {
        padding: 24px 16px;
        max-width: none;
        flex-basis: 100%
    }

    .get-catalog__image {
        width: 780px;
        top: 94px;
        left: auto;
        right: clamp(12px, 4.3312101911vw + -3.1592356688px, 80px)
    }
}

@media screen and (max-width: 576px) {
    .get-catalog__content {
        gap: 259px
    }

    .get-catalog__form_container {
        padding: 24px 16px;
        max-width: none;
        flex-basis: 100%
    }

    .get-catalog__image {
        width: 620px;
        top: 127px;
        right: clamp(12px, 4.3312101911vw + -3.1592356688px, 80px)
    }
}

.request {
    padding-top: clamp(1.25rem, .7484rem + 2.293vw, 3.5rem);
    padding-bottom: clamp(4.375rem, 3.822vw + 3.539rem, 8.125rem);
    overflow: hidden
}

.request__cols {
    display: flex;
    gap: 4px
}

.request__cols .subtitle {
    line-height: 1.2;
    font-weight: 600;
    color: var(--clr-grey)
}

.request__heading {
    flex: 1 0 33%;
    padding-top: 30px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem
}

.request__map {
    /* padding: 36px;
    border-radius: var(--radius-item);
    background: var(--clr-white); */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: auto;
    /* box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, .0705882353) */
}

.request__map_title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500
}

.request__map_image {
    /* border-radius: var(--radius-item);
    aspect-ratio: 480/253 */
    width: 100%;
}

.request__map_image img {
    /* width: 100%;
    height: 100%; */
    object-fit: contain
}

.request__content {
    flex: 1 0 66%;
    display: flex;
    position: relative
}

.request__content_image {
    bottom: -45px;
    aspect-ratio: 1400/875;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    z-index: 0;
    left: -75px
}

.request__content_image::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    width: 30%;
    background: linear-gradient(270deg, #FFFFFF 52.59%, rgba(245, 246, 247, 0) 350.59%)
}

.request__content_image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left bottom;
    object-position: left bottom
}

.request__content_form {
    width: 100%;
    max-width: 584px;
    margin-left: auto;
    height: auto;
    background: var(--clr-white);
    border-radius: var(--radius-item);
    padding: 48px;
    position: relative
}

.request__form_title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 2rem;
    font-family: var(--font-accent);
    margin-bottom: 32px
}

.request__form_fields {
    display: flex;
    flex-direction: column;
    gap: 36px
}

@media screen and (max-width: 1840px) {
    .request__content_image {
        left: -55px
    }
}

@media screen and (max-width: 1650px) {
    .request__content_form {
        max-width: 524px;
        padding: 42px
    }
}

@media screen and (max-width: 1440px) {
    .request__heading {
        flex-basis: 28%;
        gap: 24px
    }

    .request__map {
        padding: 30px;
        gap: 20px
    }

    .request__content_image {
        left: -30px;
        width: 120%
    }

    .request__form_title {
        margin-bottom: 24px
    }
}

@media screen and (max-width: 1200px) {
    .request__cols {
        gap: 24px
    }

    .request__heading {
        flex-basis: 44%;
        padding-top: 0
    }

    .request__content {
        flex-basis: 55%
    }

    .request__content_image {
        display: none
    }

    .request__content_form {
        padding: 32px 24px
    }
}

@media screen and (max-width: 768px) {
    .request__cols {
        flex-direction: column
    }

    .request__map {
        width: 100%;
        display: none;
    }

    .request__map_image {
        width: 100%
    }

    .request__heading {
        padding-bottom: 0
    }

    .request__content {
        flex-direction: column
    }

    .request__content_image {
        display: block;
        position: relative;
        left: 0;
        width: 200%;
        bottom: 0
    }

    .request__content_form {
        max-width: none;
        padding: 32px 16px
    }
}

@media screen and (max-width: 576px) {
    .request__map {
        padding: 24px 8px 8px
    }

    .request__map .btn {
        width: 100%
    }

    .request__content_form {
        padding: 24px 12px
    }
    .request__content_image {
        display: none;
    }
}
/* End */


/* Start:/local/templates/s1/components/bitrix/form/getCatalog/bitrix/form.result.new/.default/style.css?1785414793265*/
.form__success {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 24px 0;
}

.form__success_icon {
	margin-bottom: 1.5rem;
}
.form__success_content {
	min-width: 350px;
}
.form__success_title {
	margin-bottom: 2.75rem;
}
/* End */
/* /local/templates/s1/components/bitrix/catalog/catalog/style.css?178541479324806 */
/* /local/templates/s1/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17854147939486 */
/* /local/templates/s1/includeStyles/getCatalog.css?17854147936643 */
/* /local/templates/s1/components/bitrix/form/getCatalog/bitrix/form.result.new/.default/style.css?1785414793265 */
