/* ------------------------------------------------------------ *\
  Swagger UI
\* ------------------------------------------------------------ */

.article .swagger-ui ul li:before,
.article .swagger-ui ol li:before {
    display: none;
}
.swagger-ui .wrapper {
    background-color: initial;
}

.swagger-ui pre.base-url {
    padding: 30px;
}

.swagger-ui .scheme-container .schemes>label select {
    width: 130px;
}

.swagger-ui .scheme-container .schemes>label select:focus {
    outline: none;
}

.swagger-ui .opblock {
    border-radius: 0% !important;
}

.swagger-ui section.models.is-open h4 {
    border-bottom: unset;
}

.swagger-ui section.models h4 span {
    flex: 1;
    font-weight: bold;
    font-size: 24px;
    margin-left: 10px;
    margin-top: 10px;
}

.swagger-ui .scheme-container .schemes {
    display: inline-flex;
}

.swagger-ui .scheme-container .schemes>label {
    margin-top: 0;
}

.swagger-ui input,
.swagger-ui select {
    box-shadow: unset !important;
    border-radius: 0% !important;
}

.swagger-ui .execute-wrapper {
    text-align: left !important;
}

.swagger-ui .info .base-url {
    color: #FFFFFF;
    background-color: #000;
}

.swagger-ui .info .description {
    display: none;
}

.swagger-ui table thead tr td,
.swagger-ui table thead tr th {
    border: none;
}

.swagger-ui .opblock .opblock-section-header {
    background-color: unset;
}

.swagger-ui .information-container {
    margin-bottom: 10px;
}

.swagger-ui .information-container .block {
    padding: 0;
}

.swagger-ui .opblock-body pre.microlight {
    color: #7de0aa
}

.swagger-ui .scheme-container {
    box-shadow: unset;
    margin-left: 20px !important;
}

.swagger-ui .scheme-container .schemes label {
    display: block;
    width: 100%;
}

.swagger-ui .scheme-container .schemes .schemes-title {
    display: block;
    margin-bottom: 24px;
}

.swagger-ui .scheme-container .schemes select {
    box-shadow: unset;
    border-radius: 0%;
    display: block;
    width: 100%;
    height: 45px;
    padding: 5px 10px 8px;
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #000;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swagger-ui .block {
    padding: 0;
}

.swagger-ui .opblock-tag-section h4.opblock-tag {
    padding: 0 6px;
    margin-bottom: 22px;
    font-size: 24px;
}

.swagger-ui .opblock-tag-section h4.opblock-tag+div>span .opblock {
    margin-bottom: 28px;
}

.swagger-ui .opblock-tag-section h4.opblock-tag.no-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.swagger-ui .opblock-tag-section h4.opblock-tag.no-desc>a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.swagger-ui .opblock-tag-section .expand-operation {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.swagger-ui .opblock-tag-section .opblock {
    background-color: #f5f5f5;
}

.swagger-ui .opblock-tag-section .opblock-get {
    border: unset;
    border-bottom: 5px solid #285ae6;
}

.swagger-ui .opblock.opblock-delete .opblock-summary,
.swagger-ui .opblock.opblock-post .opblock-summary,
.swagger-ui .opblock.opblock-get .opblock-summary {
    border-color: #CCC;
}

.swagger-ui .opblock-tag-section .opblock-get .opblock-summary-method {
    background: #285ae6;
    color: #fff;
}

.swagger-ui .opblock-tag-section .opblock-post {
    border: unset;
    border-bottom: 5px solid #7de0aa;
}

.swagger-ui .opblock-tag-section .opblock-post .opblock-summary-method {
    background: #7de0aa;
    color: #000;
}

.swagger-ui .opblock-tag-section .opblock-delete {
    border: unset;
    border-bottom: 5px solid #d93448;
}

.swagger-ui .opblock-tag-section .opblock-delete .opblock-summary-method {
    background: #d93448;
    color: #fff;
}

.swagger-ui .opblock-tag-section .opblock-summary {
    padding: 18px 6px;
}

.swagger-ui .opblock-tag-section .opblock-summary-method {
    display: inline-block;
    min-width: 106px;
    padding: 11px 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    font-family: sans-serif;
    text-align: center;
}

.swagger-ui .opblock-tag-section .opblock-summary-path {
    display: inline-block;
    padding: 0 14px 0 7px;
    font-size: 16px;
    font-family: "UbuntuMono", sans-serif;
    font-weight: 500;
    color: #000;
}

.swagger-ui .opblock-tag-section .opblock-summary-description {
    display: inline-block;
}

.swagger-ui .opblock-tag-section .opblock-description-wrapper {
    padding: 8px 18px 12px;
}

.swagger-ui .opblock-tag-section .opblock-section-header {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 23px 20px 20px;
}

.swagger-ui .opblock-tag-section .opblock-section-header>h4 {
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: 0 10px 0 0;
}

.swagger-ui .opblock-tag-section .opblock-section-header h4 {
    font-size: 24px;
}

.swagger-ui .opblock-tag-section .opblock-section-header .tab-header {
    padding-right: 15px;
}

.swagger-ui .opblock-tag-section .opblock-section-header .btn {
    min-width: 160px;
    padding: 13px 10px;
    background: transparent;
    border: 2px solid #000;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .15em;
    color: #000;
    text-transform: uppercase;
}

.swagger-ui .opblock-tag-section .opblock-section-header .btn.try-out__btn {
    border: 2px solid #000;
    color: #000;
}

.swagger-ui .opblock-tag-section .opblock-section-header .btn.try-out__btn.cancel {
    border-color: #ffa06e;
    color: #ffa06e;
}

.swagger-ui .opblock-tag-section .opblock-section-header label {
    display: block;
    width: 100%;
    max-width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    padding: 0 10px 0;
}

.swagger-ui .opblock-tag-section .opblock-section-header label>span {
    font-weight: 400;
    display: block;
    margin-bottom: 14px;
    font-size: 15px;
    letter-spacing: .03em;
    color: #8F8F8F;
}

.swagger-ui .opblock-tag-section .opblock-section-header label .content-type-wrapper {
    position: relative;
    max-width: 255px;
}

.swagger-ui .opblock-tag-section .opblock-section-header label .content-type-wrapper:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swagger-ui .opblock-tag-section .opblock-section-header label select {
    cursor: pointer;
    display: block;
    background: unset;
    width: 100%;
    height: 45px;
    padding: 5px 10px 8px;
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #000;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swagger-ui .opblock-tag-section .opblock-section-header label select::-ms-expand {
    display: none;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .table-container {
    padding: 28px 21px;
    border-bottom: 2px solid #cccccc;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters tbody tr:first-child td {
    padding-top: 30px;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters tbody td {
    padding: 5px 10px 16px;
    vertical-align: top;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters tbody td:first-child {
    width: 45%;
    padding-left: 0;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters tbody td:last-child {
    width: 55%;
    padding-right: 0;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters .col_header {
    padding: 2px 10px 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters .col_header:first-child {
    width: 45%;
    padding-left: 0;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters .col_header:last-child {
    width: 45%;
    padding-right: 0;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters .parameter__name {
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 700;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters .parameter__in {
    font-family: "UbuntuMono", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters .parameter__type {
    margin-bottom: 13px;
    font-family: "UbuntuMono", sans-serif;
    font-size: 11px;
    font-weight: 500;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description {
    max-width: 330px;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description .markdown {
    font-size: 15px;
    color: #858585;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description .markdown i {
    font-style: normal;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description .markdown+.markdown {
    margin-bottom: 14px;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description .markdown+.markdown:last-of-type {
    margin-bottom: 8px;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description input,
.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description input[type="file"] {
    display: block;
    width: 100%;
    height: 45px;
    padding: 5px 10px 8px;
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #000;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description input::-webkit-input-placeholder,
.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description input[type="file"]::-webkit-input-placeholder {
    color: transparent;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description input:-ms-input-placeholder,
.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description input[type="file"]:-ms-input-placeholder {
    color: transparent;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description input::-ms-input-placeholder,
.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description input[type="file"]::-ms-input-placeholder {
    color: transparent;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description input::placeholder,
.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description input[type="file"]::placeholder {
    color: transparent;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description select {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    padding: 5px 10px 8px;
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #000;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.swagger-ui .opblock-tag-section .opblock-put {
    border: unset;
    border-bottom: 5px solid #fca130;
}
.swagger-ui .opblock.opblock-put .opblock-summary-method {
    background: #fca130;
    color: #fff;
}

.swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description select:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.swagger-ui .btn-group .btn,
.swagger-ui .opblock-tag-section .opblock .execute-wrapper .btn {
    max-width: 166px;
    margin: 5px 0px 30px;
    padding: 10px 10px;
    background: #285ae6;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .15em;
    color: #fff;
    text-transform: uppercase;
}


.swagger-ui .btn-group .btn.execute.opblock-control__btn {
    border: none;
    margin-right: 10px;
    border-radius: 22px;

}

.swagger-ui .btn-group .btn.btn-clear.opblock-control__btn {
    border: 2px solid #000;
    background-color: unset;
    color: #000;
    border-radius: 22px;

}

.swagger-ui .opblock-tag-section .opblock .execute-wrapper+.responses-wrapper {
    margin-top: -2px;
}

.swagger-ui .opblock-tag-section .opblock .responses-wrapper .opblock-section-header {
    padding-bottom: 8px;
}

.swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-inner {
    padding: 25px 21px;
}

.swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table {
    margin: 0;
}

.swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .responses-header td {
    padding: 2px 10px 5px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .responses-header td:first-child {
    width: 13%;
    padding-left: 0;
}

.swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .responses-header td:last-child {
    width: 87%;
    padding-right: 0;
}

.swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .response td {
    padding: 8px 10px;
    vertical-align: top;
}

.swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .response td:first-child {
    width: 13%;
    padding-left: 0;
}

.swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .response td:last-child {
    width: 87%;
    padding-right: 0;
}

.swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .response .response-col_description .response-col_description__inner {
    padding-top: 5px;
    margin-bottom: 12px;
    font-size: 16px;
}

.swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .highlight-code pre {
    background-color: #000;
    border-radius: 0;
    min-width: 100%;
    width: 100%;
    max-width: 590px;
    padding: 16px 30px;
    margin-bottom: 0;
    white-space: pre;
}

.swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .highlight-code pre span {
    color: inherit !important;
}

.swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .highlight-code pre span:first-child,
.swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .highlight-code pre span:last-child {
    display: block;
}

.swagger-ui .models {
    padding: 24px 22px;
    background-color: #f5f5f5;
    border-radius: 0% !important;
    border: unset !important;
}

.swagger-ui .models h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 8px;
    margin-bottom: 22px;
    font-size: 24px;
}

.swagger-ui .models h4 svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.swagger-ui section.models .model-container {
    padding: 17px 18px 12px;
    background-color: #e0e0e0;
}

.swagger-ui .models .model-container+.model-container {
    margin-top: 16px;
}

.swagger-ui .models .model tr td {
    color: #000;
    font-family: "UbuntuMono", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 10px;
}

.swagger-ui .models .model tr td:first-child {
    width: 40%;
    padding-left: 0;
}

.swagger-ui .models .model tr td:nth-child(2) {
    width: 60%;
}

.swagger-ui .models .model tr td:last-child {
    padding-right: 0;
}

.swagger-ui .models .model tr:first-child td {
    padding-top: 0;
}

.swagger-ui .models .model-box .model-toggle {
    position: relative;
    top: 0;
    margin-right: 8px;
}

.swagger-ui section.models .model-box .model-title {
    color: #000;
}

.swagger-ui section.models .model-box .brace-open {
    color: #000;
}

.swagger-ui section.models .model-box .brace-close {
    color: #000;
}

.swagger-ui section.models .model-box .inner-object {
    color: #000;
}

.swagger-ui section.models .model-box div.markdown>p {
    font-family: "UbuntuMono", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 0;
}

.swagger-ui section.models div.model-container div.model-box span.inner-object table.model {
    font-size: 16px;
    table-layout: fixed;
    width: 400px;
}

.swagger-ui .models .model-box .model-toggle:after {
    content: '';
    background: unset !important;
    top: 5px;
    right: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #000;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.swagger-ui .models .model-box .model-toggle.collapsed:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swagger-ui .models .model-box .model-title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}

.swagger-ui .models .model-box .brace-open,
.swagger-ui .models .model-box .brace-close {
    display: block;
}

.swagger-ui .models .model-box .brace-open {
    padding: 7px 4px 0;
}

.swagger-ui .models .model-box .inner-object {
    display: block;
    padding: 0 4px;
    margin: -6px 0 0;
    font-family: "UbuntuMono", sans-serif;
    font-size: 16px;
}

.swagger-ui .models .model-box .inner-object .model {
    margin-bottom: 0;
}

.swagger-ui .models .model-box .prop span {
    font-family: "UbuntuMono", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal !important;
    color: #000 !important;
}

.swagger-ui .models .model-box .prop .prop-type {
    display: inline-block;
    color: #285ae6 !important;
}

.swagger-ui .models .model-box .prop .prop-type+span:not(.prop-format) {
    display: block;
    margin: -4px 0;
}

.swagger-ui .models .model-box .prop .prop-type+span:not(.prop-format) br {
    display: none;
}

.swagger-ui .models .model-box .prop .markdown {
    line-height: 1.2;
}

.swagger-ui .models .model-box .prop .markdown+.prop-enum {
    display: block;
    margin: -2px 0;
}

.swagger-ui .models .model-box .prop .prop-format {
    display: inline-block;
}

.swagger-ui .models .model-box .prop .prop-format+span {
    display: block;
    margin: -4px 0 -2px;
}

.swagger-ui .models .model-box .prop .prop-format+span br {
    display: none;
}

.swagger-ui .models .model-box .prop .prop-enum br {
    display: none;
}

.swagger-ui .models .model-box .prop .prop-enum>span {
    display: block;
    margin: -2px 0;
}

.swagger-ui .models.is-open h4 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

@media (max-width: 991px) {
    .swagger-ui .scheme-container .schemes .schemes-title {
        margin-bottom: 7px;
    }

    .swagger-ui .scheme-container .schemes select {
        padding: 5px 13px 8px;
    }

    .swagger-ui .opblock-tag-section .opblock-section-header {
        padding: 29px 20px 8px;
    }

    .swagger-ui .opblock-tag-section .opblock .execute-wrapper {
        text-align: left;
        display: block;
    }

    .swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .highlight-code pre {
        max-width: 362px;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description .markdown+.markdown {
        margin-bottom: 16px;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .table-container {
        padding: 38px 20px;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters .col_header:first-child {
        width: 48%;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters .col_header:last-child {
        width: 52%;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters tbody tr:first-child td {
        padding-top: 52px;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters tbody td {
        padding-bottom: 45px;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters tbody td:first-child {
        width: 48%;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters tbody td:last-child {
        width: 52%;
    }

    .swagger-ui .models {
        padding: 25px 26px;
    }

    .swagger-ui .models .model tr td:nth-child(1) {
        width: 43%;
    }

    .swagger-ui .models .model tr td:nth-child(2) {
        width: 57%;
    }
}

.swagger-ui .info .main a.link {
    display: none;
}

@media (max-width: 767px) {
    .swagger-ui .scheme-container {
        margin-bottom: 110px;
    }

    .swagger-ui .scheme-container .schemes .schemes-title {
        margin-bottom: 22px;
    }

    .swagger-ui .opblock-tag-section .opblock-summary {
        padding: 22px 14px;
    }

    .swagger-ui .opblock-tag-section .opblock-summary-method {
        display: block;
        min-width: 100px;
        max-width: 100px;
        padding: 12px 15px;
        margin-bottom: 20px;
    }

    .swagger-ui .opblock-tag-section .opblock .opblock-section {
        border-top: 2px solid #cccccc;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .table-container {
        border-top: 2px solid #cccccc;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters .col_header {
        display: none;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters tbody tr:first-child td {
        padding: 16px 0;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters tbody tr:first-child td:first-child {
        width: 100%;
        padding-top: 0;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters tbody tr:first-child td:last-child {
        width: 100%;
        padding-bottom: 3px;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters tbody td {
        display: block;
        width: auto;
        padding: 16px 0;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters tbody td:first-child {
        width: 100%;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters tbody td:last-child {
        width: 100%;
        padding-bottom: 3px;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description .markdown+.markdown {
        margin-bottom: 14px;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description .markdown+.markdown:last-of-type {
        margin-bottom: 8px;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description .markdown:not(:last-child) {
        margin-bottom: 14px;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description input,
    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description input[type="file"] {
        height: 30px;
        padding: 2px 10px;
        font-size: 20px;
    }

    .swagger-ui .opblock-tag-section .opblock .parameters-container .parameters-col_description select {
        height: 45px;
        padding: 5px 10px 8px;
        font-size: 20px;
    }

    .swagger-ui .opblock-tag-section .opblock-section-header {
        padding: 12px 12px 8px 20px;
        border-bottom: 0;
    }

    .swagger-ui .opblock-tag-section .opblock-section-header h4 {
        font-size: 22px;
    }

    .swagger-ui .opblock-tag-section .opblock-section-header .btn {
        min-width: 99px;
    }

    .swagger-ui .opblock-tag-section .opblock-section-header>h4,
    .swagger-ui .opblock-tag-section .opblock-section-header label {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .swagger-ui .opblock-tag-section .opblock-section-header+.parameters-container {
        border-top: 0;
    }

    .swagger-ui .opblock-tag-section .opblock .execute-wrapper .btn {
        width: 166px;
        height: 44px;
        max-width: 166px;
        padding: 10px 10px;
        background: #285ae6;
        border-radius: 22px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .15em;
        color: #fff;
        text-transform: uppercase;
        margin: 5px 18px 30px;
    }

    .swagger-ui .opblock-tag-section .opblock .responses-wrapper .opblock-section-header {
        padding: 40px 0 8px;
    }

    .swagger-ui .opblock-tag-section .opblock .responses-wrapper .opblock-section-header h4 {
        padding: 0 25px;
        margin-bottom: 30px;
    }

    .swagger-ui .opblock-tag-section .opblock .responses-wrapper .opblock-section-header label {
        padding: 0 23px;
    }

    .swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-inner {
        padding: 15px 25px;
    }

    .swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .response td:first-child {
        width: 40%;
    }

    .swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .response td:last-child {
        width: 60%;
    }

    .swagger-ui .opblock-tag-section .opblock .responses-wrapper .responses-table .highlight-code pre {
        max-width: 80px;
    }

    .swagger-ui .models {
        padding: 24px 0;
    }

    .swagger-ui .models h4 {
        padding: 0 24px;
    }

    .swagger-ui .models .model-container {
        padding: 18px 25px;
    }

    .swagger-ui .models .model-box .model-title {
        font-size: 16px;
    }

    .swagger-ui .models .model-box .inner-object {
        margin: -2px 0 0;
        font-size: 11px;
    }

    .swagger-ui .models .model-box .prop span {
        font-size: 11px;
    }

    .swagger-ui .models .model-box .prop .prop-type+span:not(.prop-format) {
        margin: 0;
    }

    .swagger-ui .models .model-box .prop .markdown {
        line-height: 1.5;
    }

    .swagger-ui .models .model tr td:nth-child(1),
    .swagger-ui .models .model tr td:nth-child(2) {
        width: 50%;
        word-break: break-word;
    }
}