.territorial-bodies-map-text a:hover {
    text-decoration: underline;
}

.dataSelectBody p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #111111;
}

.select {
    margin-left: auto;
    position: relative;
    max-width: 664px;
}

.select-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.select-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #111111;
}

.select.is-active .select__body {
    display: block;
}

.select__header {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px 10px 16px;
    border: 1px solid #A5B3BF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.select__current {
    cursor: pointer;
    font-size: 16px;
    line-height: 150%;
    color: #111;
    min-height: 24px;
}

.select__icon {
    position: absolute;
    right: 0;
    top: 50%;
    padding-right: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select__body {
    border: 1px solid #A5B3BF;
    border-top: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 2px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #fff;
    z-index: 10;
}

.select__body-scrollWrapper {
    padding: 0 0 14px;
    max-height: 235px;
    overflow-y: scroll;
    margin: 10px 13px 10px 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select__body-scrollWrapper::-webkit-scrollbar {
    border: 0;
    background: #ffffff;
    width: 4px;
}

.select__body-scrollWrapper::-webkit-scrollbar-button {
    display: none;
}

.select__body-scrollWrapper::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #C5CFDA;
}

.select__body-scrollWrapper::-webkit-scrollbar-thumb {
    background: #738AA4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.select__body:after {
    content: '';
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    top: 0;
    left: 20px;
    height: 1px;
    background: #C5CFDA;
}

.select__item {
    cursor: pointer;
    font-size: 16px;
    line-height: 150%;
    color: #111;
    padding: 10px 0 10px 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.select__item:hover {
    color: #0065B1;
}

.active {
    display: block !important;
}

.territorial-bodies-map {
    max-width: 1136px;
    width: 100%;
}

.territorial-bodies-map {
    overflow-y: auto;
}

.territorial-bodies-map--mobile {
    padding: 20px 20px 32px 20px;
    display: none;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.territorial-bodies-map svg .svg-map {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.territorial-bodies-map svg .cfo:hover path, .territorial-bodies-map svg .cfo:hover rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #0A3970;
}

.territorial-bodies-map svg .cfo:hover ~ .territorial-bodies-map-title--cfo path, .territorial-bodies-map svg .cfo:hover ~ .territorial-bodies-map-title--cfo rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #fff;
}

.territorial-bodies-map svg .dfo:hover {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
}

.territorial-bodies-map svg .dfo:hover path, .territorial-bodies-map svg .dfo:hover rect {
    fill: #0A3970;
}

.territorial-bodies-map svg .dfo:hover ~ .territorial-bodies-map-title--dfo path, .territorial-bodies-map svg .dfo:hover ~ .territorial-bodies-map-title--dfo rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #fff;
}

.territorial-bodies-map svg .ufo:hover path, .territorial-bodies-map svg .ufo:hover rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #0A3970;
}

.territorial-bodies-map svg .ufo:hover ~ .territorial-bodies-map-title--ufo path, .territorial-bodies-map svg .ufo:hover ~ .territorial-bodies-map-title--ufo rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #fff;
}

.territorial-bodies-map svg .sfo:hover path, .territorial-bodies-map svg .sfo:hover rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #0A3970;
}

.territorial-bodies-map svg .sfo:hover ~ .territorial-bodies-map-title--sfo path, .territorial-bodies-map svg .sfo:hover ~ .territorial-bodies-map-title--sfo rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #fff;
}

.territorial-bodies-map svg .szfo:hover path, .territorial-bodies-map svg .szfo:hover rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #0A3970;
}

.territorial-bodies-map svg .szfo:hover ~ .territorial-bodies-map-title--szfo path, .territorial-bodies-map svg .szfo:hover ~ .territorial-bodies-map-title--szfo rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #fff;
}

.territorial-bodies-map svg .skfo:hover path, .territorial-bodies-map svg .skfo:hover rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #0A3970;
}

.territorial-bodies-map svg .skfo:hover ~ .territorial-bodies-map-title--skfo path, .territorial-bodies-map svg .skfo:hover ~ .territorial-bodies-map-title--skfo rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #fff;
}

.territorial-bodies-map svg .pfo:hover path, .territorial-bodies-map svg .pfo:hover rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #0A3970;
}

.territorial-bodies-map svg .pfo:hover ~ .territorial-bodies-map-title--pfo path, .territorial-bodies-map svg .pfo:hover ~ .territorial-bodies-map-title--pfo rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #fff;
}

.territorial-bodies-map svg .yfo:hover path, .territorial-bodies-map svg .yfo:hover rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #0A3970;
}

.territorial-bodies-map svg .yfo:hover ~ .territorial-bodies-map-title--yfo path, .territorial-bodies-map svg .yfo:hover ~ .territorial-bodies-map-title--yfo rect {
    -webkit-transition: fill 0.3s ease-in;
    -o-transition: fill 0.3s ease-in;
    transition: fill 0.3s ease-in;
    fill: #fff;
}

.territorial-bodies-map-text {
    margin-top: 80px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #111111;
}

.territorial-bodies-map-text--bottom {
    margin: 0;
}

.territorial-bodies-map-text a {
    color: #0065B1;
}

.map-close {
    cursor: pointer;
    width: 23px;
    height: 22px;
    position: absolute;
    right: 4px;
    top: -4px;
}

.map-close:before, .map-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 22px;
    width: 1px;
    background-color: #333;
}

.map-close:before {
    transform: rotate(45deg);
}

.map-close:after {
    transform: rotate(-45deg);
}

.map-modal {
    display: none;
    position: absolute;
    top: 600px;
    right: 0;
    left: 50%;
    bottom: 0;
    max-width: 551px;
    max-height: 524px;
    height: 100%;
    padding: 20px 20px 32px 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.map-modal-list li:first-child .map-modal-link {
    font-weight: 500;
}

.map-modal .map-modal-title {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #111111;
}

.map-modal .map-modal-title svg {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    content: "";
    top: 50%;
    z-index: 10;
    right: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.map-modal .map-modal-link {
    cursor: pointer;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0065B1;
    -webkit-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}

.map-modal .map-modal-link:hover {
    font-weight: 400;
    color: #0A3970;
}

.modal-internal {
    display: none;
    position: absolute;
    content: '';
    top: 600px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 740px;
    width: 100%;
    height: auto;
    padding: 20px 20px 32px 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 10;
}

.modal-internal-title {
    position: relative;
    padding-left: 24px;
    margin-bottom: 43px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #111111;
}

.modal-internal-title .modal-internal-close {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    content: "";
    top: 50%;
    z-index: 10;
    right: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-internal-title .modal-internal-back {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    content: "";
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-internal-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #111111;
}

.modal-internal-text .spanBlock {
    display: block;
}

.modal-internal-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8px;
}

.modal-internal-item:not(:last-child) {
    border-bottom: 1px solid #C5CFDA;
    margin-bottom: 20px;
}

.modal-internal-item p:first-child {
    max-width: 215px;
    width: 100%;
    margin-right: 20px;
}

.modal-internal-link {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #0065B1 !important;
}

.map-modal-item {
    margin-bottom: 0 !important;
}

.dataSelectBody {
    display: none;
}

.dataSelectBody.active {
    margin-top: 32px;
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-internal-btn {
    margin-left: auto;
    position: relative;
    display: none;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 13px 16px 13px 44px;
    font-family: "GOST UI 2", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #0A3970;
}

.modal-internal-btn .internalClose {
    position: absolute;
    content: "";
    top: 50%;
    left: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-internal-btn:hover {
    background-color: #0065B1;
}

.sub-item {
    padding-left: 14px;
}

.select__body--first {
    z-index: 3;
}

.modal-internal--mobile h4 {
    padding-left: 0;
}

@media (max-width: 1024px) {
    .modal-internal--mobile h4 {
        display: none;
    }

    .modal-internal {
        display: none !important;
    }

    .sub-item {
        padding-left: 30px;
    }

    .territorial-bodies-map {
        display: none;
    }

    .map-modal, .modal-internal {
        top: 620px;
    }
}

@media (max-width: 1024px) {
    .territorial-bodies-map--mobile {
        display: block;
    }

    .territorial-bodies-map-text {
        font-size: 16px;
    }
}

@media (max-width: 1024px) and (orientation: portrait) {
    .map-modal, .modal-internal {
        top: 620px;
    }
}

@media (max-width: 830px) {
    .map-modal, .modal-internal {
        top: 578px;
    }
}

@media (max-width: 768px) {
    .map-modal, .modal-internal {
        top: 680px;
    }

    .modal-internal-title .modal-internal-back {
        top: 10px;
    }

    .modal-internal-title {
        font-size: 15px;
    }

    .modal-internal-title svg:first-child {
        display: none;
    }

    .modal-internal-btn {
        display: block;
    }

    .select-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .modal-internal {
        max-width: 576px;
    }

    .select-wrapper p, .dataSelectBody p {
        margin-bottom: 20px;
    }
}

@media (max-width: 625px) {
    .map-modal, .modal-internal {
        top: 705px;
    }

    .modal-internal {
        max-width: 420px;
    }
}

@media (max-width: 477px) {
    .map-modal, .modal-internal {
        top: 789px;
    }

    .modal-internal-item p:first-child {
        max-width: 111px;
    }

    .modal-internal {
        max-width: 280px;
        padding: 20px 17px 20px 17px;
    }
}

/*# sourceMappingURL=territorial-bodies.css.map */

/* End */
/* /html/build/css/territorial-bodies.css?169876458714358 */


/* Start:/html/build/css/leadership.css?16987645873621*/
.section-leadership .inner-page-body {
    display: block;
}

.section-leadership .inner-page-body .ratingWrapper {
    display: none;
}

.leadership-wrapper {
    width: 100%;
}

.leadership-list-img {
    margin-right: 32px;
    max-width: 384px;
    max-height: 384px;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.leadership-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.leadership-list-item:not(:last-child) {
    margin-bottom: 64px;
}

.leadership-list-descriptionWrapper {
    max-width: 800px;
    width: 100%;
}

.leadership-list-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #111111;
    margin-bottom: 20px;
}

.leadership-list-subTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #111111;
}

.leadership-list-textTitle {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #111111;
    margin-bottom: 22px;
}

.leadership-list-text {
    max-width: 740px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #111111;
    margin-bottom: 20px;
}

.leadership-list-subTitleText {
    max-width: 490px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #111111;
    margin-bottom: 32px;
}

.leadership-list-spoilerWrapper {
    display: none;
}

.leadership-list-spoilerWrapper.active {
    display: block;
}

.leadership-btn {
    position: relative;
    padding: 0 24px 8px 0;
    font-family: "GOST UI 2", sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #0065B1;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #C5CFDA;
    width: 100%;
}

.leadership-btn:focus {
    outline: none;
}

.leadership-btn:after {
    display: none;
}

.leadership-btn.active-btn:after {
    top: 7px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 1023px) {
    .leadership-list-text, .leadership-list-textTitle, .leadership-list-subTitleText, .leadership-list-subTitleText {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 1rem;
    }

    .leadership-list-title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 840px) {
    .leadership-list-item {
        margin-top: 32px;
    }

    .leadership-list-item:not(:last-child) {
        margin-bottom: 32px;
    }

    .leadership-list-img {
        margin: 0 32px 32px 0;
        height: -webkit-calc(0.5 * 100vw + -36px);
        height: calc(0.5 * 100vw + -36px);
    }
}

@media (max-width: 576px) {
    .leadership-list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
    }

    .leadership-list-img {
        width: 100%;
        max-width: -webkit-calc(1 * 100vw + -40px);
        max-width: calc(1 * 100vw + -40px);
        margin: 0 0 32px 0;
        max-height: -webkit-calc(1 * 100vw + -40px);
        max-height: calc(1 * 100vw + -40px);
        height: -webkit-calc(1 * 100vw + -40px);
        height: calc(1 * 100vw + -40px);
    }
}

/*# sourceMappingURL=leadership.css.map */

/* End */
/* /html/build/css/leadership.css?16987645873621 */


/* Start:/html/build/css/state-competence.css?16987645871937*/
.state-competence-container-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.state-competence-container-block .state-competence-container-block-icon {
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #E5EBF1;
    margin-right: 30px;
}

.state-competence-container-block .state-competence-container-block-svg {
    color: #738AA4;
}

.state-competence-container-block .state-competence-container-block-element {
    width: 80%;
}

.state-competence-container-block .state-competence-container-block-element-title {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin-bottom: 23px;
    width: 1113px;
    margin-top: 14px;
}

.state-competence-container-block .state-competence-container-block-element-about .state-competence-container-block-element-about-link {
    color: #0065B1;
}

.state-competence-container-block .ratingWrapper {
    display: none;
}

@media screen and (max-width: 1230px) {
    .state-competence-container-block .state-competence-container-block-element-title {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .state-competence-container-block {
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

    .state-competence-container-block .state-competence-container-block-element {
        width: 100%;
        margin-top: 16px;
    }

    .state-competence-container-block-element-about span {
        display: block;
    }
}

.modal-body table tbody tr {
    width: 100%;
    min-width: auto;
}

.modal-body table tbody tr:last-child {
    border: 0;
}

a, input[type=submit], input[type=send] {
    cursor: pointer;
}

#msgBoxText .register-email, #msgBoxText .register_message, #msgBoxText .register-disclaimer {
    display: none;
}

input[type=checkbox] {
    height: auto;
    cursor: pointer;
}

form.initiated .filterOptions {
    display: block !important;
}

#date_filter_part1, #date_filter_part2 {
    height: 44px;
}

#date_filter_part1 span, #date_filter_part2 {
    line-height: 44px;
}

#vote {
    width: 240px;
    float: right;
    text-align: left;
    font-size: 8pt;
    background-color: #F3F3F3;
    padding: 5px 3px 10px 5px;
    border: 0 !important;
    border-radius: 5px;
    position: absolute;
    z-index: 100;
    display: none;
    right: 0;
    top: 30px;
}

#vote label {
    width: 100%;
    font-size: 8pt;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
}

#vote input[name=vote] {
    vertical-align: middle;
    margin: 0 5px 2px 5px;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}

#vote .vote_success {
    text-align: center;
    font-size: 14px;
    margin: 0;
}

.manyVoteRecords {
    background: whitesmoke;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 40px;
}

.loading-ajax2 {
    position: relative;
}

.loading-ajax2 .spinner {
    position: absolute;
    display: block;
    background: #fff url(/i/spinner.svg) center no-repeat;
}

.loading-ajax2 button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 100px;
    height: 30px;
}