.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: calc(var(--font-size-16)* 1.5);
}
.selectionEquipment__container img{
    max-width: 100%;
}
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);
    }
}
@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;
    }
}
.gaPopup__form-header{
    flex-direction: column;
    margin-bottom: var(--font-size-16);
}
.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);
}
.description-text{
    color: #7F7F7F;
}
dialog form, .inputs_block_row.parent {
    display: flex;
    flex-direction: column;
    gap: var(--font-size-16);
}
.get-price-form-disclaimer {
    color: #A0A0A0;
}
.info_list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
@media (max-width: 600px) {
    .selectionEquipment__container .btn {
        font-size: 14px;
        padding: 15px;
        width: 100%;
        justify-content: center;
        margin-top: calc(var(--font-size-16) * 1.5);
    }
    .btn {
        width: 100%;
    }
}