@media (min-width: 1213px) {

    .dropdown ul {
        position: absolute;
        top: calc(100% + 20px);
        left: -20px;
        width: 400px;
        max-height: fit-content !important;
        margin: 0 !important;
        list-style: none;
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.03);
        padding: 33px 44px;
        gap: 20px;
        display: flex;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        max-height: fit-content;
        transition: all .4s ease .1s;
    }

    .dropdown a {
        color: #0C2D5C;
        line-height: 150%;
        font-weight: 400;
        transition: all .4s ease;
    }

    .dropdown a:hover {
        transition: all .4s ease;
        color: #92ABD0 !important;
    }

    .dropdown span {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        transition: all .4s ease;
    }

    .dropdown span::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 8px;
        margin-top: 5px;
        background: url(../img/arrow-down.svg) center center / 100% 100% no-repeat;
        transition: all .4s ease;
    }

    .dropdown span:hover,
    .dropdown:has(ul:hover) span {
        color: #0C2D5C;
        transition: all .4s ease;
    }

    .dropdown span:hover + ul,
    .dropdown ul:hover {
        opacity: 1;
        visibility: visible;
        transition: all .4s ease;
    }
}

@media (min-width: 1440px) and (max-width: 1700px) {
    .container {
        transform: scale(.8);
    }

    .section__card .container {
        transform-origin: top center;
        margin-bottom: -200px;
    }

    .section__blog {
        padding: 30px 0 !important;
    }

    .section__hero-service {
        margin-bottom: -100px;
    }

    .section__hero-service .container {
        transform-origin: top center;
    }

    .section__features {
        padding: 50px 0;
    }

    .section__about {
        padding: 60px 0;
    }

    .section__team {
        padding: 50px 0 0;
    }

    .section__cert {
        padding: 0;
    }

    .section__reviews {
        padding: 50px 0 100px;
    }

    .section__zaput {
        padding: 50px 0 100px;
    }

    .section__blog {
        padding: 100px 0;
    }

    .section__contact {
        padding: 50px 0 30px;
    }

    .section__contact > img,
    .section__contact > iframe {
        display: block;
    }

    .contact > img,
    .contact > iframe {
        display: none;
    }

    .section__blog-blog,
    .section__article,
    .section__pol {
        padding: 0;
        margin-bottom: -200px;
    }

    .section__article {
        margin-bottom: -600px;
    }

    .section__pol {
        margin-bottom: -100px;
    }

    .section__blog-blog .container,
    .section__article .container,
    .section__pol .container {
        transform-origin: center top;
    }

    .section__whome {
        padding: 50px 0 100px;
    }

    .section__do {
        padding: 40px 0 100px;
    }

    .section__why {
        padding: 70px 0;
    }

    .section__advendage {
        padding: 40px 0 60px;
    }

    .action .round {
        right: calc(36% - 100px);
        bottom: 50px;
    }

    #modalCart {
        right: calc(50% - (1024px / 2));
    }
}

@media (max-width: 1312px) {

    /* Default */
    .container {
        max-width: 1200px;
    }

    #modalCart {
        right: calc(50% - (1200px / 2));
    }

    /* Hero */
    .hero h1 {
        max-width: 424px;
        font-size: 40px;
        margin-bottom: 40px;
    }

    .hero h1::before {
        left: 90px;
        width: 300px;
        height: 24px;
    }

    .hero__items {
        margin-top: 40px;
        padding-left: 0;
        max-width: 600px;
    }

    .section__hero-service .round {
        bottom: 250px;
    }

    .section__hero-service .hero h1 {
        max-width: 640px;
    }

    .section__hero-service .hero h6 {
        max-width: 550px;
    }

    .container:has(.hero) > img {
        width: 620px;
    }

    /* Features */
    .features {
        flex-direction: column;
    }

    .features__content {
        position: relative !important;
        top: 0 !important;
    }

    .features__content h2 {
        margin-bottom: 0;
    }

    .features__content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 0;
        margin-bottom: 60px;
    }

    .features__content p {
        max-width: 500px;
        width: 100%;
    }

    .features__items {
        width: calc(100% + 24px);
        margin: 0 -12px 0px;
    }

    .features__item {
        margin-top: 0;
    }

    .features__items > div:nth-child(2n+2) .features__item {
        margin-top: 50px;
    }

    .features__item ul {
        margin-bottom: 60px;
    }

    /* About */
    .about__content > img {
        left: -200px;
    }

    .about__content {
        padding: 52px 60px 54px 360px;
    }

    /* Zaput */
    .zaput {
        padding: 86px 83px 97px;
    }

    .zaput__form,
    .wpcf7:has(.zaput__form) {
        width: calc(100% - 550px);
    }

    .wpcf7:has(.zaput__form) .zaput__form {
        width: 100%;
    }

    /* Contact */
    .contact__items {
        max-width: 720px;
    }

    .contact__item a,
    .contact__item span {
        font-size: 22px;
    }

    /* Article */
    .article__content {
        width: calc(100% - 460px);
    }
}

@media (max-width: 1280px) {

    /* Default */
    .container {
        max-width: 1100px;
    }

    #modalCart {
        right: calc(50% - (1100px / 2));
        top: 98px;
        max-height: calc(100vh - 108px);
    }

    .mfp-wrap:has(#modalCart),
    .mfp-wrap:has(#modalCart) .mfp-content,
    body.modalCart .mfp-bg {
        height: calc(100vh - 88px) !important;
        top: auto !important;
        bottom: 0 !important;
    }

    .container:has(.hero) > img {
        width: 520px;
    }

    .nav__menu,
    .nav__menu > ul {
        gap: 20px;
    }

    /* About */
    .about__content > img {
        left: 50px;
        width: 350px;
        height: 350px;
    }

    .about__content {
        width: 100%;
        padding: 50px 50px 50px 450px;
    }

    /* Team */
    .header p {
        max-width: 500px;
    }

    /* Article */
    .article__aside {
        width: 360px;
    }

    .article__content {
        width: calc(100% - 400px);
    }

    /* Hero */
    .section__hero-service .hero h1::before {
        right: 170px;
    }

    .section__hero-service .hero h6 {
        max-width: 550px;
    }

    .section__hero-service .round {
        bottom: 350px;
    }

    /* Do */
    .do__content {
        max-width: 500px;
    }

    .do__container-items {
        width: calc(100% - 550px);
    }

    /* Why */
    .why {
        flex-direction: column;
    }

    .why__content {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 60px;
        gap: 20px;
    }

    .why__content .h3 {
        margin-bottom: 0;
        margin-top: -10px;
    }

    .why__items {
        width: calc(100% + 24px);
    }

    .section__hero-service .hero h1::before {
        right: 60px;
    }

    /* Card */
    .card__img {
        width: 420px;
        left: -450px;
    }

    .card__container {
        width: calc(100% - 450px);
    }

    /* Checkout */
    .checkout aside {
        width: 450px;
    }

    .checkout .cart__table td:first-child {
        width: calc(100% - 170px);
    }

    .checkout__content,
    .checkout__container > .woocommerce {
        width: calc(100% - 474px);
    }
}

@media (max-width: 1212px) {

    /* Default */
    .container {
        max-width: 1050px;
    }

    #modalCart {
        right: calc(50% - (1050px / 2));
    }

    main {
        margin-top: 98px;
    }

    .round {
        width: 158px;
        height: 158px;
        padding: 48px 32px 42px;
        gap: 15px;
        font-size: 15px;
    }

    .h2,
    h2,
    .h1,
    h1,
    .error h1.h2,
    .article__content h1 {
        font-size: 30px;
    }

    .h3,
    h3 {
        font-size: 30px;
    }

    .h4,
    h4 {
        font-size: 20px;
    }

    .h5,
    h5 {
        font-size: 18px;
    }

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

    body {
        font: 14px "Fixel Display", sans-serif !important;
    }

    .link {
        font-size: 15px;
    }

    /* Nav */
    header {
        padding: 23px 0;
    }

    header.fixed {
        padding: 15px 0;
    }

    .nav__menu {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        background: #0C2D5C;
        justify-content: flex-start;
        flex-direction: column;
        gap: 0;
        min-height: 100vh;
        overflow: auto;
        padding: 77px 20px;
        opacity: 0;
        visibility: hidden;
        transition: all .4s ease;
    }

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

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

    .nav__menu a:not(.btn),
    .dropdown span {
        color: #fff;
    }

    .nav__menu > ul {
        text-align: center;
        flex-direction: column;
        margin-bottom: 26px;
        gap: 26px;
    }

    .nav__menu > ul:nth-child(2) {
        margin-top: auto;
    }

    .nav__menu > ul:nth-child(3) {
        margin-bottom: auto;
    }

    .dropdown span {
        margin-left: 18px;
    }

    .nav__menu > ul a:hover,
    .nav__info a:hover,
    .dropdown span:hover {
        color: #fff;
    }

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

    .nav__menu .logo {
        filter: brightness(0) invert(1);
        margin-bottom: 40px;
    }

    .nav__menu .logo,
    .nav__menu .logo img {
        width: 132px;
        height: 44px;
    }

    .nav__menu .btn {
        background: #fff;
        color: #0C2D5C;
        border: none;
        margin-bottom: 30px;
    }

    .dropdown span::after {
        filter: brightness(10);
    }

    .nav > .nav__info {
        margin-right: 10px;
        margin-left: auto;
    }

    .nav > .nav__info a {
        display: none;
    }

    .nav__menu .nav__info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        margin-bottom: 26px;
        margin-top: 46px;
    }

    .nav__info a:first-child {
        display: inline-block;
    }

    .nav > .btn {
        margin-right: 0;
        height: 42px;
        padding: 12px 17px;
        font-size: 15px;
    }

    .nav .katalog__item-cart {
        max-width: 42px;
        min-width: 42px;
        height: 42px;
        margin: 0 5px;
    }

    .burger {
        display: block;
    }

    /* Hero */
    .container:has(.hero) > img {
        width: 700px;
        height: 630px;
    }

    .container:has(.hero) .hero {
        margin-right: -350px;
    }

    .hero {
        display: flex;
        flex-direction: column;
    }

    .hero h1,
    .section__hero-thanks .hero h1 {
        font-size: 40px;
        max-width: 444px;
        margin-bottom: 30px;
    }

    .section__hero-thanks .round {
        margin-left: 100px;
    }

    .hero h1::before {
        left: 27px;
        width: 229px;
        height: 18px;
    }

    .section__hero > img {
        height: 75%;
    }

    .section__hero-thanks > img {
        height: 100%;
    }

    .hero > p {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 389px;
    }

    .hero__items {
        margin-top: 225px;
        padding-left: 0;
        max-width: 100%;
        padding: 24px 0;
    }

    .hero__item {
        padding: 0 10px;
        width: 100%;
    }

    .hero__item .count {
        font-size: 40px;
    }

    .hero__items .round {
        top: -200px;
        right: 50%;
        transform: translate(50%, 0);
    }

    .hero__items .round:hover {
        transform: translate(50%, 0) scale(1.05);
    }

    .hero__item p {
        font-size: 12px;
    }

    .section__hero-service {
        padding: 0;
        height: fit-content;
        min-height: fit-content;
        margin-bottom: 100px;
    }

    .section__hero-service .container > img {
        width: 500px;
    }

    .service-226 .section__hero-service .hero h1 {
        max-width: 500px;
    }

    .service-226 .section__hero-service .hero h1::before {
        right: 0;
    }

    .section__hero-service .hero h1::before {
        bottom: -20px;
        right: 50px;
    }

    .service-224 .section__hero-service .hero h1,
    .service-225 .section__hero-service .hero h1 {
        max-width: 500px;
    }

    .service-224 .section__hero-service .hero h1::before {
        right: auto;
        left: 0;
    }

    .service-225 .section__hero-service .hero h1::before {
        width: 220px;
        right: auto;
        left: 0;
        height: 20px;
    }

    .section__hero-service .hero p {
        margin-bottom: 6px;
    }

    .section__hero-service .hero h6 {
        font-weight: 200;
        margin-top: 20px;
        max-width: 500px;
    }

    .section__hero-service .round {
        bottom: 60px;
        margin-right: -100px;
    }

    .service-21 .section__hero-service .round {
        bottom: 0px;
    }

    .service-224 .section__hero-service .round {
        bottom: 20px;
    }

    .service-226 .section__hero-service .round {
        bottom: 0px;
    }

    .service-225 .section__hero-service .round {
        bottom: 20px;
    }

    /* Features */
    .section__features {
        padding: 80px 0;
    }

    .features__content h2::before {
        width: 143px;
        height: 16px;
        bottom: -20px;
        right: 0;
    }

    .features__content p {
        font-size: 16px;
        list-style: 1.5;
        max-width: 479px;
    }

    .features__content {
        margin-bottom: 30px;
    }

    .features__item {
        padding: 50px;
    }

    .features__item .h5 {
        margin-bottom: 20px;
    }

    .features__item ul {
        margin-bottom: 37px;
    }

    .section__hero {
        padding: 0;
        height: fit-content;
        min-height: fit-content;
    }

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

    .about__items {
        margin: 60px -12px -24px;
    }

    .about__item .h5 br {
        display: none;
    }

    .about__item .h5 {
        min-height: 25px;
    }

    /* Team */
    .section__team {
        padding: 70px 0 50px;
    }

    .team__header .h2::before {
        width: 140px;
        height: 14px;
        bottom: -20px;
    }

    .header p {
        font-size: 16px;
        line-height: 1.5;
        max-width: 450px;
    }

    .team__swiper .swiper-slide img {
        margin-bottom: 10px;
    }

    .team__swiper .swiper-slide .h5 {
        margin-bottom: 10px;
        max-width: 209px;
    }

    .team__swiper .swiper-slide p {
        max-width: 229px;
    }

    .team__swiper .swiper-slide {
        max-width: calc(33.3% - 15px);
    }

    /* Reviews */
    .reviews__header {
        margin-bottom: 50px;
    }

    .reviews__header .h2::before {
        width: 140px;
        height: 14px;
        left: 0;
    }

    .reviews__swiper .swiper-slide .flex-row {
        gap: 20px;
        margin-bottom: 30px;
    }

    /* Cert */
    .section__cert {
        padding: 40px 0;
    }

    .cert__header {
        margin-bottom: 20px;
        align-items: flex-start;
    }

    .cert__header .h3 {
        width: calc(100% - 500px);
        font-size: 30px;
        order: 1;
    }

    .cert__header p {
        margin: 0px 0 0 auto;
        order: 2;
        max-width: 479px;
    }

    .cert__header .swiper-btns {
        order: 3;
        margin-left: auto;
        margin-top: 20px;
    }

    .cert__swiper .swiper-slide {
        height: 295px;
    }

    /* Zaput */
    .zaput {
        padding: 50px 76px 100px;
    }

    .zaput__form,
    .wpcf7:has(.zaput__form) {
        width: calc(100% - 450px);
    }

    .wpcf7:has(.zaput__form) .zaput__form {
        width: 100%;
    }

    .zaput__content {
        max-width: 380px;
    }

    .zaput__content > p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .zaput__social {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 18px;
        gap: 10px;
    }

    .zaput__form p:has(.round) {
        bottom: -180px;
    }

    .section__zaput {
        padding: 53px 0 114px;
    }

    /* Contact */
    .contact__items {
        max-width: 620px;
    }

    .contact__item a,
    .contact__item span {
        font-size: 19px;
    }

    .contact__item > a img {
        max-width: 20px;
        min-width: 20px;
        height: 20px
    }

    .contact__item a {
        margin-left: 40px;
    }

    .contact .h2 {
        margin-bottom: 62px;
    }

    .contact .h2::before {
        width: 121px;
        height: 13px;
        right: -10px;
    }

    /* Blog */
    .blog .h2::before {
        width: 71px;
        height: 9px;
        bottom: -10px;
        left: 0;
    }

    .blog > p,
    .blog > div:first-child p {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        line-height: 1.5;
        max-width: 479px;
    }

    .blog {
        padding-bottom: 100px;
    }

    .section__blog-blog .blog {
        padding-bottom: 0;
    }

    .section__blog .btn {
        top: auto;
        bottom: 0;
        right: 50%;
        transform: translate(50%, 0);
    }

    .blog__items {
        margin-top: 60px;
        margin-bottom: -30px;
    }

    .blog__items > div {
        padding: 0 12px 30px;
    }

    .blog__item-img {
        height: 220px;
    }

    .blog__item-img .h3 {
        margin-bottom: 10px;
    }

    .blog__item-img span {
        font-size: 16px;
        padding: 10px 20px;
    }

    .section__blog {
        padding: 70px 0 60px;
    }

    .section__blog-blog {
        padding: 0 0 60px;
    }

    /* Bread */
    .breadcrumps {
        margin-bottom: 30px;
    }

    /* Article */
    .article__aside {
        width: 320px;
    }

    .article__aside h4 {
        margin-bottom: 30px;
    }

    .article__aside .blog__item {
        margin-bottom: 40px;
    }

    .article__content {
        width: calc(100% - 360px);
    }

    .article__content .date {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .article__content > img {
        margin-bottom: 40px;
    }

    .article__content > h2,
    .article__content > h3,
    .article__content > h4,
    .article__content > h5 {
        margin-top: 20px;
    }

    .article__info {
        padding: 30px 38px 30px 20px;
        margin: 20px 0 30px;
    }

    .article__info > img {
        width: 86px;
        height: 86px;
    }

    .article__info > div {
        padding-left: 12px;
        margin-left: 12px;
    }

    .article__info h6 {
        font-size: 14px;
        margin-bottom: 9px;
    }

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

    .article__info p {
        font-size: 12px;
    }

    .section__article {
        padding: 0 0 50px;
    }

    /* Pol */
    .section__pol {
        padding: 0 0 50px;
    }

    .pol h1 {
        margin-bottom: 40px;
    }

    /* Whome */
    .whome__items {
        margin-bottom: -24px;
    }

    .whome__items > div {
        padding-bottom: 24px;
    }

    .whome__item {
        padding: 24px;
    }

    .whome__item .h5 {
        gap: 24px;
    }

    .whome__item p {
        margin-left: 48px;
    }

    .section__whome {
        padding: 50px 0 80px;
    }

    /* Do */
    .do__item {
        padding: 30px;
    }

    .do__item .h5:not(.do__item-content) {
        min-height: fit-content;
    }

    .do__item.flex-wrap .h5:not(.do__item-content) {
        font-size: 30px;
    }

    .do__item.flex-wrap p {
        font-size: 14px;
    }

    .do__item-content {
        width: calc(100% + 60px);
        margin: auto -30px -30px !important;
    }

    .section__do {
        padding: 60px 0 120px;
    }

    .do__content p {
        font-size: 16px;
    }

    .do__item.flex-wrap img {
        position: absolute;
        left: 30px;
        top: 70px;
        width: 100px;
        height: auto;
    }

    /* Why */
    .why__content {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 60px;
        gap: 20px;
    }

    .why__content .h3 {
        margin: 0;
        max-width: 353px;
    }

    .why__content .h3::before {
        width: 165px;
        height: 13px;
        left: 0;
    }

    .why__content p {
        font-size: 16px;
        max-width: 479px;
    }

    .section__why {
        padding: 53px 0 100px;
    }

    /* Adv */
    .section__advendage {
        padding: 68px 0 80px;
    }

    .advendage__header {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .advendage__header .h2::before {
        width: 123px;
        height: 10px;
        bottom: -20px;
        right: -30px;
    }

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

    .advendage__items > div {
        padding: 0 10px 20px;
    }

    .advendage__item {
        padding: 40px 40px 50px;
    }

    .advendage__item > span {
        margin-bottom: 20px;
        width: 16px;
        height: 16px;
    }

    .advendage__item .h5 {
        min-height: fit-content;
    }

    /* Action */
    .section__action {
        padding: 54px 0 112px;
    }

    .action p,
    .action h6 {
        margin-bottom: 22px;
        font-size: 16px;
    }

    .action .h2,
    .action p,
    .action h6 {
        max-width: 352px;
    }

    .action .h2::before {
        width: 185px;
        height: 13px;
        right: 80px;
    }

    .action ul {
        margin-bottom: 42px;
    }

    .action .h5,
    .action p,
    .action .h4,
    .action .h3,
    .action h6 {
        max-width: 341px;
    }

    .section__action > img {
        width: 50%;
    }

    .action .round {
        right: calc(50% - 100px);
    }

    /* Katalog */
    .katalog .h2::before {
        width: 112px;
        height: 11px;
        bottom: -12px;
    }
}

@media (max-width: 1110px) {

    /* Default */
    .container {
        max-width: 950px;
    }

    #modalCart {
        right: calc(50% - (950px / 2));
    }

    .btn {
        font-size: 15px;
        padding: 12px 30px;
    }

    main {
        margin-top: 88px;
    }

    .section__hero-service .container > img {
        width: 450px;
    }

    /* Nav */
    .logo,
    .logo img {
        width: 105px;
        height: 35px;
    }

    /* About */
    .about__item .h5 br {
        display: block;
    }

    .about__item .h5 {
        min-height: 48px;
    }

    .about__content > img {
        left: 30px;
        width: 300px;
        height: 300px;
    }

    .about__content {
        padding: 40px 35px 50px 360px;
    }

    /* Team */
    .team__header .swiper-btns {
        display: none;
    }

    .team__header p {
        margin-right: 0;
    }

    .team__swiper {
        row-gap: 40px;
        column-gap: 20px;
    }

    .team__header {
        margin-bottom: 50px;
    }

    /* Reviews */
    .reviews__header {
        flex-wrap: wrap;
    }

    .reviews__header .swiper-btns {
        width: 100%;
        justify-content: flex-end;
        margin-top: 20px;
    }

    /* Contact */
    .contact__items {
        max-width: 100%;
        margin-bottom: -51px;
        gap: 88px;
    }

    .contact__item {
        width: calc(50% - 44px);
    }

    .contact__item a,
    .contact__item span {
        font-size: 24px;
    }

    .contact__item br {
        display: block;
    }

    .contact__item > a img {
        max-width: 24px;
        min-width: 24px;
        height: 24px
    }

    .contact__item a {
        margin-left: 44px;
    }

    .contact > img,
    .contact > iframe {
        display: none;
    }

    .contact .med {
        display: inline-flex;
        gap: 8px;
    }

    .section__contact {
        padding: 50px 0 18px;
    }

    .contact__item {
        margin-bottom: 51px;
    }

    /* Do */
    .do__content {
        max-width: 400px;
    }

    .do__container-items {
        width: calc(100% - 430px);
    }

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

    .do__items > div {
        width: 50%;
        padding: 0 10px 20px;
    }

    /* Card */
    .card__content h6 {
        margin-bottom: 20px;
    }

    .card__content {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }

    .card__content > .flex-row {
        margin-top: 15px;
    }

    /* Checkout */
    .checkout aside {
        width: 400px;
    }

    .checkout__content,
    .checkout__container > .woocommerce {
        width: calc(100% - 424px);
    }

    .checkout__item {
        padding: 30px 20px;
    }

    .checkout__item ul {
        gap: 20px;
    }

    .checkout__form {
        margin-top: 36px;
    }

    .checkout__form p {
        width: 100%;
    }
}

@media (max-width: 992px) {

    /* Default */
    .container {
        max-width: 750px;
    }

    #modalCart {
        right: calc(50% - (750px / 2));
    }

    /* Footer */
    .footer .med {
        display: none;
    }

    /* Hero */
    .hero h1 {
        max-width: 50%;
    }

    .hero > p {
        max-width: 50%;
    }

    .container:has(.hero) > img {
        width: 400px;
    }

    .container:has(.hero) .hero {
        margin-right: -400px;
    }

    .service-224 .section__hero-service .hero h1,
    .service-225 .section__hero-service .hero h1 {
        max-width: 370px;
    }

    .service-225 .section__hero-service .hero h1::before {
        width: 155px;
        height: 12px;
    }

    .service-226 .section__hero-service .hero h1 {
        max-width: 350px;
    }

    /* About */
    .about__content {
        padding: 40px 35px 50px 280px;
    }

    .about__content h2 {
        font-size: 30px;
        max-width: 322px;
        margin-bottom: 50px;
    }

    .about__content h2::before {
        width: 149px;
        height: 15px;
        bottom: -20px;
        right: 40px;
    }

    .about__content p {
        font-size: 14px;
        font-weight: 200;
        max-width: 411px;
    }

    .about__content p b {
        font-weight: 400 !important;
    }

    .about__content p b::before {
        width: 147px;
        height: 11px;
        bottom: -13px;
    }

    .about__content > img {
        left: 30px;
        width: 219px;
        height: 219px;
    }

    .about__items > div {
        width: 50%;
    }

    .about__item .h5 br {
        display: none;
    }

    .about__item .h5 {
        min-height: fit-content;
    }

    /* Cert */
    .cert__swiper .swiper-slide {
        height: 264px;
    }

    /* Zaput */
    .zaput {
        padding: 50px 76px 126px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .zaput__form,
    .wpcf7:has(.zaput__form) {
        width: 100%;
        margin-top: 65px;
        max-width: 490px;
    }

    .wpcf7:has(.zaput__form) .zaput__form {
        margin: 0;
        max-width: 100%;
    }

    .zaput__content h4 {
        max-width: 374px;
        width: 100%;
        margin: 0 auto 30px;
    }

    .zaput__content {
        max-width: 456px;
    }

    .zaput__content > p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .zaput__social {
        flex-direction: row;
        align-items: center;
        gap: 17px;
    }

    .reviews__swiper .swiper-slide,
    .features__item {
        box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.08);
    }

    .zaput__form p:has(.round) {
        bottom: -200px;
    }

    .section__zaput {
        padding: 53px 0 114px;
    }

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

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

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

    /* Article */
    .article__aside {
        display: none;
    }

    .article__content {
        width: 100%;
    }

    /* Hero */
    .section__hero-service {
        padding: 60px 0 0;
        margin-bottom: 0;
    }

    .section__hero-service .hero h1,
    .section__hero-service .container:has(.hero) .hero h1 {
        font-size: 35px;
        max-width: 420px !important;
        margin-bottom: 40px;
    }

    .section__hero-service .hero h1::before {
        width: 155px;
        height: 12px;
        right: 0px;
    }

    .section__hero-service .hero h6 {
        max-width: 400px;
    }

    .section__hero-service .container:has(.hero) {
        flex-direction: column;
        align-items: flex-start;
    }

    .section__hero-service .container:has(.hero) > img {
        height: fit-content;
        position: relative;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100vw;
        border-radius: 0px;
        margin-top: 280px !important;
    }

    .section__hero-service .container:has(.hero) .hero > *:not(.round) {
        max-width: 100%;
    }

    .section__hero-service .container:has(.hero) .hero {
        margin-right: 0px;
        width: 100%;
        max-width: 100%;
    }

    .section__hero-service .round {
        margin: 0 auto;
        width: 132px;
        font-size: 15px;
        height: 132px;
        bottom: -30px !important;
    }

    /* Whome */
    .whome__items > div {
        width: 50%;
    }

    /* Do */
    .do__container {
        flex-direction: column;
    }

    .do__content {
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
        position: relative !important;
        top: 0 !important;
    }

    .do__content .h3 {
        margin-bottom: 0;
        font-size: 30px;
        max-width: 268px;
        width: 100%;
    }

    .do__content .h3::before {
        display: none;
    }

    .do__content p {
        width: calc(100% - 320px);
        line-height: 1.5;
    }

    .do__container-items {
        width: 100%;
        gap: 20px;
    }

    .do__container-item {
        width: calc(50% - 10px);
        min-height: 192px;
    }

    .do__item.flex-wrap .h5:not(.do__item-content) {
        max-width: 250px;
    }

    .do__item.flex-wrap p {
        width: calc(100% - 280px);
    }

    /* Adv */
    .advendage__items > div {
        width: 50%;
    }

    /* Action */
    .section__action > img {
        width: 40%;
    }

    .action .round {
        right: calc(40% - 100px);
    }

    .action ul {
        max-width: 359px;
        width: 100%;
    }

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

    /* Card */
    .card__img {
        width: 100%;
        position: relative !important;
        top: 0 !important;
        left: 0;
        order: 2 !important;
        margin-bottom: 34px;
    }

    .card__container {
        width: 100%;
    }

    .card__container h2,
    .card__container h3,
    .card__container h4,
    .card__container h5,
    .card__container h6 {
        margin-bottom: 10px;
    }

    .card__content {
        padding-bottom: 15px;
    }

    .card__content h6,
    .card__content h1,
    .card__content > .flex-row {
        order: 1;
        margin-bottom: 20px;
    }

    .card__content > .flex-row {
        margin-top: 0;
        justify-content: space-between;
        align-items: center;
        border-radius: 16px;
        gap: 0;
        background: #0C2D5C;
        width: 100%;
        padding: 23px 20px;
        margin-bottom: 10px;
    }

    .card__content .price {
        color: #fff;
        font-size: 30px;
    }

    .card__content .price del {
        font-size: 22px;
    }

    .card__content .btn {
        background: #fff;
        color: #0C2D5C;
        border-color: #fff;
    }

    .card__content > * {
        order: 3;
    }

    /* Checkout */
    .checkout aside {
        width: 100%;
    }

    .checkout__content,
    .checkout__container > .woocommerce {
        width: 100%;
    }

    .checkout__container {
        flex-direction: column;
    }

    .checkout__item .cart__btns {
        margin-top: 23px;
        gap: 0 !important;
    }
}

@media (max-width: 768px) {

    /* Default */
    .container {
        max-width: none;
        padding: 0 20px;
    }

    #modalCart {
        right: 10px;
    }

    /* Blog */
    .blog {
        padding-bottom: 100px;
    }

    .section__blog-blog .blog {
        padding-bottom: 0;
    }

    /* Hero */
    .section__hero-thanks > img {
        height: 500px;
        position: relative;
        border-radius: 20px;
        object-position: center bottom;
        width: 100%;
    }

    .section__hero-thanks {
        padding: 90px 0 0;
    }

    .section__hero-thanks .container:has(.hero) {
        padding-bottom: 470px;
        flex-direction: column;
        position: relative;
    }

    .section__hero-thanks .container:has(.hero) > img {
        height: 500px;
        position: absolute;
        bottom: 0px;
        border-radius: 20px;
        object-position: center bottom;
        width: 100%;
    }

    .section__hero-thanks .container:has(.hero) .hero {
        margin-right: 0px;
    }

    .section__hero-thanks .hero h1,
    .section__hero-thanks .hero > p {
        text-align: center;
        margin: 0 auto 24px;
    }

    .section__hero-thanks .round {
        margin: 30px auto -50px;
    }

    .glightbox-clean .gnext,
    .glightbox-clean .gprev {
        top: 50%;
    }

    .glightbox-clean .gnext {
        right: 10px;
    }

    .glightbox-clean .gprev {
        left: 10px;
    }
}

@media (max-width: 750px) {

    /* Features */
    .section__features {
        padding: 80px 0;
    }

    .features__content p {
        font-size: 16px;
        list-style: 1.5;
        max-width: 479px;
    }

    .features__content h2 {
        margin-bottom: 40px;
    }

    .features__content {
        margin-bottom: 40px;
        flex-direction: column;
    }

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

    .features__items > div {
        padding: 0 10px 60px;
    }

    .features__item {
        padding: 50px;
    }

    .features__item .h5 {
        margin-bottom: 20px;
    }

    .features__item ul {
        margin-bottom: 37px;
    }

    /* About */
    .about__content {
        padding: 0 0 calc(330px + (740 - 330) * ((100vw - 350px) / (750 - 350)));
        border-radius: 0;
        border: none;
    }

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

    .about__content p b::before {
        display: none;
    }

    .about__content > img {
        left: -0.5%;
        transform: translate(0);
        height: auto;
        width: 101%;
        bottom: 0;
        z-index: 10;
        top: auto;
    }

    .about__items {
        padding: calc(165px + (380 - 165) * ((100vw - 350px) / (750 - 350))) 30px 30px;
        border-radius: 0px 0px 20px 20px;
        border: 1px solid #FFF;
        width: 100%;
        margin: calc(-125px + (-330 + 125) * ((100vw - 350px) / (750 - 350))) 0 0;
    }

    .about__item .h5 br {
        display: none;
    }

    .about__item .h5 {
        min-height: fit-content;
    }

    /* Team */
    .team__header {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .team__header .h2 {
        margin-bottom: 50px;
    }

    .team__header p {
        margin-left: 0;
    }

    .team__swiper .swiper-slide {
        max-width: calc(50% - 10px);
    }

    .section__team {
        padding: 40px 0 25px;
    }

    /* Cert */
    .cert__swiper {
        overflow: hidden;
    }

    .cert {
        position: relative;
    }

    .cert__header .h3 {
        width: 100%;
        margin-bottom: 30px;
    }

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

    .cert__header .swiper-btn {
        border: none;
        z-index: 2;
        position: absolute;
        bottom: calc(105px + (215 - 105) * ((100vw - 350px) / (750 - 350)));
    }

    .cert__header .swiper-prev {
        left: 0;
    }

    .cert__header .swiper-next {
        right: 0;
    }

    .cert__header p {
        margin: 0;
    }

    .cert__swiper .swiper-slide {
        height: calc(266px + (520 - 266) * ((100vw - 350px) / (750 - 350)));
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .cert__swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* Blog */
    .blog > p,
    .blog > div:first-child p {
        position: relative;
    }

    .blog .h2 {
        margin-bottom: 50px;
    }

    .blog {
        padding-bottom: 0px;
    }

    .section__blog .btn {
        top: 0;
        bottom: auto;
        right: 20px;
        transform: translate(0, 0);
    }

    .blog__items {
        margin-top: 30px;
    }

    .section__blog {
        padding: 44px 0 50px;
    }

    .section__blog-blog {
        padding: 0 0 60px;
    }

    /* Hero */
    .section__hero-service .hero h1 {
        max-width: 100%;
    }

    .section__hero-service .hero h6,
    .section__hero-service .hero p {
        max-width: 100%;
    }

    .section__hero-service > img {
        position: relative;
        border-radius: 0;
        width: calc(100% + 40px);
        margin: 0 -20px;
        height: auto;
        top: 0;
    }

    /* Whome */
    .whome__items {
        margin-top: 50px;
        margin-bottom: -10px;
    }

    .whome__items > div {
        padding-bottom: 10px;
        width: 100%;
    }

    .section__whome {
        padding: 40px 0 60px;
    }

    /* Do */
    .do__content {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .do__content .h3 {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .do__content p {
        width: 100%;
    }

    .do__container-items {
        width: 100%;
        gap: 20px;
    }

    .do__container-item {
        width: calc(50% - 10px);
        min-height: 192px;
    }

    .section__do {
        padding: 50px 0 44px;
    }

    .do__item.flex-wrap .h5:not(.do__item-content) {
        max-width: 100%;
    }

    .do__item.flex-wrap span {
        display: block;
    }

    .do__item.flex-wrap p {
        width: 100%;
    }

    .do__item.flex-wrap img {
        position: relative;
        left: 0;
        top: 0;
        margin-top: -20px;
        margin-bottom: 30px;
    }

    /* Adv */
    .section__advendage {
        padding: 72px 0 23px;
    }

    .advendage__header {
        margin-bottom: 30px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .advendage__header p {
        margin: 0;
    }

    .advendage__header .h2 {
        margin-bottom: 50px;
    }

    /* Action */
    .section__action {
        padding: 54px 0 0;
    }

    .section__action > img {
        top: auto;
        bottom: 0;
        position: relative;
        width: calc(100% + 40px);
        margin: 0 -20px -10px;
        border-radius: 0;
    }

    .action .round {
        right: 0;
        position: relative;
        bottom: 0;
        width: 132px;
        height: 132px;
        font-size: 15px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .action {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .action ul {
        max-width: 359px;
        width: 100%;
        margin-bottom: 30px;
    }

    .action p:nth-child(n+3) {
        margin-bottom: 42px;
    }

    .action .h2 {
        margin-bottom: 42px;
    }
}

@media (max-width: 700px) {

    /* Footer */
    .footer p {
        width: 69px;
        overflow: hidden;
        white-space: nowrap;
    }

    /* Hero */
    .container:has(.hero) {
        flex-direction: column;
        position: relative;
    }

    .container:has(.hero) > img {
        height: 500px;
        position: absolute;
        bottom: 50px;
        border-radius: 20px;
        object-position: center bottom;
        width: 100%;
    }

    .container:has(.hero) .hero {
        margin-right: 0px;
    }

    .section__hero {
        padding: 67px 0 0;
    }

    .section__hero-service .hero h1 {
        max-width: 354px !important;
    }

    .section__hero-service .hero h1::before {
        right: 0px;
    }

    .section__hero > img {
        height: 420px;
        object-position: center bottom;
        top: auto;
        bottom: 50px;
        width: 100%;
        border-radius: 0;
    }

    .hero h1 {
        max-width: 454px;
    }

    .hero > p {
        max-width: 354px;
    }

    .hero__items {
        margin-top: 500px;
    }

    .hero__item .count {
        font-size: 30px;
    }

    .hero__items .round {
        top: -510px;
    }

    .hero__item p {
        font-size: 10px;
    }

    .service-224 .section__hero-service .hero h1 {
        max-width: 320px !important;
    }

    /* Features */
    .section__features {
        padding: 50px 0;
    }

    .features__item {
        margin-top: 0 !important;
    }

    .features__items > div {
        width: 100%;
    }

    /* Zaput */
    .zaput {
        padding: 30px 20px 133px;
    }

    .zaput__content {
        max-width: 100%;
    }

    .zaput__form,
    .wpcf7:has(.zaput__form) {
        width: calc(100% + 20px);
        margin: 42px -10px 0;
        max-width: calc(100% + 20px);
    }

    .wpcf7:has(.zaput__form) .zaput__form {
        margin: 0;
        max-width: 100%;
        width: 100%;
    }

    .zaput__social {
        flex-direction: column;
        align-items: center;
        gap: 36px;
    }

    .zaput__form p:has(.round) {
        bottom: -200px;
    }

    .section__zaput {
        padding: 40px 0 124px;
    }

    /* Contact */
    .contact .h2 {
        margin: 0 auto 50px;
    }

    .contact__items {
        margin: 0 auto 31px;
        gap: 32px;
        max-width: 340px;
    }

    .contact__item {
        width: 100%;
        margin-bottom: 0;
    }

    .contact__item.time {
        padding-left: 44px;
    }

    .contact__item.time::before {
        content: '';
        background: url(../img/time.svg) center center / 100% 100% no-repeat;
        position: absolute;
        top: 3px;
        left: 0;
        width: 24px;
        height: 24px;
    }

    .contact__item p {
        display: none;
    }

    .contact__item.time p:first-child {
        display: block;
        font-size: 24px;
        font-weight: 600;
    }

    .contact__item.time p:nth-child(2) {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        display: block !important;
        margin-bottom: 0 !important;
    }

    .contact__item .social {
        justify-content: center;
    }

    .contact__item span {
        font-size: 16px;
    }

    .contact__item br {
        display: none;
    }

    .contact__item a br {
        display: block;
    }

    .section__contact > iframe {
        display: none;
    }

    .contact__item.phone {
        order: 1;
    }

    .contact__item.soc {
        order: 2;
    }

    .contact__item.time {
        order: 3;
    }

    .contact__item.social {
        order: 4;
    }

    .contact > img,
    .contact > iframe {
        display: block;
        border-radius: 20px;
        width: 100%;
        height: 400px;
        top: 0;
        bottom: 0;
        position: relative;
        margin-bottom: 16px;
    }

    .contact .med {
        display: inline-flex;
        justify-content: center;
        width: 100%;
        gap: 8px;
        margin-top: 16px;
    }

    .section__contact {
        padding: 50px 0 18px;
    }

    /* Why */
    .why__content {
        flex-direction: column;
        margin-bottom: 30px;
        gap: 0;
    }

    .why__content .h3 {
        margin-bottom: 50px;
    }

    .section__why {
        padding: 50px 0 45px;
    }

    .why__items > div {
        width: 100%;
        padding-bottom: 10px;
    }

    .why__item {
        min-height: 143px;
    }

    /* Reviews */
    .reviews__header p {
        max-width: 100%;
        margin-top: 40px;
        order: 3;
    }

    .reviews__header .h2 {
        order: 1;
        padding-right: 100px;
        width: 100%;
    }

    .reviews__header .h2::before {
        bottom: -15px;
    }

    .reviews__header .swiper-btns {
        order: 2;
        z-index: 3;
        margin-top: -40px;
    }

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

    .katalog .header {
        margin-bottom: 20px;
    }

    /* Modal */
    #modalCart {
        max-width: calc(100% - 20px);
        padding: 35px 20px 30px;
    }

    .mfp-content {
        padding: 10px;
    }

    .cart__table tr {
        gap: 10px;
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .cart__table td:first-child {
        width: 100%;
    }

    .cart__table tfoot td:first-child {
        width: fit-content;
    }

    .cart__table td:nth-child(2) {
        margin-left: 0;
    }

    .katalog__item-cart {
        max-width: 42px;
        min-width: 42px;
        height: 42px;
    }

    .cart__btns .btn {
        width: 100%;
        padding: 12px;
    }

    .cart__btns span {
        font-size: 15px;
    }

    .cart__btns {
        flex-direction: column-reverse;
        gap: 11px;
    }
}

@media (max-width: 630px) {

    /* Nav */
    .logo,
    .logo img {
        width: 87px;
        height: 29px;
    }

    .nav > .nav__info {
        display: none;
    }

    .nav > .btn {
        margin-left: auto;
    }

    header {
        padding: 20px 0;
    }
}

@media (max-width: 600px) {

    /* Default */
    .form input[type="submit"] {
        margin: 10px auto 0;
    }

    main {
        margin-top: 82px;
    }

    /* Modal */
    .modal {
        padding: 40px;
    }

    .modal__title {
        font-size: 30px;
    }

    .modal > p {
        font-size: 16px;
        margin: 0 auto 20px;
    }

    /* Hero */
    .section__hero > img,
    .container:has(.hero) > img {
        height: 370px;
    }

    .hero__items {
        margin-top: 450px;
    }

    .hero__items .round {
        top: -440px;
    }

    .section__hero-thanks > img {
        height: 400px;
    }

    .section__hero-thanks .container:has(.hero) {
        padding-bottom: 320px;
    }

    .section__hero-thanks .container:has(.hero) > img {
        height: 400px;
    }

    .section__hero-thanks .round {
        margin: 30px auto 0px;
    }

    /* About */
    .about__items > div {
        width: 100%;
    }

    .about__item {
        position: relative;
    }

    .about__item span {
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: 5px;
        width: 16px;
        height: 16px;
    }

    .about__item .h5 {
        padding-left: 30px;
    }

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

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

    /* Article */
    .article__content > img {
        margin-bottom: 30px;
    }

    /* Do */
    .do__items > div {
        width: 100%;
    }

    .do__container-item {
        width: 100%;
        min-height: fit-content;
    }

    .do__item.flex-wrap .h5:not(.do__item-content) {
        font-size: 20px;
    }

    /* Adv */
    .advendage__items > div {
        width: 100%;
    }

    .section__hero-service .hero h1,
    .section__hero-service .container:has(.hero) h1 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

    .section__hero-service .container:has(.hero) .hero h1 {
        max-width: 350px !important;
    }
}

@media (max-width: 480px) {

    /* Hero */
    .section__hero > img,
    .container:has(.hero) > img {
        height: 320px;
    }

    .hero__items {
        margin-top: 375px;
    }

    .hero__items .round {
        top: -380px;
    }

    .section__hero-thanks > img {
        height: 300px;
    }

    /* Contact */
    .contact > img,
    .contact > iframe {
        height: 300px;
    }

    .team__swiper .swiper-slide p {
        font-size: 10px;
    }

    /* Reviews */
    .reviews__swiper .swiper-slide {
        padding: 30px;
    }

    /* Checkout */
    .checkout .cart__table tbody td:first-child {
        width: 100%;
    }
}

@media (max-width: 440px) {

    /* Hero */
    .hero__items .round {
        top: -350px;
    }

    /* Contact */
    .contact > img,
    .contact > iframe {
        height: 200px;
    }

    /* Card */
    .card__content h1 {
        font-size: 24px;
    }

    /* Nav */
    .logo,
    .logo img {
        width: 75px;
        height: 25px;
    }

    .nav .btn {
        font-size: 14px;
    }
}

@media (max-width: 400px) {

    /* Hero */
    .hero__items .round {
        top: -320px;
    }

    .hero__items {
        margin-top: 340px;
    }
}

/* @media (max-height: 900px) {
    .section__hero-service {
        padding: 60px 0 100px;
        height: calc(100vh - 160px);
    }

    .section__hero-service .hero h1 {
        margin-bottom: 54px;
    }

    .section__hero-service .hero h6 {
        margin-top: 20px;
    }

    .section__hero-service .hero p {
        margin-bottom: 0px;
    }
} */