@media (min-width: 1281px) {

    /* Nav */
    .dropdown:hover ul {
        opacity: 1;
        visibility: visible;
        transition: all .4s ease .2s;
    }

    .nav__list span::before,
    .nav__list a::before,
    .btn::before,
    .swiper-btn::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        z-index: -1;
        background: #EC6726;
        transition: background-color var(--animation-primary), transform var(--animation-primary);
        transform: scaleY(0) rotate(0.001deg);
        transform-origin: top left;
    }

    .btn::before {
        background: rgb(224, 76, 2);
    }

    .nav__list span:hover::before,
    .nav__list a:hover::before,
    .btn:hover::before,
    .swiper-btn:hover::before,
    .form p:has(input[type="submit"]:hover) .btn::before,
    .kat__item:hover .btn::before,
    .katalog__item:hover .btn::before {
        transition: background-color var(--animation-primary), transform var(--animation-primary);
        transform: scaleY(1) rotate(0.001deg);
        transform-origin: bottom left;
    }

    .dropdown ul {
        position: absolute;
        top: calc(100% + 1px);
        left: 20px;
        right: 20px;
        z-index: 99;
        background: #fff;
        opacity: 0;
        gap: 0;
        visibility: hidden;
        transition: all .4s ease .4s;
    }
}

@media (max-width: 1720px) {

    /* Service */
    .service__item h2,
    .service__item h3 {
        font-size: 30px;
        width: 100%;
        margin-bottom: 20px !important;
    }

    .service__item-link a {
        font-size: 21px;
    }

    .service__item p {
        margin-top: 20px;
    }

    main:has(.section__gal) .line.about {
        right: 5%;
    }

    .service__item-link {
        padding: 14px;
        gap: 6px;
    }
}

@media (max-width: 1700px) {

    /* Katalog */
    .katalog__items > div {
        width: 33.3%;
    }
}

@media (max-width: 1600px) {

    /* Gal */
    .gal__content {
        max-width: calc(100% - 700px);
    }

    /* Vacancy */
    .vacancy__item > p {
        width: calc(100% - 800px);
    }

    /* Job */
    .job__content {
        width: 670px;
    }

    .job__text {
        width: calc(100% - 730px);
        margin-top: -40px;
    }

    .job__content p {
        max-width: 559px;
    }

    /* Article */
    .article__container {
        max-width: calc(100% - 450px);
    }

    .service__item {
        gap: 0;
    }

    .service__item-link {
        max-width: 260px;
    }

    .job__content h1 span {
        left: calc(100% - 126px);
    }

    /* About */
    /* main:has(.section__gal) .section__about .about__img {
        bottom: -100px;
        right: -200px;
        height: 185%;
    }*/
    main:has(.section__gal) .section__about .about__img {
        bottom: -100px;
        right: -100px;
        height: 150%;
    }

    .about__img img:first-child {
        display: none;
    }

    .about__img img:nth-child(2) {
        display: block;
    }

    .about__content {
        padding: 72px 40px 40px;
        max-width: 528px;
    }

    main:has(.section__gal) .section__about .about__content {
        max-width: 700px;
    }

    .about__num {
        max-width: 230px;
    }

    .about__num p {
        width: 100%;
    }

    .section__about {
        overflow: hidden;
    }

    main:has(.section__gal) .section__about {
        overflow: unset;
    }

    .soc__items > .col-2 {
        width: 100%;
    }

    .col-2 .soc__item {
        padding: 24px 29px;
    }

    .article__aside {
        width: 248px;
    }

}

@media (max-width: 1440px) {

    /* Modal */
    .modal__info {
        max-width: 532px;
    }

    .modal__content {
        width: calc(100% - 562px);
    }

    /* Kat */
    .kat__item {
        height: 420px;
    }

    /* Brig */
    .brig__swiper .swiper-slide {
        width: 150px;
    }

    .brig__swiper .swiper-slide img {
        width: 82px;
        height: 100px;
    }

    /* Feat */
    .feat__item div {
        font-size: 24px;
    }

    .feat__item img {
        width: 30px;
        height: 30px;
    }

    /* Card */
    .mySwiper2 {
        height: 604px;
    }

    .top__swiper.items > .col-4 {
        width: 33.3%;
    }

    /* Service */
    .service__content,
    .service > img {
        height: 678px;
    }

    /* Vacancy */
    .vacancy__item > p {
        width: calc(100% - 800px);
    }

    .vacancy__item .h3 {
        font-size: 30px;
        margin-bottom: 13px;
    }

    .top.flex-wrap .top__swiper > div:nth-child(n+4) {
        display: none;
    }
}

@media (max-width: 1400px) {

    /* Service */
    .service__item {
        padding: 24px;
    }

    /* Footer */
    .footer__contact {
        max-width: 100%;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #2a2c2f15;
        order: 1;
    }

    .footer__contact-items {
        gap: 25px !important;
    }

    .footer__contact-items p {
        width: calc(25% - 20px);
    }

    .footer__contact .footer__social {
        display: block;
        width: fit-content !important;
        margin: auto 0 auto auto;
        padding-bottom: 9px;
    }

    .footer__contact .footer__social .footer__title {
        display: none;
    }

    .footer__menu {
        max-width: 100%;
        margin-bottom: 35px;
        order: 2;
    }

    .footer__menu > div:has(.footer__pol) {
        display: block;
    }

    .footer__menu > div {
        width: fit-content;
    }

    .footer__menu .footer__pol {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }

    .footer__menu .footer__social {
        display: none;
    }

    .footer .logo,
    .footer > .footer__pol {
        display: none;
    }

    .med {
        order: 4;
    }

    .footer > p {
        order: 3;
    }
}

@media (max-width: 1340px) {

    /* Footer */
    .footer__pol {
        gap: 20px;
    }

    .med {
        margin-right: 20px;
    }

    /* Katalog */
    .katalog__items > div {
        width: 50%;
    }

    /* Vacancy */
    .vacancy__item > p {
        width: 100%;
        font-size: 16px;
        margin-bottom: 24px;
    }

    .vacancy__item {
        gap: 0;
        padding: 40px 24px;
    }

    .vacancy__item::before {
        width: 14px;
        height: 14px;
    }

    .vacancy__item > div {
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 11px;
    }

    .vacancy__item .h3 {
        margin-bottom: 0;
        font-size: 21px;
    }

    .vacancy__item > div p {
        font-size: 18px;
    }

    .vacancy__item {
        margin-top: 10px;
    }

    .vacancy > .link {
        display: none;
    }

    .vacancy > .btn {
        display: inline-flex;
    }

    .vacancy .h2 {
        margin-bottom: 26px;
    }
}

@media (max-width: 1280px) {

    /* Nav */
    .burger {
        display: block;
    }

    .nav__menu {
        position: absolute;
        top: calc(100% + 1px);
        left: 20px;
        left: 0;
        width: 250px;
        height: calc(100vh - 91px);
        overflow: auto;
        z-index: 99;
        background: #FFFFFF;
        padding: 24px;
        opacity: 0;
        visibility: hidden;
        transition: all .4s ease;
    }

    .menu-active .nav__menu {
        opacity: 1;
        visibility: visible;
        transition: all .4s ease;
    }

    .nav__list a,
    .nav__list span {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        padding: 0;
        text-transform: uppercase;
    }

    .nav__list span {
        width: fit-content;
        position: relative;
        overflow: unset;
    }

    .nav__list span::after,
    .nav__list span::before {
        width: 8px;
        height: 2px;
        background: #000;
        position: absolute;
        right: -16px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .nav__list span::after {
        transform: translate(0, -50%) rotate(90deg);
    }

    .nav__list .active1 span::after,
    .nav__list .active1 span::before {
        background: #EC6726;
    }

    .nav__list .active1 span::after {
        transform: translate(0, -50%) rotate(0deg);
    }

    .nav__list,
    .nav__list > ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 23px;
    }

    .dropdown ul {
        max-height: 0;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 17px;
        transition: all .4s ease;
    }

    .dropdown.active1 ul {
        margin-top: 18px;
    }

    .dropdown ul li a {
        height: fit-content;
        font-size: 14px;
        font-weight: 600;
        color: #6B6B6B !important;
        background: transparent !important;
        padding: 0;
    }

    .dropdown ul li a::before {
        content: none;
    }

    .dropdown ul li {
        width: 100% !important;
    }

    .nav__list .dropdown.active1 span::before {
        transform: translate(0, -50%) rotate(0deg);
    }

    /* Modal */
    .modal__info {
        max-width: 460px;
    }

    .modal {
        flex-wrap: nowrap;
        gap: 20px;
    }

    .modal__content {
        width: calc(100% - 440px);
    }

    /* Contact */
    .contact .modal__info-img {
        height: 103%;
        width: 200px;
    }

    /* Hero */
    .section__hero {
        padding: 542px 0 40px;
        border-bottom: none;
    }

    .hero {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 40px 40px 30px;
    }

    .hero::before {
        width: calc(100% - 60px);
        right: 30px;
        left: 30px;
    }

    .hero .btn {
        margin-right: 0;
        padding: 8px 18px;
    }

    .hero h1 {
        margin-bottom: 34px;
    }

    /* About */
    .about__img {
        left: 60%;
    }

    main:has(.section__gal) .section__about .about__img {
        right: -150px;
    }

    /* Card */
    .mySwiper2 {
        height: fit-content;
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .card__swiper {
        flex-direction: column-reverse;
        gap: 10px;
        width: 352px;
    }

    .mySwiper {
        width: 100%;
    }

    .mySwiper .swiper-slide {
        width: 50px;
    }

    .card__swiper .mySwiper {
        height: 52px;
    }

    .card__content {
        width: calc(100% - 372px);
    }

    /* Soc */
    .soc__items > .col-4 {
        width: 50%;
    }

    .col-4 .soc__item {
        height: 160px;
        padding: 24px;
    }

    .col-4 .soc__item p {
        font-size: 16px;
    }

    .col-4 .soc__item a {
        font-size: 18px;
    }

    .col-2 .soc__item {
        padding: 24px;
    }

    .col-2 .soc__item-social a {
        width: 100px;
        height: 100px;
        font-size: 16px;
    }

    .col-2 .soc__item-social a img {
        width: 20px;
        height: 20px;
    }

    .col-2 .soc__item::before {
        width: 14px;
        height: 14px;
        top: 24px;
        right: 24px;
    }

    .col-2 .soc__item .h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    /* Pol */
    .section__pol .soc__item {
        height: 140px;
    }

    .section__pol .soc__items {
        margin-top: 40px;
    }

    .form p:has(.btn) {
        width: 100%;
    }

    .form .btn {
        margin-left: 0;
    }

    .textCheck {
        width: 100%;
    }

    .textCheck br {
        display: none;
    }

    /* Gal */
    .gal__content {
        max-width: 100%;
        margin-top: 0;
    }

    .gal .about__num {
        max-width: unset;
        width: calc(100% + 60px);
        padding: 30px;
        justify-content: space-between;
        margin: 31px -30px 40px;
        order: unset !important;
        gap: 30px;
    }

    .gal .about__num::before {
        content: none;
    }

    /* Job */
    .job {
        flex-direction: column;
    }

    .job__content {
        width: 100%;
        height: 393px;
        padding: 24px;
        position: relative !important;
        top: 0 !important;
    }

    .job__text {
        margin-top: 0;
        width: 100%;
    }

    .job__content p {
        max-width: 100%;
    }

    .job__content h1 span {
        left: calc(100% + 26px);
    }
}

@media (max-width: 1212px) {}

@media (max-width: 1110px) {

    /* Default */
    h1,
    .h1 {
        font-size: 32px !important;
    }

    h2,
    .h2 {
        font-size: 28px !important;
    }

    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5 {
        font-size: 18px !important;
    }

    h6,
    .h6 {
        font-size: 16px !important;
    }

    body {
        font: 14px "Nunito Sans", sans-serif;
    }

    .items {
        width: calc(100% + 15px);
        margin: 0 -7.5px -15px;
    }

    .col-1,
    .col-2,
    .col-3,
    .pagination,
    .col-4,
    .col-5,
    .col-6 {
        padding: 0 7.5px 15px;
    }

    .btn {
        font-size: 16px;
    }

    /* Modal */
    .modal__info {
        max-width: 270px;
        padding: 24px;
    }

    .modal__info .h2 {
        margin: 12px 0;
    }

    .modal__info p {
        font-size: 14px;
    }

    .modal__content {
        width: calc(100% - 300px);
    }

    .modal__content .h2 {
        margin-bottom: 33px;
    }

    .modal__container {
        padding: 75px 20px 20px;
    }

    .modal__info::before,
    .modal__info::after {
        top: 22px;
    }

    .modal__info::before {
        left: 22px;
    }

    .modal__info::after {
        right: 22px;
    }

    .close {
        right: 0;
        top: -75px;
    }

    /* Hero */
    .hero h1 {
        max-width: 629px;
    }

    /* Kat */
    .kat__item {
        height: 410px;
        padding: 40px;
        flex-direction: column;
        text-align: center;
        align-items: center;
        overflow: hidden;
    }

    .kat__item .h4 {
        font-size: 21px !important;
        height: fit-content;
        margin-bottom: auto;
    }

    .kat__item-img {
        height: 307px;
    }

    /* Kat */
    .product_categories .kat__item {
        height: 410px;
    }

    .kat__items {
        margin-top: 35px !important;
    }

    /* Brig */
    .brig__swiper .swiper-slide {
        width: 136px;
    }

    .brig__swiper .swiper-slide img {
        width: 71px;
        height: 85px;
    }

    .brig__swiper {
        margin-top: 34px;
    }

    /* Blog */
    .blog__item-img {
        height: 236px;
    }

    .blog__item-img span {
        display: none;
    }

    .blog__item p {
        max-height: 80px;
    }

    .blog__item-img::before {
        content: none;
    }

    /* Top */
    .katalog__item-img {
        margin: 0 0 30px;
    }

    .katalog__item .h5 {
        font-size: 16px;
    }

    .katalog__item p {
        margin-bottom: 20px;
    }

    .top__swiper.items > div {
        width: 50% !important;
    }

    /* About */
    .section__about {
        padding: 80px 0;
    }

    .about__img {
        left: auto;
        transform: translate(0);
        right: -80px;
        bottom: -80px;
        width: fit-content;
        height: 100%;
    }

    .about__img::before,
    .about__img::after {
        content: unset;
    }

    .about__img img:first-child {
        display: block !important;
    }

    .about__img img:nth-child(2) {
        display: none !important;
    }

    main:has(.section__gal) .section__about {
        overflow: unset;
    }

    /* main:has(.section__gal) .section__about .about__img {
        height: 175%;
        bottom: -80px;
    }*/
    main:has(.section__gal) .section__about .about__img {
        height: 175%;
        bottom: -80px;
        right: 0;
    }

    .about__num {
        max-width: 100%;
        order: 1;
        margin-bottom: 80px;
    }

    .about__num p {
        width: fit-content;
    }

    .about__content {
        order: 2;
        padding: 85px 24px 24px;
        max-width: 457px;
    }

    main:has(.section__gal) .section__about .about__content {
        max-width: calc(100% - 200px);
    }

    .about__content .h2,
    .about__content p {
        margin-bottom: 15px;
    }

    .about__text {
        display: none;
    }

    .about__num p b {
        font-size: 50px;
        margin-bottom: 15px;
    }

    /* Feat */
    .feat__item {
        min-width: 236px;
        max-width: 236px;
    }

    .feat__item div {
        font-size: 18px;
    }

    .feat__items {
        gap: 10px;
    }

    .feat__item img {
        width: 24px;
        height: 24px;
    }

    /* Katalog */
    .breadcrumps {
        margin-bottom: 40px;
    }

    .katalog__items > div {
        width: 33.3%;
    }

    .katalog h1 {
        width: calc(100% - 222px);
    }

    .katalog__search {
        max-width: 222px;
    }

    .katalog__search input {
        font-size: 16px;
    }

    .katalog__aside {
        width: 226px;
    }

    .katalog__items {
        width: calc(100% - 246px);
    }

    /* Obsl */
    .obsl__item {
        height: 254px;
    }

    .obsl__item a {
        font-size: 21px;
    }

    /* Prod */
    .prod__item::before {
        content: none;
    }

    .prod__item > span {
        font-size: 14px;
        width: 105px;
        margin-bottom: 30px;
    }

    /* Gal */
    .gal__swiper .swiper-slide img {
        height: 360px;
    }

    .gal__content p {
        font-size: 14px;
    }

    /* Service */
    .service__content,
    .service > img {
        height: 454px;
    }

    .service__block,
    .service > img {
        width: calc(50% - 5px);
    }

    .service__content h1 {
        margin-bottom: 15px;
    }

    .service__content > p {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .service__text p,
    .service__text ul,
    .service__text ol {
        font-size: 14px;
    }

    .service__text h2,
    .service__text h3 {
        margin-top: 50px;
        margin-bottom: 20px;
        font-size: 28px !important;
    }

    .service__content {
        justify-content: flex-end;
    }

    /* Sfera */
    .sfera__item {
        height: 273px;
    }

    .sfera__item .h3 {
        max-width: 239px;
    }

    /* Job */
    .job__content h1 span {
        font-size: 14px;
    }

    .job__content h1 {
        font-size: 28px !important;
        margin-bottom: 15px;
    }

    .job__content p,
    .job__text p,
    .job__text ul,
    .job__text ol {
        font-size: 14px;
    }

    .job__content .btn {
        margin-top: 4px;
    }

    .job__text h2,
    .job__text h3,
    .job__text h4,
    .job__text h5,
    .job__text h6 {
        font-size: 16px !important;
        margin-top: 30px;
    }

    /* Error */
    .error p {
        max-width: 400px;
        font-size: 14px;
    }

    .error h1 {
        margin-bottom: 21px;
    }

    .anim-logo__item {
        font-size: 80px;
    }

    /* Article */
    .article__container {
        max-width: 100%;
        margin-top: -120px;
    }

    .article__content {
        padding-left: 0;
        padding-right: 0px;
    }

    .article__social {
        right: -90px;
        left: auto;
        top: 0px;
    }

    .article__container h1 {
        margin-bottom: 28px;
    }

    .article__container h1 {
        margin-bottom: 24px;
    }

    .article__aside {
        display: none;
    }

    .article__text p,
    .article__text li {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .article__text h2,
    .article__text h3,
    .article__text h4,
    .article__text h5,
    .article__text h6,
    .article__text img {
        font-size: 18px !important;
        margin: 28px 0 !important;
    }

    .top.flex-wrap .top__swiper > div:nth-child(n+4) {
        display: block;
    }

    .sfera__items > div:nth-child(2) .sfera__item-img {
        right: -150px;
    }

    .accordion {
        margin-top: 30px;
        gap: 10px;
    }

    .accordion > div {
        width: calc(50% - 5px);
    }

    .accordion__header {
        font-size: 16px;
    }

    .product_categories .kat__item .h4 {
        font-size: 24px !important;
    }
}

@media (max-width: 992px) {

    /* Default */
    .container {
        padding: 0 20px;
    }

    .brig__swiper.swiper {
        display: block;
    }

    .brig__swiper.slider {
        display: none;
    }

    /* Footer */
    .footer {
        padding: 24px;
    }

    footer {
        padding: 20px 0;
    }

    /* Hero */
    .hero {
        padding: 24px 24px 24px 20px;
    }

    .section__hero > img {
        z-index: -2;
    }

    .section__hero:has(.mob) > video {
        display: none;
    }

    .section__hero {
        height: calc(100vh - 40px);
    }

    .hero::before {
        width: calc(100% - 40px);
        right: 20px;
        left: 20px;
    }

    /* Katalog */
    .katalog__items > div {
        width: 50%;
    }

    .seo::after,
    .seo .showMoreContent::after,
    .section__about::after,
    .section__about > div:last-child::after {
        right: 20px;
    }

    .seo::before,
    .seo .showMoreContent::before,
    .section__about::before,
    .section__about > div:last-child::before {
        left: 20px;
    }

    /* Card */
    .card__btns {
        flex-direction: column;
        margin: 24px 0 26px;
    }

    .product_categories .kat__item {
        height: 340px;
    }

    .card__btns .btn {
        width: 100%;
    }

    .tab__header {
        column-gap: 0;
    }

    .tab__header span {
        width: calc(50% - 5px);
        font-size: 16px;
    }

    .card__content p {
        margin-bottom: 10px;
    }

    .card__content ul {
        margin-left: 20px;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .gal .about__num {
        width: calc(100% + 40px);
        margin: 31px -20px 40px;
    }

    /* Pol */
    .pol h1 {
        margin-bottom: 24px;
    }

    .pol h2,
    .pol h3,
    .pol h4,
    .pol h5,
    .pol h6 {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .pol p {
        margin-bottom: 15px;
    }

    .pol p,
    .pol li {
        font-size: 14px;
    }

    .pol ul,
    .pol ol {
        margin-top: -15px;
    }

    /* Sfera */
    .sfera__item img {
        right: 0px;
        object-position: right bottom;
    }

    .sfera__items > div:nth-child(2) .sfera__item-img {
        right: 0;
    }

    .sfera__item-img {
        right: 0;
    }

    /* Feat */
    .gsapWork {
        display: none;
    }

    .section__feat {
        height: fit-content;
    }

    .feat__swiper {
        display: block;
    }

    .article > img {
        aspect-ratio: 2 / 1;
    }

    main:has(.section__gal) .section__about .about__img {
        height: 150%;
    }
}

@media (max-width: 768px) {

    /* Katalog */
    .wpc_show_bottom_widget .wpc-filters-widget-content {
        top: 0 !important;
        height: 100% !important;
        bottom: auto !important;
        width: 100% !important;
        right: auto !important;
        border-radius: 0 !important;
    }

    .breadcrumps {
        margin-bottom: 35px;
    }

    .katalog h1 {
        width: 100%;
        margin-bottom: 24px;
    }

    .katalog__btn {
        display: inline-flex;
        width: 100%;
    }

    #smooth-content {
        width: 100% !important;
    }

    .katalog__aside {
        position: fixed;
        inset: 0;
        background: #fff;
        width: 100%;
        z-index: 999999999 !important;
        height: 100%;
        padding: 20px;
        overflow: auto;
        margin: 0 !important;
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .wpc-overlay-visible .wpc_show_bottom_widget .wpc-filters-overlay {
        display: none;
    }

    .katalog__aside.active {
        opacity: 1;
        visibility: visible;
    }

    .katalog__aside-close,
    .katalog__aside .h3 {
        display: block;
    }

    .katalog__search {
        display: none;
    }

    .katalog__aside .katalog__search {
        display: flex;
    }

    .katalog__items {
        width: calc(100% + 15px);
        margin-top: 20px !important;
    }

    .wpc_show_bottom_widget .wpc-filters-open-button-container {
        order: 2;
        margin: 0 !important;
        width: 100%;
    }

    body .wpc-filters-open-button-container a.wpc-filters-open-widget,
    body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px !important;
        background: rgba(236, 103, 38, 1) !important;
        border-color: rgba(236, 103, 38, 1) !important;
        color: #fff !important;
    }

    .wpc-icon-html-wrapper {
        display: none;
    }

    .wpc-button-inner {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        font-size: 16px !important;
    }

    .wpc-button-inner::after {
        content: '';
        width: 19px;
        height: 19px;
        background: url(../img/filter.svg) center center / 100% 100% no-repeat;
        display: inline-block;
    }

    .woocommerce-no-products-found {
        margin-top: 24px;
    }
}

@media (max-width: 750px) {

    /* Nav */
    .lang,
    .nav > .btn {
        display: none;
    }

    .burger,
    .nav > .tel {
        order: 1;
    }

    .burger {
        margin-right: 20px;
    }

    .nav .logo {
        order: 2;
        margin-right: 0;
    }

    .tel {
        margin-right: 20px;
    }

    .logo,
    .logo img {
        width: 133px;
        height: 43px;
    }

    .nav__menu {
        position: fixed;
        top: 84px;
        left: 0;
        right: 0;
        width: 100%;
        height: calc(100vh - 84px);
        z-index: 99;
        overflow: auto;
        background: #FFFFFF;
    }

    .nav__menu::-webkit-scrollbar {
        display: none;
    }

    .menu-active,
    html:has(.menu-active) {
        overflow: hidden !important;
    }

    .menu-active header {
        background: #fff !important;
    }

    .menu-active .nav > .tel {
        color: #000;
    }

    .menu-active .burger::after,
    .menu-active .burger::before,
    .menu-active .burger span {
        background-color: #000;
    }

    .nav__menu > *:not(.nav__list) {
        display: inline-flex;
    }

    .nav__menu {
        display: grid;
        grid-template-rows: auto auto 1fr;
    }

    .nav__menu .btn {
        width: 100%;
        margin: 24px 0;
        min-height: 44px;
    }

    .menu-active .logo img:nth-child(2) {
        opacity: 1;
        transition: all .4s ease;
    }

    .menu-active .logo img:nth-child(1) {
        opacity: 0;
        transition: all .4s ease;
    }

    .menu-active .nav__menu {
        padding-bottom: 90px;
    }

    /* Modal */
    .modal__info {
        display: none;
    }

    .modal__content {
        width: 100%;
        height: fit-content !important;
        max-height: fit-content !important;
        min-height: fit-content !important;
        padding: 24px;
    }

    .modal {
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer__contact-items {
        gap: 20px !important;
    }

    .footer__contact-items p {
        width: calc(33.3% - 15px);
    }

    /* Hero */
    .section__hero {
        padding: 248px 0 24px;
    }

    /* Contact */
    .contact .modal__info {
        display: flex;
        order: 1;
        max-width: 100%;
        max-height: 366px !important;
    }

    /* Blog */
    .blog__items {
        justify-content: center;
    }

    .line {
        display: none !important;
    }

    .blog__items > div {
        width: 50%;
        padding-bottom: 25px;
    }

    .blog__items > div:nth-child(n+3) {
        display: none;
    }

    /* Top */
    .swiper-pagination {
        gap: 0px;
        margin: 25px auto 0 !important;
    }

    .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
    }

    .swiper-pagination-bullet::before {
        height: 12px;
    }

    .swiper-btns {
        width: 100%;
        justify-content: space-between;
    }

    /* About */
    .section__about {
        overflow: unset;
    }

    .about__img {
        right: -80px;
        bottom: auto;
        top: -120px;
        height: 475px;
    }

    .about__content {
        max-width: 100%;
    }

    main:has(.section__gal) .section__about .about__img {
        top: auto;
        bottom: -80px;
        height: 484px;
    }

    main:has(.section__gal) .section__about .about__content {
        max-width: 100%;
        padding: 0 0 400px;
        backdrop-filter: none;
        background: transparent;
        box-shadow: none;
    }

    /* Obsl */
    .obsl__items > div {
        width: 100%;
    }

    .obsl__item {
        height: 232px;
    }

    .section__obsl {
        padding: 74px 0;
    }

    /* Card */
    .card__btns {
        margin: 21px 0 25px;
    }

    .card {
        flex-direction: column;
        gap: 35px;
    }

    .card__content,
    .card__swiper {
        width: 100%;
    }

    .card__swiper {
        height: calc(100vh - 180px);
        min-height: 300px;
    }

    .card__swiper:has(.card__img) {
        height: calc(100vh - 230px);
    }

    .mySwiper2 {
        height: calc(100% - 60px) !important;
    }

    .mySwiper2,
    .mySwiper {
        overflow: unset;
    }

    .tab__header {
        flex-wrap: nowrap;
        overflow: auto;
        border-bottom: none;
        gap: 10px !important;
        width: 100%;
        padding: 0;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .blog .tab__header {
        margin: 44px 0 17px;
    }

    .tab__header::-webkit-scrollbar {
        display: none;
    }

    .tab-wrapper {
        position: relative;
        overflow: hidden;
        margin-bottom: 21px;
    }

    .scrollbar {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;
    }

    .scrollbar-thumb {
        height: 100%;
        width: 40px;
        background: rgba(0, 0, 0, 1);
        border-radius: 2px;
        transition: transform 0.1s linear;
    }

    .card .tab__header:has(span:nth-child(n+4)) {
        justify-content: flex-start;
    }

    .tab__header span,
    .tab__header a {
        scroll-snap-align: start;
        padding: 9px 10px;
        white-space: nowrap;
        color: #000;
        border: 1px solid #000;
        width: fit-content;
    }

    .tab__header span.active,
    .tab__header span:hover {
        background: #000;
        color: #fff;
    }

    #smooth-wrapper {
        width: 100%;
    }

    /* Prod */
    .prod__item::before {
        content: '';
    }

    .prod__items > div {
        width: 100%;
    }

    .prod__item h1 {
        min-height: 105px;
        width: calc(100% - 110px);
        display: inline-flex;
        align-items: center;
    }

    .prod__item p {
        margin-bottom: 24px;
    }

    /* Service */
    .service__content,
    .service > img {
        height: fit-content;
        min-height: fit-content;
    }

    .service__block,
    .service > img {
        width: 100%;
    }

    .service > img,
    .service__img {
        display: none;
    }

    .service__block > img {
        display: block;
    }

    .service__block .btn {
        width: 100%;
    }

    .service__text h2,
    .service__text h3 {
        font-size: 22px !important;
        margin-top: 43px;
    }

    .service__item-link a {
        font-size: 18px;
    }

    .service__item {
        margin-top: 10px;
    }

    /* Sfera */
    .sfera__items > div {
        width: 100%;
    }

    .service__item-link {
        max-width: fit-content;
    }

    #smooth-content {
        padding-bottom: 0px;
    }

    /* Job */
    .job__content {
        height: fit-content;
        padding-top: 137px;
        position: relative;
    }

    .job__content h1 span {
        position: absolute;
        top: 24px;
        right: 24px;
        left: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 106px;
    }

    .job__content .btn {
        width: 100%;
    }

    .job__content h1 {
        position: unset;
        font-size: 22px !important;
    }

    .about__num {
        flex-wrap: nowrap;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .accordion {
        flex-direction: column;
        gap: 0;
    }

    .accordion > div {
        width: 100%;
    }

    .accordion__header {
        padding: 24px;
    }

    .accordion__content {
        padding: 0 24px;
    }

    .accordion__item.active .accordion__content {
        padding: 0 24px 24px;
        margin-top: -10px;
    }

    .product_categories .kat__items > div {
        width: 100%;
    }

    .product_categories .kat__item {
        height: 410px;
    }

}

@media (max-width: 650px) {

    /* Footer */
    .footer__title {
        margin-bottom: 20px;
    }

    .footer__contact .footer__social {
        margin: 28px 0 0;
        padding-bottom: 0;
        width: 100% !important;
    }

    .footer__contact .footer__social .footer__title {
        display: block;
    }

    .footer__menu > div:has(.footer__pol) {
        width: 100%;
        margin-top: 32px;
    }

    .footer__menu {
        padding-right: 0;
    }

    .med {
        order: 3;
    }

    .footer > p {
        order: 4;
        width: 100%;
        margin-top: 13px;
    }
}

@media (max-width: 600px) {

    /* Default */
    h1,
    .h1 {
        font-size: 26px !important;
    }

    .btn {
        font-size: 16px;
    }

    section {
        padding: 35px 0;
    }

    .items {
        width: calc(100% + 10px);
        margin: 0 -5px -10px;
    }

    .col-1,
    .col-2,
    .col-3,
    .pagination,
    .col-4,
    .col-5,
    .col-6 {
        padding: 0 5px 10px;
        position: relative
    }

    /* Hero */
    .hero h1 {
        margin-bottom: 24px;
    }

    .section__hero {
        margin-bottom: 35px;
    }

    /* Kat */
    .kat__items > div {
        width: 100%;
    }

    .kat__item {
        height: 325px;
        padding: 2 4px;
    }

    .kat__item-img {
        height: 250px;
    }

    /* Blog */
    .blog__items > div {
        width: 100%;
    }

    .blog__items > div:nth-child(n+3) {
        display: block;
    }

    /* Top */
    .top__swiper,
    .feat__swiper,
    .gal__swiper {
        overflow: unset;
    }

    /* About 
    .about__num {
        justify-content: flex-start;
    }

    .about__num p:nth-child(3) {
        width: 100%;
        order: 1;
    }

    .about__num p b {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .about__num p:nth-child(2) {
        order: 2;
    }

    .about__num p {
        order: 3;
    }*/

    .about__num p b {
        font-size: 30px;
        white-space: nowrap;
        margin-bottom: 10px;
    }

    /* Katalog */
    .katalog__items > div {
        width: 100%;
    }

    /* Obsl */
    .obsl h2 {
        width: 100%;
        margin-bottom: 17px;
    }

    .obsl .btn {
        padding: 9px 17px;
    }

    /* Top */
    .top__swiper.items > div {
        width: 100% !important;
    }

    .top.flex-wrap h2 {
        width: 100%;
    }

    .top.flex-wrap .btn {
        margin-top: 17px;
    }

    /* Soc */
    .soc__items > .col-4 {
        width: 100%;
    }

    .col-2 .soc__item-social {
        width: 100%;
    }

    .col-2 .soc__item-social a {
        width: calc(50% - 5.5px);
    }

    /* Gal */
    .gal .about__num p:nth-child(3) {
        width: 100% !important;
    }

    /* Vacancy */
    .vacancy__item > div {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 11px;
    }

    /* Error */
    .anim-logo__item {
        font-size: 40px;
        padding-right: 30px;
    }

    .section__error {
        padding: 60px 0 200px;
    }

    .error h1 {
        margin-bottom: 20px;
    }

    .error p {
        margin-bottom: 25px;
    }

    /* Article */
    .article__container {
        margin-top: 0px;
        width: 100%;
        margin-right: 0;
    }

    .article__content {
        padding-right: 0;
    }

    .article__social {
        display: none;
    }

    .article > img {
        aspect-ratio: 1.5 / 1;
    }

    .footer__contact-items p {
        width: calc(50% - 10px);
        font-size: 13px;
    }

    .footer__contact-items p a {
        font-size: 14px !important;
    }
}

@media (max-width: 560px) {}

@media (max-width: 480px) {

    /* Footer */
    .footer__contact-items {
        gap: 20px !important;
        column-gap: 0;
    }

    /* Blog */
    .blog .h2 {
        width: 100%;
        margin-bottom: 17px;
    }

    .blog__items {
        margin-top: 32px !important;
    }

    /* Gal */
    .gal__swiper .swiper-slide img {
        height: 310px;
    }

    /* Vacancy */
    .vacancy .h2 {
        margin-bottom: 17px;
        width: 100%;
    }

    .vacancy > .btn {
        margin-bottom: 40px;
    }
}

@media (max-width: 450px) {
    main:has(.section__gal) .section__about .about__content {
        padding: 0 0 350px;
        max-width: 100%;
    }

}

@media (max-width: 420px) {
    main:has(.section__gal) .section__about .about__content {
        padding: 0 0 300px;
    }

}