.banner2-650 {
    min-height: 650px;
}

/* Favorites icon with count badge */
a[href*="favorites"] {
    position: relative;
    display: inline-flex;
}

.favorites-count-badge {
    position: absolute;
    top: -4px;
    left: 12px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: #e53935;
    border-radius: 50%;
    box-sizing: border-box;
}

.favorites-count-badge.hidden {
    display: none !important;
}

.instagram-feed {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    margin: 20px;
}

.instagram-post {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    cursor: pointer;
}

.instagram-post img {
    display: block;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: 100% !important;
}

.instagram-post:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    inset: 0;
    transition: .3s ease;
    opacity: 0;
    pointer-events: none;
}

.instagram-post:hover:before {
    opacity: .5;
}

.instagram-post svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .3s ease;
}

.instagram-post svg path {
    fill: #fff;
}

.instagram-post:hover svg {
    opacity: .7;
}

.video-item-link {
    cursor: pointer;
}

.video-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-item {
    position: relative;
    pointer-events: none;
}

.video-item__hh {
    padding-top: 55%;
}

#blog .blog-item__bg::before {
    padding-bottom: 68.87755102040816%;
}

.video-title {
    padding: 15px 0 0 0;
}

article.blog-item.swiper-slide {
    height: auto !important;
}

.g-recaptcha {
    margin-bottom: 20px;
}

.comments-list {}

.create_new_p {
    text-align: center;
    padding: 25px;
    background: #f1fff0;
    margin-bottom: 22px;
    font-weight: bold;
}

.blog-section-list__text {
    color: #545459;
}

#comment-captcha {
    color: #fff;
}

.edu-held-section {
    margin-bottom: 0px;
}

.our-partners-section {
    margin-bottom: 0px;
}

.p-20 {
    padding-top: 20px;
}

.m-20 {
    margin-top: 60px;
}

.manipulators-block {
    margin-top: 140px;
}

.no-pagination.slider-pagination .slick-dots {
    display: none !important;
}

.portfolio-head__subtitle {
    text-align: center;
}

.ticket-comment-dot {
    display: none;
}

.comment-reply .arrow-link {
    font-size: 16px;
    line-height: 1.188em;
}

.blog-section-body .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #E0E0E0;
}


.ticket-comment-up {
    float: right
}

.comment:not(:last-child) {
    margin-bottom: 30px;
}

.ticket-comment .ticket-comment-text {
    margin-bottom: 16px;
}

.arrow-link {
    transition: color .4s ease;

}

.comments-section .ticket-comment-guest .ticket-comment-author {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #1D1D1F;
}

.comments-section .ticket-comment-createdon {
    float: right;
    color: #83838D;
}

.comments-section .ticket-comment-author {
    margin-left: 0px;
}

.offer__message button {
    margin-top: 10px;
}

.upload-sapn {
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    width: 180px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.review-message-2>p {
    display: none;
    margin-bottom: 10px;
}

.review-message-2>p:first-child {
    display: block;
}


.review-message-2.active>p {
    display: block;
}


.activity-select {
    background-image: none;
}

.text-bloc p {
    margin-bottom: 15px;
}


.activity-dates-btns .button {
    background: none;
    border: none;
    font-size: 18px;
    line-height: 1.222em;
    color: #0071DF;
    margin-right: 30px;
}

.type-style-1 h6 {}

.a-badge {
    display: block;
}

.equipment-products-white.equipment-products-section {
    background-color: #fff;
}

.table table {
    width: 100%;
}

.mb-min {
    margin-bottom: 20px;
}

.mt-min {
    margin-top: 20px;
}


.pt-min {}



.table-wrapper .table {
    display: none;
}

.table-wrapper .table.active {
    display: block;
}

.characteristics-block .table-wrapper .table {
    display: block;
}

.header-h1 {
    padding: 30px 0 30px;
    margin: 0 20px;
}

section {
    /* z-index: auto;*/
}

.cosmetic-rulers-content ul {
    font-size: 16px;
    line-height: 1.5em;
}

.cosmetic-rulers-content li:not(:last-child) {
    border-bottom: 1px solid #E0E0E0;
}

.cosmetic-rulers-content li {
    padding: 10px 0;
    color: #545459;
}

.primary-btn-a {
    padding-top: 9px;
}


.specialization-list p {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.specialization-list p:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}


.modal-form__body_text {
    text-align: center;
    padding-bottom: 45px;
}



.btn-group-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.primary-btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.djc {
    width: 100%;
    justify-content: center;
}

.figure img {
    width: 100%;
    height: auto;
    margin-top: 35px;
    border-radius: 10px;
}


.equipment-products-section-mini {}

.mb-10 {
    margin-bottom: 100px;
}

.content-text-oform li {
    color: #313132;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.content-text-oform li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50%;
    background-color: #0071DF;
    margin-top: 10px;
    margin-right: 19px;
}

.content-text-oform li:not(:last-child) {
    margin-bottom: 15px;
}

.content-text-oform.text-white li {
    color: #ffffff;
}

.equipment-direction-section .menu-column__list {
    max-height: 400px;
}

.block-iteam-2 .manufactures-item-body {
    min-height: 175px;
}


.jGrowl {
    z-index: 99999999 !important;
}

.ajax_form .error {
    padding-right: 0px;
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}

.block ul li.no-li::before {
    display: none;
}

.ui-widget-content {
    background: none;
}

.arrow-link {
    cursor: pointer;
}

.blog-article-content-2 .block.block_small {
    max-width: 100%;
}

.equipment-item-hero__list-item {
    padding-left: 58px !important;
    display: list-item;
}

.blog-article-content-2 .equipment-item-hero__list-item::before {
    content: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0L9.18386 5.18237H14.6329L10.2245 8.38525L11.9084 13.5676L7.5 10.3647L3.09161 13.5676L4.77547 8.38525L0.367076 5.18237H5.81614L7.5 0Z' fill='%230071DF'/%3E%3C/svg%3E%0A");
    display: block;
    margin-right: 15px;
    position: absolute;
    left: 28px;
    top: 20px;
}


body {
    margin: 0;
    font-family: sans-serif;
    font-size: 0.9rem;
}

#app {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

#toolbar {
    display: flex;
    align-items: center;
    background-color: #555;
    color: #fff;
    padding: 0.5em;
}

#toolbar button,
#page-mode input {
    color: currentColor;
    background-color: transparent;
    font: inherit;
    border: 1px solid currentColor;
    border-radius: 3px;
    padding: 0.25em 0.5em;
}

#toolbar button:hover,
#toolbar button:focus,
#page-mode input:hover,
#page-mode input:focus {
    color: lightGreen;
}

#page-mode {
    display: flex;
    align-items: center;
    padding: 0.25em 0.5em;
}

#viewport-container {
    flex: 1;
    background: #eee;
    overflow: auto;
}

#viewport {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#viewport>div {
    text-align: center;
    max-width: 100%;
}

#viewport canvas {
    width: 100%;
    box-shadow: 0 2px 5px gray;
}

.review-item-block .review-message-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 8em;
}



.review-item-block.activeReview .review-message-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: auto;
}


figure.containerZoom img {
    background: #ffff;
}

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

    .equipment-item-hero__list-item {
        padding-left: 30px !important;
    }

    .blog-article-content-2 .equipment-item-hero__list-item::before {
        left: 0;
    }
}

ul.consulting-loop-list.consulting-loop-list__about {
    grid-template-columns: repeat(3, 1fr);
}

.light-text {
    color: #fff;
}

img.skills-img-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.spadding {
    padding: 75px 0;
}

.skills-counts-new {
    padding-top: 30px;
    display: flex;
}

.offer__title span,
.tile-info__text span,
.tile-info__title span {
    color: #ee220c;
    font-size: inherit;
}

ul.body-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.body-1 li {
    font-size: 22px;
    line-height: 1.409em;
    letter-spacing: -0.02em;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    max-width: 80%;
}

ul.body-1 li:before {
    content: "•";
    position: absolute;
    color: #ee220c;
    font-size: 30px;
    line-height: 1;
    top: 0;
    left: 0;
}

ul.body-1.normal li {
    margin-bottom: 20px;
}


ul.body-1.normal li:before {
    color: #5e5e5e;
}

.offer__title.strong {
    font-weight: 600;
}

.tile-info__title.strong {
    font-weight: 600 !important;
}

.upper {
    text-transform: uppercase !important;
}

.skills-count__second {
    display: none;
}

.skills-count-new {
    margin-bottom: 50px;
}

.skills-count-new .skills-count__main strong {
    font-size: 75px;
    white-space: nowrap;
}

.skills-counts-colmn {
    width: 100%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}

img.skills-img-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.skills-content-new>div {
    z-index: 2;
    position: relative;
}

.skills-count-new:last-child {
    grid-area: 2 / 2 / 3 / 4;
}

.skills-count__main sup {
    font-size: 30px;
    line-height: 1;
    position: relative;
}

.mt-5 {
    margin-top: 5rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

img.w-100 {
    width: 100%;
    max-width: 100%;
    height: auto;
}

img.cover {
    object-fit: cover;
}

.w-100 {
    width: 100%;
}

.ambassador-section__v2 {
    background: #eff0f5;
}

.ambassador-section__v2,
.ambassador-section__v3 {
    padding: 75px 0 300px;
    min-height: 1000px;
}

.section-al img {
    transform: translateX(40%);
    object-position: left;
}

.section-ar .long-section-content {
    margin-left: auto !important;
}

.flip-image img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.dark-bg * {
    color: #fff;
}

.dark-bg .container {
    position: relative !important;
    z-index: 2;
}

.dark-bg:not(.no-mask)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-90deg, #111b2a 50%, transparent);
    z-index: 1;
    opacity: .7;
}

.ambassador-section__v3 .specialization-list {
    opacity: .7;
}

.full-construction__title__v2 {
    max-width: 700px;
}


.offer__title.offer__title__v2 {
    max-width: 1200px;
    line-height: 1.5;
}

.aling-items-center {
    align-items: center;
}

a.red-link {
    color: #ee220c;
    text-decoration: underline;
}

ul.footer-address {
    margin-bottom: 20px;
}

ul.footer-address li {
    font-size: 12px;
    color: #545459;
}

ul.footer-address li a {
    color: inherit;
    font-weight: bold;
}



.faq-block .subtitle-1 {
    margin-bottom: 25px;
}

.faq-block .text-xl {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.faq-block .faq-container:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}

.faq-block button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    border: none;
    width: 100%;
}

.faq-block button>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}


.faq-block svg {
    transition-duration: 200ms;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: rgb(107 114 128 / 1);
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    vertical-align: middle;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.faq-block .faq-text {
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    overflow: hidden;
    max-height: 0px;

}

.faq-block .faq-text span {
    color: #707070;
    margin-bottom: 20px;
    display: block;
}

.rotate-180 {
    transform: rotate(180deg) !important;
}

@media (min-width: 768px) {
    .title-2 .display-2 {
        font-size: 32px;
    }
}



.experts-block .container {
    margin: 0px auto;
    padding-top: 124px;
    width: 100%;
    max-width: 800px;
}

.experts-block .subtitle-1 {
    text-align: center;
    margin-bottom: 50px;
}

.experts-block .entry-header {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.experts-block .entry-title {
    font-size: 24px;
    line-height: 1.208em;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin-bottom: 6px;

}

.experts-block .swiper-wrap {
    max-width: 800px;
}

.experts-block .entry-header .entry-text {
    font-size: 18px;
}

.experts-block .entry-body {
    color: #777575;
}

.experts-block .post-thumbnail {
    width: 120px;
    height: 120px;
    padding: 3px;
    margin: 0 16px 0;
    border-radius: 50%;
    border: 3px solid #0171df;
}

.experts-block .post-thumbnail img {
    width: auto;
    height: 100%;
    border: 1px solid #000;
    border-radius: 50%;
    object-fit: cover;
}




@media (max-width: 767px) {

    .experts-block .container {
        display: block;
        padding-top: 40px;
    }

    .experts-block .container {
        padding: 50px 0px 0px 0px;
    }

    .experts-block .subtitle-1 {
        margin-bottom: 30px;
        text-align: left;

    }

    .experts-block .entry-title {
        font-size: 18px;
    }

    .experts-block .entry-header .entry-text,
    .experts-block .entry-body {
        font-size: 15px;
    }

    .experts-block .post-thumbnail {
        width: 80px;
        height: 80px;
    }
}





.msFavoriterToggle {
    border: none;
    background: none;
    margin-bottom: 16px;
    font-size: 15px;
    color: #0171df;
    margin-top: -5px;
    display: block;
}

.msFavoriterToggle svg {
    position: relative;
    top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    stroke: #0171df;
}

.msFavoriterToggle .factive {
    display: none;
}

.msFavoriterToggle._active_ .factive {
    display: inline-block;
}

.msFavoriterToggle._active_ .fnoactive {
    display: none;
}

.navigation__item {
    margin-right: 2.15vw;
}



.offer.flex-column-align-center.text-center.mb-0 {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .skills-count-new .skills-count__main strong {
        font-size: 50px;
    }

    .skills-count-flex {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .skills-counts-new {
        flex-direction: column;
    }

    .skills-counts-colmn {
        max-width: 100%;
    }

    .skills-count-flex {
        padding: 0 15px;
    }

    .skills-count-new .skills-count__main strong {
        font-size: 40px;
    }

    ul.body-1 li {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .mb-4 {
        margin-bottom: 0rem;
    }

    .mb-2 {
        margin-bottom: 1rem;
    }

    .skills-count-new {
        margin-bottom: 30px;
    }

    .search-btn {
        margin: 0 10px;
    }

    .pc-controls a.btn-phone {
        position: relative;
        right: 10px;
    }
}

.exosomes-section img {
    width: 100%;
}

.exosomes-section-content {
    padding: 75px 0;
}

@media screen and (max-width: 576px) {
    .exosomes-section-content {
        padding: 50px 0;
    }

    .favorites-count-badge {
        left: 18px;
    }
}

.exosomes-section-content p {
    margin-bottom: 30px;
}

.exosomes-section-content .btn-group {
    padding-top: 50px;
}

.exosomes-section-content ul li:not(:last-child) {
    margin-bottom: 5px;
}

.exosomes-section-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.exosomes-section-content ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    min-width: 5px;
    border-radius: 50%;
    background-color: #0071DF;
    margin-top: 10px;
    margin-right: 19px;
}

.experts-block .experts-image {
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 50%;
}

.seo-text {
    line-height: 1.7em;
    margin: 20px 0 20px;
}

.seo-text h1,
.seo-text h2,
.seo-text h3,
.seo-text h4 {
    margin: 20px 0 10px;
}

.arrow-link.black {
    color: #000;
}

.arrow-link.black svg path {
    stroke: #000;
}

.arrow-link.black span::after {
    background-color: #000;
}