/* table */
@media (max-width: 1024.98px) {
    :root {
        --txt: 17rem;
        --gap: 12rem;
        --indent: 12rem;
        --radius: 20rem;
    }

    * {
        scrollbar-width: 0;
    }

    *::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    html {
        font-size: calc(1vw / 7.6);
    }

    h1,
    .heading,
    h2,
    .heading2 {
        font-size: 44rem;
        margin-bottom: 36rem;
    }

    h3,
    .heading3 {
        font-size: 28rem;
    }

    h4,
    .heading4 {
        font-size: 20rem;
    }

    h5,
    .heading5 {
        font-size: 18rem;
    }

    h6,
    .heading6 {
        font-size: 17rem;
    }

    .card-title {
        font-size: 26rem;
        line-height: 120%;
    }

    .txt-big {
        font-size: 22rem;
        line-height: 140%;
    }

    .txt {
        line-height: 140%;
    }

    .sticky {
        position: static;
        top: 0;
    }

    .txt-big ul,
    .txt-big ol {
        padding-left: 20rem;
    }

    .header__nav li>ul,
    .installation-item:not(:last-child):after,
    .form-title,
    .footer-menu__item a {
        line-height: 140%;
    }

    .container {
        padding: 0 30rem;
    }

    .section {
        margin-top: 80rem;
        overflow-x: hidden;
    }

    .content>*:last-child {
        margin-bottom: 80rem;
    }

    .block-content {
        padding: 40rem;
    }

    .arrow {
        width: 46rem;
        height: 46rem;
    }

    .arrow>* {
        height: 10rem;
    }

    .heading-block {
        margin-bottom: 36rem;
    }

    .heading-block>* {
        margin-bottom: 0;
    }

    .heading-block__text {
        width: 100%;
    }

    .description {
        margin-bottom: 30rem;
    }

    /* btn */
    .btn {
        font-size: 22rem;
    }

    .btn>img {
        width: 14rem;
    }

    .btn-load-more {
        max-width: 100%;
        min-width: 100%;
    }

    /* header */
    .header {
        width: calc(100% - 30rem);
        top: 30rem;
    }

    .header__menu {
        position: absolute;
        left: 30rem;
        top: 45%;
        width: calc(100% - 60rem);
        background-color: var(--accent);
        border-radius: var(--radius);
        box-shadow: 0 4rem 4rem 0 rgba(25, 15, 60, 0.25);
        z-index: -1;
        padding-top: 52rem;
        display: none;
        overflow-y: auto;
        max-height: 66vh;
    }

    .header__nav>ul {
        display: block;
        font-size: 20rem;
    }

    .header__nav>ul>li {
        border-bottom: 1rem solid rgba(255, 255, 255, .2);
    }

    .header__nav .str-elem {
        position: absolute;
        top: 12rem;
        right: 30rem;
        width: 30rem;
        height: 30rem;
        padding-left: 0;
        margin-left: 0;
    }

    .header__nav .str-elem::after,
    .header__nav .str-elem::before {
        background-color: #fff;
        right: 6rem;
    }

    .header__nav a {
        padding: 20rem 36rem;
        color: #fff;
        width: 90%;
    }

    .header__nav li>ul {
        position: relative;
        width: 100%;
        left: 0;
        z-index: 1;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        padding: 0 36rem;
        pointer-events: auto;
        display: none;
    }

    .header__nav li>ul a {
        color: var(--extra-white);
        padding: 0;
        margin-bottom: 20rem;
        display: inline-block;
        width: auto;
    }

    .header__logo img {
        width: 150rem;
    }

    .header__wrapper {
        padding: 18rem 20rem;
    }

    .header .btn {
        padding: 16rem 26rem;
    }

    .header .socials {
        display: flex;
        padding: 18rem 36rem;
    }

    /* hero */
    .hero {
        margin-top: -15rem;
    }

    .hero__content .block-content {
        width: 100%;
        padding: 40rem 36rem;
    }

    .hero__content {
        justify-content: end;
        padding-top: 130rem;
    }

    .hero__title {
        font-size: 52rem;
        width: 95%;
        margin-bottom: 18rem;
    }

    .hero__text {
        width: 100%;
        margin-bottom: 36rem;
    }

    .hero-tag>img {
        width: 16rem;
    }

    /* products */
    .products__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-card {
        min-height: 400rem;
        padding: 12rem;
    }

    .product-card__content {
        padding: 20rem 16rem;
    }

    .products-internal .product-card:last-child {
        display: none;
    }

    /* content-block */
    .content-block__wrap {
        padding: 36rem;
        flex-direction: column;
        gap: 0;
    }

    .content-block__img,
    .content-block__img.fill,
    .content-block__img.min {
        width: 100%;
        order: -1;
        margin-bottom: 30rem;
        max-height: 410rem;
    }

    .content-block__video {
        flex-direction: column;
        gap: 0;
        margin-top: 30rem;
    }

    .content-block__video .block-video {
        width: 100%;
        margin-top: 26rem;
    }

    .content-block__wrap.min .content-block__info {
        width: 100%;
    }

    .content-block__wrap.line-img img {
        display: none;
    }

    .content-block__wrap.half>* {
        width: 100%;
    }

    .block-video__img {
        height: 410rem;
    }

    .block-video__play {
        width: 64rem;
        height: 64rem;
    }

    .block-video__play::before {
        border-width: 10rem 0 10rem 20rem;
    }

    /* content-background */
    .content-background__block {
        padding: 260rem 20rem 26rem 20rem;
    }

    .content-background__wrap {
        width: 100%;
        padding: 30rem;
        gap: 20rem;
    }

    .content-block__wrap.line::before {
        display: none;
    }

    .content-block__wrap.line .content-block__info {
        width: 100%;
    }

    .content-background .img-background img {
        object-position: left;
    }

    .content-background__block .txt {
        margin-bottom: 0;
    }

    .content-block__info:has(.btn) .sticky {
        margin-bottom: 40rem;
    }

    /* protection */
    .protection-item__icon>* {
        width: 40rem;
    }

    .protection__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .protection-item {
        min-height: 260rem;
        padding: 22rem 26rem;
    }

    .protection-item:nth-child(5n+2) {
        grid-column: span 1;
    }

    .protection-item:nth-child(5n) {
        grid-column: span 2;
    }

    .protection-item:nth-child(5n+4)::before {
        bottom: -50rem;
    }

    .protection-item:nth-child(5n+2)::before {
        display: none;
    }

    .protection-item:nth-child(5n+2)::after {
        right: -760rem;
    }

    .protection-item:nth-child(5n+1):before {
        right: -330rem;
        bottom: -130rem;
    }

    .protection-item:nth-child(5n+1)::after {
        right: -200rem;
    }

    .protection-item:nth-child(5n+3)::after {
        right: -150rem;
    }

    .protection-item:nth-child(5n+3)::before {
        right: -290rem;
    }

    .protection-item:nth-child(5n+5)::before {
        bottom: -140rem;
        right: -170rem;
    }

    .protection-item:nth-child(5n+5)::after {
        right: -10rem;
    }

    .protection-item:nth-child(5n+4) .protection-item__title {
        width: 90%;
    }

    /* advantage */
    .advantage__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .advantage-item {
        padding: 22rem 26rem;
    }

    .advantage-item__title {
        align-items: center;
        margin-bottom: 20rem;
    }

    .advantage-item__icon {
        width: 50rem;
        height: 50rem;
    }

    .advantage-item__icon>* {
        width: 20rem;
    }

    /* installation */
    .installation__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .installation-item:not(:last-child):after {
        font-size: 190rem;
        top: -40rem;
        right: -20rem;
    }

    .installation-item {
        padding: 22rem 26rem;
    }

    .installation-item .btn {
        padding: 20rem;
    }

    /* faq */
    .faq__container {
        flex-direction: column;
    }

    .faq__wrapper {
        width: 100%;
    }

    .faq-item__title {
        padding: 30rem 0;
    }

    .faq-item__text {
        padding-bottom: 30rem;
        width: 90%;
    }

    .faq__container.half>* {
        width: 100%;
    }

    .faq .heading2 br {
        display: none;
    }

    .faq__wrapper.lists .faq-item__title {
        padding: 28rem 0;
    }

    /* articles */
    .articles__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .article-card:nth-child(3) {
        display: none;
    }

    .article-card {
        padding: 30rem 18rem;
    }

    .article-card__img {
        width: calc(100% + 36rem);
        height: 210rem;
        margin-left: -18rem;
        margin-top: -30rem;
        margin-bottom: 30rem;
    }

    .article-card__category {
        left: 18rem;
        top: 24rem;
        padding: 8rem 16rem;
    }

    .article-card__info {
        margin-bottom: 30rem;
    }

    .article-card__link img {
        height: 10rem;
    }

    .articles-internal .articles__grid {
        gap: 50rem var(--gap);
    }

    .articles-internal .article-card:first-child {
        grid-column: span 1;
        padding: 100rem 20rem 20rem;
    }

    .articles-internal .article-card:first-child .article-card__info {
        width: 100%;
    }

    .articles-internal .article-card__img {
        height: 320rem;
    }

    .articles-internal .article-card:nth-child(3) {
        display: flex;
    }

    .articles-internal .heading-block {
        flex-direction: column;
        align-items: start;
    }

    .articles-internal .tabs {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .articles-internal .tab {
        width: 100%;
        justify-content: start;
    }

    .article__content {
        width: 100%;
    }

    .article__wrap {
        flex-direction: column;
    }

    .article-mailing {
        position: relative;
        width: 280rem;
        height: 100%;
        padding: 20rem;
        margin-left: auto;
        z-index: 1;
    }

    .artcile__img {
        height: max-content;
        min-height: 410rem;
        margin-bottom: 30rem;
        position: relative;
    }

    .artcile__img img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .article-structure {
        margin-bottom: 30rem;
    }

    .article-description__item.block,
    .article__share {
        padding: 16rem 30rem;
    }

    .article-description__item .swiper-slide__img {
        width: 440rem;
        height: 290rem;
    }

    .articles .btn {
        margin-top: 26rem;
        max-width: 100%;
    }

    /* project */
    .project {
        width: 440rem;
    }

    .project__img {
        height: 270rem;
    }

    .project__elem {
        padding: 24rem;
    }

    .projects__text {
        width: 100%;
    }

    .projects__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .projects-internal .projects__block {
        margin-bottom: 30px;
    }

    .project-card__img {
        min-height: 300rem;
    }

    .project-card {
        padding: 24rem;
        gap: 24rem;
    }

    .project-card__data {
        font-size: 15rem;
    }

    .project-card__category {
        top: 36rem;
        left: 36rem;
    }

    .ajax-load-more {
        margin-top: 30rem;
    }

    .ajax-load-more:not(.load) {
        min-width: 100%;
        max-width: 100%;
    }

    .project-card__place img {
        margin-top: 0;
    }

    .project-video__play {
        width: 60rem;
        height: 60rem;
    }

    .project-video__play::before {
        border-width: 10rem 0 10rem 20rem;
    }

    .project-video .project__elem {
        margin-top: 26rem;
    }

    /* contact-form */
    .contact-form__container {
        flex-direction: column;
    }

    .contact-form__img {
        width: 100%;
        height: 340rem;
    }

    .contact-form__info {
        width: 100%;
        padding: 40rem 36rem;
    }

    .contact-form__container .form {
        width: 100%;
    }

    .contact-form__wrap {
        gap: 30rem 24rem;
        margin-top: 40rem;
    }

    .contact-form__item-text {
        font-size: 20rem;
    }

    .contact-form__info-img {
        top: auto;
        right: -100rem;
        bottom: -200rem;
    }

    .contact-form__block {
        width: 100%;
        padding: 26rem 36rem;
    }

    .contact-form-info .contact-form__info {
        width: 100%;
        padding: 26rem 36rem;
    }

    /* form */
    .form {
        padding: 40rem 36rem;
    }

    .form-title {
        font-size: 36rem;
    }

    .form-text {
        font-size: 20rem;
    }

    .form-wrap {
        margin-top: 26rem;
    }

    .form.fill .form-title {
        font-size: 107rem;
    }

    .form-half {
        grid-template-columns: repeat(1, 1fr);
        gap: 10rem;
    }

    .form-item__file {
        border-style: solid;
        height: 68rem;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .form-item__file.has-files {
        height: 68rem;
    }

    .form-item__file img {
        width: 18rem;
    }

    .file-name {
        display: none;
    }

    .form-item__file::after {
        content: "Choose file to upload";
        visibility: visible;
    }

    .file-thumbnail {
        width: 60rem;
        height: 60rem;
    }

    .file-preview .icon-image,
    .file-preview .icon-pdf {
        width: 35rem;
        height: 35rem;
    }

    .file-thumbnail::before {
        width: 16rem;
        height: 16rem;
        bottom: 8rem;
        right: 8rem;
    }

    .file-actions>* {
        width: 18rem;
        height: 20rem;
    }

    .file-preview {
        padding: 8rem 12rem;
        font-size: 16rem;
    }

    .file-status {
        font-size: 10rem;
    }

    .file-preview.error .file-status {
        font-size: 12rem;
    }

    /* social */
    .social-item {
        width: 56rem;
        height: 56rem;
    }

    .social-item>* {
        width: 24rem;
    }

    /* image-slices */
    .image-slice:nth-child(1) {
        width: 105rem;
    }

    .image-slice:nth-child(2) {
        width: 225rem;
    }

    .image-slice:nth-child(2):before {
        background-position-x: -105rem;
    }

    .image-slice:nth-child(3):before {
        background-position-x: calc(-105rem - 225rem);
    }

    /* team */
    .team {
        width: 365rem;
        min-height: 420rem;
        padding: 16rem;
    }

    .team__block {
        padding: 14rem 24rem;
    }

    /* gb */
    .gb__content>* {
        width: 100%;
    }

    .gb__content {
        flex-direction: column;
    }

    .gb__slider-img img {
        height: 400rem;
    }

    .gb__thumb img {
        height: 100rem;
    }

    .gb__list {
        margin-top: 50rem;
        padding-left: 0;
    }

    .gb__item:first-child {
        border-top: 1rem solid rgba(36, 36, 36, .18);
    }

    /* footer */
    .footer__wrap {
        padding: 50rem 40rem;
    }

    .footer__content {
        display: flex;
        flex-direction: column;
        gap: 40rem;
    }

    .footer__logo {
        width: 240rem;
    }

    .footer-info__wrap {
        gap: 20rem;
    }

    .footer-menu {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .footer-menu__item {
        gap: 0;
    }

    .footer-menu__item:first-child .footer-menu__item-elem {
        border: none;
    }

    .footer-menu__item-elem {
        border-top: 1rem solid rgba(255, 255, 255, .1);
    }

    .footer-menu__item-title {
        text-transform: none;
        opacity: 1;
        margin-bottom: 0;
        padding: 20rem 0;
        cursor: pointer;
        position: relative;
    }

    .footer-menu__item-title.str-elem::before,
    .footer-menu__item-title.str-elem::after {
        background-color: #fff;
    }

    .footer-menu__item ul {
        padding-bottom: 20rem;
        display: none;
    }

    .footer-menu__item a {
        font-size: var(--txt);
    }

    .footer-pol {
        font-size: 14rem;
    }

    .footer-elem br {
        display: none;
    }

    .footer-elem-address {
        width: 100%;
    }

    .footer__wrap::before {
        display: none;
    }

    /* bar */
    .bar-menu {
        width: 56rem;
        height: 56rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        user-select: none;
        flex: 0 0 auto;
        border-radius: 50%;
        background-color: var(--accent);
    }

    .bar-menu span {
        display: flex;
        width: 40%;
        height: 2rem;
        background-color: #fff;
        position: relative;
        transition: background-color .4s ease;
    }

    .bar-menu span::before,
    .bar-menu span::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2rem;
        background-color: #fff;
        transition: transform .4s ease;
    }

    .bar-menu span::before {
        top: -5rem;
    }

    .bar-menu span::after {
        top: 5rem;
    }

    .bar-menu.active span {
        background-color: transparent;
        left: 2rem;
    }

    .bar-menu.active span::before {
        top: 0;
        left: -2rem;
        transform: rotate(-225deg) translateY(-50%);
    }

    .bar-menu.active span::after {
        top: 0;
        transform: rotate(225deg) translateY(-50%);
    }

    .tab {
        padding: 16rem 36rem;
    }

    .str-elem-big::before,
    .str-elem-big::after {
        width: 10rem;
    }

    /* map */
    .map-container {
        flex-direction: column;
    }

    .map-info {
        width: 100%;
        padding: 40rem 36rem;
    }

    .map-address {
        width: 100%;
        height: 410rem;
    }

    .map-address__item {
        left: 36rem;
        right: 36rem;
        bottom: 32rem;
    }

    /* internal */
    .internal {
        margin-top: -15rem;
    }

    .internal__wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .internal__wrap.fill {
        min-height: 440rem;
    }

    .internal__wrap.fill h1 {
        line-height: .2;
    }

    .internal__wrap.fill h1.min {
        font-size: clamp(64rem, 20vw, 110rem);
        line-height: 0.2;
    }

    .internal__img {
        order: 1;
        height: 360rem;
    }

    .internal-block {
        padding: 130rem 36rem 36rem;
    }

    .internal-block__info {
        width: 100%;
    }

    .internal-block__img {
        display: none;
    }

    /* equipments */
    .equipments__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .equipment__img {
        height: 210rem;
    }

    .equipment__block {
        padding: 24rem;
        height: calc(100% - 210rem);
    }

    .equipment__text {
        margin-bottom: 24rem;
    }

    .equipment .btn {
        min-width: 100%;
        max-width: 100%;
    }

    .equipment:last-child {
        grid-column: span 2;
    }

    /* .certificates */
    .certificates__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--gap);
    }

    .certificate-item {
        padding: 24rem;
    }

    .certificate-item__icon {
        width: 50rem;
        height: 50rem;
        margin-bottom: 50rem;
    }

    .certificate-item__icon>* {
        width: 20rem;
    }

    /* gallery */
    .gallery__img {
        width: 440rem;
        height: 290rem;
    }

    /* models */
    .model__item {
        width: 600rem;
        padding: 22rem 26rem;
    }

    /* tags */
    .tag {
        padding: 16rem 24rem;
    }

    /* swiper */
    .swiper {
        overflow: visible;
    }

    .swiper-navigation {
        display: none !important;
    }


    .content-block__info.content-block__info_inner_grid {
        grid-template-columns: 1fr;
    }
}

/* mobile */
@media (max-width: 767.98px) {
    :root {
        --txt: 16rem;
        --padding: 22rem 16rem;
    }

    html {
        font-size: calc(1vw / 3.7);
    }

    input,
    textarea:not(.textarea-max) {
        height: 60rem;
    }

    h1,
    .heading,
    h2,
    .heading2 {
        font-size: 30rem;
        margin-bottom: 24rem;
    }

    h3,
    .heading3 {
        font-size: 24rem;
    }

    h4,
    .heading4 {
        font-size: 17rem;
    }

    h5,
    .heading5 {
        font-size: 16rem;
    }

    h6,
    .heading6 {
        font-size: 15rem;
    }

    .card-title {
        font-size: 22rem;
    }

    .txt-big {
        font-size: var(--txt);
    }

    .wrapper {
        padding: 15rem 0;
    }

    .section {
        margin-top: 70rem;
    }

    .content>*:last-child {
        margin-bottom: 70rem;
    }

    .container {
        padding: 0 15rem;
    }

    .btn {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
        font-size: 20rem;
        padding: 20rem;
    }

    .btn>img {
        width: 12rem;
    }

    .heading-block {
        flex-direction: column;
        align-items: start;
        margin-bottom: 24rem;
    }

    .heading-block>* {
        margin-bottom: 0rem;
    }

    /* header */
    .header {
        width: calc(100% - 24rem);
        top: 30rem;
    }

    .header .btn {
        display: none;
    }

    .header__menu {
        top: 30%;
        left: 15rem;
        width: calc(100% - 30rem);
    }

    .header__wrapper {
        padding: 8rem 10rem;
    }

    .header__logo img {
        width: 140rem;
    }

    .header__nav ul {
        font-size: 18rem;
    }

    .header__nav li>ul {
        padding: 0 16rem;
    }

    .header__nav .str-elem {
        right: 16rem;
    }

    .header__nav a {
        padding: 18rem 16rem;
    }

    .header .socials {
        padding: 12rem 16rem;
    }

    /* hero */
    .hero {
        margin-top: 0;
    }

    .hero__title {
        font-size: 34rem;
        width: 100%;
    }

    .hero__content .block-content {
        padding: var(--padding);
    }

    .hero__content {
        padding: 110rem 12rem 12rem;
    }

    .hero-tag {
        padding: 8rem 18rem;
        font-size: 14rem;
        border-radius: 8rem;
        gap: 6rem;
    }

    .hero-tag>img {
        width: 12rem;
    }

    /* products */
    .products__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-card {
        min-height: 330rem;
    }

    .product-card:nth-child(n+5) {
        display: none;
    }

    .products__grid.more-load .product-card:nth-child(n+5) {
        display: flex;
    }

    /* content-block */
    .content-block__wrap {
        padding: var(--padding);
    }

    .content-block__img,
    .content-block__img.fill,
    .content-block__img.min {
        margin-bottom: 20rem;
        max-height: 290rem;
    }

    .block-video__img {
        height: 290rem;
    }

    /* protection */
    .protection__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .protection-item {
        min-height: 170rem;
        padding: var(--padding);
    }

    .protection-item:nth-child(5n) {
        grid-column: span 1;
    }

    .protection-item__title {
        width: 100%;
    }

    .protection-item:nth-child(even):before,
    .protection-item:nth-child(odd):before {
        width: 230rem;
        height: 280rem;
        bottom: 0;
        right: -170rem;
        background: linear-gradient(1.03deg, rgba(208, 216, 255, 0.1674) 0.9%, rgba(208, 216, 255, 0.62) 99.1%);
        opacity: .62;
    }

    .protection-item:nth-child(5n+2)::before {
        display: block;
    }

    .protection-item::after {
        display: none;
    }

    /* content-background */
    .content-background__block {
        padding: 212rem 10rem 16rem 10rem;
    }

    .content-background__wrap {
        padding: var(--padding);
        gap: var(--gap);
    }

    /* advantage */
    .advantage-item {
        padding: var(--padding);
    }

    /* articles */
    .articles__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .article-card__category {
        top: 16rem;
        left: 16rem;
    }

    .article-card__img {
        width: calc(100% + 32rem);
        margin-left: -16rem;
        margin-top: -22rem;
        margin-bottom: 22rem;
    }

    .article-card {
        padding: var(--padding);
    }

    .articles-internal .articles__grid {
        gap: 30rem var(--gap);
    }

    .articles-internal .article-card__img {
        height: 210rem;
    }

    .articles-internal .article-card:first-child {
        min-height: 400rem;
    }

    .artcile__img img,
    .artcile__img .load-lazy {
        position: relative;
        height: 300rem;
        min-height: auto;
        border-radius: var(--radius);
        overflow: hidden;
        margin-bottom: 8rem;
    }

    .article-mailing {
        width: 100%;
    }

    .article-description__item.block,
    .article__share {
        padding: 12rem 16rem;
    }

    .article-description__item .swiper-slide__img {
        width: 300rem;
        height: 200rem;
    }

    .article__share .socials {
        width: max-content;
        justify-content: end;
    }

    /* installation */
    .installation__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .installation-item {
        min-height: 160rem;
        padding: var(--padding);
    }

    .installation-item:not(:last-child):after {
        font-size: 100rem;
        right: 0;
        top: -30rem;
    }

    /* projects */
    .project__elem {
        padding: 18rem 16rem;
    }

    .project__img {
        height: 195rem;
    }

    .project {
        width: 300rem;
    }

    .projects__block {
        margin: 20rem 0;
    }

    .projects-internal .tab {
        font-size: var(--txt);
        width: max-content;
    }

    .project-card {
        grid-template-columns: repeat(1, 1fr);
        padding: 16rem;
        gap: 20rem;
    }

    .project-card__category {
        top: 28rem;
        left: 28rem;
    }

    .project-card__img {
        height: 220rem;
        min-height: 220rem;
    }

    .project-card__data {
        font-size: 12rem;
    }

    .project-card__place img {
        width: 10rem;
    }

    /* image-slices */
    .image-slices {
        gap: 5rem;
    }

    .image-slice {
        border-radius: 12rem;
    }

    .image-slice:nth-child(1) {
        width: 50rem;
    }

    .image-slice:nth-child(2) {
        width: 110rem;
    }

    .image-slice:nth-child(2):before {
        background-position-x: -50rem;
    }

    .image-slice:nth-child(3):before {
        background-position-x: calc(-50rem - 110rem);
    }

    /* faq */
    .faq-item__title {
        padding: 26rem 0;
    }

    .faq-item__text {
        padding-bottom: 26rem;
    }

    .faq__wrapper.lists .faq-item__title::before {
        width: 6rem;
        height: 6rem;
    }

    .faq__wrapper.lists .faq-item__title {
        padding: 24rem 0;
    }

    /* contact-form */
    .contact-form__img {
        display: none;
    }

    .contact-form__info {
        padding: var(--padding);
    }

    .contact-form__wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-form__info-img {
        display: none;
    }

    .contact-form__block {
        padding: var(--padding);
    }

    .contact-form-info .contact-form__info {
        padding: var(--padding);
    }

    .contact-form-info .contact-form__wrap::before {
        right: -350rem;
        bottom: -150rem;
    }

    .contact-form-info .contact-form__wrap::after {
        top: -200rem;
        right: -250rem;
    }

    /* form */
    .form {
        padding: var(--padding);
    }

    .form-btns {
        margin-top: 25rem;
    }

    .form-title {
        font-size: 24rem;
    }

    .form.fill .form-title {
        font-size: 52rem;
    }

    .form-item .toggle-head {
        min-height: 60rem;
    }

    .form-item__file,
    .form-item__file.has-files {
        height: 60rem;
    }

    .file-thumbnail {
        width: 50rem;
        height: 50rem;
    }

    .file-thumbnail::before {
        width: 12rem;
        height: 12rem;
        font-size: 10rem;
    }

    .file-preview.error .file-status {
        font-size: 10rem;
    }

    .file-preview {
        font-size: 14rem;
    }

    .file-actions>* {
        width: 14rem;
        height: 16rem;
    }

    /* check */
    .check-label {
        font-size: 16rem;
    }

    /* tabs */
    .tab {
        font-size: 20rem;
        padding: 18rem 22rem;
        justify-content: start;
        width: 100%;
    }

    .tabs.toggle {
        position: relative;
        width: 100%;
    }

    .tab.active.str-elem {
        padding-right: 50rem;
    }

    .str-elem-big::before,
    .str-elem-big::after {
        width: 8rem;
    }

    /* tag */
    .tag {
        padding: 10rem 24rem;
    }

    /* team */
    .team {
        width: 280rem;
        min-height: 320rem;
    }

    .team__block {
        padding: 10rem 16rem;
    }

    /* gb */
    .gb__slider-img img {
        height: 230rem;
    }

    .gb__list {
        margin-top: 30rem;
    }

    .gb__item {
        padding: 20rem 0;
    }

    /* footer */
    .footer__wrap {
        padding: 32rem 16rem;
    }

    .footer-elem {
        font-size: 16rem;
    }

    .footer-elem-address {
        width: 95%;
    }

    .footer-info__wrap {
        margin-top: 26rem;
        gap: 16rem;
    }

    .footer__content {
        gap: 26rem;
    }

    .footer__logo {
        width: 210rem;
    }

    .footer-menu__item-title {
        padding: 16rem 0;
    }

    .footer-menu__item ul {
        padding-bottom: 16rem;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: center;
        padding-top: 12rem;
        margin-top: 36rem;
    }

    .footer-pol {
        font-size: 12rem;
        margin-top: 28rem;
    }

    /* socials */
    .socials {
        width: 100%;
        justify-content: space-between;
    }

    .social-text {
        font-size: 14rem;
    }

    /* internal */
    .internal {
        margin-top: 0;
    }

    .internal-block {
        padding: var(--padding);
        padding-top: 110rem;
    }

    .internal__img {
        height: 220rem;
    }

    .internal__wrap.fill {
        min-height: 320rem;
    }

    .internal__wrap.fill h1 {
        line-height: .1;
        font-size: 50rem;
    }

    .internal__wrap.fill h1.min {
        /* font-size: clamp(36rem, 20vw, 54rem); */
        font-size: 50rem;
        line-height: .1;
    }

    /* equipments */
    .equipments__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .equipment__block {
        padding: var(--padding);
        height: max-content;
    }

    .equipment:last-child {
        grid-column: span 1;
    }

    /* .certificates */
    .certificates__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .certificate-item {
        padding: var(--padding);
    }

    .certificate-item__icon {
        margin-bottom: 30rem;
    }

    /* gallery */
    .gallery__img {
        width: 300rem;
        height: 200rem;
    }

    /* models */
    .model__item {
        width: 320rem;
        padding: var(--padding);
    }

    /* modal */
    .modal__inner-wrap {
        padding: 72rem 20rem 24rem 20rem;
    }

    .modal__close {
        right: 20rem;
        top: 24rem;
    }

    /* map */
    .map-info {
        padding: var(--padding);
    }

    .map-info__text ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .map-address {
        height: 440rem;
    }

    .map-address__item {
        left: 16rem;
        right: 16rem;
        bottom: 16rem;
        padding: 18rem 20rem;
    }
}

/* hover */
@media not (hover: none) {
    a:hover {
        color: var(--accent);
    }

    a.footer-elem:hover {
        color: #fff;
    }

    a.footer-elem:hover .footer-elem__icon {
        filter: brightness(0) invert(1);
    }

    .btn:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.15);
        border-color: transparent;
    }

    .btn-accent:hover {
        color: #fff;
        background-color: #657EF6
    }

    .btn-white:hover {
        color: var(--accent);
        background-color: #fff;
    }

    .product-card:hover .product-card__arrow>* {
        transform: rotate(45deg);
    }

    .protection-item:hover {
        box-shadow: 4rem 6rem 25rem 0px rgba(0, 0, 0, 0.1);
    }

    /* .faq-item:not(.active):hover .faq-item__arrow>* {
        transform: rotate(45deg);
    } */

    .article-card:hover {
        box-shadow: 4rem 6rem 25rem 0 rgba(0, 0, 0, 0.1);
        color: var(--main);
    }

    .article-card:hover .article-card__link img {
        transform: rotate(45deg);
    }

    .articles-wrapper .article-card:hover .article-card__img img {
        transform: scale(1.1);
    }

    .articles-internal .article-card:hover {
        box-shadow: none;
    }

    .social-item:hover>* {
        opacity: 1;
    }

    .footer-menu__item a:hover {
        color: #fff;
    }

    .footer-pol:hover {
        opacity: 1;
        color: #fff;
    }

    .header__nav li:hover ul {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease 0s, visibility 0s linear 0s;
        pointer-events: auto;
    }

    .header__nav li:hover>a {
        color: var(--accent);
    }

    .header__nav li:hover .str-elem::after {
        transform: translate(-20%, -50%) rotate(45deg);
        background-color: var(--accent);
    }

    .header__nav li:hover .str-elem::before {
        transform: translate(-80%, -50%) rotate(-45deg);
        background-color: var(--accent);
    }

    .tab:not(.active, .no-hover):hover {
        outline: 2.5rem solid var(--main);
    }

    .swiper-button:not(.swiper-button-disabled):hover {
        background-color: #E8EAF6;
    }

    .internal__wrap:not(.light) .breadcrumbs-wrap a:hover,
    .hero-internal .breadcrumbs-wrap a:hover {
        color: #fff;
    }

    .breadcrumbs-wrap a:hover {
        color: var(--main);
    }

    .block-video:hover .block-video__play::before {
        border-color: transparent transparent transparent var(--accent);
    }

    .project-video .project__img:hover .project-video__play::before {
        border-color: transparent transparent transparent var(--accent);
    }

    .modal__close:hover {
        color: var(--accent);
    }

    .project-card:hover .project-card__arrow>* {
        transform: rotate(45deg);
    }

    .certificate-item:hover {
        background-color: #fff;
    }
}

@media (max-width: 1024.98px) and (hover: hover) {
    .header__nav li:hover>a {
        color: #fff;
    }

    .header__nav li:hover .str-elem::before,
    .header__nav li:hover .str-elem::after {
        background-color: #fff;
    }
}