.mainTitlePage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
    align-items: center;
}

.mainTitlePage__prefix {
    font-size: .8em;
    color: #999;
}

.mainTitlePage__titleSelect {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 27px;
    font-weight: 500;
    border-bottom: 2px dashed var(--ui-color-blackText);
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color;
}

.mainTitlePage__titleSelect:hover {
    color: var(--ui-color-disabled);
}

.mainTitlePage__titleSelect:hover:after {
    border-top: 7px solid var(--ui-color-blackText);
}

.mainTitlePage__titleSelect::after {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1px;
    height: 1px;
    border-top: 7px solid var(--ui-color-disabled);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color;
}

.quickIconLinks__title--isMobile {
    display: none;
}

.selectStyle__wrap {
    font-size: 14px;
}

.selectStyle {
    color: var(--ui-color-blackText);
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    padding: 0 30px 0 10px;
    background-color: #F6F6F6;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25) inset;
    font-size: 15px;
    margin: 0;
    border: none;
    position: relative;
    width: 100%;
    font-weight: normal;
    cursor: pointer;
}

.selectStyle:after {
    border: none;
    content: '\e901';
    font-family: 'icons2' !important;
    font-weight: 100;
    color: gray;
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    right: 25px;
    display: flex;
    align-items: center;
}

.selectStyle:hover:after {
    border: none;
}

.mainTableSection__LegendIcon--current,
.mainTableSection__LegendIcon--fresh {
    color: #4d9838;
    font-weight: bold;
}

@media only screen and (max-width: 850px) {
    .selectStyle__wrap {
        padding-left: max(calc(7vw - 1.6em), 10px);
        padding-right: max(calc(7vw - 1.6em), 10px);
    }

    .mainTableSection__LegendIcon--current::before, .mainTableSection__LegendIcon--fresh::before {
        width: 30px;
        height: 30px;
    }

    .mainTableSection__LegendText span {
        font-weight: 600;
    }
}

@media only screen and (max-width: 806px) {
    .selectStyle__wrap {
        padding-left: max(calc(7vw - 1.6em), 10px);
        padding-right: max(calc(7vw - 1.6em), 10px);
    }
}

@media only screen and (max-width: 700px) {
    .mainTitlePage__titleSelect {
        font-size: 20px;
    }

    .mainTitlePage__titleSelect::after {
        content: '';
        border-top: 4px solid var(--ui-color-disabled);
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

    .selectStyle {
        display: none;
    }

    .selectStyle--isMobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .quickIconLinks__title {
        display: none;
    }

    .quickIconLinks__title--isMobile {
        display: block;
    }

    .p_a2_basePages2_pageInfo {
        position: relative;
    }

    .content {
        position: relative;
    }

    .firstPageBlock__descriptionButton {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 570px) {
    .selectStyle {
        font-size: 15px;
    }
}

@media only screen and (max-width: 400px) {
    .selectStyle {
        max-width: none;
    }
}

@media only screen and (max-width: 370px) {
    .headerGrid__logoAndDesc::after {
        display: none;
    }
}