@media screen and (min-width: 900px) {
    .top-block {
        position: relative;
        background: #22242F;
        margin-bottom: -1px;
        z-index: 2;
    }
    .top-block .container {
        background: linear-gradient(270deg, rgba(42, 44, 52, 0) 0%, #22242F 70%);
        top: unset;
        display: flex;
        justify-content: left;
        padding: 49px 60px;
    }
    .top-block .container h1 {
        font-size: 60px;
        line-height: 75px;
        margin: 0 0 30px 0;
    }
    .top-block .container .top-block-text {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 40px 0;
    }
    .top-block .container .top-semititle {
        font-size: 24px;
        line-height: 32px;
    }
    .top-block .container ul li {
        padding: 0 0 0 100px;
    }
    .top-block .container ul li p {
        font-size: 18px;
        line-height: 28px;
    }
    .top-block .left {
        max-width: 60%;
    }
    .top-block a {
        position: absolute;
        max-width: fit-content;
        bottom: 52px;
        right: 60px;
        border: 1px solid #F79E1B;
        transition: all 0.5s ease;
    }
    .top-block a:hover {
        color: #F79E1B;
        background: transparent;
        border: 1px solid #F79E1B;
    }
}

@media only screen and (min-width: 1100px) {
    .between .between-container {
        display: flex;
        justify-content: space-between;
        padding: 38px 60px;
        flex-wrap: wrap;
    }
    .between .left {
        display: inline-block;
        max-width: 50%;
    }
    .between .left h2 {
        margin: 0;
    }
    .between .right {
        max-width: 427px;
    }
    .between .right a {
        margin: 30px 0 0 0;
    }
    .between .between-text {
        font-size: 18px;
    }
}

@media screen and (min-width: 900px) {
    .table h3 {
        text-align: center;
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 30px 0;
    }
    .table .container {
        padding: 30px 60px;
    }
    .table .table-wrapper-mob,
    .table .table-wrapper-mob::before {
        display: none;
    }
    .table .table-wrapper-desk {
        border-radius: 12px;
        display: block;
    }
    .table .table-wrapper-desk::before {
        display: block;
        background: radial-gradient(50% 50% at 50% 50%, #3b56e0 0%, #fff0 50%);
    }
    .table .desk-table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        margin: 0;
        table-layout: fixed;
    }
    .table .desk-table td,
    .table .desk-table th {
        padding: 18px;
        border: 1px solid #0088FF;
        width: 100%;
    }
    .table .desk-table th {
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        font-weight: 900;
    }
    .table .desk-table tr:first-child th,
    .table .desk-table tr:first-child td {
        border-top: none;
    }
    .table .desk-table tr:last-child td {
        border-bottom: none;
    }
    .table .desk-table th:first-child,
    .table .desk-table td:first-child {
        border-left: none;
    }
    .table .desk-table th:last-child,
    .table .desk-table td:last-child {
        border-right: none;
    }
    .table-style2 .desk-table td,
    .table-style2 .desk-table th {
        border: 1px solid #F0B90B;
    }
}

@media screen and (min-width: 900px) {
    .bg-text {
        position: relative;
        z-index: 2;
        padding: 0;
    }
    .bg-text:after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 57%;
        height: 100%;
        top: 0;
        left: 43%;
        background: linear-gradient(90deg, rgba(42, 44, 52, 0) 0.17%, #2A2C34 15.25%);
    }
    .bg-text .container {
        background: unset;
        display: flex;
        justify-content: right;
        padding: 80px 60px;
        top: 0;
        background: linear-gradient(90deg, rgba(42, 44, 52, 0) 41.17%, #2A2C34 47.25%);
    }
    .bg-text .container h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .bg-text .container .bg-p {
        font-size: 22px;
        line-height: 24px;
    }
    .bg-text .container .button {
        width: fit-content;
        padding: 12px 24px;
        margin: 20px 0 0 0;
        font-size: 16px;
        line-height: 24px;
    }
    .bg-text .right {
        max-width: 45%;
        position: relative;
        z-index: 2;
    }
    .bg-style2 .container {
        background: unset;
    }
}

@media screen and (min-width: 700px) {
    .progress .container {
        padding: 45px 60px;
    }
    .progress .progress-steps,
    .progress .first-step {
        position: relative;
        margin: 0;
        left: 50%;
    }
    .progress .progress-steps .step-wrapper,
    .progress .first-step .step-wrapper {
        margin: 0;
    }
    .progress .progress-title {
        margin: 0 0 20px 0;
        font-size: 20px;
    }
    .progress .step-card {
        max-width: 400px;
    }
    .progress .step-card h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .progress .progress-steps {
        padding: 20px 0 52px 0;
    }
    .progress .first-step .step-wrapper::before {
        left: -3px;
    }
    .progress .first-step .step-wrapper::after {
        left: -8px;
    }
    .progress .progress-steps .step-wrapper:nth-child(odd) {
        position: relative;
        left: -100%;
    }
    .progress .progress-steps .step-wrapper:nth-child(odd) .step-card {
        margin: 0 20px 20px 0;
        border-radius: 12px 12px 0 12px;
    }
    .progress .progress-steps .step-wrapper:nth-child(odd):before {
        left: unset;
        right: -3px;
        bottom: -8px;
    }
    .progress .progress-steps .step-wrapper:nth-child(odd):after {
        left: unset;
        right: -8px;
        bottom: -13px;
    }
    .progress a {
        max-width: fit-content;
        font-size: 16px;
        line-height: 24px;
        padding: 12px 24px;
    }
}

@media only screen and (min-width: 1280px) {
    section.faq-section .faq-question {
        padding: 16px 100px;
    }
    section.faq-section .faq-question .faq-text {
        font-size: 20px;
        line-height: 28px;
    }
    section.faq-section .faq-number {
        margin-right: 100px;
        margin-left: 50px;
        min-width: 30px;
    }
    section.faq-section .faq-answer p {
        padding: 16px 100px;
        font-size: 18px;
    }
    section.faq-section .faq-text {
        font-size: 18px;
    }
    section.faq-section .faq-arrow {
        font-size: 20px;
        margin-left: 16px;
    }
}