﻿
.supportQueryContainer {
    padding: 37px 52px 0 52px;
}

@media (min-width: 767px) {
    main {
        background-image: linear-gradient(179deg, #fafafa 1%, #f7f5fa 37%, #f3f0f7 71%, #fff 99%, #fff 122%);
    }

    .supportQueryContainer {
        width: 90%;
        margin: auto;
    }
}

.topSection {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 43px;
}

@media (min-width: 767px) {
    .topSection {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        margin-top: 90px;
        margin-bottom: 20px;
    }

        .topSection .form-select {
            width: 300px !important;
        }
}

@media (min-width: 959px) {
    .topSection {
        gap: 83px;
    }

        .topSection .form-select {
            width: 400px !important;
        }
}

.formSide {
    display: flex;
    justify-content: center;
    max-width: 400px;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}

@media (min-width: 767px) {
    .formSide {
        background-color: white;
        padding: 40px 0;
        max-width: 400px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    }
}

@media (min-width: 959px) {
    .formSide {
        max-width: 500px;
    }
}

.formSide .title {
    font-family: Metropolis;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #200b3b;
    margin-bottom: 12px;
    max-width: 300px;
}

.formSide .text {
    font-size: 14px;
    line-height: 1.21;
    text-align: center;
    color: #242424;
    max-width: 300px;
}

@media (min-width: 767px) {
    .formSide .title {
        font-size: 30px;
        max-width: 400px;
    }

    .formSide .text {
        opacity: 0.56;
        max-width: 400px;
    }
}

.structureQuiry {
    border: none !important;
}

@media (min-width: 767px) {
    .structureQuiry {
        background: none !important;
    }
}

.structureQuiry-wrapper-title {
    display: none !important;
}

.structureQuiry-wrapper-content {
    margin-top: 0 !important;
}

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


.bannerSide {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 40px;
}

    .bannerSide .title {
        font-family: Metropolis;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        margin-bottom: 16px;
    }

    .bannerSide p {
        color: #fff;
        line-height: 19px;
    }

    .bannerSide .text {
        opacity: 0.56;
        font-family: Metropolis;
        font-size: 14px;
        line-height: 1.29;
        text-align: center;
        color: #242424;
        margin-bottom: 43px;
    }

    .bannerSide img {
        object-fit: contain;
        margin-top: 2rem;
    }

@media (min-width: 767px) {
    .bannerSide .title {
        font-size: 30px;
    }

    .bannerSide img {
        width: 100%;
    }
}



.notFoundScreen {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
    margin: 50px auto;
}

    .notFoundScreen .title {
        font-family: Metropolis;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.33;
        color: #231d42;
    }

    .notFoundScreen .border {
        display: none;
    }

    .notFoundScreen .desktopBottom {
        display: none;
    }

@media (min-width: 767px) {
    .notFoundScreen {
        padding: 64px 0 69px 48px;
        margin: auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
        margin-bottom: 24px;
        background-color: white;
        align-items: flex-start;
        text-align: left;
    }

        .notFoundScreen .border1 {
            display: block;
            height: 0.4px;
            width: 80%;
            background-color: #d0a7ff;
        }

        .notFoundScreen .title {
            width: 80%;
        }

        .notFoundScreen .desktopBottom {
            display: block;
        }

        .notFoundScreen .title {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.13;
            text-align: left;
            color: #717171;
            margin-bottom: 12px;
        }

        .notFoundScreen .text {
            font-size: 14px;
            line-height: 1.29;
            text-align: center;
            color: #717171;
            margin-bottom: 32px;
        }

        .notFoundScreen .btnWrapper {
            display: flex;
            flex-direction: column;
        }

            .notFoundScreen .btnWrapper .desktop {
                display: none;
            }

        .notFoundScreen .return {
            background-image: linear-gradient(to bottom, #5c2d91, #4c2579 52%, #50287e 78%, #5c2d91);
            width: 212px;
            height: 45px;
            color: white;
            display: flex;
            align-items: center;
            gap: 10px;
            border-radius: 5px;
            justify-content: center;
            margin-bottom: 16px;
        }

            .notFoundScreen .return span {
                color: white
            }

            .notFoundScreen .return img {
                color: white
            }

        .notFoundScreen .index {
            text-decoration: underline;
            font-size: 14px;
            line-height: 1.29;
            text-align: left;
            color: #4210a0;
        }
}


.reQuery {
    margin: 50px auto;
    text-align: center;
    max-width: 325px;
    font-family: Metropolis;
}

    .reQuery .title {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.13;
        text-align: center;
        color: #717171;
        margin-bottom: 12px;
    }

    .reQuery .text {
        font-size: 14px;
        line-height: 1.29;
        text-align: center;
        color: #717171;
        margin-bottom: 32px;
    }

    .reQuery .btnWrapper {
        display: flex;
        flex-direction: column;
    }

        .reQuery .btnWrapper .desktop {
            display: none;
        }

    .reQuery .return {
        background-image: linear-gradient(to bottom, #5c2d91, #4c2579 52%, #50287e 78%, #5c2d91);
        width: 100%;
        height: 45px;
        color: white;
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 5px;
        justify-content: center;
        margin: auto;
        margin-bottom: 16px;
    }

        .reQuery .return span {
            color: white
        }

        .reQuery .return img {
            color: white
        }

    .reQuery .index {
        text-decoration: underline;
        font-size: 14px;
        line-height: 1.29;
        text-align: left;
        color: #4210a0;
    }

@media (min-width: 767px) {
    .reQuery {
        max-width: 856px;
        padding: 32px 0 24px 48px;
        margin: auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
        background-color: #F6F4FA;
        margin-bottom: 24px;
    }

        .reQuery .title {
            text-align: left;
        }

        .reQuery .text {
            text-align: left;
        }

        .reQuery .return {
            background-image: none;
            background-color: inherit;
            width: auto;
            height: auto;
            color: #4210a0;
            justify-content: start;
            margin: inherit;
        }

            .reQuery .return span {
                color: #4210a0
            }

        .reQuery .btnWrapper .desktop {
            display: block;
        }

        .reQuery .btnWrapper .mobile {
            display: none;
        }

        .reQuery .index {
            display: none;
        }
}



.resultScreen {
    border-radius: 8px;
    background-image: url("../../img/support/bgresult.png");
    background-position: center;
    background-size: cover;
    padding: 28px 35px 28px 14px;
    margin: auto;
}

    .resultScreen .title {
        color: white;
        font-size: 30px;
        font-weight: bold;
        text-align: left;
        color: #ededed;
        margin-bottom: 32px;
    }

    .resultScreen .resultBottom {
        color: white;
        display: flex;
        align-items: center;
        gap: 9px;
        margin-bottom: 24px;
    }

        .resultScreen .resultBottom .desc {
            color: white;
            font-size: 20px;
            font-weight: bold;
            line-height: 1.33;
        }

        .resultScreen .resultBottom .icon {
            color: white;
            background-color: #b874ff;
            min-width: 25px;
            height: 25px;
            border-radius: 50%;
        }
.structure-type-text, .max-speed-text {
    font-size: 20px;
}

.information {
    display: none;
}

@media (min-width: 767px) {
    .resultScreen {
        padding: 36px 90px 36px 48px;
        margin-bottom: 24px;
    }

    .information {
        display: block;
    }

        .information p {
            font-size: 16px;
            line-height: 1.13;
            letter-spacing: normal;
            text-align: left;
            color: #fff;
            margin-bottom: 16px;
        }

        .information button {
            background: #E7E7E8;
            color: #5C2D91;
            width: 153px;
            height: 45px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
        }
}

.wholeStructureQuiry {
    width: 100%;
}

#structureQueryContainer {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.formSide {
    width: 100%;
    max-width: 90%;
}

.bannerSide .title {
    text-align: left;
}

.bannerSide .text {
    text-align: left;
}

#resultSelectedAddress {
    margin-top: 1rem;
    padding: 20px 16px;
    background: #fff;
    border-radius: 12px;
    display: none;
}

    #resultSelectedAddress h3 {
        color: #717171 !important;
        font-size: 16px;
        margin-bottom: 12px;
        font-weight: bold;
    }

    #resultSelectedAddress p {
        font-size: 15px;
        color: #717171;
    }

.result-success-structure-query {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 12px;
    gap: 12px;
    cursor: pointer;
    width: fit-content;
}

    .result-success-structure-query span {
        color: #4210a0
    }

main {
    position: relative;
    background-image: url(../../img/error/error-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.popularPackages-wrapper-title {
    color: #fff !important;
    background: transparent;
    -webkit-text-fill-color: #fff !important;
    margin-top: 13px !important;
}

.popularPackages-wrapper-description {
    color: #fff;
    margin-bottom: 29px !important;
}
.popularPackages-wrapper-title {
}
.popularPackages {
    display: none;
    padding-bottom: 5rem;
}
.result-structure-query {
    display: none;
}