.price-table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px!important;
}

.price-table th {
    font-weight: bold;    
    text-align: left;
}

.price-table td {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.price-table td, .price-table th {
    padding: 10px;
}

.price-table tr td:nth-child(2) {
    text-align: center;
}

.price-table__corp {
/*     font: bold italic 16px "PT Sans",sans-serif; */
    background-color: #acb2e6;
    text-align: center;
	font-weight: 700;
}

.price-table td a {
/*     color: #3b429b; */
    text-decoration: none;
}

.price-form {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    align-items: flex-start;
	gap: 0 20px;
}
.price-form>div {
	flex: 1;
}
.price-form .field_select {
    display: flex;
	flex-direction: column;
    align-items: stretch;
    margin-bottom: 12px;
}
.price-form .field_select label {
    margin-right: 0;
/*     min-width: 75px; */
    text-align: left;
	font-size: 12px;
}
.price-form .field_select select {
    padding: 6px;
    flex: 1;
	
}

.price-form .field_price {
    display: flex;
    /*flex-direction: column;*/
    /*margin-left: 40px;*/
}
.price-form .field_price .control {
    display: flex;
    margin-bottom: 10px;
}

.price-form .radio {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}
.price-form .radio + label {
    cursor: pointer;
}
.price-form .radio:not(checked) {
    position: absolute;
    opacity: 0;
}
.price-form .radio:not(checked) + label {
    position: relative;
    padding: 0 0 0 30px;
}
.price-form .radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}
.price-form .radio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f6d200;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: all .2s;
}
.price-form .radio:checked + label:after {
    opacity: 1;
}
/* 
.price-form div:first-of-type {
    max-width: 290px;
} */

.field_sale select {
    width: 100%;
}
