.appVideos {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100vh;
    overflow: hidden;
    right: 0;
    display: flex;
    align-items: center;
}
.appVideos .videoPlayer {
    width: 80%;
}
.appVideos video {
    position: relative;
    border-radius: 24px;
    width: 100%;
    /* height: 100%; */
}
video {
	pointer-events: none;
	user-select: none;
}

.navbar {
    display: none;
}

.header-edge {
    background-color: var(--color-white);
    padding: 16px 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
    transition: all 0.3s;
    height: auto;
}

.fixed-header {
    background-color: var(--color-white);
    z-index: 100;
    box-shadow: 0px 2px 12px 0px rgba(51, 51, 51, 0.06);
}
.header-none{
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.top-header {
    background-color: transparent;
    box-shadow: none;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-inner .nav {
    display: flex;
    align-items: center;
    gap: 16px;
    transition: .4s;
}

.header-inner .nav .link {
    padding: 12px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    transition: .4s;
    position: relative;
}
.header-inner .nav .link.active {
    color: var(--primary-color);
}
.header-inner .nav .link.active::before {
    content: '';
    width: 100%;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
}

.header-inner .nav .link:hover {
    color: var(--primary-color);
}

.lang {
    width: 40px;
    height: 40px;
    color: var(--text-accent);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 4px;
    transition: .4s;
}

.lang:hover {
    background-color: var(--text-accent);
    color: var(--color-white);
}

.nav-btn {
    display: none;
}
/*Для стилизации активного хедера*/

.nav-btn.active {

}

.header-edge.active {

}

.hero-block {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    /* background: linear-gradient(180deg, #F0F1F4 0%, rgb(246 245 245 / 0%) 83.33%, #FFF 100%); */
    background-color: #ededed;
}
.hero-block::before {
    content: '';
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255));
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.hero-text {
    /* padding-top: 20%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 2;
    position: relative;
}

.hero-text h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}

.hero-text .title-hero {
    font-size: 64px;
    font-weight: 600;
}


.hero-text p {
    margin-top: 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.hero-text .btns {
    margin-top: 40px;
    display: flex;
    gap: 16px;
}


/* Install and Sale */
/* .install-block {
    
} */
.social-sub {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 350px;
    border-radius: 24px;
    background: var(--background-grey);
    z-index: 0;
}

.social-sub .liquid {
    transform: rotate(90deg);
    position: absolute;
    z-index: -1;
}

.social-sub .social-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 1;
    padding: 24px 64px 0 64px;
}

.social-sub .social-links .links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.social-sub .social-links .links a {
    display: block;
    transition: .4s;
}

.social-sub .social-links .links a:hover {
    opacity: .6;
}

.what-in {
    overflow: hidden;
    height: 350px;
    border-radius: 24px;
    background: var(--background-grey);
    padding: 32px 0;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-direction: column;
    position: relative;
    z-index: 0;
}
.what-in img, .what-in video {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 2px;
    right: 0;
    z-index: -1;
}
/* .what-video {
    position: absolute;
    bottom: 2px;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.what-video .videoPlayer {
    width: 100%;
    height: auto;
}
.what-video video {
    width: 100%;
    height: auto;
} */
.what-in-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.logo-sub {
    overflow: hidden;
    height: 350px;
    border-radius: 24px;
    background: linear-gradient(0deg, rgba(17, 141, 240, 0.80) 0%, rgba(17, 141, 240, 0.80) 100%), url(../img/main/install-block-img.png), lightgray 50% / cover no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.what-is-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    height: 100%;
}
.what-is-info .btn {
    margin-top: 24px;
}
.what-is p {
    margin-top: 12px;
}
.what-is-img {
    width: 100%;
}

.card-swipe {
    position: relative;
}

.card-swipe .card-item {

    position: sticky;
    top: 156px;
    width: 100%;
    box-sizing: border-box;

    box-shadow: 0px -4px 16px 2px rgba(133, 133, 133, 0.08);
    border-radius: 24px;
    background: #F6F5F5;
    padding: 64px;
    padding-left: 128px;
    display: flex;
    align-items: center;
    gap: 128px;
}

.card-item:not(:first-child) {
    margin-top: 64px;
}

.card-swipe .card-item .card-label {
    border-radius: 24px;
    border: 1px solid var(--text-accent);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 6px 24px;
    display: inline-block;
}

.card-swipe .card-item h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--text-accent);
    margin-top: 12px;
    line-height: normal;
}

.card-swipe .card-item p {
    font-size: 14px;
    margin-top: 8px;
}

.card-swipe .card-item .info {
    width: 35%;
}

.card-swipe .card-item .image {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 36.25%;
    perspective: 100px;
    transition: transform .4s;
    width: 65%;
    height: 400px;
    border-radius: 24px;
}

.image .image-item {
    display: block;
    transition: opacity .4s, transform .6s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.image .image-item picture {
    display: block;
}

.image .image-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    vertical-align: middle;
}


/* How It Work */
.how-it-work {
    height: 100vh;
}

.slider-content {
    position: relative;
    height: 100vh;
    scroll-snap-type: y mandatory;
}

.slider-progress {
    width: 100%;
    position: absolute;
    scroll-snap-align: start;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-progress-text {
    width: 30rem;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.slider-line {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1px;
    height: 60vh;
    background-color: #D9D9D9;

}

.slider-num {
    position: absolute;
    left: -10px;
    width: min-content;
    background-color: #333333;
    padding: 0.2rem;
    color: #D9D9D9;
    border: none;
    border-radius: 50%;
}

.slider-num-none {
    padding: 0.2rem;
    border-radius: 50%;
    background-color: #858585;
    left: -2px
}

.slider-num2 {
    top: 50%;
}

.slider-num3 {
    bottom: 0%;
}

.slider-progress-image {
    position: relative;
    width: 20rem;
    height: 20rem;
}

.slider-progress-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 20rem;
}

.slider-progress-image img:nth-child(2) {
    z-index: 1; /* Set a higher z-index to make it appear on top */
}


/* About */
.about .title-main {
    margin-bottom: 12px;
}
.about .about-desc:not(:first-child) {
    margin-top: 12px;
}
.about .partners {
    margin-top: 24px;
    font-size: 24px;
}
.about .owl-partners .about-img {
    width: 100%;
    height: 128px;
    border-radius: 16px;
    background: var(--bg-card);
    padding: 16px;
}
.about .owl-partners .about-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.company-logo {
    width: 80%;
    height: 80%;
    margin: auto;
    border-radius: 16px;
    background: var(--bg-card);
    padding: 16px;
}
.company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.news-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.news-title a {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    transition: .4s;
}

.news-title a:hover {
    color: #0E7ED8;
    text-decoration-line: none;
}

.news-desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.news-list {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-top: 32px;
}

.news-item {
    display: block;
    flex: 1;
    width: 100%;
}
.news-item .news-image {
    display: block;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    padding-bottom: 80.25%;
    perspective: 100px;
    transition: transform .4s;
    border-radius: 24px;
    margin-bottom: 24px;
}
.news-item:hover .news-image {
    transform: scale(.98);
}
.news-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: transform .7s;
}
.news-item:hover .news-image-inner {
    transform: scale(1.05);
}
.date-label {
    color: var(--text-add);
}

.news-item .news-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-item .news-image picture {
    display: block;
}

.news-item .details {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.news-item .details .info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-item .details .info span {
    display: block;
    color: var(--text-add);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.news-item .details .info h3 {
    color: var(--text-accent);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.news-item .details .info p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}

.news-item .arrow {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--text-accent);
    background: var(--color-white);
    color: var(--text-accent);
    transition: .4s;
}

.news-item:hover .arrow {
    border: 1px solid var(--text-accent);
    background: var(--text-accent);
    color: var(--color-white);
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq-list .faq-item {
    border-radius: 24px;
    background: #F3F7F9;
    padding: 32px;
    overflow: hidden;
}

.faq-list .faq-item .btn-collapse {
    display: flex;
    align-items: center;
    gap: 48px;
    width: 100%;
    text-align: left;
}

.faq-list .faq-item .btn-collapse h3 {
    font-size: 32px;
    font-weight: 500;
    width: 100%;
}

.faq-item .faq-btn {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-white);
    color: var(--text-accent);
    transition: .3s;
}

/* .faq-list .faq-item .btn-collapse .faq-btn svg {
    transition: .4s;
} */

.btn-collapse:hover .faq-btn {
    background: var(--text-accent);
    color: var(--color-white);
}

.faq-list .faq-item .btn-collapse.is-open .faq-btn {
    background-color: var(--text-accent);
    color: var(--color-white);
}

.faq-list .faq-item .btn-collapse.is-open .faq-btn svg {
    transform: rotate(-180deg);
}

.faq-item p {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.btn-collapse.is-open + .faq-content {
    margin-top: 16px;
    visibility: visible;
    opacity: 1;
}

.map {
    width: 100%;
    height: 500px;
    position: relative;
}

.map__frame {
    height: 500px;
    border: none;
}

.map__top_block {
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, transparent, rgba(255, 255, 255));
    position: absolute;
    top: 0;
    z-index: 10;
}

.map__bottom_block {
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255));
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
    cursor: pointer;
}


/* Footer */
.footer {
    padding: 64px 0 24px;
    background: white;
}

.footer .footer-logo .footer-adress {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
}

.footer .list-title {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.footer ul {
    margin-top: 24px;
}

.footer ul li a {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    transition: .4s;
}

.footer ul li a:hover {
    color: var(--primary-color);
}

.footer ul li {
    margin-top: 12px;
}

.footer ul li:first-child {
    margin-top: 0;
}

.social-footer {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-list {
    display: flex;
    gap: 16px;
}

.social-list a {
    display: flex;
    transition: .4s;
}

.social-list a:hover {
    opacity: .6;
}

.copyright {
    text-align: center;
    font-size: 16px;
    margin-top: 24px;
    font-weight: 400;
    line-height: normal;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    transition: .4s;
    color: #118DF0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.btn-back:hover {
    gap: 4px;
}

/* NEWS */
.news-block {
    padding-top: 128px;
    background: linear-gradient(180deg, #F0F1F4 0%, rgba(246, 245, 245, 0.50) 46.73%, #FFF 100%);
}
.news-info-title {
    margin-top: 64px;
}
.news-info-title span {
    display: block;
    margin-bottom: 8px;
}
.news-info p {
    margin-top: 16px;
}
.news-info .img-show {
    margin: 24px 0;
    border-radius: 24px;
    width: 100%;
}
.news-info h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}
.news-block .news-info .gallery-title {
    margin: 32px 0 16px;
}


/* Catalog */
.catalog {
    padding: 128px 0;
    background: linear-gradient(180deg, #F0F1F4 0%, rgba(246, 245, 245, 0.50) 46.73%, #FFF 100%);
}
.catalog-white {
    padding: 128px 0;
    background: var(--color-white);
}
.catalog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.catalog-card {
    padding: 32px;
    border-radius: 24px;
    background: radial-gradient(77.95% 77.95% at 50% 37.08%, rgba(240, 241, 244, 0.00) 0%, #F0F1F4 62.24%);
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
    gap: 40px;
}
.catalog-card .top {
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.catalog-card .top h2 {
    color: var(--text-accent);
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}
.additional-text {
    color: var(--text-accent);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    display: block;
}
.catalog-card .top img {
    width: 300px;
    height: 300px;
    transition: .4s;
}
.catalog-card  video {
    width: 300px;
    mix-blend-mode: darken;
}
.catalog-card:hover .top img {
    transform: scale(1.1);
}
.catalog-card .bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.catalog-card .bottom p {
    width: 320px;
    flex: none;
    color: var(--text-accent);
    font-size: 14px;
    line-height: 150%;
}

.catalog-card .link-to {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--text-accent);
    background: transparent;
    color: var(--text-accent);
    transition: .4s;
}

.catalog-card:hover .link-to {
    border: 1px solid var(--text-accent);
    background: var(--text-accent);
    color: var(--color-white);
}

/* Catalog Inner */

.catalog-images {
    border-radius: 24px;
    background: radial-gradient(77.95% 77.95% at 50% 37.08%, rgba(240, 241, 244, 0.00) 0%, #F0F1F4 62.24%);
    position: relative;
    overflow: hidden;
}
.catalog-images img {
    width: 100%;
}

.catalog-info h2 {
    color: var(--text-accent);
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
}
.catalog-info .catalog-desc span, .catalog-info .catalog-desc .label small {
    display: block;
}
.catalog-info .catalog-desc .label {
    color: var(--text-add);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.catalog-info .catalog-desc .label small {
    color: var(--text-add);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}
.catalog-info .catalog-desc .text {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%; 
}
.catalog-info .catalog-desc li {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.catalog-info .catalog-desc {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cat-detail {
    margin-top: 64px;
}
.cat-detail .catalog-desc {
    margin-bottom: 24px;
}
.cat-detail .catalog-desc li {
    flex-direction: row;
    align-items: center;
}
.cat-detail .catalog-desc .label {
    flex: 0 0 50%;
}
.cat-detail .other-text {
    font-size: 18px;
    color: var(--text-accent);
    font-weight: 500;
}
.other-text a {
    color: var(--primary-color);
}
.catalog-card.videoHover img {
    display: none;
}
.catalog-card.videoHover video {
    user-select: none;
}

.special-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.special-tabs .tabs {
    display: flex;
    align-items: center;
    gap: 8px;
}
.special-tabs .tabs li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: white;
    color: var(--text-add);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 24px;
    gap: 6px;
    cursor: pointer;
}
.special-tabs .tabs li.active {
    background: var(--primary-color);
    color: var(--color-white);
}
.panel .other-text {
    color: var(--text-accent);
}
.catalog-list {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    align-items: flex-start;
    gap: 24px;
    margin-top: 24px;
}
.card-cat {
    border-radius: 24px;
    background: var(--colors-hover, #F5F5F5);
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 50%;
    padding: 24px;
}
.card-cat .info {
    width: 100%;
}
.card-cat img {
    border-radius: 16px;
    width: 40%;
}
.card-cat h3 {
    margin-bottom: 4px;
    color: var(--text-accent);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}
.card-cat p {
    color: var(--text-add);
    font-size: 16px;
    line-height: 150%;
}
.cat-heat {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 16px;
}
.cat-heat .cat-item {
    width: 100%;
    border-radius: 24px;
    background: var(--colors-hover, #F5F5F5);
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.cat-heat .cat-item img {
    width: 400px;
    height: 400px;
    border-radius: 16px;
    object-fit: cover;
}
.cat-heat .cat-item .cat-info {
    width: 100%;
}
.cat-heat .cat-item .cat-info tr th, .cat-heat .cat-item .cat-info tr td {
    text-align: left;
}
.cat-heat .cat-item .cat-info tr th {
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%; 
}
.cat-heat .cat-item .cat-info tr td {
    vertical-align: top;
    font-size: 18px;
    font-weight: 500;
    padding: 1px 0;
}
.cat-heat .cat-item .cat-info tr td:nth-child(1) {
    color: var(--text-add);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.cat-heat .cat-item .cat-info tr td:not(:first-child) {
    min-width: 136px;
}

.pumps .catalog-list {
    grid-template-columns: none;
}
.pumps .catalog-list .card-cat {
    flex-direction: column;
    gap: 24px;
}
.pumps .catalog-list .card-cat .images {
    display: flex;
    align-items: center;
    gap: 16px;
}
.pumps .catalog-list .card-cat .images img {
    width: calc(33.33% - 8px);
    object-fit: cover;
}
.pumps .catalog-list .card-cat .info .info-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.pumps .catalog-list .card-cat h2 {
    margin-bottom: 0;
}
.pumps .catalog-list .card-cat .info .info-head .btn-show {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    flex: none;
}
.pumps .catalog-list .card-cat .info .info-content, .pumps .catalog-list .card-cat .info .info-content-rest {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.pumps .catalog-list .card-cat .info .info-content .info-content-item {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    position: relative;
}
.pumps .catalog-list .card-cat .info .info-content .info-content-item {
    border-top: 1px solid var(--text-add);
}
.pumps .catalog-list .card-cat .info .info-content .info-content-item.hide-el {
    border-top: none;
}
.pumps .catalog-list .card-cat .info .info-content h3 {
    font-size: 18px;
    font-weight: 600;
    max-width: 300px;
    width: 100%;
    margin-bottom: 0;
}
.pumps .catalog-list .card-cat .info .info-content .content-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pumps .catalog-list .card-cat .info .info-content .content-details:nth-child(1) {
    width: 70%;
}
.pumps .catalog-list .card-cat .info .info-content ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.pumps .catalog-list .card-cat .info .info-content ul li span {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--text-accent);
}
.pumps .catalog-list .card-cat .info .info-content ul li .desc {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-add);
    max-width: 280px;
    width: 100%;
    display: block;
}
.info-content-rest {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}

.content-open {
    margin-top: 16px;
    visibility: visible;
    opacity: 1;
}

.dimers .catalog-list .dimers-type-one {
    flex-direction: row;
}
.dimers .catalog-list .dimers-type-one h3 {
    font-size: 24px;
    font-weight: 600;
}
.dimers .catalog-list .dimers-type-one img {
    max-height: 380px;
    object-fit: cover;
}
.dimers .catalog-list .dimers-type-one li {
    display: flex;
    align-items: center;
    gap: 12px;
}
.dimers .catalog-list .dimers-type-one li span {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: var(--text-accent);
}
.dimers .catalog-list .dimers-type-one li .desc {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-add);
    max-width: 280px;
    width: 100%;
    display: block;
}
.dimers .catalog-list .card-cat .images img, .dimers .catalog-list .card-cat.dimers-type-two .images img {
    width: calc(50% - 8px);
    max-height: 380px;
    object-fit: cover;
}
.dimers .catalog-list .card-cat.dimers-type-two .images img {
    width: calc(33.33% - 8px);
}
.dimers .catalog-list .card-cat .info .info-content .info-content-item {
    border: none;
}
.dimers .catalog-list .card-cat .info .info-head {
    justify-content: flex-start;
}

.dimers .catalog-list .dimers-type-two .info .info-content ul li {
    padding: 6px 0;
}
.dimers .catalog-list .dimers-type-two .info .info-content ul li span {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid var(--text-add);
}
.dimers .catalog-list .dimers-type-two .info .info-content ul li .desc {
    max-width: 250px;
    flex: none;
    text-align: left;
    border-bottom: none;
}
.dimers .catalog-list .dimers-type-two .info .info-content ul li .full {
    max-width: 100%;
}
.dimers .catalog-list .dimers-type-two .info .info-content ul li .short {
    max-width: 120px;
}
.dimers .catalog-list .dimers-type-three .info .info-content ul li {
    align-items: flex-start;
}
.dimers .catalog-list .dimers-type-four .info .info-content ul li {
    align-items: center;
}
.dimers .catalog-list .card-cat.dimers-type-four .info .info-content .info-content-item {

}
.dimers .catalog-list .dimers-type-four .info .info-content ul li .desc {
    max-width: unset;
    width: unset;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    color: var(--text-accent);
    font-weight: 500;
}
.dimers .catalog-list .dimers-type-four .info .info-content ul li .text {
    display: flex;
    flex-direction: column;
}
.dimers .catalog-list .dimers-type-four .info .info-content ul li .text p {
    font-size: 14px;
    color: var(--text-add);
    font-weight: 400;
}
.dimers .catalog-list .dimers-type-four .info .info-content ul li .desc img {
    width: 40px;
    height: 40px;
    border-radius: unset;
}


.heat-item .catalog-list .card-cat .images img {
    width: calc(50% - 8px);
    max-height: 380px;
    object-fit: cover;
}

.heat-item .catalog-list .card-heat .info .info-content .info-content-item {
    flex-direction: column;
    padding-top: 24px;
    gap: 12px;
}
.heat-item .catalog-list .card-heat .info .info-content .info-content-rest .info-content-item { 
    padding-top: 12px;
}
.heat-item .catalog-list .card-heat .info .info-content .info-content-rest .info-content-item:last-child { 
    padding-bottom: 0;
}
.heat-item .catalog-list .card-heat .info .info-content .info-content-rest .info-content-item h3 { 
    max-width: 100%;
}
.heat-item .card-heat .info-content .info-content-item .model-name {
    display: flex;
    gap: 12px;
    width: 100%;
}
.heat-item .card-heat .info-content .info-content-item .model-name::before {
    content: '';
    max-width: 300px;
    width: 100%;
}
.heat-item .catalog-list .card-cat .info .info-content ul li span {
    width: 100%;
}

.tab-content {
    display: none;
    /* margin: 0 -16px; */
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
  }
  
  .tab-content.active {
    display: block;
  }

  @keyframes fadeIn {
    100% {
      opacity: 1;
      transform: none;
    }
  }
/* Animaiton */
.liquid circle {
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.product__sticky .product__sticky-section .container img {
    /* width: 100%; */
    opacity: 0;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94);
    width: calc((min(100vw,calc(100vw - 80px)) - 280px)/3 + 80px);
}


.product__sticky-section-blocks {
    height: calc(100vh * 3);
}
.product__sticky-section {
    left: 0;
    margin-bottom: 50px;
    position: relative;
    top: 0;
    width: 100%;
}
.product__sticky-section {
    height: 100vh;
    margin-bottom: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
}
.product__sticky.enabled .product__sticky-section {
    position: fixed;
}
.product__sticky-section.active {
    pointer-events: auto;
}
.product__sticky-section-content {
    opacity: 0;
    text-align: left;
    transition: opacity .3s cubic-bezier(.25,.46,.45,.94);
    /* width: calc((min(100vw,calc(100vw - 80px)) - 280px)/4 + 80px); */
    width: 50%;
}
.product__sticky-section.active .product__sticky-section-content, .product__sticky-section.active:before, .product__sticky-section.active .container img {
    opacity: 1;
}
.product__sticky .product__sticky-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product__sticky-section h3, .product__sticky-section p  {
    opacity: 0;
    transition: opacity 1.1s cubic-bezier(.165,.84,.44,1),visibility 1.1s cubic-bezier(.165,.84,.44,1),transform 1.1s cubic-bezier(.165,.84,.44,1);
    visibility: hidden;
}
.product__sticky-section h3 {
    transform: translateY(30px);
    font-size: 20px;
    margin-bottom: 8px;
}
.product__sticky-section p {
    transform: translateY(40px);
    font-size: 16px;
}
.product__sticky-section.active h3, .product__sticky-section.active p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
    visibility: visible;
}
.product__sticky-section.active p {
    transition-delay: .3s;
}
.product__sticky .product__sticky-section .product__sticky-section-img {
    position: relative;
    width: 100%;
    height: 80vh;
}
.product__sticky .product__sticky-section .product__sticky-section-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .5s;
}
.product__sticky .product__sticky-section.active .product__sticky-section-img img {
    opacity: 1;
}
.product__sticky .product__sticky-section .product__sticky-section-img .scndcHouse {
    left: 30%;
    transition: .5s;
}
.product__sticky .product__sticky-section.active .product__sticky-section-img .scndcHouse {
    left: 0;
}
.product__sticky .product__sticky-section .product__sticky-section-img .house-mat {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
    width: calc((min(100vw,calc(100vw - 80px)) - 280px)/3 + 80px);
    border-radius: 24px;
}
.product__sticky .product__sticky-section.active .product__sticky-section-img .house-mat {
    opacity: 1;
}
.borehole-page.product__sticky .product__sticky-section.active .product__sticky-section-img img {
    border-radius: 24px;
}


.details-list li span {
    color: var(--text-add);
}



#one {
    animation-name: one;
}

#two {
    animation-name: two;
}

#three {
    animation-name: three;
}

#four {
    animation-name: four;
}

#five {
    animation-name: five;
}

#six {
    animation-name: six;
}

@keyframes one {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(10px, 10px)
    }
    0% {
        transform: translate(0, 0)
    }
}

@keyframes two {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(-15px, 5px)
    }
    0% {
        transform: translate(0, 0)
    }
}

@keyframes three {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(17px, 7px)
    }
    0% {
        transform: translate(0, 0)
    }
}

@keyframes four {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(5px, -20px)
    }
    0% {
        transform: translate(0, 0)
    }
}

@keyframes three {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(17px, 7px)
    }
    0% {
        transform: translate(0, 0)
    }
}

@keyframes five {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(0, 5px)
    }
    0% {
        transform: translate(0, 0)
    }
}

@keyframes six {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(20px, -5px)
    }
    0% {
        transform: translate(0, 0)
    }
}

@media (max-width: 766px) {
    .slider-line {
        display: none;
    }

    .slider-progress {
        flex-direction: column-reverse;
    }

}

@media (max-width: 500px) {
    .slider-progress-text {
        width: 100%
    }
}