/* phones screens */
@media (max-width: 430px) {

    .mobilenav {
        display: none;
        position: relative;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    input {
        display: block;
        width: 90%;
        height: 56px;
        margin: 10px 0;
        padding: 10px;
    }

    a {
        text-decoration: none;
    }

    .modal-content {
        background-color: #F0F4F4;
        margin: 5% auto;
        padding: 20px;
        border: 1px solid #888;
        border-radius: 30px;
        width: 85%;
    }

    .modal-title {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 37px;
        color: var(--darky);
        margin-top: 60px;
        margin-bottom: 0;
    }

    .modal-req {
        height: 330px !important;
    }

    .req-cross-mod {
        position: relative;
        top: -109px;
        right: -292px;
        border-radius: 30px;
        border: 1.5px solid #000;
        width: 44px;
        height: 44px;
        background-image: url("../pics/footer/req-cross.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    .vible {
        display: block !important;
    }

    .pf-centered {
        display: block;
        margin: auto;
        height: 800px;
    }

    .gfiller {
        display: none;
    }

    .gfiller-2 {
        display: none;
    }

    .gfiller-3 {
        display: none;
    }

    .gfiller-4 {
        display: none;
    }

    .container {
        position: relative;
    }

    .container-2 {
        position: relative;
        min-height: 2455px;
    }

    .container-3 {
        height: 810px;
        background-color: var(--blockbacks);
    }

    .container-4 {
        position: relative;
        min-height: 1625px;
    }

    .container-5 {
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        min-height: 670px;
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .container-6 {
        position: relative;
        padding-top: 48px;
        min-height: 790px;
        background-color: var(--blockbacks);
    }

    .container-7 {
        position: relative;
        padding-top: 10px;
    }

    .container-8 {
        position: relative;
        padding-top: 10px;
        min-height: 1000px;
    }

    .container-confidence {
        position: relative;
        padding: 10px;
        min-height: 1000px;
    }

    .confidence_case_text {
        display: block;
        width: 90%;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: var(--darky);
        font-size: 16px;
        padding-top: 10px;
    }

    .container-footer {
        position: relative;
        min-height: 1025px;
        background-color: var(--blockbacks);
    }

    .blink:after {
        content: "|";
        color: var(--greeny);
        animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;
    }

    #mainwrap {
        margin: 0 auto;
        width: 100%;
        display: flex;
    }

    .aside {
        display: none;
    }

    #innerwrap {
        width: 100%;
    }

    .navbar {
        padding-left: 32px;
        padding-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbutton {

        display: block;
        width: 40px;
        height: 40px;
        margin-right: 32px;
    }

    .logo {
        display: none;
    }

    .logom {
        width: 30px;
        height: 48px;
    }

    .logom svg {
        fill: var(--darky);
        transition: fill 0.5s ease;
    }

    .logom svg:hover {
        fill: var(--greeny);
        animation-duration: 0.5s;
        animation-name: AnimFillDarkToGreen;
    }

    nav {
        background-color: transparent;
        overflow: hidden;
        text-align: center;
        display: none;
        align-items: center;
    }

    .navelem {
        padding-top: 12px;
        padding-bottom: 12px;
        display: block;
        text-align: end;
        width: 100%;
        border-bottom: #3F4B64 1px solid;
    }

    .navelem a {
        color: var(--darky);
        text-align: center;
        text-decoration: none;
        font-family: 'Inter', sans-serif;
        font-size: 24px;
        margin-right: 70px;
    }

    .navelem a:hover {
        color: var(--greeny);
    }

    .icons {
        display: flex;
        align-items: center;
        padding-top: 10px;
        padding-left: 86px;
    }

    .icons img {
        margin-left: 10px;
        transition: 0.5s;
    }

    .icons img:hover {
        transform: scale(1.05)
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-left: 60px;
        margin-top: 30px;
    }

    .contact-info p {
        margin: 0;
        font-family: 'Inter', sans-serif;
        font-size: 24px;
        color: var(--darky);
        margin-top: 10px;
    }

    .separator {
        display: none;
        width: 100%;
        height: 26px;
        margin: 0 auto;
        background-color: var(--blockbacks);

    }

    .separator-in {
        display: none;
    }

    #logo-back {
        position: absolute;
        top: 2338px;
        left: 0;
        z-index: -1;
    }

    #logo-back-2 {
        position: absolute;
        top: 1380px;
        right: 0;
        z-index: -1;
    }

    .useit {
        display: none;
    }

    #text_sub_one {
        display: block;
        padding-left: 20px;
        padding-right: 20px;

    }

    #text-option {
        font-family: 'Inter', sans-serif;
        color: #727F92;
        font-size: 16px;
    }

    #text-title-500 {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 26px;

    }

    .text-title-500-que {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 26px;
        margin-top: 20px;
    }

    #block-1 {
        display: block;
    }

    #block-2 {
        display: block;
    }

    #lgback {
        margin-top: -150px;
    }

    #about-cases-b1 {
        display: block;
    }

    #about-cases-b2 {
        display: block;
    }

    .about_case {
        margin: 0;
        padding-right: 32px;
    }

    .about-separator {
        margin-top: 24px;
        margin-bottom: 24px;
        width: 260px;
        height: 2px;
        background-color: #CDD3DB;
    }

    .text-title-case {
        margin: 0;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 26px;
        color: var(--greeny);
    }

    .text-desc-case {
        margin: 0;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #8C93A2;
    }

    #about-info {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }

    .text-desc {
        font-family: 'Inter', sans-serif;
        color: var(--darky);
        font-weight: 400;
        font-size: 16px;
        padding-bottom: 32px;
    }

    .modal-text-desc {
        font-family: 'Inter', sans-serif;
        color: var(--darky);
        font-weight: 400;
        font-size: 16px;
    }

    #text_sub_two {
        font-family: 'Inter', sans-serif;
        color: #727F92;
        font-size: 34px;
    }

    #target {
        margin-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #target-info {
        display: block;
    }

    .text-desc-target {
        font-family: 'Inter', sans-serif;
        color: var(--darky);
        font-weight: 400;
        font-size: 16px;
    }

    #have_question {
        margin-top: 64px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #have_question-info {
        display: block;
    }

    .have_question-cases {
        display: block;
    }

    .have_question-case {
        width: 96%;
        height: 205px;
        border-radius: 30px;
        background: var(--unnamed, #E8E9EE);
        padding-right: 24px;
        filter: drop-shadow(0 0.23rem 0.23rem rgba(0, 0, 0, 0.263));
    }

    .h_q-c-title {
        color: var(--greeny);
        font-weight: 700;
        font-weight: 700;
        font-size: 26px;
    }

    .question-case {
        padding-right: 20px;
        width: 92%;
    }

    .have_question-case_text {
        font-family: 'Inter', sans-serif;
        color: var(--darky);
        font-size: 16px;
        padding-top: 25px;
        padding-left: 25px;
    }

    #answers {
        margin-left: 0;
    }

    .buttons_i {
        margin-top: 32px;
        margin-bottom: 32px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .button_i {
        font-family: 'Inter', sans-serif;
        color: var(--darky);
        font-size: 24px;
        display: flex;
        margin-top: 10px;
        transition: 0.5s;
    }



    .button_i svg {
        transition: 0.5s;
        padding-left: 10px;
        padding-top: 8px;
        stroke: var(--darky);
        transition: fill 0.5s ease;
    }

    .button_i svg path {
        transition: 0.5s;
    }

    .button_i:hover svg path {
        transform-origin: center;
        stroke: var(--greeny);
        animation-duration: 0.5s;
        animation-name: AnimStrokeWF;

        transform: rotate(45deg);
        transition: transform 0.5s ease;
    }

    .button_i:hover svg rect {
        transform-origin: center;
        stroke: var(--greeny);
        animation-duration: 0.5s;
        animation-name: AnimStrokeWF;
    }


    .button_i:hover {
        color: var(--greeny);
        animation-duration: 0.5s;
        animation-name: AnimColorWF;
    }

    #diagnostics {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }

    #text-option-diagnostics {
        padding-top: 20px;
        font-family: 'Inter', sans-serif;
        color: #727F92;
        font-size: 16px;

    }

    #text-diagnostics-title {
        font-family: 'Inter', sans-serif;
        font-size: 26px;
        font-weight: 500;
        color: var(--greeny);
    }

    #tests-and-forms {
        margin-top: 20px;
    }

    .text-desc-diagnostics {
        font-family: 'Inter', sans-serif;
        color: var(--darky);
        font-weight: 400;
        font-size: 16px;
        margin: 0;
    }

    .form-in {
        padding-top: 10px;
    }

    .forms .form-text {
        font-family: 'Inter', sans-serif;
        color: var(--darky);
        font-weight: 400;
        font-size: 16px;
    }

    .type-input {
        font-family: 'Inter', sans-serif;
        color: var(--darky);
        font-weight: 400;
        font-size: 24px;
        border-radius: 60px;
        border: 1px solid var(--darky);
        padding: 10px;
        padding-left: 24px;
        width: 90%;
        height: 50px;
        transition: .3s border-color;
    }

    .modal-type-input {
        font-family: 'Inter', sans-serif;
        color: var(--darky);
        font-weight: 400;
        font-size: 24px;
        border-radius: 60px;
        border: 1px solid var(--darky);
        padding: 10px;
        padding-left: 24px;
        width: 90%;
        height: 50px;
        transition: .3s border-color;
    }

    #text-agreement {
        font-family: 'Inter', sans-serif;
        color: #727F92;
        font-weight: 400;
        font-size: 16px;
    }

    .button_tick_2 img {
        position: absolute;
        margin-top: 48px;
        transition: 0.5s;
    }

    .button_tick_2 img:hover {
        transform: scale(1.05)
    }

    .footer-content {
        margin-top: 150px;
        padding-top: 32px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-title {
        position: relative;
        padding-right: 32px;
        float: left;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 26px;
        color: var(--darky);
    }

    .footer-line {
        position: relative;
        display: block;

        width: 100%;
        height: 1.5008px;
        background-color: #CDD3DB;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #footer-bottun1 {
        width: 64px;
        height: 64px;
        display: block;

    }

    .cols {
        display: block;

    }

    .footer-contacts-title {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 26px;
        margin-top: 6px;
        margin-bottom: 12px;
        color: var(--greeny);
    }

    .footer-contacts-text {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        margin-top: 6px;
        margin-bottom: 6px;
        color: var(--darky);
    }


    .icons_footer {
        display: flex;
        margin-top: 48px;
        margin-bottom: 20px;
    }

    .icons_footer img {
        margin-right: 15px;
        transition: 0.5s;
    }

    .icons_footer img:hover {
        transform: scale(1.05)
    }

    .footer-adress {
        display: block;
    }

    .footer-map {
        display: block;
        padding-top: 32px;
        padding-bottom: 28px;
        width: 100%;
    }

    .footer-map img {
        border-radius: 10px;
        display: block;
        width: 100%;
    }

    .footer-under-text {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #9AA6B6;
    }

    #footer-bottun1 path,
    #footer-bottun1 rect {
        transition: 0.5s;
        stroke: var(--greeny);
        transition: 0.5s;
    }

    #footer-bottun1:hover path {
        stroke: var(--darky);
        transform-origin: center;
        transform: rotate(45deg);
        transition: transform 0.5s ease;
    }

    #footer-bottun1:hover rect {
        transform-origin: center;
        stroke: var(--darky);
        animation-duration: 0.5s;
        animation-name: AnimStroke;
        transition: transform 0.5s ease;
    }

    .resetcss {
        display: block;
        width: 100%;
    }

    .container-1 {
        background-image: url("../pics/home/hand_coding_bro.svg");
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center 100%;
        position: relative;
        height: 660px;
    }

    .intext {
        margin: 0;
        padding: 13px 0px 0 3px;
    }

    .text {
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 36px;
        position: absolute;
        top: 0px;
        left: 32px;
    }

    .text_two {
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 40px;
        position: absolute;
        top: 0px;
        left: 32px;
    }

    .sub_text {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        color: #8C93A2;
        position: absolute;
        top: 178px;
        left: 32px;
    }

    .button_tick {
        position: absolute;
        padding-left: 10px;
        top: 240px;
        left: 32px;
        height: 47px;
        border: var(--greeny) solid 2px;
        border-radius: 30px;
    }

    .button_tick_2 {
        position: relative;
        width: 210px;
        height: 47px;
        border: var(--greeny) solid 2px;
        padding-left: 20px;
        border-radius: 25px;
    }

    .button_ix {
        font-family: 'Inter', sans-serif;
        color: var(--greeny);
        font-size: 16px;
        display: flex;
        transition: 0.5s;
    }



    .button_ix svg {
        margin-top: -6px;
        margin-left: 11px;
        transition: 0.5s;
        stroke: var(--greeny);
        transition: fill 0.5s ease;
    }

    .button_ix svg path {
        transition: 0.5s;
    }

    .button_ix:hover svg path {
        transform-origin: center;
        /*stroke: var(--darky);*/
        stroke: white;
        animation-duration: 0.5s;
        animation-name: AnimStroke;
        transform: rotate(45deg);
        transition: transform 0.5s ease;
    }

    .button_ix:hover svg rect {
        transform-origin: center;
        stroke: var(--darky);
        animation-duration: 0.5s;
        animation-name: AnimStroke;
    }


    .button_ix:hover {
        color: white;
        background-color: var(--greeny);
        animation-duration: 0.5s;
        animation-name: AnimColor;
    }



    .nosearch_contact_block {
        position: relative;
        background-color: #E8E9EE;
        border-radius: 30px;
        z-index: 1;
        filter: drop-shadow(-4px 7px 7px rgba(24, 73, 70, 0.25));
    }

    #img_x1 {
        position: absolute;
        margin-top: 0px;
        margin-left: 234px;
        z-index: -1;
    }

    #img_lupa {
        position: absolute;
        margin-top: 109px;
        margin-left: 19px;
        z-index: -1;
    }

    #img_x2 {}

    #img_x3 {
        position: absolute;
        margin-top: 408px;
        margin-left: 177px;
        z-index: -1;
    }

    #searchbro {
        position: relative;
        width: 100%;

        z-index: 2;
    }


    #nosearch_plate {}

    .nosearch_contact_plate_text {
        padding: 20px;
    }

    .nosearch_plate_title {
        margin-top: 0;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        color: var(--darky);
        font-size: 26px;
    }

    .nosearch_plate_text {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: var(--darky);
        font-size: 16px;
    }

    .nosearch_plate_buttons {
        margin-left: 20px;
    }

    /* КНОПКИ */

    .bt_2_ext {
        display: none;
    }

    .block-portfolio {
        display: block;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        color: #727F92;
        padding-left: 20px;
        padding-right: 20px;
    }

    .block-title-port {
        font-family: 'Inter', sans-serif;
        font-size: 26px;
        font-weight: 500;
        color: #3F4B64;

        margin-top: 55px;
        margin-bottom: 32px;
    }

    .portfolio-btn-expanded {
        color: #FFF;
        display: inline-flex;
        margin-left: 20px;
        margin-bottom: 32px;
        padding-left: 1.5rem;
        height: 2.875rem;
        justify-content: center;
        align-items: center;
        border-radius: 1.875rem;
        border: 0.0938rem solid var(--unnamed, #FFF);
        font-family: Inter;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

    }

    .text-desc-diagnostics-2 {
        margin-top: 0;
        font-family: 'Inter', sans-serif;
        color: var(--darky);
        font-weight: 400;
        font-size: 16px;
    }

    .base-port {}

    .port-option {
        display: block;
        width: 100%;
    }

    .base-port-up {
        display: flex;
    }

    .port-buttons-l-r {
        display: none;
        position: absolute;
        margin-left: 185px;
        margin-top: -46px;

    }

    .button_left_right {

        stroke: #0F8780;
        transition: stroke 0.5s ease;
    }

    .button_left_right:hover path {
        stroke: #3F4B64;
        animation-duration: 0.5s;
        animation-name: AnimFillDarkToGreen;
    }

    .button_left_right:hover rect {
        stroke: #3F4B64;
        animation-duration: 0.5s;
        animation-name: AnimFillDarkToGreen;
    }

    .PortViewBox {
        width: 100%;
        height: 465px;
        overflow: hidden;
    }

    .port-cases {
        position: relative;
        left: 0;
        width: 3000px;
        display: block;
    }

    .port-case {
        float: left;
        width: 400px;
        height: 460px;
        background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.22), #2D6966), url("../pics/portfolio/Case1.jpg");
        background-size: cover;
        margin-right: 20px;
        border-radius: 30px;
        box-shadow: 2px 3px 3px 0px rgba(24, 73, 70, 0.25);
    }

    .port-case-text {
        margin-top: 225px;
        margin-left: 30px;
        height: 8.125rem;
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        color: #FFFFFF;
    }

    .block-response {
        display: block;
        padding-top: 32px;
        padding-left: 20px;
        padding-right: 20px;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        color: #727F92;
    }

    .resp-option {
        margin-right: 48px;
    }

    .sly-der {
        padding: 20px;
        margin: 0;
        position: static;
        display: block;
        overflow: hidden;
        height: 470px;

    }

    .sly-wrap {
        position: relative;
        width: 100%;
    }

    .sly {
        float: left;
        position: relative;
        margin: 0;
        width: 95%;
        height: 508px;
    }

    #kirp {
        display: none;
    }

    .response-card {
        position: relative;
        display: block;
        width: 100%;
        height: 444px;
        border-radius: 20px;
        padding: 16px;
        background-color: var(--blockbacks);
    }

    .RespViewBox {
        width: 100%;
        height: 450px;
        overflow: hidden;
    }

    .resp-case-text {
        padding-top: 5px;
        color: #3F4B64;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .resp-pic {
        display: none;
    }

    .resp-author {
        padding-top: 20px;

        color: #0F8780;
        font-family: Inter;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .resp-date {
        color: rgba(0, 0, 0, 0.50);
        text-align: right;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .resp-mark {
        display: none;
        width: 100px;
        float: none;
    }

    .resp-header {
        display: flex;
    }

    #logo-back-3 {
        position: absolute;
        top: 425px;
        right: 142px;
        z-index: -1;
    }

    .block_service {
        padding-left: 20px;
        padding-right: 20px;
    }

    .services_titles {

        margin-top: 32px;
        display: block;
    }

    #service_option {
        font-family: 'Inter', sans-serif;
        color: #727F92;
        font-size: 16px;
    }

    #service_title {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        color: var(--darky);
        font-size: 26px;
        margin-top: 18px;
    }

    .services_cases_1 {
        display: block;
    }

    .services_cases_2 {
        display: block;

    }

    .service_case {
        background-color: #E8E9EE;
        border-radius: 30px;
        filter: drop-shadow(0 0.23rem 0.23rem rgba(0, 0, 0, 0.263));
        padding-top: 2px;
        padding-bottom: 25px;
        margin-bottom: 32px;
    }

    .s-c-title {
        color: var(--greeny);
        font-weight: 700;
        font-size: 26px;
    }

    .service_case_text {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        color: var(--darky);
        font-size: 16px;
        padding-left: 25px;

    }


    .s_button_ix {
        font-family: 'Inter', sans-serif;
        color: var(--darky);
        font-size: 18px;
        padding-right: 10px;
        display: flex;
        transition: 0.5s;
        margin-left: 25px;
        border: var(--darky) solid 1.5px;
        width: 220px;
        height: 47px;
        padding-left: 13px;
        border-radius: 50px;
    }

    .s_button_ix svg {
        transition: 0.5s;
        padding-left: 10px;
        margin-top: -6px;
        stroke: var(--darky);
        transition: fill 0.5s ease;
    }

    .s_button_ix svg path {
        transition: 0.5s;
    }

    .s_button_ix:hover svg path {
        transform-origin: center;
        stroke: white;
        animation-duration: 0.5s;
        animation-name: AnimStroke;
        transform: rotate(45deg);
        transition: transform 0.5s ease;
    }

    .s_button_ix:hover svg rect {
        transform-origin: center;
        stroke: var(--darky);
        animation-duration: 0.5s;
        animation-name: AnimStroke;
    }


    .s_button_ix:hover {
        color: white;
        background-color: var(--darky);
        animation-duration: 0.5s;
        animation-name: AnimColor;
    }

    .s_batton_x {

        margin-left: 20px;
    }


    .block-faq {
        display: block;
        padding-top: 32px;
        padding-left: 20px;
        padding-right: 20px;

    }

    .faq-option {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        color: #727F92;
    }

    .logo-back-4 {
        width: 100%;
        margin: 0 auto;
    }

    .faq-content {
        width: 100%;
        margin-top: 0.75rem;
    }

    .faq-title {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 26px;
        color: #3F4B64;
    }

    .accordion {
        cursor: pointer;
    }

    .accordion .accordion-header {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        color: #3F4B64;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
        border-bottom: 0.0938rem solid #CDD3DB;
    }

    .accordion .accordion-content {
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        color: #3F4B64;
        padding: 1.25rem;
        display: none;
        max-height: 0;
        opacity: 0;
        transition: max-height 0.5s, opacity 0.5s;
    }

    .accordion.active .accordion-content {
        display: block;
        max-height: 62.5rem;
        opacity: 1;
    }

    .accordion svg {
        width: 60px;
        height: 60px;
        transition: 0.5s;
        stroke: #0F8780;
        transition: fill 0.5s ease;
    }

    .accordion svg path {
        transition: 0.5s;
    }

    .accordion.active svg path {
        transform-origin: center;
        stroke: #3F4B64;
        animation-duration: 0.5s;
        animation-name: AnimStroke;
        transform: rotate(90deg);
    }

    .accordion.active svg rect {
        transform-origin: center;
        stroke: #3F4B64;
        animation-duration: 0.5s;
        animation-name: AnimStroke;
    }


    .separator2 {
        display: none;
    }

    .req-box {
        display: none;
        position: absolute;
        box-shadow: 2px 2px 6px 0px #3F4B64;
        z-index: 9;
        left: 2%;
        bottom: 23%;
        width: 338px;
        padding-left: 18px;
        padding-right: 18px;
        height: 332.5008px;
        border-radius: 19px;
        background: #D9D9D9;
        color: var(--darky);
        font-family: Inter;
    }

    .req-head {
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .req-body {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .req-cross {
        position: absolute;
        top: 20px;
        right: 20px;
        border-radius: 30px;
        border: 1.5008px solid #000;
        width: 44px;
        height: 44px;
        background-image: url("../pics/footer/req-cross.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    .req-cross:hover {
        background-color: #FFF;
    }

    .bubble {}

    .animateb {
        transform: scale(1);
    }
}