.form-full__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin-bottom: 20px;
}

.form-full__header .h4 {
    font-weight: 500;
}

.form-full__label {
    font-size: 20px;
    font-weight: 600;
    line-height: 19px;
    color: #0e0e0e;
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 190px;
    width: 100%;
    justify-content: center;
}

@media (max-width: 991px) {
    .form-full__label {
        max-width: 100%;
    }
}

.form-full__label span {
    color: #0e0e0e;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}

.form-full__wrap {
    display: flex;
    align-items: stretch;
    padding: 5px 0;
    gap: 15px;
    /*margin-bottom: 10px;*/
    width: 100%;
}

@media (max-width: 991px) {
    .form-full__wrap {
        flex-wrap: wrap;
    }
}

.form-full__wrap input {
    width: 100%;
    border-bottom: 1px dotted #0e0e0e;
}

.form-full__wrap input::placeholder {
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 400;
}

.form-full__wrap-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.form-full__wrap-row .form-full__wrap {
    width: calc(50% - 10px)
}

.form-full__wrap-row .form-full__wrap:nth-child(2) label {
    max-width: 220px;
}

@media (max-width: 768px) {
    .form-full__wrap-row {
        flex-wrap: wrap;
    }

    .form-full__wrap-row .form-full__wrap {
        width: 100%;
    }

    .form-full__wrap-row .form-full__wrap:nth-child(2) label {
        max-width: fit-content;
    }
}

.checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkbox__input {
    position: absolute;
    width: 1.375em;
    height: 1.375em;
    opacity: 0;
    cursor: pointer;
}

.form-full__wrap input:disabled {
    background: none !important;
}

.form-full__wrap input:focus {
    border-bottom: 1px dotted #169fc2;
}

.form-full__wrap.disabled {
    opacity: 0.6;
}

.checkbox__icon {
    width: 1.375em;
    height: 1.375em;
    flex-shrink: 0;
    overflow: visible;
}

.checkbox__icon .tick {
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: stroke-dashoffset 0.2s ease-out;
}

.checkbox__label {
    margin-left: 0.5em;
    font-weight: 600;
    line-height: 19px;
    color: #0e0e0e;
    font-size: 18px;
}

.checkbox__input:checked + .checkbox__icon .tick {
    stroke-dashoffset: 0;
}

.check-group > * + * {
    margin-top: 0.75rem;
}

.form-full__wrapper-checkbox {
    display: flex;
    gap: 15px;
    flex-direction: row;
    align-items: flex-start;
}

@media (max-width: 992px) {
    .form-full__wrapper-checkbox {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {

    .form-full__wrap {
        gap: 10px;
    }
}

.form-full__item-checkbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 490px;
    gap: 5px;
}

.form-full__item-checkbox--w-100 {
    max-width: 100%;
}

.form-full__item-checkbox .form-full__wrap {
    width: 100%;
}

.form-full__item-checkbox .form-full__label {
    max-width: fit-content !important;
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-full__wrap-row--large {
    flex-wrap: wrap;
}

.form-full__wrap--w-100 label {
    width: fit-content !important;
}

.form-full__wrap--w-100 {
    width: 100% !important;
}

.form-full__subtitle,
.form-full__title {
    text-transform: uppercase;
}

.table-wrapper {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #0e0e0e;
}

.table-wrapper .table-row {
    display: table-row;
}

.table-wrapper .table-cell {
    display: table-cell;
    border: 1px solid #0e0e0e;
    padding: 5px;
}

.table-header .table-cell {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.table-header .table-cell .table-cell__header-name-desc {
    line-height: 1;
    font-size: 14px;
    color: #0e0e0e;
    display: block;
    font-weight: 400;
}

.table-row .table-cell:first-child {
    text-align: center;
    font-weight: bold;
    width: 5%;
}

.table-row .table-cell {
    width: 25%;
    vertical-align: top;
}

.table-row .table-cell:last-child {
    width: 45%;
}

.table-cell--note textarea {
    width: 100%;
    border: none;
}

.table-cell--note textarea.auto-resize,
.table-cell__wrap-input textarea.auto-resize {
    resize: none;
    overflow: hidden;
    min-height: 30px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding: 15px 15px 5px;
}

.table-cell__wrap-input textarea {
    overflow: hidden;
    resize: none;
    min-height: 30px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding: 15px 15px 5px;
}

.table-cell__wrap-input input {
    flex: 1;
    width: 100%;
}

.table-cell .nice-select .current {
    color: #0e0e0e;
    padding: 10px 15px 5px;
    margin-top: 5px;
}

.table-cell .nice-select:after {
    width: 10px;
    height: 10px;
}

.table-cell .nice-select {
    border: none;
}

.table-cell .nice-select.open .list,
.table-cell .nice-select .list {
    background: white;
    color: #169fc2;
}

.table-cell .nice-select .option:hover,
.table-cell .nice-select .option:focus {
    background: rgba(168, 227, 241, 0.25);
}

.table-cell .nice-select.open .list::-webkit-scrollbar {
    width: 5px;
}

.table-cell .nice-select.open .list::-webkit-scrollbar-track {
    background: rgba(168, 227, 241, 0.25);
}

.table-cell input:disabled,
.table-cell textarea:disabled {
    background: none !important;
}

.table-wrapper .table-cell input::placeholder,
.table-wrapper .table-cell textarea::placeholder,
.table-cell__wrap-input textarea.auto-resize::placeholder {
    color: rgba(14, 14, 14, 0.6);
}

.table-row.table-header .table-cell,
.table-wrapper .table-row .table-cell:first-child {
    vertical-align: middle;
}

.table-wrapper .table-cell input,
.table-wrapper .table-cell textarea {
    padding: 15px 15px 5px;
}

@media (max-width: 768px) {
    .table-wrapper .table-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .table-wrapper {
        border: none;
    }

    .table-wrapper .table-cell {
        display: flex;
        width: 100% !important;
    }

    /*.table-wrapper .table-cell input,*/
    /*.table-wrapper .table-cell textarea {*/
    /*    padding: 15px 20px 15px 18px;*/
    /*}*/

    .table-wrapper .table-cell textarea {
        min-height: 54px;
    }

    .table-wrapper .table-row .table-cell:not(:first-child) {
        border-top: none;
    }

    .table-wrapper .table-row .table-cell:first-child {
        padding: 15px 20px 15px 18px;
        min-height: 54px;
    }

    .table-row.table-header {
        display: none;
    }
}


.table-cell__header-name {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.table-cell__mark {
    color: #169fc2!important;
    font-size: 16px!important;
    width: fit-content;
    height: fit-content;
    line-height: 16px;
    position: absolute;
    top: 2px;
    right: -10px;
}

.table-row .table-cell .nice-select[disabled] + .table-cell.table-cell--note textarea::placeholder {
    color: #0c4128;
}

.table-row.disabled {
    opacity: 0.5;
}

.table-btn {
    padding: 12px 26px;
    background-color: var(--primary-color);
    font-weight: 600;
    color: var(--white);
    border-radius: 6px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    min-width: 200px;
}

@media (max-width: 768px) {
    .table-btn {
        min-width: 100%;
    }
}

.form-full .wpcf7-form-control-wrap {
    margin-bottom: 0;
}

.form-full .wpcf7-not-valid-tip {
    bottom: -23px;
}

.table-btn[disabled] {
    opacity: 0.7;
}

.form-full  .wpcf7-not-valid {
    border-color: #dc3545;
}

.checkbox__input:checked + .checkbox__icon .tick,
.wpcf7-form-control-wrap.checkbox-checked + .checkbox__icon .tick {
    stroke-dashoffset: 0;
}

.form-full__item-checkbox {
    position: relative;
}

.form-full__item-checkbox.mw-100 .wpcf7-form-control-wrap,
.form-full__item-checkbox.mw-100 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance,
.form-full__item-checkbox.mw-100 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    position: absolute;
    width: 1.375em!important;
    height: 1.375em;
    opacity: 0;
    cursor: pointer;
    display: block;
}

.form-full__item-checkbox.mw-100 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}


.table-cell--not-valid {
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.8);
    outline: 1px solid rgba(220, 53, 69, 0.8);
}

.checkbox__label--slim {
    font-size: 14px;
    font-weight: 400;
}

.checkbox__icon.not-valid rect {
    stroke: rgba(220, 53, 69, 0.8);
}

.checkbox__icon.not-valid {
    box-shadow: 0 0 2px rgba(220, 53, 69, 0.8);
    border-radius: 4px;
    overflow: hidden;
}

/*select*/

.select2-container--default .select2-selection--multiple {
    border: none;
}

.select2 .selection {
    width: 100%;
}

.select2-selection__rendered {
    min-width: 340px;
}

.select2-container--open .select2-dropdown--below {
    min-width: 340px;
}

.select2-container--open .select2-dropdown--above {
    min-width: 340px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

.select2-container--default .select2-results>.select2-results__options {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(22,159,194,0.2)!important; 
    transition: all 0.3s ease-in-out;
    color: #169fc2!important; 
}

.select2-container--default .select2-results__option--highlighted {
    transition: all 0.3s ease-in-out;
}

.select2-results__option[aria-selected] {
    color: #169fc2!important; 
}

.select2-results__option {
    color: #169fc2!important; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4!important; 
    border: 1px solid #169fc2!important; 
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(22,159,194,0.2)!important; 
}

.select2-dropdown {
    background-color: white;
    border: 1px solid rgba(22, 159, 194, 0.2)!important; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: white!important; 
    transition: all 0.3s ease-in-out;
    color: #000!important; 
    font-weight: 400;
    opacity: 1;
}

.select2-results__option:not(:last-child) {
    margin-bottom: 2px;
}

.table-cell.table-cell--code {
    vertical-align: middle;
}

.select2-container--default .select2-search--inline .select2-search__field {
    padding: 0 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    min-width: 150px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    transition: all 0.3s ease-in-out;
    color: #169fc2!important; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: rgba(22,159,194,0.6)!important; 
}

.select2-container--default .select2-results__option {
    transition: all 0.3s ease-in-out;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none!important; 
    width: 100%!important; 
    display: block;
    min-width: 340px!important; 
    height: auto;
}

.select2-container--default .select2-selection--multiple {
    border: none!important; 
    min-width: 340px!important; 
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 0 15px!important; 
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0!important; 
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: transparent!important;
}

.offer-link {
    color: #007F9F;
}


.form-full__item-checkbox--row {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
}

.form-full__item-checkbox--row .checkbox__label {
    white-space: nowrap;
}

.form-full__column-checkbox {
    flex: none;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.form-full__column-checkbox .form-full__item-checkbox {
    min-height: 39px;
    flex-direction: row;
}

.form-full__column-checkbox--large {
    flex: auto;
}

.form-full__label {
    line-height: 1.3;
}

@media (min-width: 768px) {
    .form-full__item-checkbox--row {
        gap: 20px;
    }    
}

@media (max-width: 768px) {
    .form-full__column-checkbox--large .form-full__item-checkbox--row {
        flex-direction: column;
    }

    .form-full__row-checkbox {
        gap: 10px!important;
        flex-direction: column!important;
    }
}