@import "https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    background: #F4F6F8;
    color: #0E0E0E
}

html,
body {
    overflow-x: hidden;
    height: 100%
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

a {
    display: block;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    outline: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

a:hover,
a:focus {
    text-decoration: none
}

input,
textarea,
select,
.form-control {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid rgba(90, 90, 90, 0.5);
    background: #FFF;
    width: 100%;
    height: 36px;
    color: #5A5A5A;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 300;
    box-shadow: none;
    cursor: pointer
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: rgba(90, 90, 90, 0.5)
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.form-control::-moz-placeholder {
    color: rgba(90, 90, 90, 0.5)
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: rgba(90, 90, 90, 0.5)
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: rgba(90, 90, 90, 0.5)
}

input::placeholder,
textarea::placeholder,
select::placeholder,
.form-control::placeholder {
    color: rgba(90, 90, 90, 0.5)
}

input:hover,
textarea:hover,
select:hover,
.form-control:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(90, 90, 90, 0.5);
    border: 1px solid #007BFF
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
    color: #5A5A5A;
    border: 1px solid #007BFF;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-dropdown {
    background: #FFF url(/img/arrow-bottom.svg) no-repeat calc(100% - 10px) center;
    background-size: 8px
}

label {
    display: block;
    position: relative;
    width: 100%
}

.input-title {
    width: 100%;
    min-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 4px;
    color: #0E0E0E;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%
}

.input-title__text {
    margin: 0 0 0 auto
}

.input-title sup {
    font-weight: 700;
    margin: 0 0 -10px 2px
}

[type=radio],
[type=checkbox] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

textarea {
    resize: none;
    padding: 12px 17px;
    height: 103px
}

.error-label input {
    border: 1px solid #D92A2A;
    color: #5A5A5A
}

.error-label input::-webkit-input-placeholder {
    color: #5A5A5A
}

.error-label input::-moz-placeholder {
    color: #5A5A5A
}

.error-label input:-ms-input-placeholder {
    color: #5A5A5A
}

.error-label input::-ms-input-placeholder {
    color: #5A5A5A
}

.error-label input::placeholder {
    color: #5A5A5A
}

.error-label input:hover,
.error-label input:focus {
    border: 1px solid #D92A2A
}

.error-label .error-box {
    display: block
}

.error-box {
    margin: 4px 0 0;
    width: 100%;
    color: #D92A2A;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%
}

button,
.btn {
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Ubuntu", sans-serif;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0
}

button:hover,
button:focus,
.btn:hover,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    border-radius: 8px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.btnSearch,
.btn-accent {
    color: #fff;
    background: #2862AC
}

.btnSearch:hover,
.btn-accent:hover {
    background: #007BFF;
    color: #fff
}

.btnSearch:focus,
.btnSearch.active,
.btn-accent:focus,
.btn-accent.active {
    background: #007BFF;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 123, 255, 0.4);
    box-shadow: 0 0 14px 0 rgba(0, 123, 255, 0.4);
    color: #fff
}

.btnSearch.disabled,
.btn-accent.disabled {
    background: #5A5A5A;
    color: #fff
}

.btn-border {
    border: 1px solid #2862AC;
    color: #2862AC;
    background: #fff
}

.btn-border:hover {
    background: #2862AC;
    color: #fff
}

.btn-border:hover .svg-icon {
    fill: #fff
}

.btn-border:focus,
.btn-border.active {
    background: #007BFF;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 123, 255, 0.4);
    box-shadow: 0 0 14px 0 rgba(0, 123, 255, 0.4);
    color: #fff;
    border-color: #007BFF
}

.btn-border.disabled {
    border: 1px solid #5A5A5A;
    background: #FFF;
    color: #5A5A5A
}

.btn-border .svg-icon {
    width: 13px;
    height: 12px;
    margin: 0 0 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    fill: #2862AC
}

.btn-border .svg-icon-prev {
    margin: 0 8px 0 0
}

.btn-group {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn-group .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 24px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.btn-group .btn:last-child {
    margin: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-radius: 8px
}

.svg-icon {
    display: inline-block;
    width: 100%;
    height: 100%
}

strong,
b {
    font-weight: 700;
    display: inline
}

ul,
ol {
    padding: 0 0 0 20px
}

.my-ul {
    list-style: none;
    padding: 0
}

.list-dots {
    list-style-type: disc
}

h1 {
    font-size: 36px;
    text-transform: uppercase
}

.content h1 {
    margin: 0 0 24px
}

h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 24px
}

.h3 {
    font-size: 24px;
    font-weight: 500;
    width: 100%
}

.h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 24px;
    text-transform: uppercase
}

.descCardsInfo {
    color: #5A5A5A;
    font-weight: 300;
    margin: 0 0 24px
}

.container {
    max-width: 1320px;
    padding: 0 12px
}

.row {
    margin: 0 -12px
}

.row>* {
    padding: 0 12px
}

.m-24 {
    margin: 24px 0
}

.mb-16 {
    margin-bottom: 16px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-36 {
    margin-bottom: 36px
}

.mb-64 {
    margin-bottom: 64px
}

.mt-24 {
    margin-top: 24px
}

.m-24 {
    margin: 24px 0
}

.m-64 {
    margin: 64px 0
}

.h-auto {
    height: auto
}

.cardWhite {
    background: #fff;
    border-radius: 12px
}

.color-accent {
    color: #2862AC
}

a.color-accent {
    color: #2862AC
}

a.color-accent:hover {
    color: #007BFF
}

a.color-white {
    color: #fff
}

a.color-white:hover {
    color: #2862AC
}

.text-decoration-line {
    text-decoration: underline
}

.font-500 {
    font-weight: 500
}

.box-text {
    color: #5A5A5A;
    line-height: 160%;
    font-weight: 300
}

.box-text p {
    margin: 0 0 12px
}

.box-text p:last-child {
    margin: 0
}

.color-black {
    color: #0E0E0E
}

.color-red {
    color: #D92A2A
}

.dropdown.show .dropdown-toggle {
    color: #2862AC;
    font-weight: 500
}

.scroll-vertical {
    width: 100%
}

.scroll-vertical::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 2px
}

.scroll-vertical::-webkit-scrollbar-track {
    background-color: #2862AC;
    border-radius: 2px
}

.scroll-vertical::-webkit-scrollbar-track-piece {
    background-color: #E5E7EA;
    border-radius: 2px
}

.scroll-vertical::-webkit-scrollbar-thumb {
    background-color: #2862AC;
    border-radius: 2px
}

.scroll-vertical::-webkit-scrollbar-corner {
    background-color: #E5E7EA;
    border-radius: 2px
}

.scroll-vertical::-webkit-resizer {
    background-color: #2862AC;
    border-radius: 2px
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #2862AC
}

.slick-slider {
    width: 100%
}

.slick-slide {
    outline: none
}

.tibrr-cookie-consent {
    position: fixed;
    z-index: 10;
    bottom: 44px;
    left: 44px;
    border-radius: 24px;
    background: #FFF;
    max-width: 416px;
    width: 100%;
    -webkit-box-shadow: 0 -4px 54px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -4px 54px 0 rgba(0, 0, 0, 0.1)
}

.tibrr-cookie-consent-text-title {
    color: #0E0E0E;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px
}

.tibrr-cookie-consent-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 24px 109px 24px 24px;
    width: 100%
}

.tibrr-cookie-consent-container .box-text {
    margin: 14px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    max-width: 238px
}

.tibrr-cookie-consent-icon {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 158px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tibrr-cookie-consent-icon img {
    width: 100%
}

.tibrr-cookie-consent-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
    color: #2862AC
}

.tibrr-cookie-consent-button:hover {
    color: #007BFF
}

.tooltip-wrapper {
    position: relative;
    margin: 0 0 0 4px
}

.tooltip-wrapper:hover .btn-tooptip {
    background: #2862AC;
    color: #fff
}

.tooltip-wrapper:hover .tooltip-box {
    display: block
}

.btn-tooptip {
    cursor: pointer;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(90, 90, 90, 0.1);
    color: #2862AC;
    font-size: 11px;
    font-weight: 500;
    width: 14px;
    height: 14px;
    min-width: 14px;
    -webkit-transition: .3s;
    transition: .3s
}

.btn-tooptip-white {
    background: #fff
}

.tooltip-box {
    position: absolute;
    z-index: 3;
    min-width: 290px;
    max-width: 290px;
    border-radius: 8px;
    background: #FFF;
    -webkit-box-shadow: 0 -4px 54px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -4px 54px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 11px 14px 15px;
    font-weight: 300;
    line-height: 140%;
    font-size: 14px;
    color: #5A5A5A;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-27%, 0);
    transform: translate(-27%, 0);
    margin: 4px 0 0;
    display: none
}

.tooltip-box__close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 14px;
    right: 14px;
    background: url(/img/close-blue.svg) no-repeat center;
    background-size: 100%;
    display: none
}

.nav-tabs {
    width: 100%;
    border-radius: 0;
    border: none
}

.nav-tabs .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.nav-tabs .nav-link {
    color: #5A5A5A;
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(90, 90, 90, 0.25);
    padding: 12px;
    text-align: center;
    width: 100%
}

.nav-tabs .nav-link:hover {
    color: #2862AC
}

.nav-tabs .nav-link.active {
    background: transparent;
    color: #2862AC;
    border-bottom: 2px solid #2862AC
}

.tab-content {
    padding: 24px 0 0
}

.select-tab {
    background: url(/img/arrow-bottom.svg) no-repeat calc(100% - 10px) center;
    background-size: 8px
}

.form-check-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #0E0E0E;
    font-size: 12px;
    font-weight: 300
}

.form-check-label input {
    display: none
}

.form-check-label input:checked~.checkbox-custom {
    background: #2862AC url(/img/checked.svg) no-repeat center;
    background-size: 12px;
    border-color: #2862AC
}

.form-check-label input:checked~.checkbox-custom:hover {
    background: #007BFF url(/img/checked.svg) no-repeat center;
    background-size: 12px;
    border-color: #007BFF
}

.checkbox-custom {
    margin: 0 4px 0 0;
    position: relative;
    border-radius: 2px;
    border: 1px solid #5A5A5A;
    background: #FFF;
    width: 12px;
    height: 12px;
    min-width: 12px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.checkbox-custom:hover {
    border-color: #007BFF
}

.mainWrapper {
    padding: 76px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.content {
    padding: 48px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.page {
    position: relative
}

.breadcrumbs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    color: #5A5A5A;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 48px
}

.breadcrumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs li::after {
    content: "/";
    margin: 0 8px;
    font-size: 16px;
    font-weight: 500;
    color: #2862AC
}

.breadcrumbs li:last-child::after {
    display: none
}

.breadcrumbs li a {
    color: #2862AC;
    text-decoration: underline
}

.breadcrumbs li a:hover {
    color: #007BFF
}

.application-advantages-list {
    position: relative;
    z-index: 1;
    color: #5A5A5A;
    font-weight: 300;
    line-height: 100%;
    font-size: 16px
}

.application-advantages-list li {
    position: relative;
    padding: 0 0 0 28px;
    margin: 0 0 24px
}

.application-advantages-list li:last-child {
    margin: 0
}

.application-advantages-list li:last-child::after {
    display: none
}

.application-advantages-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background: #2862AC;
    border-radius: 50%
}

.application-advantages-list li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    background: #2862AC;
    width: 2px;
    height: calc(100% + 24px)
}

.list-dots-white {
    color: #fff
}

.list-dots-white li::before,
.list-dots-white li:after {
    background: #fff
}

.general-box {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 24px
}

.general-box .titleHome {
    border-bottom: 2px solid #000
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
    margin: 12px 0 0
}

.pagination li {
    margin: 0 5px 0 0
}

.pagination li:last-child {
    margin: 0
}

.pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .14px;
    color: #0E0E0E;
    fill: #0E0E0E;
    background: #fff;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px
}

.pagination li a:hover,
.pagination li a.active {
    background: #2862AC;
    color: #fff
}

.pagination li a:hover .svg-icon,
.pagination li a.active .svg-icon {
    fill: #fff
}

.pagination li .svg-icon {
    fill: #0E0E0E;
    width: 16px;
    height: 16px
}

.pagination li span {
    background: #fff;
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px
}

.table {
    width: 100%;
    font-size: 14px;
    color: #5A5A5A;
    text-align: left;
    margin: 0
}

.table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    background: #F4F6F8;
    padding: 0 24px;
    -webkit-transition: .3s;
    transition: .3s
}

.table-row:hover {
    background: #fff
}

.table-row:hover .itemTableTravelBan {
    border-color: transparent
}

.nameInTable {
    color: #fff;
    border-radius: 12px 12px 0 0;
    background: #019867;
    width: 100%;
    font-size: 18px;
    font-weight: 700
}

.nameInTable:hover {
    background: #019867
}

.nameInTable .itemTableTravelBan {
    border: none
}

.itemTableTravelBan {
    width: 100%;
    padding: 22px 0 20px;
    border-bottom: 4px solid #E5E7EA
}

.descHome {
    color: #5A5A5A;
    font-weight: 300;
    line-height: 140%
}

.title-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.progress-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 0 auto
}

.progress-steps {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #2862AC
}

.js-tab-content {
    display: none;
    width: 100%
}

.js-tab-content.active {
    display: block
}

.stats-box,
.phones-box {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    font-size: 14px;
    margin: 0 0 24px
}

.stats-box__head {
    width: 100%;
    color: #fff;
    padding: 24px;
    background: #2862AC;
    font-weight: 300;
    border-radius: 12px 12px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.stats-box__title {
    text-transform: uppercase;
    font-weight: 500
}

.stats-box__name {
    margin: 8px 0 0;
    width: 100%
}

.stats-box__body {
    width: 100%;
    padding: 24px
}

.stats-box__body .box-text {
    font-weight: 400
}

.stats-box .box-text,
.phones-box .box-text {
    margin: 0 0 12px
}

.stats-box .box-text:last-child,
.phones-box .box-text:last-child {
    margin: 0
}

.stats-box-item {
    margin: 0 0 24px
}

.stats-box-item:last-child {
    margin: 0
}

.stats-box-item .h3 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    margin: 0
}

.stats-box-item__title {
    margin: 0 0 12px
}

.stats-box-item__body {
    font-weight: 300;
    line-height: 130%
}

.stats-box-item a {
    color: #5A5A5A
}

.stats-box-item a:hover {
    color: #2862AC
}

.stats-box-item-checked {
    display: none !important
}

.stats-box-item-checked.click {
    display: block !important
}

.stats-box__toggle,
.phones-box__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #2862AC;
    margin: 24px 0 0
}

.stats-box__toggle .svg-icon,
.phones-box__toggle .svg-icon {
    width: 8px;
    min-width: 8px;
    height: 9px;
    fill: #2862AC;
    margin: 0 0 0 4px
}

.stats-box__toggle.trigger .svg-icon,
.phones-box__toggle.trigger .svg-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.stats-box__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stats-box .form-check-label,
.phones-box .form-check-label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 14px
}

.stats-box .sum-value,
.phones-box .sum-value {
    color: #5A5A5A;
    font-size: 24px;
    font-weight: 700
}

.stats-box .tooltip-wrapper,
.phones-box .tooltip-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.add-payment {
    color: #fff;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0 auto
}

.add-payment:hover,
.add-payment:focus {
    color: #fff
}

.add-payment:focus {
    text-decoration: underline
}

.add-payment::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    min-width: 10px;
    background: url(/img/plus.svg) no-repeat center;
    background-size: 100%;
    margin: 0 0 0 4px
}

.add-payment.trigger:after {
    background: #fff;
    height: 2px
}

.wrapperPlashka {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0 -4px 54px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -4px 54px 0 rgba(0, 0, 0, 0.1);
    padding: 36px 0
}

.wrapperPlashka .btn {
    max-width: 306px;
    width: 100%
}

.wrapperPlashkaInfo {
    color: #0E0E0E
}

.wrapperPlashkaInfo span {
    color: #5A5A5A
}

.wrapperPlashkaInfo span .color-accent {
    color: #2862AC
}

.wrapperPlashkaInfo li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 12px
}

.wrapperPlashkaInfo li p {
    margin: 0 0 0 5px
}

.wrapperPlashkaInfo li:last-child {
    margin: 0
}

.safeConnection {
    padding: 0 14px 0 0;
    border-right: 2px solid #E5E7EA;
    line-height: 120%;
    color: #5A5A5A;
    margin: 0 14px 0 auto;
    text-align: right
}

.safeConnection span {
    max-width: 152px;
    display: block
}

.card {
    border: none;
    border-radius: 12px
}

.dropdown-menu-right {
    height: 500px;
    overflow: auto
}

.tibrr-warning-consent {
    position: fixed;
    z-index: 10;
    border-radius: 24px;
    background: #FFF;
    max-width: 416px;
    width: 100%;
    -webkit-box-shadow: 0 -4px 54px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -4px 54px 0 rgba(0, 0, 0, 0.1);
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    border: solid
}

.tibrr-warning-consent-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 24px;
    width: 100%
}

.tibrr-warning-consent-text-title {
    color: #0E0E0E;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px
}

.tibrr-warning-consent-container .box-text-warning {
    margin: 14px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    max-width: 238px
}

.box-text-warning {
    color: #5A5A5A;
    line-height: 160%;
    font-weight: 300
}

.box-text-warning p:last-child {
    margin: 0
}

.tibrr-cookie-consent-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
    color: #2862AC
}

a {
    display: block;
    text-decoration: none;
    text-decoration-line: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    outline: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.tibrr-cookie-consent-icon {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 158px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tibrr-cookie-consent-icon img {
    width: 100%
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

#pageloader {
    background: rgba(100, 100, 100, .8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1000
}

.lds-dual-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 80px
}

.stats-box,
.phones-box {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    font-size: 14px;
    margin: 0 0 24px
}

.stats-box__head {
    width: 100%;
    color: #fff;
    padding: 24px;
    background: #2862AC;
    font-weight: 300;
    border-radius: 12px 12px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.stats-box__title {
    text-transform: uppercase;
    font-weight: 500
}

.stats-box__name {
    margin: 8px 0 0;
    width: 100%
}

.stats-box__body {
    width: 100%;
    padding: 24px
}

.stats-box__body .box-text {
    font-weight: 400
}

.stats-box .box-text,
.phones-box .box-text {
    margin: 0 0 12px
}

.stats-box .box-text:last-child,
.phones-box .box-text:last-child {
    margin: 0
}

.stats-box-item {
    margin: 0 0 24px
}

.stats-box-item:last-child {
    margin: 0
}

.stats-box-item .h3 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    margin: 0
}

.stats-box-item__title {
    margin: 0 0 12px
}

.stats-box-item__body {
    font-weight: 300;
    line-height: 130%
}

.stats-box-item a {
    color: #5A5A5A
}

.stats-box-item a:hover {
    color: #2862AC
}

.stats-box-item-checked {
    display: none !important
}

.stats-box-item-checked.click {
    display: block !important
}

.stats-box__toggle,
.phones-box__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #2862AC;
    margin: 24px 0 0
}

.stats-box__toggle .svg-icon,
.phones-box__toggle .svg-icon {
    width: 8px;
    min-width: 8px;
    height: 9px;
    fill: #2862AC;
    margin: 0 0 0 4px
}

.stats-box__toggle.trigger .svg-icon,
.phones-box__toggle.trigger .svg-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.stats-box__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stats-box .form-check-label,
.phones-box .form-check-label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 14px
}

.stats-box .sum-value,
.phones-box .sum-value {
    color: #5A5A5A;
    font-size: 24px;
    font-weight: 700
}

.stats-box .tooltip-wrapper,
.phones-box .tooltip-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.departmens-box {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    font-size: 14px;
    margin: 0 0 24px
}

.departmens-box__body {
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.btn-help-bailiff {
    order: 1;
    display: none;
    margin: 22px auto 0;
    width: 100%;
    border-style: dotted;
}

.help-bailiff-img {
    width: 100%;
}

.help-bailiff-img img {
    width: 100%;
}

#helpBailiffModal .application-links {
    margin-bottom: 24px
}

.departmens-box__head {
    width: 100%;
    color: #fff;
    padding: 24px;
    background: #2862AC;
    font-weight: 300;
    border-radius: 12px 12px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.departmens-box-item__title {
    margin: 0 0 12px
}

.departmens-box-item .h3 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    margin: 0
}

.departmens-box-item {
    margin: 0 0 24px
}

.departmens-box .sum-value {
    color: #5A5A5A;
    font-size: 24px;
    font-weight: 700
}

.departmens-box__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.departmens-box .form-check-label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 14px
}

.departmens-box__toggle .svg-icon {
    width: 8px;
    min-width: 8px;
    height: 9px;
    fill: #2862AC;
    margin: 0 0 0 4px
}

.departmens-box__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #2862AC;
    margin: 24px 0 0
}

@media only screen and (max-width: 610px) {
    .last-step-vezd {
        flex-direction: column
    }
}

.last-step-vezd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0
}

.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-wrapper input {
    /*width: 300px;*/
    padding: 8px;
}

.input-overlay-off {
    display: none !important;
}

.input-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
    pointer-events: none; /* щоб не клікалось поверх */
}

/* Лоадер */
.loader {
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-top: 2px solid #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.whiteactive {
    display: block;
    color: white;
}
.whiteactive:hover{
    color: #d7d7d7;
}
.whiteactive2 {
    color: white;
}


@media (min-width: 1200px) {
    /*.cardForServices {*/
    /*    height: 87% !important;*/
    /*}*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    .dropdown-menu.show {
        right: auto;
        left: 0;
    }
    /*.cardForServices {*/
    /*    height: 84% !important;*/
    /*}*/
    /*.linksNewRequest{*/
    /*    margin-top: 80% !important;*/
    /*}*/

}
@media (max-width: 991px){

    /*.cardForServices {*/
    /*    height: 85.5% !important;*/
    /*}*/
    /*.linksNewRequest{*/
    /*    margin-top: 180% !important;*/
    /*}*/
    /*.btnCheckBan{*/
    /*    font-size: 8px !important;*/
    /*}*/
}
@media (max-width: 767px){
    .btnIndex.doc-enabled{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .btnIndex{
        margin-top: 0px !important;
        margin-bottom: 30px !important;
    }
    .wrapperHeader{
        display: block !important;
        width: 100%;
    }
    .wrapperLogoAndBtn{
        display: flex;
        justify-content: space-between;
    }
    .wrapperLogoAndBtn button{
        margin: auto 0;
        height: 50%;
    }
    .wrapperLinksHeader{
        padding: 25px 0 ;
    }

    .wrapperUpFooter{
        /*flex-direction: column;*/
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }
    .wrapperUpFooter .col-sm,.wrapperDownFooter .col-sm{
        width: auto !important;
    }
    .wrapperLogoFooter,.wrapperSectionsFooter{
        margin-bottom: 5%;
    }
    .wrapperRadioHome .col-sm{
        width: auto !important;
    }
    .video-wrapper {
        margin: 0 0 16px;
    }
    .video-wrapper iframe {
        height: 171px;
    }
    .recovery-stages .video-wrapper {
        margin: 20px 0 0;
    }
    .wrapperCardService {
        margin-bottom: 60px;
    }
    /*.linksNewRequest{*/
    /*    margin-top: 50px !important;*/
    /*}*/
    /*.btnCheckBan{*/
    /*    font-size: inherit !important;*/
    /*}*/
    .tableServiceDesktop{
        display: none;
    }
    .tableServicePhone{
        display: block !important;
    }
    .phoneHeader {
        margin-left: 0 !important;
    }
}
@media (max-width: 575px) {
    .wrapperUpFooter{
        display: flex;
        flex-direction: column;
    }
    .wrapperLogoFooter{
        margin: 5% 0;
    }
    .wrapperSectionsFooter,.wrapperPaymentsFooter,.wrapperContactFooter{
        margin-bottom: 5%;
    }

    .wrapperRadioHome .col-sm{
        width: auto !important;
        padding-right: 0 !important;
    }
    .firstAnswerInAnswerAndQuestion{
        margin-top: 20px;
    }
    .cardWhiteForForm{
        padding: 20px 0 !important;
    }
    /*.cardWhiteForFormTravelBan{*/
    /*    padding: 0 0 20px 0 !important;*/
    /*    !*padding: 20px 0 !important;*!*/
    /*    background: no-repeat left url("/img/gerb_header.svg") !important;*/
    /*}*/
    .questionHome{
        padding-left: 15px !important;
    }
    .cardDebtFCCP{
        margin-top: auto !important;
    }

    .wrapperDescAndBtnBuy{
        flex-direction: column-reverse !important;
    }
    .btnBuyTravelBun{
        margin: 20px 0;
    }
    .breadcrumbs {
        /*margin: 100px auto 10px 10px !important;*/
        /*max-width: 991px !important;*/
    }
    .bannerService{
        margin-top: 20px;
    }
    .wrapperPlashka{
        flex-direction: column !important;
        max-width: 100%;
    }
    .wrapperPagination{
        font-size: 12px;
        margin: 0 auto;
    }
    .safeConnection{
        flex-direction: column !important;
    }
    .greenBorderReport{
        padding: 0 !important;
        border: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        box-shadow: none !important;

    }
    .infoDebts{
        margin-left: 0 !important;
    }
    .wrapperIconsContact, .wrapperResultCheckTravelBan{
        margin-top: 20px;
    }
    .gerbTravelBan{
        padding: 15px !important;
    }
    .debtОfBailiffs{
        padding: 40px 20px !important;
        margin-top: 10px;
    }
    .questionHomeDesktop{
        display: none;
    }
    .questionHomeMobile{
        display: block !important;
    }
    .shag2TravelBanBtn{
        flex-direction: column !important;
    }
    .shag2TravelBanBtn div{
        width: 100% !important;
    }
    .btnBackTravelBanMobile{
        display: block !important;
        margin: 20px auto 0 auto;
    }
    .btnBackTravelBanDesk{
        display: none !important;
    }

}
@media only screen and (max-width: 480px) {
    .recovery-stages .video-wrapper iframe {
        height: 147px;
    }
    /*.btnCheckBan{*/
    /*    font-size: 10px !important;*/
    /*}*/
}


/**************HEADER****************/

.greenGeneralBG{
    background-color: #019867;
}
.wrapperHeader{
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logoText{
    font-size: 12px !important;
    margin-left: 10px;
}
.textHeader{
    font-size: 14px !important;
    margin-left: 10px;

}
.wrapperLogo{
    display: flex;
    align-items: center;
    /*max-width: 33%;*/
}
.logo{
    width: 50px;
    height: 50px;
}
.itemHeader{
    margin: 0 5px;
    padding: 0;
}
.itemHeader:hover{
    border-bottom: 1px solid white;
}
.active{
    border-bottom: 1px solid white;

}
.phoneHeader{
    font-size: 14px !important;
    margin-left: 20px;
}

/**************HEADER****************/
/**************FOOTER****************/

.wrapperFooter{
    max-width: 1170px;
    margin: 0 auto;
    /*display: flex;*/
    /*flex-direction: column;*/
}
.wrapperLogoFooter{
    display: flex;
}
.wrapperSectionsFooter,.wrapperPaymentsFooter,.wrapperContactFooter{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}
.contentTextUpFooter,.contentTextDownFooter,.contentTextUpFooterLinks,.contentTextNameDownFooter{
    font-size: 12px ;
    color: white;
}
.contentTextUpFooterLinks:hover,.contentTextDownFooter:hover{
    color: #d7d7d7;
    text-decoration: none;
    border-bottom: 1px solid white;
}
.smallTextFooter{
    font-size: 10px;
}
.socialIcon{
    margin-left: 10px;
}
.socialIcon img{
    width: 20px;

}

/**************FOOTER****************/
/**************GENERAL****************/

* {
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
    background-color: #EFF0F2;
}
a{
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    /*display: block;*/
}
*::-webkit-input-placeholder {
    color: #bcbcbc !important;
    opacity: 1;
}

*:-moz-placeholder {
    color: #bcbcbc !important;
    opacity: 1;
}

*::-moz-placeholder {
    color: #bcbcbc !important;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #bcbcbc !important;
    opacity: 1;
}

*::-webkit-date-and-time-value {
    color: #bcbcbc !important;
    opacity: 1;
}
.card{
    box-shadow: 0 0 7px rgba(217, 217, 217, 0.5);
    padding: 40px;
}
.card:hover{
    box-shadow: 0 0 7px rgba(185, 186, 186, 0.5);
    padding: 40px;
}
.cardWhiteForForm{
    background-color: white;
    padding: 40px;
}
.cardWhiteForFormTravelBan{
    background-color: white;
    padding: 0 40px 40px 40px;
}
.gerbTravelBan{
    background: no-repeat right url("/img/gerb_header.svg");
}
.cardWhite{
    background-color: white;
    padding: 40px;
}
.cardWhiteTravelBan{
    background-color: white;
    padding: 40px 40px 0 40px;
}
.cardWarning{
    background-color: #e1e1e1;
    border-radius: 25px;
    padding: 40px;
}
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: 100px auto 10px 10.5% ;*/
    /*position: absolute;*/
    /*top: 14%;*/
    /*left: 10.5%;*/
    list-style: none;
    max-width: 1170px;
    margin-bottom: 0 !important;
    /*margin-left: 12%;*/
}
.breadcrumbs li a, .breadcrumbs li span {
    color: #9f9e9e;
    font-size: 14px;
}
.breadcrumbs li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs li a:after {
    content: "\f30b";
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    margin: 3px 3px 0; }
.breadcrumbs li a:hover {
    color: #092153; }
.mr_top_70{
    margin-top: 70px;
}
.mr_top_50{
    margin-top: 50px;
}
.mr_top_20{
    margin-top: 20px;
}
.mr_top_10{
    margin-top: 10px !important;
}
.mr_top_2{
    margin-top: 2px;
}
.imgMapRussia{
    background: no-repeat center url("/img/map-russia.png") ;
}
.form-control:focus{
    box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25) !important;
}
.select2-container .select2-selection--single{
    height:38px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow{
    height: 36px !important;
}
.content{
    /*margin: 110px auto;*/
    flex: 1 0 auto;
}
.contentServices{
    flex: 1 0 auto;
    margin-bottom: 50px;
}
.mainWrapper{
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
footer{
    flex: 0 0 auto;
    color: white;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #EFF0F2;
    border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #019867;
    border-color: #019867;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #EFF0F2;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.nav-item.dropdown a {
    text-align: center;
}

ul.dropdown-menu.show a {
    text-align: left;
}

.dropdown-menu .scroll-vertical {
    max-height: 174px;
    overflow-y: auto;
    padding: 0 12px 0 0;
}

.scroll-vertical {
    width: 100%;
}

/*.dropdown-menu.show .dropdown-item {
    white-space: normal;
    max-width: 430px;
}*/

.rc-handle-container {
    width: 100% !important;
}

@media only screen and (max-width: 1060px){
    .grid-view th,
    .grid-view td:last-child {
        white-space: unset !important;
    }
}
/**************GENERAL****************/
/**************HOMEPAGE****************/


.gerbHome{
    background: no-repeat right url("/img/gerb_header.svg");
}
.wrapperRadioHome label{
    font-size: 14px;
}
.questionHome{
    padding-left:0 ;
}
.questionHomeMobile{
    display: none;
}
/*#enforcementNumber{*/
/*    width: 100%;*/
/*    margin-bottom: 20px;*/
/*}*/

.btnSearch{
    background-color: #01865c;
    border: 2px solid #01865c;
    color: white;
    min-width: 100%;
    margin-bottom: 10px;
}
.btnSearch:hover{
    background-color: #007551;
    border: 2px solid #009d6c;
    color: white;
}
.formDescIndividual{
    margin-top: 20px;
    background-color: ghostwhite;
    padding: 20px 10px;
}
.titleHome{
    font-size: 28px;
    font-weight: 700;
    display: inline;
}
.descHome{
    font-size: 14px;
    color: #858585;
}
.itemQuestion{
    color: #03a06c;
    text-decoration: none;
}
.itemQuestion:hover{
    color: #038358;
    text-decoration: none;
    font-weight: 500;
}
.titleCardsInfo{
    font-weight: 700;
    font-size: 24px;
}
.descCardsInfo{
    font-size: 14px;
    color: #858585;
}
.cardDebtFCCP{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
}
.titleCardDebtFCCP{
    font-size: 18px;
    margin-bottom: 20px;
}
.ulRegions{
    list-style: none;
}
.ulRegions li a{
    color: #858585;
    border: 2px solid white;
    text-align: center;
}
.ulRegions li a:hover{
    text-decoration: none;
    color: white;
    border: 2px solid #6d6c6c;
    background-color: #858585;
}
.questionInAnswerAndQuestion{
    font-size: 18px;
}
.btnGoToCheck{
    color: black;
    background-color: #fcef46;
    border: 2px solid #fcef46;
    width: 100%;
}
.btnGoToCheck:hover{
    color: black;
    text-decoration: none;
    background-color: #fae61c;
    border: 2px solid #fcef46;
}
.icoForCardTitle{
    width: 35px;
    height: 35px;
    margin-right: 20px;
}

/**************HOMEPAGE****************/
/**************TRAVEL BAN****************/

#shag2{
    display: none;
}
.btnBackTravelBanMobile{
    display: none;
}
.icoTravelBanShag2{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.inputShag2:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
}
.inputShag2{
    font-size: .9rem !important;
}
.formDescTravelBan{
    background-color: ghostwhite;
    padding: 20px 10px;
}
.descCardsCheckBan{
    font-size: 14px;
    color: #858585;
}
.descCardsCheckBan ol{
    margin-left: 3%;
    margin-top: 10px;
}
.video-wrapper {
    width: 100%;
    margin: 0;
    /*margin: 0 0 46px;*/
}
.video-wrapper iframe {
    width: 100%;
    height: 400px;
}
.recovery-stages .video-wrapper {
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.recovery-stages .video-wrapper iframe {
    height: 336px;
}
.gerbForTravelBan{
    max-width: 100px;
    height: auto;
}
.icoTravelBan{
    width: 35px !important;
    height: 35px !important;
    margin-right: 10px;
    max-width: none !important;
}
.wrapperWarning{
    background-color: #f8f8ff;
    padding:20px 20px 20px 0;
    border-radius: 25px;
}
.infoTravelBan{
    margin-left: 50px;
    margin-bottom: 10px;
}

.dateForTable{
    background-color: rgba(3, 131, 88, 0.19);
    padding: 10px;
    color: #8c8c8c;
}
.resultTitle{
    font-weight: 700;
    font-size: 24px;
}

/**************TRAVEL BAN****************/
/**************SERVICES****************/

.cardForServices{
    height: 100%;
    background:  no-repeat right url('/img/gerb_header.svg')  !important;
}
.wrapperCardService{
    padding: 0 !important;
}
.nameInTableService{
    background-color: rgba(3, 131, 88, 0.19);
    text-align: center;
}
.itemTableService{
    /*height: 100%;*/
    align-items: center;
    margin: 0 auto;
    width: 12%;
    font-size: 14px;
    word-wrap: break-word;
}
.whiteRow{
    background-color: white;
}
.btnServiceTable{
    width: 100%;
    font-size: 14px;
}
.tableServicePhone{
    display: none;
}
.tableServicePhone .flex-column:not(:first-child) {
    margin-top: 20px;
}
.tableServicePhone .flex-column:nth-child(odd) > div:first-child {
    background-color: #5ccf89;
    padding: 10px;
}
.tableServicePhone .flex-column:nth-child(even) > div:first-child {
    background-color: #eff37c;
    padding: 10px;
}
/*.debtorWrapperPhoneGreen{
    background-color: #5ccf89;
    padding: 10px;
}
.debtorWrapperPhoneYellow{
    background-color: #eff37c;
    padding: 10px;
}*/
.textGreyTablePhone{
    color: #5d5d5d;
}
.itemServiceTablePhone{
    margin-top: 10px;
}
.linkPagination{
    color: white;
    padding: 5px;
    border-radius: 5px;
}
.linkPagination:hover{
    color: #0ec254;
    text-decoration: none;
    background-color: #eff37c;

}
.bannerService{
    max-width: 100%;
    height: auto;
}
.wrapperWarningZapret{
    background-color: #ffa8a8;
    padding: 20px 20px 20px 10px;
    border-radius: 25px;
    margin-top: 20px;
}
.infoDebts{
    margin-left: 50px;
    margin-bottom: 10px;
}
.redText{
    color: orangered;
}
.icoService img{
    width: 15px;
    margin-left: 10px;
}
/*.linksNewRequest{*/
/*    margin-top: 40%;*/
/*}*/
.linksNewRequest a{
    color: #989aa2;
}
.linksNewRequest a:hover{
    color: #5d5d5d;
    text-decoration: none;
    border-bottom: 1px dotted #5d5d5d;
}
.btnCheckBan{
    background-color: #01865c;
    border: 2px solid #01865c;
    color: white !important;
    width: 100%;
    /*font-size: 12px;*/
    height: auto !important;
}
.btnCheckBan:hover{
    background-color: #007551;
    border: 2px solid #009d6c;
    color: white !important;
}
.btnSetPass{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    white-space: normal !important;
    cursor: pointer;
    background-color: #01865c;
    border: 2px solid #01865c;
    color: white !important;
    width: 100%;
    /*font-size: 12px;*/
    height: auto !important;
}
.btnIndex{
    margin-top: 30px;
}
.wrapperPagination{
    background-color: #0ec254;
    padding: 10px;
    color: white !important;

}
.wrapperPagination:hover{
    padding: 10px !important;
}
.prevLink{
    margin-right: 10px;
}
.nextLink{
    margin-left: 10px;
}
.wrapperSumTable strong{
    font-size: 14px !important;
}
.linkCheckBan{
    color:#01865c
}
.linkCheckBan:hover{
    color:#007551;
    text-decoration: none;
    border-bottom: 1px dotted #007551;

}
.rowTableServices{
    margin-top: 10px;
}
.rowTableServices:nth-child(odd) {
    background-color: white;
}
.productionStopped{
    background-color: rgba(14, 194, 84, 0.32);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
.notingFinded{
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}
.wrapperPlashka{
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 0 7px rgba(217, 217, 217, 0.5);
}
.wrapperPlashka:hover{
    box-shadow: 0 0 7px rgba(185, 186, 186, 0.5);
}
.plashkaSmallImg{
    height: 15px;
    margin-left: 10px;
}
/*.closePlashka{*/
/*    padding: 5px 8px;*/
/*    box-shadow: 0 0 7px rgba(217, 217, 217, 0.5);*/
/*    margin-left: 10%;*/
/*}*/
/*.closePlashka:hover{*/
/*    box-shadow: 0 0 7px rgba(150, 150, 150, 0.5);*/

/*}*/




/**************SERVICES****************/
/**************REPORT****************/

.text_center{
    text-align: center;
    /*margin: 0 auto;*/
}
.greenBorderReport{
    padding: 40px;
    border: 2px solid #2d922c;
    margin-right: -30px;
    margin-left: -30px;
    box-shadow: 0 0 7px rgb(0, 0, 0);

}
.yellowBorderReport{
    background-color: #eceaaf;
    padding: 10px 0;
}
.infoUserReport{
    margin-left: 5%;
}
.infoDebtsReport{
    /*background-color: #eceaaf;*/
    /*padding: 20px 20px 20px 0;*/
    /*border-radius: 25px;*/
    border: 2px #fdd4c2 dashed;
    border-radius: 5px ;
    padding: 15px;
}
.wrapperUserInfoReport{
    /*background-color: #eceaaf;*/
    /*padding: 20px 20px 20px 0;*/
    /*border-radius: 25px;*/
    padding: 15px;
    border-radius: 5px ;
    border: 2px #ffffff dashed;

}
.icoAddressContact{
    margin-right: 10px;
    width: 50px;
    height: 50px;
}

/**************REPORT****************/

/**************LOADER****************/
#pageloader
{
    background: rgba( 100, 100, 100, 0.8 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.lds-dual-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 80px;
}
.lds-dual-ring:before {
    content: " ";
    display: block;
    width: 100px;
    height: 100px;
    margin: 8px;
    border-radius: 50%;
    border: 8px solid #0ec254;
    border-color: #0ec254 transparent #0ec254 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*************END*LOADER****************/
.bootstrap-dialog.type-info .modal-header {
    background-color: #019867 !important;
}
.bankrot-banner {
    position: relative;
    margin: 20px -15px 0;
    width: auto;
    height: 96px;
    background-color: #fff;
}
.bankrot-banner:hover {
    box-shadow: 0 0 7px rgba(185, 186, 186, 0.5);
}
.bankrot-banner__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/bankrot.png);
    background-position: -190px -106px;
    opacity: .2;
}
.bankrot-banner__inner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
    height: 100%;
}
.bankrot-banner__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: center;
    text-transform: uppercase;
}
.bankrot-banner__text1 {
    margin: 0 0 10px;
    color: #FF5858;
}
.bankrot-banner__text2 {
    color: #000;
}

.bankrot-banner__right {
    width: 100%;
    max-width: 410px;
}
.bankrot-banner__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 76px;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    background-color: #28a745;
    color: #fff;
}
.bankrot-banner__link:hover {
    text-decoration: none;
    background-color: #218838;
    color: #fff;
}
@media (max-width: 1200px) {
    .bankrot-banner__right {
        max-width: 280px;
    }
}
@media (max-width: 992px) {
    .bankrot-banner {
        width: auto;
    }
}
@media (max-width: 768px) {
    .bankrot-banner {
        height: 170px;
    }
    .bankrot-banner__inner {
        flex-direction: column;
        align-items: center;
    }
    .bankrot-banner__right {
        max-width: 100%;
    }
}
@media (max-width: 518px) {
    .bankrot-banner {
        height: 190px;
    }
}

@media (max-width: 380px) {
    .bankrot-banner {
        height: 164px;
    }
    .bankrot-banner__left {
        font-size: 16px;
    }
    .bankrot-banner__link {
        height: 60px;
        font-size: 18px;
    }
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #01865c;
}

.select2-container--krajee .select2-results__option[aria-selected="true"] {
    background-color: #d9f7e3;
}

.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-wrapper input {
    /*width: 300px;*/
    padding: 8px;
}

.input-overlay-off {
    display: none !important;
}

.input-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
    pointer-events: none; /* щоб не клікалось поверх */
}

/* Лоадер */
.loader {
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-top: 2px solid #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.payments-advantages__image {
    margin: -36px auto 36px;
    position: relative;
    z-index: 1;
    border-radius: 12px 12px 0 0;
    max-width: 505px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.payments-advantages__image::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #2862AC;
    width: 592px;
    height: 296px;
    border-radius: 592px 592px 0 0;
}

.payments-advantages__image img {
    border-radius: 12px 12px 0 0;
    background: #2862AC;
    padding: 13px 13px 0;
}

.btnViewExample {
    background-color: #01865c;
    border: 2px solid #01865c;
    color: white;
    width: 100%;
    margin-bottom: 10px;
}
.dropdown-menu {
    min-width: 303px;
    max-width: 100%;
    width: 100%;
    border: none;
    border-radius: 12px;
    background: #FFF;
    -webkit-box-shadow: 0 4px 54px 0 rgba(0,0,0,0.1);
    box-shadow: 0 4px 54px 0 rgba(0,0,0,0.1);
    margin: 20px 0 0;
    padding: 12px;
}

.dropdown-item:first-child {
    border-top: 2px solid #E5E7EA;
}

.dropdown-item {
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 0;
    border-bottom: 2px solid #E5E7EA;
    background: #FFF;
}

.dropdown-menu-result {
    max-height: 178px;
    overflow-y: auto;
    margin: 0;
    padding: 16px 12px;
    color: #5A5A5A;
}

.dropdown-menu-result__head {
    margin: 0 0 16px;
    font-size: 12px;
}

.list-result {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    border-top: 2px solid #E5E7EA;
}

.list-result li {
    border-bottom: 2px solid #E5E7EA;
}

.list-result li a {
    padding: 8px 0;
    color: #5A5A5A;
}

.list-result li a .color-accent {
    color: #2862AC;
}
.important-information__bottom {
    padding: 24px 0 0;
    margin: 24px 0 0;
    border-top: 2px solid #5A5A5A;
}