.x_content table {
    font-size: 13px
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    min-height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 2px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px !important;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
}
form .input-group {
    margin-bottom: 0px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px !important;
}
.toggle {
    width: auto;
}
.toggle :not(:nth-child(1)) {
    padding: 15px 0px 0;
}
select.parsley-error + .select2-container--default.select2-selection--single {
        border: 1px solid red !important;
}
.block_content.block_content_without_footer {
    height: 100vh;
}

/* фикс сафари */
.select2-container, .select2-dropdown, .select2-search, .select2-results {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
