@font-face {
    font-family: "SFpro";
    src: url(../fonts/sfpro/sfproregular.woff) format("woff");
    font-weight: 400;
    font-style: "normal";
}

@font-face {
    font-family: "SFpro";
    src: url(../fonts/sfpro/sfpromedium.woff) format("woff");
    font-weight: 500;
    font-style: "normal";
}

@font-face {
    font-family: "SFpro";
    src: url(../fonts/sfpro/sfprosemibold.woff) format("woff");
    font-weight: 600;
    font-style: "normal";
}

html {
    font-family: 'SFpro', Arial, serif;
    font-size: 10px;
    height: 100%;
}

body {
    height: 100%;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-size: 16px;
    background-color: #fff;
    color: #000;
    min-width: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/common/bg.png);
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
    vertical-align: middle;
}

textarea {
    resize: none;
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

input:focus {
    border-color: #0060ae;
    outline: none;
}

a {
    text-decoration: none;
}

svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.content_lo {
    padding: 30px 0 30px 0;
}

@media screen and (max-width: 767.98px) {
    .content_lo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 0 45px 0;
    }
}

.content_lk {
    padding: 10px 0 50px 0;
}

@media screen and (max-width: 991.98px) {
    .content_lk {
        padding: 10px 0 50px 0;
    }
}

@media screen and (max-width: 420.98px) {
    .content_lk {
        padding: 10px 0 30px 0;
    }
}

header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.container {
    max-width: 925px;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
    .container {
        padding: 0 10px;
    }
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 16px;
}

.footer {
    padding: 30px 0;
}

.footer p {
    text-align: center;
    color: #2A2A2A;
    font-size: 1rem;
    line-height: 1.2rem;
}

header {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 7;
}

header .container {
    position: relative;
}

@media screen and (max-width: 991.98px) {
    .header-container {
        padding: 0 25px;
    }
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9;
    padding: 10px 0 0 0;
}

@media screen and (max-width: 991.98px) {
    .header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0 0 0;
    }
}

@media screen and (max-width: 991.98px) {
    .header__logo_lk {
        -webkit-transform: translateX(35px);
        -ms-transform: translateX(35px);
        transform: translateX(35px);
    }
}

@media screen and (max-width: 420.98px) {
    .header__logo_lk {
        max-width: 100px;
        -webkit-transform: translateX(27px);
        -ms-transform: translateX(27px);
        transform: translateX(27px);
    }
}

.header_lo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 25px 0 0 0;
}

@media screen and (max-width: 991.98px) {
    .header_lo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__notifications {
    margin: 0 15px 0 0;
}

@media screen and (max-width: 991.98px) {
    .header__notifications {
        display: none;
    }
}

.header__username {
    margin: 0 20px 0 10px;
    font-size: 1.3rem;
    line-height: 1.4rem;
}

@media screen and (max-width: 991.98px) {
    .header__username {
        display: none;
    }
}

.header__link {
    color: #0060ae;
    font-size: 1.3rem;
    line-height: 1.4rem;
}

@media screen and (max-width: 991.98px) {
    .header__link {
        display: none;
    }
}

.header__link:hover {
    text-decoration: underline;
}

.header__link + .header__link {
    margin: 0 0 0 13px;
}

.header__burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 16px;
    height: 14px;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    border: none;
}

@media screen and (max-width: 991.98px) {
    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.header__burger span {
    background-color: #0060ae;
    height: 2px;
    width: 100%;
}

.header__usermenu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    border: none;
    border-radius: 50%;
    background-color: transparent;
}

@media screen and (max-width: 991.98px) {
    .header__usermenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 0 30px;
    }
}

@media screen and (max-width: 420.98px) {
    .header__usermenu {
        margin: 0 0 0 15px;
    }
}

.header-notifications {
    cursor: pointer;
    position: relative;
}

.header-notifications__button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-notifications__icon {
    position: relative;
}

.header-notifications__icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #D80000;
    border: 1px solid #fff;
}

.header-notifications__icon svg {
    width: 14px;
    height: 17px;
    fill: #0060ae;
    display: block;
}

.header-notifications__text {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: 0 0 0 12px;
    color: #0060ae;
}

.header-notifications__dropwrapper {
    position: absolute;
    top: calc(100% + 15px);
    left: -15px;
    z-index: 10;
    display: none;
}

.header-notifications__dropwrapper_visible {
    display: block;
}

.header-notifications__triangle {
    -webkit-transform: rotate(34deg) skewY(21deg);
    -ms-transform: rotate(34deg) skewY(21deg);
    transform: rotate(34deg) skewY(21deg);
    position: absolute;
    top: -6px;
    left: 18px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.17), 0 1px 2px 0 #999;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.17), 0 1px 2px 0 #999;
    z-index: 10;
    width: 10px;
    height: 10px;
}

.header-notifications__dropdown {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.17), 0 1px 2px 0 #999;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.17), 0 1px 2px 0 #999;
    border-radius: 8px;
    padding: 15px 15px 20px 15px;
    width: 310px;
    z-index: 11;
}

.header-notifications__dropdown::before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 6px;
    border-color: transparent transparent #fff transparent;
}

.header-notifications__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 10px 0;
}

.header-notifications__item:last-child {
    margin: 0;
}

.header-notifications__date {
    display: block;
    margin: 0 12px 0 0;
    color: #2A2A2A;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.header-notifications__link {
    color: #0060ae;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.header-notifications__link:hover {
    text-decoration: underline;
}

.lang-switcher {
    position: relative;
    z-index: 10;
}

.lang-switcher__current {
    cursor: pointer;
}

.lang-switcher img {
    width: 28px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

@media screen and (max-width: 991.98px) {
    .lang-switcher img {
        width: 22px;
        height: 16px;
    }
}

.lang-switcher__dropwrapper {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.17), 0 1px 2px 0 #999;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.17), 0 1px 2px 0 #999;
    width: 42px;
    border-radius: 3px;
    display: none;
}

@media screen and (max-width: 991.98px) {
    .lang-switcher__dropwrapper {
        width: 38px;
    }
}

.lang-switcher__dropwrapper_visible {
    display: block;
}

.lang-switcher__triangle {
    -webkit-transform: rotate(34deg) skewY(21deg);
    -ms-transform: rotate(34deg) skewY(21deg);
    transform: rotate(34deg) skewY(21deg);
    position: absolute;
    top: -6px;
    left: 17px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.17), 0 1px 2px 0 #999;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.17), 0 1px 2px 0 #999;
    z-index: 10;
    width: 10px;
    height: 10px;
}

.lang-switcher__list {
    position: relative;
    z-index: 11;
    padding: 5px 0;
    background-color: #fff;
}

.lang-switcher__list::before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 6px;
    border-color: transparent transparent #fff transparent;
}

@media screen and (max-width: 991.98px) {
    .lang-switcher__list::before {
        border-width: 0 0 7px 6px;
    }
}

.lang-switcher__link {
    display: block;
    padding: 3px 8px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.lang-switcher__link:hover {
    background-color: #002848;
}

.nav {
    margin: 10px 0 0 0;
    position: relative;
    z-index: 8;
}

@media screen and (max-width: 991.98px) {
    .nav {
        position: absolute;
        left: 0;
        top: calc(100% + 10px);
        width: 100%;
        margin: 0;
        display: none;
    }
    .nav::before {
        content: "";
        display: block;
        position: absolute;
        top: -7px;
        left: 27px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 7px 6px;
        border-color: transparent transparent #0060ae transparent;
    }
}

@media screen and (max-width: 991.98px) {
    .nav_active {
        display: block;
    }
}

.nav__list {
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

@media screen and (max-width: 991.98px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: auto;
        padding: 5px 0;
        background-color: #0060ae;
    }
}

.nav__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media screen and (max-width: 991.98px) {
    .nav__item {
        width: 100%;
    }
}

.nav__link {
    padding: 11px 25px 11px 15px;
    background-color: #0060ae;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    width: 100%;
}

@media screen and (max-width: 991.98px) {
    .nav__link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.nav__link:hover {
    background-color: #254473;
}

.nav__link svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.nav__link span {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: block;
    margin: 0 0 0 10px;
}

@media screen and (max-width: 991.98px) {
    .nav__link span {
        min-width: 90px;
    }
}

.nav__link_active {
    background-color: #254473;
}

.nav__link_new::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #D80000;
    border: 1px solid #fff;
}

@media screen and (max-width: 991.98px) {
    .nav__link_new::after {
        -webkit-transform: translate(calc(-50% + -70px), -50%);
        -ms-transform: translate(calc(-50% + -70px), -50%);
        transform: translate(calc(-50% + -70px), -50%);
        right: 50%;
    }
}

.mob-section-title {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
    .mob-section-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 20px 0;
    }
}

.mob-section-title svg {
    width: 18px;
    height: 18px;
    fill: #0060ae;
    display: block;
}

.mob-section-title span {
    display: block;
    margin: 0 0 0 10px;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #0060ae;
}

.progress {
    position: relative;
    overflow: hidden;
    background-color: #B7B7B7;
    border-radius: 8px;
    padding: 17px 20px 16px;
}

.progress__info {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.progress__left {
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
}

.progress__right {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #fff;
}

.progress__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.progress__btn:hover span {
    color: #9eff75;
}

.progress__btn:hover svg {
    fill: #9eff75;
}

.progress__btn span {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: block;
    color: #fff;
    margin: 0 8px 0 0;
}

.progress__btn svg {
    width: 13px;
    height: 18px;
    fill: #fff;
}

.progress__progressbar {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0060ae;
    height: 100%;
    z-index: 1;
}

.td-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.td-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.td-form__row + .td-form__row {
    margin: 30px 0 0 0;
}

.td-form__buttons {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.td-form__button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin: 0 10px 0 0;
}

.td-form__button:last-child {
    margin: 0;
}

.td-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.td-detail__name, .td-detail__value {
    width: calc(50% - 20px);
}

@media screen and (max-width: 420.98px) {
    .td-detail__name, .td-detail__value {
        width: calc(50% - 10px);
    }
}

.td-detail_big .td-detail__name, .td-detail_big .td-detail__value {
    color: #0060ae;
    font-size: 2.1rem;
    line-height: 2.5rem;
}

.td-detail__name {
    display: block;
    margin: 0 40px 0 0;
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #8E8E93;
}

@media screen and (max-width: 420.98px) {
    .td-detail__name {
        margin: 0 20px 0 0;
    }
}

.td-detail__value {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 500;
    color: #000;
}

.td-detail__value_subtext strong, .td-detail__name_subtext strong {
    display: inline-block;
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #8E8E93;
    max-width: 305px;
    width: 100%;
}

.td-detail + .td-detail {
    margin: 10px 0 0 0;
}

.secure-cancelbtn {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.contacts-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px 0 0 0;
}

.contacts-table__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    margin: 0 0 10px 0;
}

@media screen and (max-width: 1399.98px) {
    .contacts-table__head {
        padding: 0 55px 0 15px;
    }
}

.contacts-table__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: 100%;
    margin: 0 10px 0 0;
}

.contacts-table__col:last-child {
    margin: 0;
}

.contacts-table__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
}

.contacts-table__button span {
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.6rem;
    display: block;
    margin: 0 8px 0 0;
    color: #949494;
}

.contacts-table__button svg {
    width: 12px;
    height: 12px;
    fill: #333;
}

.contacts-table__colname {
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.6rem;
    display: block;
    color: #949494;
}

.sort-button_down svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ctable-item {
    position: relative;
}

@media screen and (max-width: 1399.98px) {
    .ctable-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.ctable-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__link {
        width: 100%;
    }
}

.ctable-item:hover {
    background-color: #F3F3F3;
}

.ctable-item:hover .ctable-item__edit {
    opacity: 1;
}

.ctable-item:hover .ctable-item__star {
    opacity: 1;
}

.ctable-item__name {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #0060ae;
    margin: 0 10px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: 100%;
}

@media screen and (max-width: 375.98px) {
    .ctable-item__name {
        font-size: 1.2rem;
        font-weight: 500;
    }
}

.ctable-item__card {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #949494;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: 100%;
}

@media screen and (max-width: 575.98px) {
    .ctable-item__card {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

.ctable-item__controls {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__controls {
        position: relative;
        top: 0;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
}

.ctable-item__controls-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__controls-list {
        position: absolute;
        top: -5px;
        right: -5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #0060ae;
        padding: 35px 20px 30px;
        border-radius: 8px;
        display: none;
        z-index: 1;
        min-width: 205px;
    }
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__controls-list_visible {
        display: block;
    }
}

.ctable-item__edit {
    border: none;
    background-color: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0 25px 0 0;
    opacity: 0;
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__edit {
        opacity: 1;
        margin: 0 0 20px 0;
    }
}

.ctable-item__edit svg {
    width: 17px;
    height: 17px;
    fill: #0060ae;
    display: block;
    margin: 0 10px 0 0;
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__edit svg {
        fill: #fff;
    }
}

.ctable-item__edit span {
    color: #0060ae;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 2.4rem;
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__edit span {
        color: #fff;
    }
}

.ctable-item__star {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__star {
        opacity: 1;
    }
}

.ctable-item__star svg {
    width: 15px;
    height: 15px;
    fill: transparent;
    stroke: #E6CB00;
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__star svg {
        display: block;
        margin: 0 13px 0 0;
    }
}

.ctable-item__star span {
    display: none;
    color: #fff;
    font-size: 1.3rem;
    line-height: 2.4rem;
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__star span {
        display: block;
    }
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__star .remove-text {
        display: none;
    }
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__star .add-text {
        display: block;
    }
}

.ctable-item__star.click-star_active {
    opacity: 1;
}

.ctable-item__star.click-star_active svg {
    fill: #E6CB00;
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__star.click-star_active .add-text {
        display: none;
    }
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__star.click-star_active .remove-text {
        display: block;
    }
}

.ctable-item__more {
    display: none;
    background-color: transparent;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__more {
        padding: 10px 10px;
    }
}

.ctable-item__more span {
    display: block;
    background-color: #0060ae;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0 3px 0 0;
}

.ctable-item__more span:last-child {
    margin: 0;
}

@media screen and (max-width: 1399.98px) {
    .ctable-item__more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.ctable-item__more_active span {
    background-color: #fff;
}

.pagination {
    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;
}

.pagination__item {
    margin: 0 5px 0 0;
}

.pagination__item:first-child {
    margin: 0 8px 0 0;
}

.pagination__item:last-child {
    margin: 0 0 0 3px;
}

.pagination__link {
    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;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #333;
    border-radius: 8px;
    border: 1px solid #C6CBD4;
    background-color: transparent;
    padding: 9px 10px;
    min-width: 32px;
    height: 32px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.pagination__link:hover {
    background-color: #e6e6e6;
}

.pagination__link_active {
    color: #fff;
    background-color: #0060ae;
}

.pagination__link_active:hover {
    background-color: #0060ae;
}

.pagination__link_arrow {
    font-weight: 700;
}

.pagination__link_disabled {
    cursor: default;
    pointer-events: none;
    opacity: .3;
}

.contacts__pagination {
    padding: 0 25px;
    margin: 40px 0 0 0;
}

@media screen and (max-width: 575.98px) {
    .contacts__pagination {
        margin: 25px 0 0 0;
    }
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs__item {
    position: relative;
    margin: 0 30px 0 0;
}

.breadcrumbs__item::after {
    content: ">";
    position: absolute;
    display: block;
    right: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7rem;
}

.breadcrumbs__item:last-child {
    margin: 0;
}

.breadcrumbs__item:last-child::after {
    display: none;
}

.breadcrumbs__link, .breadcrumbs__current {
    color: #0060ae;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
}

@media screen and (max-width: 575.98px) {
    .breadcrumbs__link, .breadcrumbs__current {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

.breadcrumbs__link {
    opacity: .7;
}

.breadcrumbs__link:hover {
    opacity: 1;
}

.default-form__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
    .default-form__fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.default-form__col {
    width: calc(50% - 5px);
}

@media screen and (max-width: 767.98px) {
    .default-form__col {
        width: 100%;
    }
}

@media screen and (max-width: 767.98px) {
    .default-form__col + .default-form__col {
        margin: 10px 0 0 0;
    }
}

.default-form__buttons {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.default-form__button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin: 0 20px 0 0;
}

@media screen and (max-width: 420.98px) {
    .default-form__button {
        margin: 0 10px 0 0;
    }
}

.default-form__button:last-child {
    margin: 0;
}

.default-form__button_big {
    -webkit-box-flex: 4;
    -ms-flex: 4 1 0px;
    flex: 4 1 0;
    width: 100%;
}

.default-form__button_small {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: 100%;
}

.card-field {
    position: relative;
}

.card-field__buttons {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 15px);
}

@media screen and (max-width: 420.98px) {
    .card-field__buttons {
        left: calc(100% - 30px);
    }
}

.card-field__button {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-field__button svg {
    width: 17px;
    height: 17px;
    display: block;
    fill: #0060ae;
}

.card-field__type {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
}

.card-list__item {
    position: relative;
    margin: 0 0 10px 0;
}

@media screen and (min-width: 992px) {
    .card-list__item:hover .card-buttons {
        opacity: 1;
    }
    .card-list__item:hover .card-buttons__button {
        pointer-events: unset;
    }
}

@media screen and (max-width: 991.98px) {
    .card-list__item:hover .card-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .card-list__item:hover .card-buttons__button {
        pointer-events: unset;
    }
    .card-list__item:hover .card-item {
        border-radius: 8px 8px 0 0;
    }
}

.card-list__item:last-child {
    margin: 0;
}

.card-list__add-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 15px;
    text-align: center;
    background-color: #f8f8f8;
    border-radius: 8px;
    color: #0060ae;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
    max-width: 340px;
    width: 100%;
}

.card-list__add-card:hover {
    background-color: #dfdfdf;
}

.card-item {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 340px;
    width: 100%;
}

.card-buttons {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
}

@media screen and (max-width: 991.98px) {
    .card-buttons {
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        opacity: 1;
        display: none;
        background-color: #f8f8f8;
        max-width: 340px;
        padding: 0 15px 4px 15px;
        border-radius: 0 0 8px 8px;
    }
}

.card-buttons__button {
    cursor: pointer;
    padding: 3px;
    border: none;
    background-color: transparent;
    margin: 0 15px 0 0;
    pointer-events: none;
}

.card-buttons__button svg {
    width: 17px;
    height: 17px;
    fill: #0060ae;
}

.card-buttons__button span {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.6rem;
    white-space: nowrap;
    color: #0060ae;
}

.card-buttons__button:hover svg {
    fill: #003662;
}

.card-buttons__button:hover span {
    color: #003662;
}

.card-buttons__button:last-child {
    margin: 0;
}

.profile-form__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 575.98px) {
    .profile-form__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.profile-form__name {
    margin: 0 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 575.98px) {
    .profile-form__name {
        margin: 0 0 15px 0;
    }
}

.profile-form__name span {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #2A2A2A;
    display: block;
}

.profile-form__name strong {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #A80013;
    display: block;
    margin: 0 0 0 10px;
}

.profile-form__topbtn {
    max-width: 220px;
    width: 100%;
}

.profile-form__changepwd {
    display: inline-block;
    margin: 25px 0 0 0;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #0060ae;
}

.profile-form__changepwd:hover {
    color: #00447b;
}

.profile-form__bottombtns {
    max-width: 570px;
    width: 100%;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile-form__bottombutton {
    width: calc(50% - 5px);
}

.history-form__content {
    margin: 10px 0 0 0;
}

@media screen and (max-width: 575.98px) {
    .history-form__content {
        margin: 20px 0 0 0;
    }
}

.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

@media screen and (max-width: 991.98px) {
    .filter {
        padding: 0;
    }
}

@media screen and (max-width: 767.98px) {
    .filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.filter__col {
    width: calc(33% - 6px);
}

@media screen and (max-width: 767.98px) {
    .filter__col {
        width: 100%;
    }
}

.filter__col_daterange {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 260px;
}

.filter .fieldgroup + .fieldgroup {
    margin: 0;
}

@media screen and (max-width: 767.98px) {
    .filter .fieldgroup + .fieldgroup {
        margin: 10px 0 0 0;
    }
}

.history-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 740px;
    width: 100%;
}

.history-item {
    position: relative;
    border-top: 1px solid rgba(151, 151, 151, 0.19048);
    padding: 15px 0;
}

.history-item:first-child {
    padding: 0 0 15px 0;
    border: none;
}

.history-item:hover .history-item__controls {
    opacity: 1;
}

.history-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px 0 0;
}

.history-item__left, .history-item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

.history-item__left {
    margin: 0 10px 0 0;
}

@media screen and (max-width: 420.98px) {
    .history-item__left {
        -webkit-box-flex: 2;
        -ms-flex: 2 1 0px;
        flex: 2 1 0;
    }
}

.history-item__name, .history-item__sum {
    display: block;
    margin: 0 0 10px 0;
    color: #0060ae;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9rem;
}

@media screen and (max-width: 420.98px) {
    .history-item__name, .history-item__sum {
        font-size: 1.4rem;
        line-height: 1.6rem;
        margin: 0 0 5px 0;
    }
}

.history-item__date, .history-item__status {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #949494;
}

@media screen and (max-width: 420.98px) {
    .history-item__date, .history-item__status {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

.history-item__controls {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.history-item__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    padding: 3px;
    cursor: pointer;
    border: none;
    margin: 0 10px 0 0;
}

.history-item__btn:hover svg {
    fill: #003662;
}

.history-item__btn svg {
    fill: #0060ae;
    width: 17px;
    height: 17px;
}

.history-item__btn:last-child {
    margin: 0;
}

@media screen and (max-width: 1399.98px) {
    .tline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.tline:hover .tline-controls__button {
    opacity: 1;
}

@media screen and (max-width: 1399.98px) {
    .tlink {
        width: 100%;
        padding: 0;
    }
}

.tline-controls {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
}

.tline-controls_r15 {
    right: 15px;
}

@media screen and (max-width: 1399.98px) {
    .tline-controls {
        position: relative;
        top: 0;
    }
}

.tline-controls__more {
    display: none;
    background-color: transparent;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

@media screen and (max-width: 1399.98px) {
    .tline-controls__more {
        padding: 10px 10px;
    }
}

.tline-controls__more span {
    display: block;
    background-color: #0060ae;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0 3px 0 0;
}

.tline-controls__more span:last-child {
    margin: 0;
}

@media screen and (max-width: 1399.98px) {
    .tline-controls__more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.tline-controls__more_active span {
    background-color: #fff;
}

.tline-controls__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1399.98px) {
    .tline-controls__list {
        position: absolute;
        top: -5px;
        right: -5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #0060ae;
        padding: 35px 20px 30px;
        border-radius: 8px;
        display: none;
        z-index: 1;
        min-width: 205px;
    }
}

@media screen and (max-width: 1399.98px) {
    .tline-controls__list_visible {
        display: block;
    }
}

.tline-controls__button {
    border: none;
    background-color: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0 10px 0 0;
    opacity: 0;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.tline-controls__button:last-child {
    margin: 0;
}

@media screen and (max-width: 1399.98px) {
    .tline-controls__button {
        opacity: 1;
        margin: 0 0 20px 0;
    }
}

.tline-controls__button svg {
    width: 17px;
    height: 17px;
    fill: #0060ae;
    display: block;
    margin: 0 10px 0 0;
}

@media screen and (max-width: 1399.98px) {
    .tline-controls__button svg {
        fill: #fff;
    }
}

.tline-controls__button span {
    color: #0060ae;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 2.4rem;
    display: none;
}

@media screen and (max-width: 1399.98px) {
    .tline-controls__button span {
        color: #fff;
        display: block;
    }
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 767.98px) {
    .form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.form-row + .form-row {
    margin: 10px 0 0 0;
}

.form-row_fe {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.form-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 50%;
    width: 100%;
    margin: 0 10px 0 0;
}

@media screen and (max-width: 767.98px) {
    .form-col {
        margin: 0 0 10px 0;
        max-width: 100%;
    }
}

.form-col:last-child {
    margin: 0;
}

.form-col:first-child:last-child {
    max-width: calc(50% - 5px);
}

@media screen and (max-width: 767.98px) {
    .form-col:first-child:last-child {
        max-width: 100%;
    }
}

.form-col_ancet {
    width: calc(50% - 30px);
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}

@media screen and (max-width: 991.98px) {
    .form-col_ancet {
        width: calc(50% - 5px);
    }
}

@media screen and (max-width: 767.98px) {
    .form-col_ancet {
        width: 100%;
    }
}

@media screen and (max-width: 575.98px) {
    .form-col_ancet {
        width: 100%;
    }
}

.fieldgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fieldgroup__warn {
    text-align: center;
    color: #A80013;
    font-size: 1.4rem;
    line-height: 2rem;
    max-width: 325px;
    margin: 5px auto 10px;
    display: none;
}

.fieldgroup__title {
    color: #949494;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 0 0 8px 0;
}

.fieldgroup__title_black {
    color: #000;
}

.fieldgroup__title_12 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 0 0 6px 0;
}

.fieldgroup__title_black {
    color: #2a2a2a;
}

.fieldgroup__title_mb6 {
    margin: 0 0 6px 0;
}

.fieldgroup__title_bold {
    font-weight: 500;
}

.fieldgroup__descr {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #949494;
    margin: 10px 0 0 0;
}

.fieldgroup + .fieldgroup {
    margin: 10px 0 0 0;
}

.fieldgroup + .fieldgroup_mt30 {
    margin: 30px 0 0 0;
}

.fieldgroup.province-field {
    display: none;
}

.fieldgroup.province-field_visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fieldgroup.incorrect input {
    border-color: #A80013;
}

.fieldgroup.incorrect .choices__inner {
    border-color: #A80013;
}

.fieldgroup.incorrect textarea {
    border-color: #A80013;
}

.fieldgroup.incorrect .fieldgroup__warn {
    display: block;
}

.plask {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.17), 0 1px 2px 0 #999;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.17), 0 1px 2px 0 #999;
    padding: 13px 15px 30px;
}

.plask_px0 {
    padding: 13px 0 30px;
}

.plask__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.plask__heading_px15 {
    padding: 0 15px;
}

@media screen and (max-width: 575.98px) {
    .plask__heading_sm_col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.plask__topbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.plask__topbtn:hover svg {
    fill: #003662;
}

.plask__topbtn:hover span {
    color: #003662;
}

.plask__topbtn svg {
    display: block;
    fill: #0060ae;
    width: 17px;
    height: 17px;
    margin: 0 10px 0 0;
}

.plask__topbtn svg.plask__topbtn-iconplus {
    width: 13px;
    height: 12px;
    fill: #0060ae;
    stroke: #0060ae;
    stroke-width: 1px;
    display: block;
    margin: 0 7px 0 0;
}

.plask__topbtn span {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #0060ae;
}

@media screen and (max-width: 575.98px) {
    .plask__topbtn_sm_mt {
        margin: 10px 0 0 0;
    }
}

.plask__topbtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.plask__topbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 12px 0 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.plask__topbutton svg {
    display: block;
    fill: #0060ae;
    width: 17px;
    height: 17px;
    margin: 0 8px 0 0;
}

.plask__topbutton span {
    color: #0060ae;
    display: block;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.plask__topbutton:hover svg {
    fill: #003662;
}

.plask__topbutton:hover span {
    color: #003662;
}

.plask__title {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #0060ae;
}

.plask__inner {
    margin: 20px 0 0 0;
    padding: 0 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 991.98px) {
    .plask__inner {
        padding: 0 35px;
    }
}

@media screen and (max-width: 420.98px) {
    .plask__inner {
        padding: 0;
    }
}

.plask__inner_mt5 {
    margin: 5px 0 0 0;
}

@media screen and (max-width: 767.98px) {
    .plask__inner_mt5 {
        margin: 20px 0 0 0;
    }
}

.plask__inner_px0 {
    padding: 0;
}

.plask__inner_px15 {
    padding: 0 15px;
}

.plask__inner_px30 {
    padding: 0 30px;
}

@media screen and (max-width: 575.98px) {
    .plask__inner_sm_px0 {
        padding: 0;
    }
}

.plask__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.plask__row + .plask__row {
    margin: 10px 0 0 0;
}

.plask__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 50%;
    width: 100%;
    margin: 0 10px 0 0;
}

.plask__col:last-child {
    margin: 0;
}

.plask__col:first-child:last-child {
    max-width: calc(50% - 5px);
}

.plask + .plask {
    margin: 10px 0 0 0;
}

.complaints {
    margin: 10px 0 0 0;
}

.complaints__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

@media screen and (max-width: 575.98px) {
    .complaints__heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.complaints__leftheading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 575.98px) {
    .complaints__leftheading {
        margin: 0 0 15px 0;
    }
}

.complaints__title {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #0060ae;
    display: block;
    margin: 0 10px 0 0;
}

.complaints__id {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #949494;
}

.complaints__createbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.complaints__createbtn svg {
    width: 13px;
    height: 12px;
    fill: #0060ae;
    stroke: #0060ae;
    stroke-width: 1px;
    display: block;
    margin: 0 7px 0 0;
}

.complaints__createbtn span {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #0060ae;
}

.complaints__createbtn:hover svg {
    fill: #003662;
}

.complaints__createbtn:hover span {
    color: #003662;
}

.complaints__content {
    margin: 20px 0 0 0;
}

.complaint-item {
    display: block;
}

.complaint-item__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.complaint-item__name {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    color: #2a2a2a;
    display: block;
    margin: 0 10px 0 0;
}

.complaint-item__date {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #949494;
}

.complaint-item__text {
    margin: 10px 0 0 0;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #949494;
}

.new-complaint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.new-complaint__type {
    margin: 20px 0 0 0;
    max-width: 340px;
    width: 100%;
}

.new-complaint__text {
    margin: 15px 0 0 0;
}

.new-complaint__message {
    min-height: 270px;
}

.new-complaint__buttons {
    margin: 20px auto 0 auto;
    max-width: 570px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new-complaint__button {
    width: calc(50% - 5px);
}

.limits {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.limits__title {
    font-weight: normal;
    font-size: 22px;
    line-height: 20px;
    color: #2A2A2A;
    text-align: center;
}

@media screen and (max-width: 575.98px) {
    .limits__title {
        margin: 10px 0 0 0;
    }
}

.limits__indicators {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.limits__subtitle {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #949494;
    text-align: center;
    margin: 20px 0 0 0;
}

.limits__subtitle a {
    color: #0060ae;
    text-decoration: underline;
}

.limits__subtitle a:hover {
    color: #003662;
}

.limits__progressbars {
    margin: 20px 0 0 0;
}

.limits__currency {
    margin: 20px 0 0 0;
}

.limits__bottombtn {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.limits__bottombtn a {
    color: #0060ae;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2rem;
    text-decoration: underline;
}

.limits__bottombtn a:hover {
    color: #003662;
}

.limits__tabcontent {
    display: none;
}

.limits__tabcontent_active {
    display: block;
}

.limits-indicator {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin: 0 15px 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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.limits-indicator:last-child {
    margin: 0;
}

.limits-indicator_active .limits-indicator__bar {
    background-color: #7EA000;
}

.limits-indicator__bar {
    width: 100%;
    height: 12px;
    border-radius: 6px;
    background-color: #C6C6C6;
    margin: 0 0 10px 0;
}

.limits-indicator__left {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #949494;
}

.limits-indicator__text {
    color: #949494;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: center;
}

.sm-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sm-form__submit {
    max-width: 845px;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 20px 0 0 0;
}

.card-select {
    position: relative;
    cursor: pointer;
}

.card-select__current {
    background-color: #f8f8f8;
    border-radius: 8px 8px 8px 8px;
    position: relative;
    padding: 12px 45px 12px 15px;
}

@media screen and (max-width: 575.98px) {
    .card-select__current {
        padding: 12px 40px 12px 15px;
    }
}

.card-select__current::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(../images/common/chevron_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 8px;
}

.card-select__current_open {
    border-radius: 8px 8px 0 0;
}

.card-select__current_open::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.card-select__dropdown {
    display: none;
    background-color: #f8f8f8;
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 100%;
    border-radius: 0 0 8px 8px;
    padding: 10px 0;
    max-height: 200px;
    overflow-y: auto;
    z-index: 4;
}

.card-select__dropdown_open {
    display: block;
}

.card-select__option {
    padding: 12px 45px 12px 15px;
}

.card-select__option:hover {
    background-color: #ebebeb;
}

.card-select__option_add {
    padding: 0;
}

.card-select__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: hidden;
}

.card-select__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 45px 12px 15px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.card-select__add span {
    color: #0060ae;
    display: block;
    min-width: 35px;
    margin: 0 10px 0 0;
    text-align: center;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
}

.card-select__add strong {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #0060ae;
}

.card-fullinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-fullinfo__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 0 0;
}

.card-fullinfo__type {
    min-width: 35px;
    margin: 0 10px 0 0;
}

.card-fullinfo__name {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4rem;
}

@media screen and (max-width: 575.98px) {
    .card-fullinfo__name {
        font-size: 1.2rem;
    }
}

.card-fullinfo__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-fullinfo__verify {
    margin: 0 12px 0 0;
}

@media screen and (max-width: 575.98px) {
    .card-fullinfo__verify {
        margin: 0 7px 0 0;
    }
}

.card-fullinfo__verify svg {
    fill: #498600;
    width: 14px;
    height: 14px;
}

.card-fullinfo__verify_none svg {
    visibility: hidden;
    opacity: 0;
}

.card-fullinfo__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 60px;
}

.card-fullinfo__num span {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 500;
    display: block;
    margin: 0 0 5px 0;
}

.card-fullinfo__num strong {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-fullinfo__num strong span {
    display: block;
    margin: 0 0 0 5px;
}

.card-fullinfo__typename {
    text-transform: capitalize;
}

.sm-calculator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
    .sm-calculator {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.sm-calculator__center {
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 767.98px) {
    .sm-calculator__center {
        margin: 15px 0;
    }
}

.sm-calculator__infoline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    line-height: 1.2rem;
}

.sm-calculator__infoline span {
    color: #949494;
}

.sm-calculator__infoline strong {
    color: #2F3138;
    display: block;
    margin: 0 0 0 5px;
}

@media screen and (max-width: 767.98px) {
    .sm-calculator__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (max-width: 767.98px) {
    .sm-calculator__col {
        margin: 0 10px 0 0;
    }
}

@media screen and (max-width: 767.98px) {
    .sm-checkbox-row {
        margin: 20px 0 0 0 !important;
    }
}

.currency-select {
    position: relative;
    cursor: pointer;
    min-width: 116px;
}

.currency-select__current {
    background-color: #f8f8f8;
    border-radius: 8px 8px 8px 8px;
    position: relative;
    padding: 12px 45px 13px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.currency-select__current_mini .currency-select__fullname {
    display: none;
}

.currency-select__current::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(../images/common/chevron_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 8px;
}

.currency-select__current_open {
    border-radius: 8px 8px 0 0;
}

.currency-select__current_open::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.currency-select__name {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    display: block;
    margin: 0 0 0 10px;
    min-width: 28px;
}

.currency-select__fullname {
    white-space: nowrap;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #949494;
    display: block;
    margin: 0 0 0 10px;
}

.currency-select__flag {
    width: 28px;
    height: 20px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.currency-select__dropdown {
    display: none;
    background-color: #f8f8f8;
    position: absolute;
    z-index: 3;
    width: auto;
    top: 100%;
    min-width: 100%;
    border-radius: 0 0 8px 8px;
    padding: 10px 0;
    max-height: 145px;
    overflow-y: auto;
}

.currency-select__dropdown_open {
    display: block;
}

@media screen and (max-width: 991.98px) {
    .currency-select__dropdown_sm {
        right: 0;
    }
}

.currency-select__option {
    padding: 12px 45px 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.currency-select__option:hover {
    background-color: #ebebeb;
}

.currency-select__option_add {
    padding: 0;
}

.currency-select__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: hidden;
}

.lo-heading {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem;
}

@media screen and (max-width: 767.98px) {
    .lo-heading {
        text-align: center;
    }
}

@media screen and (max-width: 767.98px) {
    .lo-img {
        margin: 30px 0 0 0;
    }
}

.lo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 55px;
    margin: 20px 0 0 0;
}

@media screen and (max-width: 767.98px) {
    .lo-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 420.98px) {
    .lo-content {
        padding: 0 15px;
    }
}

.lo-c-content {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.lo-c-content_sm {
    max-width: 315px;
}

.lo-c-content__title {
    color: #2A2A2A;
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin: 0 0 10px 0;
    font-weight: 500;
    text-align: center;
}

.lo-c-content__text p {
    color: #949494;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
}

.lo-c-content__code {
    margin: 10px 0 0 0;
}

.lo-c-content__link {
    margin: 20px 0 0 0;
    font-size: 1.3rem;
    line-height: 2rem;
    text-decoration: underline;
    color: #0060ae;
    -ms-flex-item-align: center;
    align-self: center;
}

.lo-c-content__link:hover {
    text-decoration: none;
}

.lo-c-content__btn {
    margin: 20px 0 0 0;
}

.lo-c-content__approved-icon {
    -ms-flex-item-align: center;
    align-self: center;
    width: 80px;
    height: 63px;
    fill: #4C9800;
    display: block;
    margin: 0 0 45px 0;
}

.lo-fw-content {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ancet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 35px 0 0 0;
}

.ancet__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ancet__checkfield {
    margin: 15px 0 0 0;
}

.ancet__submit {
    margin: 20px 0 0 0;
}

.lo-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 340px;
    width: 100%;
}

.lo-form__submit {
    margin: 20px 0 10px;
}

.lo-form .form-warn + .lo-form__submit {
    margin: 0 0 10px;
}

.password-forgot {
    margin: 10px 0 0 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #949494;
    font-size: 1.2rem;
    line-height: 2rem;
}

.password-forgot:hover {
    text-decoration: underline;
}

.lo-create {
    margin: 10px 0 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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lo-create__desc {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #949494;
    margin: 0 0 5px 0;
}

.lo-create__link {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #0060ae;
    text-decoration: underline;
}

.lo-create__link:hover {
    text-decoration: none;
}

.add-card-modal {
    max-width: 710px;
    width: 100%;
    padding: 0;
    padding: 20px 70px 30px 70px;
}

@media screen and (max-width: 575.98px) {
    .add-card-modal {
        padding: 30px 20px 30px 20px;
    }
}

.add-card-modal .fancybox-close-small {
    display: none;
}

.micromodal-slide {
    position: relative;
}

.modal__overlay {
    padding: 10px;
    overflow: auto;
}

@media screen and (max-width: 575.98px) {
    .modal__overlay {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        display: block;
    }
}

.modal__container {
    max-width: 710px;
    border-radius: 8px;
    overflow: visible;
    padding: 0;
    margin: 0 auto;
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
    will-change: unset;
}

.add-card__content_mw570 {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.add-card__title {
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    text-align: center;
}

.add-card__subtitle {
    margin: 10px 0 0 0;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    color: #949494;
}

.add-card__fields {
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
    .add-card__fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.add-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.add-card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.add-card__buttons button {
    width: calc(50% - 5px);
}

@media screen and (max-width: 575.98px) {
    .add-card__buttons_3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.add-card__buttons_3 button {
    width: calc(33.3333% - 6px);
}

@media screen and (max-width: 575.98px) {
    .add-card__buttons_3 button {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 575.98px) {
    .add-card__buttons_3 button:last-child {
        margin: 0;
    }
}

.credit-card {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 12px 14px;
    max-width: 280px;
    width: 100%;
}

@media screen and (max-width: 767.98px) {
    .credit-card {
        margin: 0 auto;
    }
}

@media screen and (max-width: 375.98px) {
    .credit-card {
        max-width: 100%;
    }
}

.credit-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.credit-card__number {
    width: 100%;
    margin: 0 10px 0 0;
}

.credit-card__type {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.credit-card__bottom {
    margin: 18px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.credit-card__bottom-col {
    max-width: 100%;
}

.credit-card__bottom-col input {
    max-width: 75px;
}

.td-creditcard {
    background-color: #f8f8f8;
    border-radius: 8px;
    padding: 17px 22px;
    max-width: 280px;
    width: 100%;
}

.td-creditcard_centered {
    -ms-flex-item-align: center;
    align-self: center;
}

.td-creditcard__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.td-creditcard__name {
    display: block;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #2A2A2A;
    margin: 0 0 10px 0;
}

.td-creditcard__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.td-creditcard__number {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
    margin: 0 10px 0 0;
}

.td-creditcard__bottom {
    margin: 18px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.td-creditcard__expiry {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
    min-width: 45px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.td-creditcard__cvv {
    max-width: 75px;
    width: 100%;
}

.currency-multiselect {
    position: relative;
    cursor: pointer;
}

.currency-multiselect__current {
    background-color: #f8f8f8;
    border-radius: 8px 8px 8px 8px;
    position: relative;
    padding: 12px 45px 13px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 45px;
}

.currency-multiselect__current::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(../images/common/chevron_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 8px;
}

.currency-multiselect__current_open {
    border-radius: 8px 8px 0 0;
}

.currency-multiselect__current_open::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.currency-multiselect__dropdown {
    display: none;
    background-color: #f8f8f8;
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 100%;
    border-radius: 0 0 8px 8px;
    padding: 10px 0;
    max-height: 170px;
    overflow-y: auto;
}

.currency-multiselect__dropdown_open {
    display: block;
}

.multiselect-current_multi .multiselect-current__flag,
.multiselect-current_multi .multiselect-current__fullname {
    display: none;
}

.multiselect-current_empty .multiselect-current__flag,
.multiselect-current_empty .multiselect-current__fullname,
.multiselect-current_empty .multiselect-current__name {
    display: none;
}

.multiselect-current__flag {
    display: block;
    width: 28px;
    height: 20px;
    margin: 0 10px 0 0;
}

.multiselect-current__name {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #2F3138;
    display: block;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    max-width: 100%;
    overflow: hidden;
}

.multiselect-current__fullname {
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #949494;
}

.multiselect-option__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 5px 15px;
}

.multiselect-option__label:hover {
    background-color: #ebebeb;
}

.multiselect-option__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: hidden;
}

.multiselect-option__input:checked ~ .multiselect-option__checkbox {
    background-color: #0060ae;
}

.multiselect-option__input:checked ~ .multiselect-option__checkbox svg {
    display: block;
}

.multiselect-option__checkbox {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #0060ae;
    background-color: #f8f8f8;
    display: block;
    margin: 0 13px 0 0;
}

.multiselect-option__checkbox svg {
    display: none;
    width: 10px;
    height: 8px;
    fill: #fff;
    stroke-width: 4px;
    stroke: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.multiselect-option__flag {
    width: 28px;
    height: 20px;
    display: block;
    margin: 0 10px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.multiselect-option__name {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #2F3138;
    display: block;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}

.multiselect-option__fullname {
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #949494;
}

.btn {
    display: inline-block;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #0060ae;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 10px 15px;
}

.btn:disabled {
    cursor: default;
    background-color: #C6CBD4;
}

.btn:disabled:hover {
    background-color: #C6CBD4;
}

.btn_primary {
    background-color: #0060ae;
    color: #fff;
}

.btn_primary:hover {
    background-color: #0074d2;
}

.btn_primary:active {
    background-color: #00447b;
}

.btn_white {
    background-color: #fff;
    color: #0060ae;
}

.btn_white:hover {
    background-color: #f2f2f2;
}

.btn_white:active {
    background-color: #e6e6e6;
}

.textfield {
    background-color: #f8f8f8;
    color: #000;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.7rem;
    border: 1px solid transparent;
    padding: 13px 10px;
    border-radius: 8px;
    width: 100%;
}

.textfield_white {
    background-color: #fff;
    color: #8E8E93;
}

.textfield_py11 {
    padding: 11px 10px;
}

.textfield_py8 {
    padding: 8px 10px;
}

.textfield_cardtype {
    padding: 13px 10px 13px 65px;
}

.textfield:focus {
    border-color: #0060ae;
    outline: none;
}

.textfield_password {
    padding: 13px 40px 13px 15px;
}

.textfield.cvv-input_incorrect {
    border-color: #A80013;
}

.password-field {
    position: relative;
}

.password-field__switcher {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    padding: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    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;
}

.password-field__switcher svg {
    width: 19px;
    height: 12px;
    fill: #C3C3C3;
}

.password-field__switcher svg:hover {
    fill: #9d9d9d;
}

.sms-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sms-code__fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sms-code__box {
    position: relative;
    overflow: hidden;
    width: 45px;
    height: 52px;
}

.sms-code__number {
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #2A2A2A;
    padding: 10px 10px;
    background-color: #F2F3F5;
    border-radius: 8px;
    border: 1px solid transparent;
    width: 45px;
    height: 52px;
    text-align: center;
}

.sms-code__helper {
    margin: 20px 0 0 0;
}

.sms-code__helper p {
    font-size: 1.3rem;
    line-height: 2rem;
    color: #949494;
}

.sms-code__helper a {
    color: #0060ae;
    text-decoration: underline;
}

.sms-code__helper a:hover {
    text-decoration: none;
}

.iti__flag {
    background-image: url("../images/flags/tel_input_flags/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/flags/tel_input_flags/flags@2x.png");
    }
}

.iti.iti--allow-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #f8f8f8;
    border-radius: 6px;
    border: 1px solid transparent;
    height: 42px;
    padding: 10px 15px;
}

.iti--separate-dial-code .iti__selected-flag:hover {
    background-color: #d2d2d2;
}

.iti__flag-container {
    position: static;
}

.int-tel-input {
    padding: 13px 10px !important;
    margin: 0 0 0 10px !important;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
}

.iti__arrow {
    background-image: url(../images/common/chevron_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 8px;
    border: unset;
    margin: 0 0 0 10px;
}

.iti__arrow-up {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-left: 10px;
    color: #2F3138;
}

.date-field {
    position: relative;
}

.datepicker-view .dow {
    font-size: 1.2rem;
}

.datepicker-grid {
    width: 100%;
    max-width: 240px;
}

.datepicker-controls .button {
    font-size: 1.2rem;
}

.datepicker-cell:not(.disabled):hover {
    background-color: #f4f4f4;
}

.datepicker-input.in-edit:active, .datepicker-input.in-edit:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.daterange {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.daterange__part {
    border-radius: 8px;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 5px);
    cursor: pointer;
}

.daterange__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 7px;
    font-size: 1.3rem;
}

.daterange input:focus {
    border-color: transparent;
}

.daterange input {
    color: #0060ae;
    cursor: pointer;
    padding: 13px 5px;
}

.fieldgroup select {
    width: 100%;
    display: block;
}

.fieldgroup .choices {
    margin-bottom: 0;
}

.fieldgroup .choices__inner {
    border: none;
    border-radius: 8px;
    padding: 13px 10px;
    padding-bottom: 13px !important;
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.7rem;
}

.fieldgroup .choices::after {
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/common/chevron_down.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 8px;
    border: none;
    margin-top: 0;
}

.fieldgroup .choices .choices__list--single {
    padding: 0;
}

.fieldgroup .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #e1e1e1;
}

.fieldgroup .choices .choices__list--dropdown {
    border-radius: 0 0 8px 8px;
    max-height: 220px;
    top: calc(100% + 1px);
}

.fieldgroup .choices .choices__list--dropdown .choices__item {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding: 10px 10px;
}

.fieldgroup .choices .choices__list--dropdown .choices__item:hover {
    color: #fff;
    background-color: #0060ae;
}

.fieldgroup .choices .choices__input {
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    border-bottom: none;
}

.fieldgroup .choices__list--dropdown {
    border: none;
    background-color: #f8f8f8;
}

.fieldgroup .choices.is-open::after {
    margin: unset;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.fieldgroup .choices.is-open .choices__inner {
    border-radius: 8px 8px 0 0;
}

.fieldgroup .choices.is-open.is-flipped .choices__inner {
    border-radius: 0 0 8px 8px;
}

.fieldgroup .choices.is-open.is-flipped .choices__list--dropdown {
    border-radius: 8px 8px 0 0;
}

.checkfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.checkfield_centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkfield__text {
    margin: 0 0 0 10px;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #949494;
    cursor: pointer;
}

.checkbox {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.checkbox__box {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #949494;
    background-color: #f8f8f8;
}

.checkbox svg {
    display: none;
    width: 10px;
    height: 8px;
    fill: #fff;
    stroke-width: 4px;
    stroke: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.checkbox__input {
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.checkbox__input:checked ~ svg {
    display: block;
}

.checkbox__input:checked ~ .checkbox__box {
    background-color: #0060ae;
    border-color: #0060ae;
}
