@media (max-width: 1350px) {

    /* Error */
    .error__anim img:first-child {
        left: 644px;
        right: auto;
    }

    .error__anim img:nth-child(2) {
        left: 708px;
        right: auto;
    }

    .error__anim img:nth-child(3) {
        left: 524px;
        right: auto;
    }

    /* Dec */
    .dec1 {
        width: 430px;
        top: 40%;
    }

    .dec2 {
        width: 140px;
        top: 50%;
    }

    .dec3 {
        right: 500px;
    }

    .dec4 {
        width: 390px;
    }

    .dec5 {
        left: 20px;
    }

    .dec6 {
        left: 50px;
    }

    .dec8 {
        width: 322px;
    }

    .dec9 {
        width: 200px;
        bottom: 0px;
        left: 50px;
    }

    .dec10 {
        width: 291px;
    }

    .dec14 {
        left: 400px;
    }

}

@media (max-width: 1280px) {

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

    /* Hero */
    .hero > img {
        width: 881px;
    }

    .section__features {
        padding-top: 50px !important;
    }

    /* Test */
    .test > img:not(.test__dec) {
        width: 506px;
    }

    .test__dec {
        right: 300px;
    }

    .test__content {
        width: calc(100% - 585px);
    }

    /* Price */
    .price__items {
        max-width: 840px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .price__items > div {
        width: 50%;
    }

}

@media (max-width: 1212px) {

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

    /* Hero */
    .hero > img {
        margin-left: -320px;
    }

    /* Contact */
    .contact > img {
        width: 476px;
        margin-left: 0;
    }

    .contact__content {
        text-align: center;
        width: calc(100% - 550px);
    }

    /* Prop */
    .prop__item {
        padding-right: 40px;
    }

    .prop__items .col-1 .prop__item > img {
        right: 100px;
    }

    .prop__item .h3 {
        margin-bottom: 30px;
    }

    /* Test */
    .test__content {
        width: calc(100% - 555px);
    }
}

@media (max-width: 1110px) {

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

    .h1,
    h1 {
        font-size: 42px;
    }

    .h2,
    h2 {
        font-size: 45px;
    }

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

    /* Nav */
    .nav__menu ul {
        gap: 30px;
    }

    .nav__menu {
        margin-right: 30px;
    }

    /* Footer */
    footer {
        padding: 33px 0 84px;
    }

    .footer {
        gap: 22px;
    }

    .footer .h2 {
        margin-bottom: 30px;
    }

    .social {
        gap: 18px;
    }

    /* Prop */
    .prop__items .col-1 .prop__item > img {
        right: 0px;
    }

    /* Error */
    .section__error {
        padding: 150px 0;
    }

    .error__video {
        width: 450px;
    }

    .error__content {
        width: calc(100% - 500px);
    }

    /* Dec */
    .dec1 {
        width: 360px;
        top: 35%;
    }

    .dec2 {
        width: 100px;
        top: 40%;
    }

    .dec4 {
        width: 290px;
        bottom: 30%;
    }

    .dec5 {
        left: 0px;
    }

    .dec6 {
        left: 20px;
    }

    .dec8 {
        width: 222px;
    }

    .dec9 {
        width: 150px;
    }

    .dec10 {
        width: 291px;
    }

    .dec14 {
        left: 450px;
    }

    .dec16 {
        width: 190px;
        left: 40px;
    }

    .dec17 {
        width: 250px;
        right: 100px;
    }
}


@media (max-width: 992px) {

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

    /* Nav */
    .nav__menu {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background: #fff;
        z-index: 100;
        padding: 80px 20px;
        gap: 20px;
        opacity: 0;
        visibility: hidden;
        transition: all .4s ease;
    }

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

    .nav__menu ul {
        flex-direction: column;
        margin: auto 0;
    }

    .nav__menu > *:nth-child(n+2) {
        display: flex;
    }

    .nav__menu .social {
        margin-top: 40px;
    }

    .nav > .btn {
        display: none;
    }

    .burger {
        display: block;
    }

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

    /* Hero */
    .section__hero {
        padding: 0px 0 100px;
        margin-top: -30px;
    }

    .hero {
        flex-direction: column;
    }

    .hero > img {
        width: 100%;
        position: relative;
        top: 0;
        right: -200px;
        margin: 0;
    }

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

    .hero__content > .flex-wrap {
        margin-top: 40px;
    }

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

    .features {
        flex-direction: column;
        gap: 25px;
    }

    .features__content {
        margin: 0 auto;
        text-align: center;
    }

    .features__item .h4 {
        min-height: fit-content;
    }

    /* Contact */
    .section__contact {
        padding: 60px 0 70px;
    }

    .contact {
        flex-direction: column;
        gap: 42px;
    }

    .contact > img {
        width: 476px;
        margin-left: 0;
    }

    .contact__content {
        width: 100%;
    }

    .contact__content > *:not(.form) {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact__content h5 {
        margin-bottom: 30px;
    }

    .contact__content .form {
        max-width: calc(100% - 40px);
    }

    /* Faq */
    .section__faq {
        padding: 40px 0 60px;
    }

    .faq .h2 {
        margin-bottom: 30px;
    }

    .faq .accordion {
        margin-top: 20px;
    }

    /* Prop */
    .section__prop {
        padding: 60px 0 50px;
    }

    .prop__items > div {
        width: 100%;
    }

    .prop__item {
        padding: 50px 50px 108px !important;
        padding-right: 50px !important;
        display: block;
    }

    .prop__item > *:nth-last-child(4) {
        margin-bottom: 50px;
    }

    .prop__item .flex-row .btn {
        display: none;
    }

    .prop__items .col-1 .prop__item > img {
        width: 163px;
        height: 190px;
    }

    .prop__items .col-1 .prop__item p {
        padding-right: 40px;
    }

    .prop__items .col-1 .prop__item:hover > img {
        right: -3%;
    }

    .prop .h2 {
        margin-bottom: 30px;
    }

    .prop__items {
        margin-top: 10px;
    }

    /* Time */
    .section__time {
        padding: 50px 0 100px;
    }

    .time .h2 {
        margin-bottom: 68px;
    }

    .time__img {
        margin-bottom: 60px;
    }

    .time p {
        font-weight: 300;
    }

    /* Test */
    .section__test {
        padding: 70px 0 80px;
    }

    .test > img:not(.test__dec) {
        display: none;
    }

    .test__dec {
        bottom: -127px;
        right: -100px;
    }

    .test__content {
        max-width: 440px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .test__content .btn {
        margin-top: 40px;
    }

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

    .team .h2 {
        margin-bottom: 30px;
    }

    .team__items {
        margin-top: 30px;
    }

    /* Price */
    .section__price {
        padding: 50px 0 45px;
    }

    .price__items {
        max-width: fit-content;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 10px;
    }

    .price__item {
        padding: 35px;
    }

    .price__item-price span {
        font-size: 60px;
        margin: 0 10px -5px;
    }

    .price__item-price b {
        margin-top: 5px;
    }

    /* Reviews */
    .section__reviews {
        padding: 45px 0 40px;
    }

    .reviews__swiper {
        margin-top: 20px;
        max-width: 100%;
        padding: 0 40px;
    }

    .reviews__item-video {
        margin-bottom: 10px;
    }

    .reviews__swiper .swiper-slide p {
        font-size: 16px;
        font-weight: 300;
    }

    .swiper-prev {
        left: -10px;
    }

    .swiper-next {
        right: -10px;
    }

    /* Quiz */
    .section__quiz.active {
        margin: 70px 0 0;
    }

    /* Error */
    .section__error {
        padding: 50px 0 100px;
    }

    .error {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .error__video {
        width: 450px;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    .error__content {
        width: 100%;
        max-width: 484px;
    }

    /* Error */
    .error__anim img:first-child {
        left: -8px;
        top: -100px;
        right: auto;
        width: 590px;
    }

    .error__anim img:nth-child(2) {
        width: 503px;
        left: 370px;
        top: -43px;
        right: auto;
        height: 407px;
    }

    .error__anim img:nth-child(3) {
        display: none;
    }

    .section__error-thanks {
        min-height: fit-content;
        height: fit-content;
        padding: 300px 0 100px;
    }

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

    .pol {
        font-size: 18px;
    }

    /* Dec */
    .dec1 {
        width: 260px;
        top: 35%;
    }

    .dec3 {
        right: 20px;
        width: 190px;
    }

    .dec4 {
        width: 230px;
        bottom: 30%;
    }

    .dec5 {
        width: 150px;
    }

    .dec6 {
        left: 0px;
    }

    .dec7 {
        width: 300px;
        left: 0;
        top: 130px;
    }

    .dec8 {
        width: 200px;
    }

    .dec9 {
        width: 120px;
    }

    .dec10 {
        width: 230px;
    }

    .dec11 {
        width: 60px;
        right: 200px;
    }

    .dec12 {
        width: 250px;
        right: 50px;
    }

    .dec13 {
        width: 250px;
    }

    .dec14 {
        left: 420px;
    }

    .dec15 {
        width: 300px;
        right: 50px;
    }

    .dec16 {
        width: 140px;
    }

    .dec17 {
        width: 200px;
        right: 40px;
    }
}

@media (max-width: 768px) {

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

    /* Reviews */
    .reviews__item-video {
        height: 315px;
    }

    .swiper-btn {
        top: calc((315px / 2) - 20px);
    }

    body:has(.modal__container.show),
    html:has(.modal__container.show) {
        padding-right: 0;
    }

    html:has(.modal__container.show) .nav {
        padding-right: 20px;
    }
}

@media (max-width: 700px) {

    /* Default */
    .h1,
    h1 {
        font-size: 30px;
    }

    .h2,
    h2 {
        font-size: 25px;
    }

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

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

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

    body {
        font: 16px "Gilroy", sans-serif;
    }

    .btn,
    input[type=submit] {
        padding: 13px 30px;
    }

    /* Nav */
    .logo,
    .logo img {
        width: 123px;
        height: 30px;
    }

    /* Hero */
    .hero > img {
        width: calc(100% + 100px);
        right: -50px;
        margin-bottom: 20px;
    }

    .hero__content h1 {
        max-width: 320px;
    }

    .hero__content > *:not(div):not(h1) {
        max-width: 280px;
    }

    .hero__content p br {
        display: block;
    }

    .hero__content > .flex-wrap {
        flex-direction: column;
    }

    .hero__content {
        margin: 0 auto;
        text-align: center;
    }

    .hero__content > * {
        margin-left: auto;
        margin-right: auto;
    }

    .hero__content > .flex-wrap {
        justify-content: center;
        margin-top: 0;
    }

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

    /* Faq */
    .accordion__header {
        font-size: 20px;
        line-height: normal;
        padding: 14px 0;
    }

    /* Prop */
    .prop__item > img {
        width: 244px;
        height: 151px;
    }

    .prop__item p {
        padding-right: 0;
    }

    /* Time */
    .time .h2 {
        max-width: 267px;
    }

    .time .h2 br {
        display: block;
    }

    .time__img {
        width: 100%;
        height: auto;
        padding: 2% 0 3%;
    }

    .time__img img {
        width: 77%;
        height: auto;
    }

    .time > *:not(div):not(.h2):not(.btn) {
        max-width: 300px;
    }

    /* Test */
    .test__content {
        max-width: 280px;
    }

    .test__content .h3 {
        font-size: 20px;
    }

    /* Team */
    .team__items > div {
        width: 50%;
        padding-bottom: 30px;
    }

    .team__item span {
        opacity: 1;
    }

    /* Price */
    .price__items > div {
        width: 100%;
        max-width: 400px;
    }

    /* Error */
    .error h1 {
        margin-bottom: 30px;
    }

    .error__video {
        margin-bottom: 50px;
    }

    .error__anim img:first-child {
        left: 119px;
        right: auto;
        top: 480px;
        width: 282px;
    }

    .error__anim img:nth-child(2) {
        width: 257px;
        left: -31px;
        right: auto;
        top: 468px;
        height: 209px;
    }

    .section__error-thanks {
        padding: 200px 0 200px;
        overflow: unset;
    }

    .section__error-thanks .error__content {
        margin: 0 auto;
        text-align: center;
    }

    /* Dec */
    .dec1 {
        width: 220px;
        top: 25%;
    }

    .dec3 {
        right: 20px;
        width: 140px;
        top: 25%;
    }

    .dec4 {
        width: 200px;
        bottom: 30%;
    }

    .dec7 {
        width: 400px;
        left: 50px;
        top: 130px;
    }

    .dec16 {
        top: 40%;
        width: 120px;
    }

    .dec17 {
        top: 50%;
        width: 140px;
    }
}

@media (max-width: 600px) {

    /* Contact */
    .contact > img {
        width: 100%;
    }

    /* Reviews */
    .reviews__item-video {
        height: 250px;
    }

    .swiper-btn {
        top: calc((250px / 2) - 20px);
    }

    /* Error */
    .error__video {
        width: 100%;
    }
}

@media (max-width: 480px) {

    /* Modal */
    .modalAbout {
        padding: 20px;
    }

    .modalAbout > img {
        width: calc(100% + 40px);
        margin-top: -20px;
        margin-left: -20px;
        margin-bottom: 20px;
    }

    /* Features */
    .features .h3 {
        font-size: 20px;
    }

    .features .h3 br {
        display: block;
    }

    .features__items {
        max-width: 280px;
        margin: 0 auto;
    }

    .features__items > div {
        width: 100%;
    }

    /* Faq */
    .accordion__header {
        font-size: 18px;
    }

    /* Prop */
    .prop__item {
        padding-right: 40px !important;
    }

    /* Team */
    .team__items {
        max-width: 300px;
    }

    .team__items > div {
        width: 100%;
    }

    /* Reviews */
    .reviews__item-video {
        height: 200px;
    }

    .swiper-btn {
        top: calc((200px / 2) - 20px);
    }

    .loader img {
        width: 200px;
        height: 50px;
    }

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

    .pol {
        font-size: 16px;
    }

    /* Dec */
    .dec6 {
        width: 70px;
    }

    .dec7 {
        width: 250px !important;
    }

    .dec8 {
        width: 120px;
    }

    .dec8 {
        left: 0;
    }

    .dec14 {
        left: auto;
        right: 0;
        top: 20%;
    }

    .dec15 {
        width: 220px;
    }

    .dec16 {
        top: 40%;
        width: 120px;
    }

    .dec17 {
        top: 50%;
        width: 140px;
    }
}