

/* Start:/local/templates/stalex2024/components/ga/wrs.uniform/new_kn_price/style.css?17601106644351*/
.selectionEquipment {
    padding: 40px 0;
    background: var(--background-color);
    color: var(--text-color-1);
}
.selectionEquipment .btn {
    color: var(--black, #000000);
}
.selectionEquipment__container h2 {
    margin-top: 0;
}
.selectionEquipment__container p {
    font-size: clamp(11px, var(--font-size-16), 16px);
}
.selectionEquipment__container img{
    max-width: 100%;
}
.grid-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.grid-list li{
    font-size: calc(var(--font-size-16) * 1.5);
}
.selectionEquipment__container .grid-list:not(.default) li:before{
    background: var(--white);
}
body section.section {
    margin: calc(var(--font-size-16)* 3) 0;
}
@media (min-width: 1000px) {
    .selectionEquipment__container {
        padding: calc(var(--font-size-16)* 3.25) calc(var(--font-size-16)* 2.5);
        display: flex;
        position: relative;
    }
    .selectionEquipment__container:before, .selectionEquipment__container:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: calc(var(--font-size-16)* 2.125);
    }
    .selectionEquipment__container:before {
        top: 0;
        background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1778' height='35' viewBox='0 0 1778 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath opacity='0.2' d='M1 33.4776V1H1293.93H1777V35' stroke='white'/%3e%3c/svg%3e") center no-repeat;
        background-size: cover;
    }
    .selectionEquipment__container:after {
        bottom: 0;
        background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1778' height='35' viewBox='0 0 1778 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath opacity='0.2' d='M1 1.52239V34H1293.93H1777V4.17233e-07' stroke='white'/%3e%3c/svg%3e") center no-repeat;
        background-size: cover;
    }
    .selectionEquipment__container > * {
        flex: 0 0 50%;
    }
    .selectionEquipment__container .left {
        border-right: 1px solid #ffffff2e;
        padding-right: calc(var(--font-size-16)* 6.375);
    }
    .selectionEquipment__container .right {
        display: flex;
        justify-content: flex-end;
    }
    .left_wrap {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        row-gap: calc(var(--font-size-16) * 2);
    }
    .grid-list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 50px;
    }
}
@media (max-width: 1000px) {
    .selectionEquipment__container {
        flex-direction: column;
    }
    .selectionEquipment__container p {
        font-size: 14px;
    }
    .selectionEquipment__container .right {
        justify-content: flex-start;
        margin-top: 24px;
    }
    .grid-list li {
        font-size: calc(var(--font-size-16)* 1);
    }
}

dialog .form{display: flex!important;flex-direction: column;gap: var(--font-size-16);}
.gaPopup__form button.btn {width: fit-content;}
dialog .grid-list li{
    font-weight: 400;
    font-size: var(--font-size-16);
    line-height: 120%;
    color: #7F7F7F;
}
body dialog .grid-list>li:before{
    background: #7F7F7F;
}
.gaPopup__form-header{
    flex-direction: column;
    margin-bottom: var(--font-size-16);
}
.get-price-form-disclaimer {
    color: #A0A0A0;
}
.gaPopup__form-header_title{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 24px;
    width: 100%;
    column-gap: calc(var(--font-size-16) * 2);
}
body dialog .gaSelect__icon {
    margin-top: calc(var(--font-size-16)* -1);
}
body dialog .gaSelect__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-top: calc(var(--font-size-16)* 0.5);
    font-weight: 600;
}
body dialog .form__item.filled span[data-role="inputTitle"] {
    color: var(--text-color-2);
}
@media (min-width: 1000px) {
    dialog .gaPopup__form{max-width:calc(var(--font-size-16)*39)}
}
body dialog .gaPopup__container:not(.gaPopup__additional) header{
    align-items: start;
    column-gap: 20px;
}
@media (max-width: 600px) {
    .selectionEquipment__container .btn {
        font-size: 14px;
        padding: 15px;
        width: 100%;
        justify-content: center;
    }
    .btn {
        width: 100%;
    }
}
/* End */
/* /local/templates/stalex2024/components/ga/wrs.uniform/new_kn_price/style.css?17601106644351 */
