.expert_block label.form-checkbox__label {
    margin-left: 0!important;
}

.main-form .select2-container {
    max-width: 752px;
}

.main-form .select2-container .selection .select2-selection {
    background: #fff;
    border: 1px solid #ADB4CB;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    width: 100%;
}

.main-form .select2-container--default .select2-selection--single .select2-container .select2-selection__rendered {
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    height: 46px;
    padding: 6px 12px;
    padding-right: 20px;
    color: #1a1a1a;
}

.main-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: relative;
    top: initial;
    right: initial;
}

.select2-results {
    padding: 16px;
}

ul li.select2-results__option {
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #676B77;
}

ul li.select2-results__option::before {
    display: none;
    content: none;
}

ul li.select2-results__option.select2-results__option--selected {
    display: none;
}

.select2-search__field {
    background: #fff;
    border: 1px solid #ADB4CB;
    border-radius: 4px;
    font-size: 14px;
    color: #1a1a1a;
    padding: 6px 12px;
    padding-right: 20px;
    color: #1a1a1a;
}

/* Компетенции */
.form-group.custom_tabs_wrap .select2-container .select2-selection__rendered {
    position: absolute;
    top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.form-group.custom_tabs_wrap .select2-container .select2-selection__rendered li {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ADB4CB;
    border-radius: 24px;
    padding: 12px 32px;
    gap: 10px;
    transition: 0;
}

.form-group.custom_tabs_wrap .select2-container .select2-selection__rendered li:before {
    content: '';
    display: none;
}

.form-group.custom_tabs_wrap .select2-container .select2-selection__rendered li button {
    position: static;
    padding: 0;
    margin: 0;
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: none;
    border: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23A6CE39'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4327 17.8479L6 7.41525L7.41421 6.00103L17.8469 16.4337L16.4327 17.8479Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.9991 7.41421L7.56641 17.8469L6.15219 16.4327L16.5849 6L17.9991 7.41421Z' fill='white'/%3E%3C/svg%3E");
}

.form-group.custom_tabs_wrap .select2-container .select2-selection__rendered li button span {
    display: none;
}

.form-group.custom_tabs_wrap .select2-container .select2-selection__rendered li .select2-selection__choice__display {
    padding: 0;
    margin: 0;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #ADB4CB;
    white-space: normal;
}

.form-group.custom_tabs_wrap .select2-container .select2-selection__rendered li:hover {
    border: 1px solid #A6CE39;
    padding: 12px 15px;
}

.form-group.custom_tabs_wrap .select2-container .select2-selection__rendered li:hover button {
    display: block;
}

.form-group.custom_tabs_wrap .select2-container .select2-selection__rendered li:hover .select2-selection__choice__display {
    color: #A6CE39;
}

.form-group.custom_tabs_wrap .select2-container--default .select2-search--inline {
    width: 100%;
    position: relative;
}

.form-group.custom_tabs_wrap .select2-container--default .select2-search--inline::after {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 20.5349L8 12.5349L9.43333 11.1016L16 17.6682L22.5667 11.1016L24 12.5349L16 20.5349Z' fill='%23ADB4CB'/%3E%3C/svg%3E");
}

.form-group.custom_tabs_wrap .select2-container--default.select2-container--open .select2-search--inline::after {
    transform: rotate(180deg);
}

.form-group.custom_tabs_wrap .select2-container--default .select2-search--inline .select2-search__field {
    margin: 0;
    padding: 0 12px;
    position: static;
    height: 24px;
    width: 100% !important;
}
