html {
  height: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}

*, :after, :before {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-family: Lato,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #00435e;
  background-color: #e8e8e8;
  background-size: 0;
  overflow-y: scroll;
}

@media (max-width:1198px) {
  body {
    padding: 0!important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

blockquote, figure, ol, p, ul {
  margin: 0;
}

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

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:focus-visible {
  outline: 1px auto -webkit-focus-ring-color;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button:focus-visible {
  outline: 1px auto -webkit-focus-ring-color;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  outline: none;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

button {
  padding: 0;
  background: transparent;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  border: none;
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  overflow: auto;
  resize: none;
}

iframe {
  border: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none!important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh)*100);
  padding: 64px 0 0;
  font-size: 16px;
  overflow: hidden;
}

@media (min-width:1199px) {
  .wrapper {
    padding: 100px 0 0;
  }
}

.document-page .wrapper, .wrapper--pd-0 {
  padding: 0;
}

.page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

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

@media (min-width:359px) {
  .container {
    padding: 0 16px;
  }
}

@media (min-width:1199px) {
  .container {
    width: 1408px;
    padding: 0 45px;
  }
}

.svg-icon {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}

.grid--mr-14 {
  margin: -14px 0 0 -14px;
}

.grid--mr-16 {
  margin: -16px 0 0 -16px;
}

.grid--mr-8 {
  margin: -8px 0 0 -8px;
}

@media (min-width:1199px) {
  .grid {
    margin: -30px 0 0 -30px;
  }
}

@media (min-width:1199px) {
  .grid--l-mr-24-30 {
    margin: -24px 0 0 -30px;
  }
}

@media (min-width:1199px) {
  .grid--l-mr-24-48 {
    margin: -24px 0 0 -48px;
  }
}

@media (min-width:1199px) {
  .grid--l-mr-34-85 {
    margin: -34px 0 0 -85px;
  }
}

@media (min-width:1199px) {
  .grid--l-mr-16-16 {
    margin: -16px 0 0 -16px;
  }
}

@media (min-width:1366px) {
  .grid {
    margin: -30px 0 0 -30px;
  }
}

@media (min-width:1366px) {
  .grid--xl-mr-24-30 {
    margin: -24px 0 0 -30px;
  }
}

@media (min-width:1366px) {
  .grid--xl-mr-24-48 {
    margin: -24px 0 0 -48px;
  }
}

@media (min-width:1366px) {
  .grid--xl-mr-34-85 {
    margin: -34px 0 0 -85px;
  }
}

@media (min-width:1366px) {
  .grid--xl-mr-16-16 {
    margin: -16px 0 0 -16px;
  }
}

.grid__c {
  width: 100%;
  padding: 20px 0 0 20px;
}

.grid__c--w-auto {
  width: auto;
}

.grid__c--pd-14 {
  padding: 14px 0 0 14px;
}

.grid__c--pd-16 {
  padding: 16px 0 0 16px;
}

.grid__c--pd-8 {
  padding: 8px 0 0 8px;
}

.grid__c--1-2 {
  width: 50%;
}

.grid__c--1-3 {
  width: 33.3333%;
}

.grid__c--1-4 {
  width: 25%;
}

.grid__c--1-5 {
  width: 20%;
}

@media (min-width:520px) {
  .grid__c--xs-1-2 {
    width: 50%;
  }
}

@media (min-width:520px) {
  .grid__c--xs-1-3 {
    width: 33.3333%;
  }
}

@media (min-width:520px) {
  .grid__c--xs-1-4 {
    width: 25%;
  }
}

@media (min-width:520px) {
  .grid__c--xs-1-5 {
    width: 20%;
  }
}

@media (min-width:768px) {
  .grid__c--s-1-1 {
    width: 100%;
  }
}

@media (min-width:768px) {
  .grid__c--s-1-2 {
    width: 50%;
  }
}

@media (min-width:768px) {
  .grid__c--s-1-3 {
    width: 33.3333%;
  }
}

@media (min-width:768px) {
  .grid__c--s-1-4 {
    width: 25%;
  }
}

@media (min-width:768px) {
  .grid__c--s-1-5 {
    width: 20%;
  }
}

@media (min-width:992px) {
  .grid__c--m-1-2 {
    width: 50%;
  }
}

@media (min-width:992px) {
  .grid__c--m-1-3 {
    width: 33.3333%;
  }
}

@media (min-width:992px) {
  .grid__c--m-1-4 {
    width: 25%;
  }
}

@media (min-width:992px) {
  .grid__c--m-1-5 {
    width: 20%;
  }
}

@media (min-width:1199px) {
  .grid__c {
    padding: 30px 0 0 30px;
  }
}

@media (min-width:1199px) {
  .grid__c--l-pd-24-30 {
    padding: 24px 0 0 30px;
  }
}

@media (min-width:1199px) {
  .grid__c--l-pd-24-48 {
    padding: 24px 0 0 48px;
  }
}

@media (min-width:1199px) {
  .grid__c--l-pd-34-85 {
    padding: 34px 0 0 85px;
  }
}

@media (min-width:1199px) {
  .grid__c--l-pd-16-16 {
    padding: 16px 0 0 16px;
  }
}

@media (min-width:1199px) {
  .grid__c--l-1-2 {
    width: 50%;
  }
}

@media (min-width:1199px) {
  .grid__c--l-1-3 {
    width: 33.3333%;
  }
}

@media (min-width:1199px) {
  .grid__c--l-1-4 {
    width: 25%;
  }
}

@media (min-width:1199px) {
  .grid__c--l-1-5 {
    width: 20%;
  }
}

@media (min-width:1366px) {
  .grid__c {
    padding: 30px 0 0 30px;
  }
}

@media (min-width:1366px) {
  .grid__c--xl-pd-24-30 {
    padding: 24px 0 0 30px;
  }
}

@media (min-width:1366px) {
  .grid__c--xl-pd-24-48 {
    padding: 24px 0 0 48px;
  }
}

@media (min-width:1366px) {
  .grid__c--xl-pd-34-85 {
    padding: 34px 0 0 85px;
  }
}

@media (min-width:1366px) {
  .grid__c--xl-pd-16-16 {
    padding: 16px 0 0 16px;
  }
}

@media (min-width:1366px) {
  .grid__c--xl-1-2 {
    width: 50%;
  }
}

@media (min-width:1366px) {
  .grid__c--xl-1-3 {
    width: 33.3333%;
  }
}

@media (min-width:1366px) {
  .grid__c--xl-1-4 {
    width: 25%;
  }
}

@media (min-width:1366px) {
  .grid__c--xl-1-5 {
    width: 20%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(68,68,68,.24);
  z-index: 10;
  padding-right: inherit;
}

.document-page .header, .header.is-hidden {
  display: none;
}

.header__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 64px;
}

@media (min-width:1199px) {
  .header__inner {
    align-items: center;
    justify-content: flex-start;
    height: 100px;
    padding: 0 30px;
  }
}

.header__logo {
  display: none;
  flex-shrink: 0;
  width: 185px;
  height: 39px;
  margin: 20px 0;
  transition: .2s;
  cursor: pointer;
}

.header__logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (min-width:1199px) {
  .header__logo {
    display: block;
  }
}

@media (min-width:1199px) {
  .header__logo:hover {
    opacity: .6;
  }
}

@media (min-width:1366px) {
  .header__logo {
    width: 270px;
    height: 59px;
  }
}

.header__btn {
  display: none;
}

@media (min-width:1199px) {
  .header__btn {
    display: block;
  }
}

.header__mobile-block {
  display: flex;
  height: 48px;
}

@media (min-width:1199px) {
  .header__mobile-block {
    display: none;
  }
}

.header__burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  width: 42px;
  height: 48px;
  padding: 11px 11px 19px 11px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg,#ff730e,#e0650b);
  cursor: pointer;
}

.header__burger > div {
  position: relative;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: .2s;
}

.header__burger > div:first-child {
  width: 100%;
}

.header__burger > div:nth-child(2) {
  width: 13px;
}

.header__burger > div:last-child {
  width: 17px;
}

.is-open-menu .header__burger > div:first-child {
  top: 8px;
  transform: rotate(45deg);
}

.is-open-menu .header__burger > div:nth-child(2) {
  opacity: 0;
}

.is-open-menu .header__burger > div:nth-child(3) {
  bottom: 8px;
  width: 100%;
  transform: rotate(-45deg);
}

@media (min-width:1199px) {
  .header__burger {
    display: none;
  }
}

.header__mobile-page-name {
  display: block;
  display: -webkit-box;
  max-height: 24px;
  margin: 8px 10px 0 10px;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -.005em;
  text-transform: uppercase;
  color: #00435e;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.header__mob-btn {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0 0 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #006c8b;
}

@media (min-width:1199px) {
  .header__mob-btn {
    display: none;
  }
}

.header__nav {
  transition: .2s;
}

@media (max-width:1198px) {
  .header__nav {
    position: fixed;
    top: 64px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 64px);
    padding: 24px 18px;
    background-color: #fff;
    overflow-y: auto;
  }
}

@media (max-width:1198px) {
  .is-open-menu .header__nav {
    left: 0;
  }
}

@media (min-width:1199px) {
  .header__nav {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-grow: 1;
    margin: 0 72px;
    height: 100%;
    background-color: transparent;
  }
}

@media (min-width:1199px) {
  .is-auth .header__nav {
    margin: 0 32px;
  }
}

@media (min-width:1600px) {
  .header__nav {
    margin: 0 119px 0 76px;
  }
}

@media (min-width:1600px) {
  .is-auth .header__nav {
    margin: 0 56px;
  }
}

.header__nav-items-wrap {
  margin-top: 24px;
  width: 100%;
}

@media (min-width:1199px) {
  .header__nav-items-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    margin-top: 0;
  }
}

@media (min-width:1600px) {
  .header__nav-items-wrap {
    justify-content: space-between;
  }
}

.header__nav-item:not(:first-child) {
  margin-top: 24px;
}

@media (min-width:1199px) {
  .header__nav-item:not(:first-child) {
    margin-top: 0;
    margin-left: 24px;
  }
}

@media (min-width:1199px) {
  .header__nav-item:hover .header__nav-item-childs {
    display: block;
  }
}

@media (min-width:1199px) {
  .header__nav-item--mobile {
    display: none;
  }
}

.header__nav-item-name {
  position: relative;
  display: block;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: #003752;
  cursor: pointer;
  transition: .2s;
}

.header__nav-item-name.is-active-exact {
  font-weight: 600;
}

@media (min-width:1199px) {
  .header__nav-item-name {
    padding: 0 0 23px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: none;
  }
}

@media (min-width:1199px) {
  .header__nav-item-name.is-active:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #003752;
    content: "";
  }
}

.header__nav-item-childs {
  width: 100%;
  cursor: default;
}

@media (min-width:1199px) {
  .header__nav-item-childs {
    position: fixed;
    top: 100px;
    left: 0;
    display: none;
    background-color: #003752;
  }
}

@media (min-width:1199px) {
  .header__nav-item-childs-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
  }
}

.header__nav-item-childs-item {
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #003752;
  cursor: pointer;
  margin-left: 12px;
  text-transform: uppercase;
  margin-top: 24px;
}

@media (min-width:1199px) {
  .header__nav-item-childs-item {
    color: #fff;
    margin-left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    text-transform: none;
  }
}

@media (min-width:1199px) {
  .header__nav-item-childs-item:not(:first-child) {
    margin-left: 32px;
    text-align: center;
  }
}

@media (min-width:1366px) {
  .header__nav-item-childs-item:not(:first-child) {
    margin-left: 60px;
  }
}

.header__user {
  margin: 0 0 9px;
  cursor: pointer;
}

@media (min-width:1199px) {
  .header__user {
    width: 198px;
    max-width: 100%;
    margin: 0;
  }
}

.header__user-inner {
  position: relative;
  display: flex;
  align-items: center;
}

.header__user-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: -16px;
  width: 204px;
  padding: 20px;
  background: radial-gradient(45.37% 67.72% at 52.57% 50.21%,rgba(2,69,102,.93) 0,#003f40 74.48%);
  box-shadow: 0 2px 4px rgba(0,77,62,.23);
  overflow: hidden;
  cursor: default;
}

@media (min-width:1199px) {
  .header__user-menu {
    right: 0;
  }
}

.header__user-menu-item {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  cursor: pointer;
  transition: .2s;
}

.header__user-menu-item--notice {
  position: relative;
}

.header__user-menu-item--notice-new {
  position: absolute;
  top: -10px;
  right: -32px;
  max-height: 16px;
  text-align: center;
  padding: 0 7px 0 6px;
  border-radius: 100px;
  font-size: 12px;
  background-color: #ff730e;
  color: #fff;
}

.header__user-menu-item sup {
  color: #ff730e;
}

.header__user-menu-item:not(:first-child) {
  margin: 31px 0 0;
}

.header__user-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #003752;
  color: #fff;
}

@media (min-width:1199px) {
  .header__user-avatar {
    width: 44px;
    height: 44px;
    margin: 0 10px 0 0;
  }
}

.header__user-avatar-text {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

@media (min-width:1199px) {
  .header__user-avatar-text {
    font-size: 16px;
  }
}

.header__user-text {
  display: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #003752;
}

@media (min-width:1199px) {
  .header__user-text {
    display: block;
    display: -webkit-box;
    max-height: 36px;
    letter-spacing: .01em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }
}

.header__user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 10px;
  height: 6px;
  margin: 0 0 0 4px;
  color: #006c8b;
  transition: .2s;
}

@media (min-width:1199px) {
  .header__user-icon {
    margin: 0 0 0 10px;
  }
}

.header__user-icon.is-active {
  transform: rotate(-180deg);
}

.main__inner {
  margin: 24px 0 0;
}

@media (min-width:1199px) {
  .main__inner {
    margin: 45px 0 0;
  }
}

.main__info {
  position: relative;
  min-height: 335px;
  padding: 22px 18px;
  border-radius: 20px;
  background: linear-gradient(280.63deg,#f2f0f0 24.61%,#fdfdfd 85.09%);
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  overflow: hidden;
}

@media (min-width:1199px) {
  .main__info {
    min-height: 442px;
    padding: 71px 74px;
  }
}

.main__info-block {
  max-width: 814px;
  z-index: 1;
}

.main__info-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

@media (min-width:1199px) {
  .main__info-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
  }
}

.main__info-text {
  margin: 315px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}

@media (min-width:520px) {
  .main__info-text {
    max-width: 50%;
    margin: 46px 0 0;
  }
}

@media (min-width:992px) {
  .main__info-text {
    max-width: 80%;
  }
}

@media (min-width:1199px) {
  .main__info-text {
    max-width: 80%;
    margin: 46px 0 0;
    font-size: 24px;
    line-height: 35px;
  }
}

@media (min-width:1366px) {
  .main__info-text {
    max-width: 90%;
    margin: 46px 0 0;
    font-size: 24px;
    line-height: 35px;
  }
}

@media (min-width:1600px) {
  .main__info-text {
    max-width: 100%;
  }
}

.main__info-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 379px;
}

.main__info-bg-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top right;
  object-position: top right;
}

@media (min-width:520px) {
  .main__info-bg-img {
    max-width: 50%;
  }
}

@media (min-width:992px) {
  .main__info-bg-img {
    height: 100%;
    max-height: none;
  }
}

@media (min-width:1199px) {
  .main__info-bg-img {
    max-width: 36%;
  }
}

@media (min-width:1366px) {
  .main__info-bg-img {
    max-width: 40%;
  }
}

.main__facilities {
  margin: 24px 0 0;
  padding: 20px 14px 59px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  overflow: hidden;
}

@media (min-width:1199px) {
  .main__facilities {
    margin: 45px 0 0;
    padding: 49px 30px 39px;
  }
}

.main__facilities-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main__facilities-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

@media (min-width:1199px) {
  .main__facilities-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
  }
}

.main__facilities-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #008ddd;
}

@media (min-width:1199px) {
  .main__facilities-btn {
    display: none;
  }
}

.main__facilities-inner {
  margin: 16px 0 0;
}

@media (min-width:1199px) {
  .main__facilities-inner {
    margin: 40px 0 0;
  }
}

.main__facilities-slider, .main__news-slider {
  position: relative;
}

.main__facilities-slider .swiper-slide, .main__news-slider .swiper-slide {
  height: auto;
}

.main__facilities-slider .swiper, .main__news-slider .swiper {
  overflow: visible;
}

.main__news {
  margin: 24px 0 0;
  padding: 20px 14px 59px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  overflow: hidden;
}

@media (min-width:1199px) {
  .main__news {
    margin: 45px 0 0;
    padding: 50px 30px 76px 30px;
  }
}

.main__news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main__news-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #003752;
}

@media (min-width:1199px) {
  .main__news-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
  }
}

.main__news-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #008ddd;
}

@media (min-width:1199px) {
  .main__news-btn {
    display: none;
  }
}

.main__news-inner {
  margin: 16px 0 0;
}

@media (min-width:1199px) {
  .main__news-inner {
    margin: 49px 0 0;
  }
}

.main__news-desktop {
  display: none;
}

@media (min-width:1199px) {
  .main__news-desktop {
    display: block;
  }
}

.main__news-slider {
  position: relative;
}

@media (min-width:1199px) {
  .main__news-slider {
    display: none;
  }
}

.main__news-slider__inner {
  max-width: 70%;
}

@media (min-width:480px) {
  .main__news-slider__inner {
    max-width: 100%;
  }
}

.main__facilities-slider-nav, .main__news-slider-nav {
  position: absolute;
  left: 0;
  top: calc(100% + 28px)!important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}

@media (min-width:1199px) {
  .main__facilities-slider-nav, .main__news-slider-nav {
    display: none;
  }
}

.main__facilities-slider-nav.is-hidden, .main__news-slider-nav.is-hidden {
  opacity: 0;
}

.main__facilities-slider-bullet, .main__news-slider-bullet {
  display: flex;
  width: 5px;
  height: 5px;
  margin: 0 2px;
  border-radius: 50%;
  background-color: #bdbdbd;
  transition: .2s;
}

.main__facilities-slider-bullet.main__facilities-slider-bullet-active, .main__facilities-slider-bullet.main__news-slider-bullet-active, .main__news-slider-bullet.main__facilities-slider-bullet-active, .main__news-slider-bullet.main__news-slider-bullet-active {
  width: 10px;
  border-radius: 5px;
  background-color: #003752;
}

.main__news-empty {
  margin: 32px 0 0;
  font-size: 16px;
  line-height: 19px;
  color: #00435e;
  text-align: center;
}

@media (min-width:1199px) {
  .main__news-empty {
    margin: 72px 0 0;
    font-size: 22px;
    line-height: 25px;
  }
}

.footer {
  width: 100%;
  margin-top: 32px;
  background: linear-gradient(293.34deg,#024566 25.17%,#005066 39.66%,#006a64 69.94%,#018559 97.96%);
}

.document-page .footer, .footer.is-hidden {
  display: none;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  padding: 24px 0;
}

@media (max-width:767px) {
  .footer__wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.footer__phone {
  display: flex;
  align-items: center;
  margin: 0 25px 0 0;
}

@media (max-width:767px) {
  .footer__phone {
    order: 2;
    margin: 0 0 15px;
  }
}

.footer__phone-text {
  margin: 0 8px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #f2f2f2;
}

.footer__phone-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.footer__store-list-wrap {
  display: flex;
  justify-content: center;
}

@media (max-width:991px) {
  .footer__store-list-wrap {
    margin: 0 auto 0 0;
  }
}

@media (max-width:767px) {
  .footer__store-list-wrap {
    margin: 0 0 15px;
  }
}

.footer__store-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width:520px) {
  .footer__store-list {
    flex-direction: row;
  }
}

@media (max-width:767px) {
  .footer__store-list {
    order: 3;
  }
}

.footer__store-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 147px;
  height: auto;
  max-height: 43px;
  margin: 0 15px;
}

@media (max-width:767px) {
  .footer__store-item {
    margin: 0 5px 5px;
  }
}

.footer__year {
  width: 100%;
  max-width: 274px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #f2f2f2;
  text-align: end;
}

@media (max-width:991px) {
  .footer__year {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media (max-width:767px) {
  .footer__year {
    order: 3;
  }
}

.main-facilities-card {
  position: relative;
  display: block;
  background-color: #f3f3f3;
  box-shadow: 0 4px 11px rgba(0,0,0,.15);
  border-radius: 15px;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}

.main-facilities-card__img {
  height: 271px;
}

.main-facilities-card__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-facilities-card__title {
  padding: 17px 14px 19px;
  border-top: 1px solid #e0e0e0;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #004d71;
}

.news-list {
  margin: -26px 0 0;
}

@media (min-width:1199px) {
  .news-list {
    margin: -40px 0 0;
  }
}

.news-list__block {
  display: grid;
  grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  gap: 0 10px;
  grid-auto-flow: row;
  grid-template-areas: "one one" "two two" "three three" "four five" "six six" "seven seven" "eight eight" "nine nine" "ten ten" "eleven eleven" "twelve twelve" "thirteen thirteen";
}

.news-list__block .one {
  grid-area: one;
}

.news-list__block .two {
  grid-area: two;
}

.news-list__block .three {
  grid-area: three;
}

.news-list__block .four {
  grid-area: four;
}

.news-list__block .five {
  grid-area: five;
}

.news-list__block .six {
  grid-area: six;
}

.news-list__block .seven {
  grid-area: seven;
}

.news-list__block .eight {
  grid-area: eight;
}

.news-list__block .nine {
  grid-area: nine;
}

.news-list__block .ten {
  grid-area: ten;
}

.news-list__block .eleven {
  grid-area: eleven;
}

.news-list__block .twelve {
  grid-area: twelve;
}

.news-list__block .thirteen {
  grid-area: thirteen;
}

@media (min-width:1199px) {
  .news-list__block {
    display: grid;
    grid-template-columns: 24.8% 43.8% 24.8%;
    grid-template-rows: auto auto auto auto auto auto auto;
    gap: 0 24px;
    grid-auto-flow: column;
    justify-items: stretch;
    grid-template-areas: "one two four" "one three seven" "five six seven" "eight eight ten" "nine nine ten" "eleven eleven thirteen" "twelve twelve thirteen";
  }
}

@media (min-width:1199px) {
  .news-list__block .one {
    grid-area: one;
  }
}

@media (min-width:1199px) {
  .news-list__block .two {
    grid-area: two;
  }
}

@media (min-width:1199px) {
  .news-list__block .three {
    grid-area: three;
  }
}

@media (min-width:1199px) {
  .news-list__block .four {
    grid-area: four;
  }
}

@media (min-width:1199px) {
  .news-list__block .five {
    grid-area: five;
  }
}

@media (min-width:1199px) {
  .news-list__block .six {
    grid-area: six;
  }
}

@media (min-width:1199px) {
  .news-list__block .seven {
    grid-area: seven;
  }
}

@media (min-width:1199px) {
  .news-list__block .eight {
    grid-area: eight;
  }
}

@media (min-width:1199px) {
  .news-list__block .nine {
    grid-area: nine;
  }
}

@media (min-width:1199px) {
  .news-list__block .ten {
    grid-area: ten;
  }
}

@media (min-width:1199px) {
  .news-list__block .eleven {
    grid-area: eleven;
  }
}

@media (min-width:1199px) {
  .news-list__block .twelve {
    grid-area: twelve;
  }
}

@media (min-width:1199px) {
  .news-list__block .thirteen {
    grid-area: thirteen;
  }
}

@media (min-width:1366px) {
  .news-list__block {
    gap: 0 40px;
  }
}

.news-list__more {
  margin: 38px 0 0;
}

.news-list__more .btn {
  width: 100%;
}

.news-card-v1 {
  position: relative;
  display: block;
  height: 140px;
  margin: 26px 0 0;
  border-radius: 18px;
  background: #e0e0e0;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  overflow: hidden;
  cursor: pointer;
}

.news-card-v1:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82%;
  height: 100%;
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.86) 19.88%,#e1e1e1 45.93%);
  content: "";
}

@media (min-width:768px) {
  .news-card-v1 {
    height: 240px;
  }
}

@media (min-width:1199px) {
  .news-card-v1 {
    height: 440px;
    margin: 24px 0 0;
  }
}

@media (min-width:1199px) {
  .news-card-v1:before {
    left: 0;
    right: auto;
    width: 100%;
    height: 277px;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.86) 15.63%,#e1e1e1 29.89%);
  }
}

@media (min-width:1199px) {
  .news-card-v1.is-preview {
    height: 357px;
  }
}

@media (min-width:1366px) {
  .news-card-v1 {
    height: 500px;
    margin: 40px 0 0;
  }
}

@media (min-width:1366px) {
  .news-card-v1.is-preview {
    height: 418px;
  }
}

.news-card-v1__img {
  height: 100%;
  width: 60%;
}

@media (min-width:1199px) {
  .news-card-v1__img {
    height: 257px;
    width: 100%;
  }
}

@media (min-width:1199px) {
  .is-preview .news-card-v1__img {
    height: 218px;
  }
}

@media (min-width:1366px) {
  .news-card-v1__img {
    height: 376px;
  }
}

@media (min-width:1366px) {
  .is-preview .news-card-v1__img {
    height: 290px;
  }
}

.news-card-v1__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-card-v1__date {
  position: absolute;
  left: 37%;
  bottom: 16px;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #4f4f4f;
  z-index: 1;
}

@media (min-width:768px) {
  .news-card-v1__date {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (min-width:1199px) {
  .news-card-v1__date {
    left: 16px;
    bottom: 31px;
    font-size: 13px;
    line-height: 15px;
  }
}

@media (min-width:1366px) {
  .news-card-v1__date {
    left: 27px;
    font-size: 16px;
    line-height: 19px;
  }
}

.news-card-v1__more {
  position: absolute;
  right: 14px;
  bottom: 16px;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
  color: #006c8b;
  z-index: 1;
}

@media (min-width:768px) {
  .news-card-v1__more {
    font-size: 16px;
  }
}

@media (min-width:1199px) {
  .news-card-v1__more {
    right: 16px;
    bottom: 31px;
    font-size: 13px;
    line-height: 15px;
  }
}

@media (min-width:1366px) {
  .news-card-v1__more {
    right: 39px;
    font-size: 16px;
    line-height: 19px;
  }
}

.news-card-v1__title {
  position: absolute;
  top: 17px;
  left: 37%;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  max-height: 54px;
  padding: 0 10px 0 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #003752;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

@media (min-width:768px) {
  .news-card-v1__title {
    max-height: 87px;
    font-size: 24px;
    line-height: 29px;
  }
}

@media (min-width:1199px) {
  .news-card-v1__title {
    top: 230px;
    left: 0;
    max-height: 72px;
    padding: 0 16px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width:1199px) {
  .is-preview .news-card-v1__title {
    top: 174px;
  }
}

@media (min-width:1366px) {
  .news-card-v1__title {
    top: 290px;
    max-height: 87px;
    padding: 0 34px 0 27px;
    font-size: 24px;
    line-height: 29px;
  }
}

.news-card-v2 {
  position: relative;
  display: block;
  height: 140px;
  width: 100%;
  margin: 26px 0 0;
  border-radius: 18px;
  background-color: #e0e0e0;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  overflow: hidden;
  cursor: pointer;
}

.news-card-v2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 82%;
  height: 100%;
  background: linear-gradient(-90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.86) 16.76%,#e1e1e1 40.26%);
  content: "";
}

@media (min-width:768px) {
  .news-card-v2 {
    height: 240px;
  }
}

@media (min-width:1199px) {
  .news-card-v2 {
    height: 208px;
    margin: 24px 0 0;
  }
}

@media (min-width:1199px) {
  .news-card-v2:before {
    right: 0;
    left: auto;
    width: 390px;
    background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.86) 19.88%,#e1e1e1 45.93%);
  }
}

@media (min-width:1366px) {
  .news-card-v2 {
    height: 264px;
    margin: 40px 0 0;
  }
}

.news-card-v2__img {
  width: 60%;
  height: 100%;
  margin: 0 0 0 auto;
}

@media (min-width:1199px) {
  .news-card-v2__img {
    width: 310px;
    margin: 0;
  }
}

@media (min-width:1366px) {
  .news-card-v2__img {
    width: 368px;
  }
}

.news-card-v2__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-card-v2__title {
  position: absolute;
  top: 17px;
  left: 14px;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  max-width: 67%;
  max-height: 57px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #003752;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

@media (min-width:768px) {
  .news-card-v2__title {
    max-height: 87px;
    font-size: 24px;
    line-height: 29px;
  }
}

@media (min-width:1199px) {
  .news-card-v2__title {
    top: 17px;
    left: 50%;
    max-width: 290px;
    max-height: 72px;
    padding: 0 16px 0 0;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width:1366px) {
  .news-card-v2__title {
    top: 32px;
    left: 286px;
    max-height: 87px;
    font-size: 24px;
    line-height: 29px;
    padding: 0 16px 0 0;
  }
}

.news-card-v2__date {
  position: absolute;
  bottom: 16px;
  left: 14px;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #4f4f4f;
}

@media (min-width:768px) {
  .news-card-v2__date {
    font-size: 16px;
  }
}

@media (min-width:1199px) {
  .news-card-v2__date {
    bottom: 35px;
    left: 50%;
    font-size: 13px;
    line-height: 15px;
  }
}

@media (min-width:1366px) {
  .news-card-v2__date {
    left: 286px;
    font-size: 16px;
    line-height: 19px;
  }
}

.news-card-v2__more {
  position: absolute;
  bottom: 16px;
  right: 37%;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
  color: #006c8b;
}

@media (min-width:768px) {
  .news-card-v2__more {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (min-width:1199px) {
  .news-card-v2__more {
    bottom: 33px;
    right: 33px;
    font-size: 13px;
    line-height: 15px;
  }
}

@media (min-width:1366px) {
  .news-card-v2__more {
    font-size: 16px;
    line-height: 19px;
  }
}

.news-card-v3 {
  position: relative;
  display: block;
  height: 140px;
  margin: 26px 0 0;
  border-radius: 18px;
  background-color: #e0e0e0;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  overflow: hidden;
  cursor: pointer;
}

.news-card-v3:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82%;
  height: 100%;
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.86) 19.88%,#e1e1e1 45.93%);
  content: "";
}

@media (min-width:768px) {
  .news-card-v3 {
    height: 240px;
  }
}

@media (min-width:1199px) {
  .news-card-v3 {
    height: 208px;
    margin: 24px 0 0;
  }
}

@media (min-width:1199px) {
  .news-card-v3:before {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    width: 411px;
    background: linear-gradient(-90deg,hsla(0,0%,100%,0),hsla(0,0%,92.5%,.86) 15.13%,#e1e1e1 25.75%);
    content: "";
  }
}

@media (min-width:1366px) {
  .news-card-v3 {
    height: 196px;
    margin: 40px 0 0;
  }
}

.news-card-v3__img {
  height: 100%;
  width: 60%;
}

@media (min-width:1199px) {
  .news-card-v3__img {
    margin: 0 0 0 auto;
    width: 250px;
  }
}

@media (min-width:1366px) {
  .news-card-v3__img {
    width: 296px;
  }
}

.news-card-v3__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-card-v3__title {
  position: absolute;
  top: 17px;
  left: 37%;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  max-height: 54px;
  padding: 0 10px 0 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #003752;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

@media (min-width:768px) {
  .news-card-v3__title {
    max-height: 87px;
    font-size: 24px;
    line-height: 29px;
  }
}

@media (min-width:1199px) {
  .news-card-v3__title {
    top: 17px;
    left: 26px;
    max-height: 72px;
    padding: 0;
    max-width: 359px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width:1366px) {
  .news-card-v3__title {
    top: 24px;
    left: 26px;
    max-height: 87px;
    font-size: 24px;
    line-height: 29px;
  }
}

.news-card-v3__date {
  position: absolute;
  left: 37%;
  bottom: 16px;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #4f4f4f;
}

@media (min-width:768px) {
  .news-card-v3__date {
    font-size: 16px;
  }
}

@media (min-width:1199px) {
  .news-card-v3__date {
    bottom: 30px;
    left: 28px;
    font-size: 13px;
    line-height: 15px;
  }
}

@media (min-width:1366px) {
  .news-card-v3__date {
    font-size: 16px;
    line-height: 19px;
  }
}

.news-card-v3__more {
  position: absolute;
  right: 14px;
  bottom: 16px;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
  color: #006c8b;
}

@media (min-width:768px) {
  .news-card-v3__more {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (min-width:1199px) {
  .news-card-v3__more {
    bottom: 30px;
    left: 50%;
    right: auto;
    font-size: 13px;
    line-height: 15px;
  }
}

@media (min-width:1366px) {
  .news-card-v3__more {
    bottom: 30px;
    left: 268px;
    font-size: 16px;
    line-height: 19px;
  }
}

.news-card-v4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 166px;
  margin: 26px 0 0;
  padding: 18px 12px;
  border-radius: 18px;
  background: linear-gradient(123.59deg,#82d1f1 -3.53%,rgba(0,108,139,.26) 72.78%);
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  cursor: pointer;
}

@media (min-width:768px) {
  .news-card-v4 {
    height: 240px;
  }
}

@media (min-width:1199px) {
  .news-card-v4 {
    height: 208px;
    margin: 24px 0 0;
    padding: 16px;
  }
}

@media (min-width:1366px) {
  .news-card-v4 {
    height: 264px;
    margin: 40px 0 0;
    padding: 32px 25px 35px 22px;
  }
}

.news-card-v4--version2 {
  background: linear-gradient(124.87deg,#e38200 12.71%,#ffbe78 69.49%);
}

.news-card-v4__title {
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  max-height: 68px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #003752;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

@media (min-width:768px) {
  .news-card-v4__title {
    max-height: 116px;
    font-size: 24px;
    line-height: 29px;
  }
}

@media (min-width:1199px) {
  .news-card-v4__title {
    max-height: 96px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width:1366px) {
  .news-card-v4__title {
    max-height: 116px;
    font-size: 24px;
    line-height: 29px;
  }
}

@media (min-width:1199px) {
  .news-card-v4__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.news-card-v4__date {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #4f4f4f;
}

@media (min-width:768px) {
  .news-card-v4__date {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (min-width:1199px) {
  .news-card-v4__date {
    font-size: 13px;
    line-height: 15px;
  }
}

@media (min-width:1366px) {
  .news-card-v4__date {
    margin: 0 0 0 16px;
    font-size: 16px;
    line-height: 19px;
  }
}

.news-card-v4__more {
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
  color: #006c8b;
}

@media (min-width:768px) {
  .news-card-v4__more {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (min-width:1199px) {
  .news-card-v4__more {
    margin: 0;
    font-size: 13px;
    line-height: 15px;
  }
}

@media (min-width:1366px) {
  .news-card-v4__more {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
  }
}

.news-card-v5 {
  position: relative;
  display: flex;
  height: 140px;
  margin: 26px 0 0;
  border-radius: 18px;
  background-color: #e0e0e0;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  overflow: hidden;
  cursor: pointer;
}

.news-card-v5:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 82%;
  height: 100%;
  background: linear-gradient(-90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.86) 16.76%,#e1e1e1 40.26%);
  z-index: 1;
  content: "";
}

@media (min-width:768px) {
  .news-card-v5 {
    height: 240px;
  }
}

@media (min-width:1199px) {
  .news-card-v5 {
    width: 100%;
    height: 176px;
    margin: 24px 0 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    overflow: visible;
  }
}

@media (min-width:1199px) {
  .news-card-v5:before {
    content: none;
  }
}

@media (min-width:1366px) {
  .news-card-v5 {
    margin: 40px 0 0;
  }
}

.news-card-v5__img {
  flex-shrink: 0;
  overflow: hidden;
}

@media (max-width:1198px) {
  .news-card-v5__img {
    width: 60%;
    height: 100%;
    margin: 0 0 0 auto;
  }
}

@media (min-width:1199px) {
  .news-card-v5__img {
    width: 33.5%;
    height: 100%;
    border-radius: 18px;
    box-shadow: 0 8px 23px rgba(84,85,89,.32);
  }
}

@media (min-width:1366px) {
  .news-card-v5__img {
    width: 312px;
  }
}

.news-card-v5__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width:1199px) {
  .news-card-v5__block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 17px 22px 17px 0;
    margin-left: 24px;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
  }
}

@media (min-width:1366px) {
  .news-card-v5__block {
    margin-left: 39px;
    padding: 17px 22px 40px 0;
  }
}

.news-card-v5__title {
  position: absolute;
  top: 17px;
  left: 14px;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  max-height: 57px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #003752;
  max-width: 67%;
  z-index: 1;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

@media (min-width:768px) {
  .news-card-v5__title {
    max-height: 87px;
    font-size: 24px;
    line-height: 29px;
  }
}

@media (min-width:1199px) {
  .news-card-v5__title {
    position: static;
    max-width: none;
    max-height: 72px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width:1366px) {
  .news-card-v5__title {
    position: static;
    max-width: none;
    max-height: 87px;
    font-size: 24px;
    line-height: 29px;
  }
}

@media (min-width:1199px) {
  .news-card-v5__block-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.news-card-v5__date {
  position: absolute;
  bottom: 16px;
  left: 14px;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #4f4f4f;
  z-index: 1;
}

@media (min-width:768px) {
  .news-card-v5__date {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (min-width:1199px) {
  .news-card-v5__date {
    position: static;
    font-size: 13px;
    line-height: 15px;
  }
}

@media (min-width:1366px) {
  .news-card-v5__date {
    font-size: 16px;
    line-height: 19px;
  }
}

.news-card-v5__more {
  position: absolute;
  bottom: 16px;
  right: 37%;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
  color: #006c8b;
  z-index: 1;
}

@media (min-width:768px) {
  .news-card-v5__more {
    font-size: 16px;
  }
}

@media (min-width:1199px) {
  .news-card-v5__more {
    position: static;
    font-size: 13px;
    line-height: 15px;
  }
}

@media (min-width:1366px) {
  .news-card-v5__more {
    font-size: 16px;
    line-height: 19px;
  }
}

.news-card-v6 {
  position: relative;
  display: flex;
  height: 140px;
  margin: 26px 0 0;
  border-radius: 18px;
  background-color: #e0e0e0;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  overflow: hidden;
  cursor: pointer;
}

.news-card-v6:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82%;
  height: 100%;
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.86) 19.88%,#e1e1e1 45.93%);
  content: "";
}

@media (min-width:768px) {
  .news-card-v6 {
    height: 240px;
  }
}

@media (min-width:1199px) {
  .news-card-v6 {
    height: 392px;
    margin: 24px 0 0;
  }
}

@media (min-width:1199px) {
  .news-card-v6:before {
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 252px;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.86) 15.63%,#e1e1e1 29.89%);
  }
}

@media (min-width:1366px) {
  .news-card-v6 {
    margin: 40px 0 0;
  }
}

.news-card-v6__img {
  width: 60%;
  height: 100%;
}

@media (min-width:1199px) {
  .news-card-v6__img {
    width: 100%;
    height: 239px;
  }
}

.news-card-v6__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-card-v6__title {
  position: absolute;
  top: 17px;
  left: 37%;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  max-height: 54px;
  padding: 0 10px 0 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #003752;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

@media (min-width:768px) {
  .news-card-v6__title {
    max-height: 87px;
    font-size: 24px;
    line-height: 29px;
  }
}

@media (min-width:1199px) {
  .news-card-v6__title {
    top: 206px;
    left: 0;
    max-height: 72px;
    padding: 0 16px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width:1199px) {
  .is-preview .news-card-v6__title {
    top: 174px;
  }
}

@media (min-width:1366px) {
  .news-card-v6__title {
    max-height: 87px;
    padding: 0 34px 0 27px;
    font-size: 24px;
    line-height: 29px;
  }
}

.news-card-v6__date {
  position: absolute;
  left: 37%;
  bottom: 16px;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #4f4f4f;
  z-index: 1;
}

@media (min-width:768px) {
  .news-card-v6__date {
    font-size: 16px;
    line-height: 15px;
  }
}

@media (min-width:1199px) {
  .news-card-v6__date {
    left: 16px;
    bottom: 31px;
    font-size: 13px;
    line-height: 15px;
  }
}

@media (min-width:1366px) {
  .news-card-v6__date {
    left: 27px;
    font-size: 16px;
    line-height: 19px;
  }
}

.news-card-v6__more {
  position: absolute;
  right: 14px;
  bottom: 16px;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
  color: #006c8b;
  z-index: 1;
}

@media (min-width:768px) {
  .news-card-v6__more {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (min-width:1199px) {
  .news-card-v6__more {
    right: 16px;
    bottom: 31px;
    font-size: 13px;
    line-height: 15px;
  }
}

@media (min-width:1366px) {
  .news-card-v6__more {
    right: 39px;
    font-size: 16px;
    line-height: 19px;
  }
}

.news-card-v7 {
  position: relative;
  display: block;
  height: 337px;
  border-radius: 18px;
  background: #e0e0e0;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  overflow: hidden;
  cursor: pointer;
}

.news-card-v7:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 187px;
  background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.86) 15.63%,#e1e1e1 29.89%);
}

.news-card-v7.is-preview {
  height: 418px;
}

.news-card-v7__img {
  height: 253px;
}

.news-card-v7__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-card-v7__date {
  left: 18px;
  bottom: 20px;
  font-weight: 500;
  color: #4f4f4f;
}

.news-card-v7__date, .news-card-v7__more {
  position: absolute;
  font-size: 11px;
  line-height: 13px;
  z-index: 1;
}

.news-card-v7__more {
  right: 26px;
  bottom: 19px;
  font-weight: 400;
  text-align: right;
  color: #006c8b;
}

.news-card-v7__title {
  position: absolute;
  top: 195px;
  left: 0;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  max-height: 76px;
  padding: 0 23px 0 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #003752;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.news {
  margin: 24px 0 0;
}

@media (min-width:1199px) {
  .news {
    margin: 48px 0 0;
  }
}

.news__inner {
  padding: 8px 8px 26px 8px;
  border-radius: 20px;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  background-color: #fff;
  min-height: calc(100vh - 271px);
}

@media (min-width:520px) {
  .news__inner {
    padding: 16px 16px 26px 16px;
  }
}

@media (min-width:768px) {
  .news__inner {
    padding: 26px;
  }
}

@media (min-width:1199px) {
  .news__inner {
    padding: 36px 30px 52px 30px;
  }
}

.news__title {
  display: none;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #003752;
}

@media (min-width:1199px) {
  .news__title {
    display: block;
  }
}

.news__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width:1199px) {
  .news__content {
    margin: 47px 0 0;
  }
}

.news__empty {
  margin: 32px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #00435e;
  text-align: center;
}

@media (min-width:1199px) {
  .news__empty {
    margin: 72px 0 0;
    font-size: 22px;
    line-height: 27px;
  }
}

.news__btn {
  display: none;
}

.news__btn--mobile {
  display: block;
  max-width: 400px;
  margin: 0 auto 26px auto;
}

@media (min-width:1199px) {
  .news__btn {
    display: block;
    width: 312px;
    max-width: 100%;
  }
}

@media (min-width:1199px) {
  .news__btn--mobile {
    display: none;
  }
}

.news__more-btn {
  display: flex;
  justify-content: center;
  margin: 26px 0 0;
}

@media (min-width:1199px) {
  .news__more-btn {
    margin: 40px 0 0;
  }
}

.news__time-wrap {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  width: 366px;
  margin-left: auto;
  max-width: 100%;
}

.news__time-wrap .el-input {
  max-width: 234px;
  width: 100%;
}

@media (min-width:1199px) {
  .news__time-wrap {
    margin-bottom: 0;
  }
}

.news__time-button {
  display: flex;
  align-items: center;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.news__time-button p {
  margin: 0 6px 0 0;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: #008ddd;
}

@media (max-width:540px) {
  .news__time-button p {
    font-size: 16px;
  }
}

.news__time-button img, .news__time-button svg {
  max-width: 10px;
  max-height: 6px;
  transition: transform .3s ease;
}

.news__time-button--active {
  transform: rotate(180deg);
}

.news__time-list {
  position: absolute;
  top: 40px;
  display: flex;
  flex-direction: column;
  width: 128px;
  height: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,.3),0 2px 6px 2px rgba(0,0,0,.15);
  border-radius: 4px;
  background: #fff;
  z-index: 3;
}

@media (max-width:991px) {
  .news__time-list {
    top: 30px;
  }
}

@media (max-width:540px) {
  .news__time-list {
    top: 25px;
  }
}

.news__time-item {
  margin: 0 0 2px;
  padding: 5px 7px;
}

.news__time-item p {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .3px;
  color: #002639;
  cursor: pointer;
}

.facilities {
  margin-top: 24px;
}

@media (max-width:1198px) {
  .facilities, .facilities > .container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}

@media (min-width:1199px) {
  .facilities {
    margin-top: 48px;
  }
}

.facilities__inner {
  flex-grow: 1;
  padding: 0 8px;
  border-radius: 20px;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  background-color: #fff;
  min-height: calc(100vh - 271px);
}

@media (min-width:1199px) {
  .facilities__inner {
    padding: 50px 54px 56px;
  }
}

.facilities__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #003752;
  display: none;
}

@media (min-width:1199px) {
  .facilities__title {
    display: block;
  }
}

@media (min-width:768px) {
  .facilities__content {
    margin-top: 66px;
  }
}

.facilities-card:not(:last-child) {
  border-bottom: 1px solid #878e91;
}

@media (min-width:768px) {
  .facilities-card:not(:first-child) {
    margin-top: 58px;
  }
}

@media (min-width:768px) {
  .facilities-card:first-child {
    padding-top: 58px;
  }
}

@media (min-width:1199px) {
  .facilities-card:first-child {
    padding-top: 0;
  }
}

.facilities-card__desktop {
  display: none;
}

@media (min-width:768px) {
  .facilities-card__desktop {
    display: flex;
    min-height: 305px;
    padding-bottom: 50px;
  }
}

.facilities-card__mobile {
  display: flex;
  padding: 29px 0 29px 8px;
}

@media (min-width:768px) {
  .facilities-card__mobile {
    display: none;
  }
}

.facilities-card__mobile-block {
  margin-left: 21px;
}

.facilities-card__mobile-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #003752;
}

.facilities-card__mobile-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #878e91;
  margin-top: 8px;
}

.facilities-card__mobile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(293.34deg,#024566 25.17%,#005066 39.66%,#006a64 69.94%,#018559 97.96%);
}

.facilities-card__block {
  width: 323px;
  flex-shrink: 0;
}

@media (min-width:1366px) {
  .facilities-card__block {
    width: 375px;
  }
}

.facilities-card__img--first {
  width: 249.61px;
  height: 292px;
  margin-left: 29px;
}

.facilities-card__img--second {
  width: 218.42px;
  height: 298px;
  margin-left: 55px;
}

.facilities-card__img--third {
  width: 260.04px;
  height: 306px;
  margin-left: 31px;
}

.facilities-card__img--fourth {
  width: 265px;
  height: 274.03px;
  margin-left: 25px;
}

.facilities-card__img--fifth {
  width: 289px;
  height: 337px;
  margin-left: 25px;
}

.facilities-card__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.facilities-card__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  background: linear-gradient(293.34deg,#024566 25.17%,#005066 39.66%,#006a64 69.94%,#018559 97.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.facilities-card__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #003752;
}

.facilities-card__text:not(:first-child) {
  margin-top: 16px;
}

.facilities-card__text > b {
  font-weight: 700;
}

.facilities-card__text > a {
  color: #008ddd;
}

.facilities-card__btn {
  display: flex;
}

.facilities-card__btn:not(:first-child) {
  margin-top: 44px;
}

.facilities-card__subscription {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ff730e;
}

.facilities-card__subscription:not(:first-child) {
  margin-top: 18px;
}

.facilities-card__subscription a {
  color: #008ddd;
}

.main-auth {
  margin: 24px 0 0;
}

@media (min-width:1199px) {
  .main-auth {
    margin: 48px 0 0;
  }
}

.main-auth__inner {
  padding: 0 8px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
}

@media (min-width:1199px) {
  .main-auth__inner {
    padding: 50px 54px 56px 54px;
  }
}

.main-auth__title {
  display: none;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #003752;
}

@media (min-width:1199px) {
  .main-auth__title {
    display: block;
  }
}

@media (min-width:1199px) {
  .main-auth__content {
    margin: 66px 0 0;
  }
}

.news-detailed__inner {
  display: flex;
  width: 100%;
  margin: 48px 0 0;
  padding: 26px 18px;
  border-radius: 20px;
  background: #fff;
}

@media (max-width:540px) {
  .news-detailed__inner {
    margin: 24px 0 0;
  }
}

.news-detailed__content {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 30px 0 0;
}

@media (max-width:767px) {
  .news-detailed__content {
    padding: 0;
  }
}

.news-detailed__content-centerer {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 630px;
}

.news-detailed__content-title {
  width: 100%;
  max-width: 630px;
  margin: 0 0 28px;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #003752;
}

.news-detailed__content-title * {
  word-break: break-word;
  white-space: pre-wrap;
}

@media (max-width:991px) {
  .news-detailed__content-title {
    font-size: 27px;
    line-height: 30px;
  }
}

@media (max-width:767px) {
  .news-detailed__content-title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width:540px) {
  .news-detailed__content-title {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 22px;
  }
}

.news-detailed__content-date {
  max-width: 630px;
  margin: 0 0 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
}

.news-detailed__content-img {
  width: 100%;
  height: 180px;
  margin: 0 0 20px;
}

@media (min-width:520px) {
  .news-detailed__content-img {
    height: 290px;
  }
}

@media (min-width:768px) {
  .news-detailed__content-img {
    height: 363px;
  }
}

.news-detailed__content-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-detailed__content-text-wrap {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #003440;
  white-space: pre-wrap;
  word-break: break-word;
}

.news-detailed__other-news {
  width: 100%;
  max-width: 300px;
  height: 100%;
}

@media (max-width:991px) {
  .news-detailed__other-news {
    max-width: 250px;
  }
}

@media (max-width:767px) {
  .news-detailed__other-news {
    display: none;
  }
}

.news-detailed__other-news-inner {
  padding: 14px 10px;
  background-color: rgba(210,224,241,.3);
}

.other-news__title {
  padding: 0 0 14px;
  border-bottom: 1px solid #003752;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #003752;
}

.other-news__item {
  padding: 14px 0 16px;
}

.other-news__item:not(:last-child) {
  border-bottom: 1px solid #cfe0f3;
}

.other-news__link {
  display: flex;
  flex-direction: column;
}

.other-news__link:hover .other-news__name {
  color: #003752;
}

.other-news__name {
  margin: 0 0 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #6a7f89;
  transition: color .3s ease;
  word-break: break-word;
}

.other-news__date {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #828282;
}

.partners__inner {
  position: relative;
  display: flex;
  width: 100%;
  margin: 48px 0 0;
  padding: 42px 18px 2px;
  border-radius: 20px;
  background: #fff;
  min-height: calc(100vh - 271px);
}

.partners__inner.is-empty {
  padding: 42px 84px;
}

@media (max-width:540px) {
  .partners__inner {
    margin: 24px 0 0;
  }
}

@media (max-width:540px) {
  .partners__inner, .partners__inner.is-empty {
    padding: 22px 10px 2px;
  }
}

.partners__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}

@media (max-width:767px) {
  .partners__content {
    padding: 0;
  }
}

.partners__content-title {
  display: none;
  margin: 0 0 43px;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #003752;
}

@media (max-width:991px) {
  .partners__content-title {
    font-size: 27px;
  }
}

@media (max-width:767px) {
  .partners__content-title {
    font-size: 24px;
  }
}

@media (max-width:540px) {
  .partners__content-title {
    margin: 0 0 18px;
    font-size: 20px;
  }
}

@media (min-width:1199px) {
  .partners__content-title {
    display: block;
  }
}

.partners__filters-desktop {
  display: none;
}

@media (min-width:1199px) {
  .partners__filters-desktop {
    display: block;
  }
}

.partners__filters-mobile {
  display: block;
}

@media (min-width:1199px) {
  .partners__filters-mobile {
    display: none;
  }
}

.partners__filters {
  display: none;
  align-items: center;
  margin: 0 0 20px;
  cursor: pointer;
}

@media (max-width:1198px) {
  .partners__filters {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width:540px) {
  .partners__filters {
    margin: 0 0 24px;
  }
}

.partners__filters-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}

.partners__filters-clear {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #878e91;
}

@media (min-width:1199px) {
  .partners__filters-clear {
    display: none;
  }
}

.partners__filters-icon-stick {
  position: absolute;
  left: 100%;
  top: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  height: 17px;
  padding: 2px 5px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  background-color: #ff730e;
  color: #fff;
}

.partners__filters-icon img {
  width: 100%;
}

.partners__filters-text {
  display: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

@media (min-width:1199px) {
  .partners__filters-text {
    display: block;
  }
}

.partners__content-list-wrap {
  display: block;
  width: 100%;
}

.map .container {
  width: 100%;
  padding: 0;
}

.map__inner {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 64px);
  height: calc(var(--vh, 1vh)*100 - 64px);
}

@media (min-width:1199px) {
  .map__inner {
    height: auto;
    flex-direction: row;
  }
}

.map__search-mobile {
  position: fixed;
  top: 90px;
  left: 18px;
  width: calc(100% - 36px);
  z-index: 2;
}

@media (min-width:1199px) {
  .map__search-mobile {
    display: none;
  }
}

.map__info {
  display: none;
  left: 0;
  bottom: 0;
  flex-direction: column;
  padding: 18px 0 0;
  width: 100%;
  background-color: transparent;
  z-index: 2;
}

@media (min-width:1199px) {
  .map__info {
    display: flex;
    max-width: 485px;
    min-height: calc(100vh - 100px);
    background-color: #fff;
  }
}

.map__info-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: -40px;
  z-index: 1;
}

@media (min-width:1199px) {
  .map__info-mobile {
    display: none;
  }
}

.map__info-mobile-item {
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  max-height: 167px;
}

.is-open .map__info-mobile-item {
  max-height: none;
}

.map__info-mobile-item-header {
  position: relative;
  height: 30px;
}

.map__info-mobile-item-header:after {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 40px;
  height: 4px;
  background: #c4c4c4;
  border-radius: 20px;
}

.map__info-mobile-item-body {
  padding: 0 19px 24px 19px;
  max-height: 70vh;
  max-height: calc(var(--vh, 1vh)*70);
  overflow: auto;
}

.map__info-mobile-item-bottom, .map__info-mobile-item-center {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}

.map__info-mobile-item-link-wrap:not(:first-child) {
  margin-top: 16px;
}

.map__info-mobile-item-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: .02em;
  color: #006c8b;
}

.map__info-mobile-item-link-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .02em;
  color: #878e91;
  margin-top: 2px;
}

.map__info-mobile-item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: .02em;
  color: #0e986a;
  max-height: 23px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.is-open .map__info-mobile-item-title {
  max-height: none;
  -webkit-line-clamp: unset;
}

.map__info-mobile-item-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .02em;
  color: #878e91;
  margin-top: 6px;
  max-height: 16px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.is-open .map__info-mobile-item-desc {
  max-height: none;
  -webkit-line-clamp: unset;
}

.map__info-mobile-item-address {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: .02em;
  color: #003752;
  margin-top: 16px;
  max-height: 23px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.is-open .map__info-mobile-item-address {
  max-height: none;
  -webkit-line-clamp: unset;
}

.map__info-mobile-item-time {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: .02em;
  color: #003752;
  margin-top: 6px;
  max-height: 23px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.is-open .map__info-mobile-item-time {
  max-height: none;
  -webkit-line-clamp: unset;
}

.map__info-close {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  max-height: 26px;
  margin: 0 0 28px;
  padding: 0 15px;
  z-index: 3;
}

@media (max-width:767px) {
  .map__info-close {
    display: flex;
  }
}

@media (min-width:1199px) {
  .map__info-search {
    margin: 0 0 12px;
    padding: 0 26px 0 76px;
    z-index: 3;
  }
}

@media (max-width:767px) {
  .map__info-search--active {
    display: none;
  }
}

.map__info-search .el-input__icon {
  right: auto;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin: 0!important;
}

.map__info-search input.el-input__inp-field {
  margin: 0!important;
  padding: 8px 36px!important;
  background: #fff;
  border: 1px solid #abcfde;
  border-radius: 7px!important;
}

.map__info-search input.el-input__inp-field::-moz-placeholder {
  color: #878e91;
}

.map__info-search input.el-input__inp-field::placeholder {
  color: #878e91;
}

@media (max-width:767px) {
  .map__info-search input.el-input__inp-field {
    box-shadow: 0 8px 18px rgba(0,0,0,.17);
  }
}

.map__info-list-empty {
  text-align: center;
  margin-top: 24px;
}

.map-list {
  max-height: calc(100vh - 167px);
  overflow: auto;
  z-index: 2;
}

.map-list::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

.map-list::-webkit-scrollbar-thumb {
  background-color: #878e91;
}

@media (max-width:767px) {
  .map-list {
    max-height: 145px;
    overflow: hidden;
    border-radius: 24px;
    background-color: #fff;
  }
}

.map-item-wrap, .map-list {
  display: flex;
  flex-direction: column;
}

.map-item-wrap.is-active, .map-list.is-active {
  background-color: #e1f3ee;
}

.map-item {
  display: flex;
  flex-direction: column;
  padding: 25px 26px 20px 76px;
  border-bottom: 1px solid #bdbdbd;
  cursor: pointer;
}

@media (max-width:1198px) {
  .map-item {
    padding: 25px 26px 20px 26px;
  }
}

@media (max-width:991px) {
  .map-item {
    padding: 25px 15px 20px;
  }
}

@media (max-width:767px) {
  .map-item {
    border: none;
  }
}

.map-item__name {
  margin: 0 0 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .02em;
  color: #0e986a;
}

.map-item__desc {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 17px;
  color: #878e91;
}

.map-item__address, .map-item__desc {
  font-weight: 400;
  letter-spacing: .02em;
}

.map-item__address {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 23px;
  color: #003752;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.map-item__time-wrap {
  display: flex;
  align-items: center;
}

.map-item__time-day {
  margin: 0 5px 0 0;
}

.map-item__time, .map-item__time-day {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: .02em;
  color: #003752;
}

.map-item-fix {
  position: fixed;
  display: none;
  top: 167px;
  left: 493px;
  flex-direction: column;
  border-radius: 24px;
  padding-top: 25px;
  width: 100%;
  max-width: 326px;
  max-height: 548px;
  overflow: auto;
  background: #fff;
  box-shadow: 3px 8px 14px rgba(84,85,89,.1);
}

@media (max-width:767px) {
  .map-item-fix {
    top: auto;
    bottom: auto;
    max-width: 100%;
    height: 100%;
    max-height: 545px;
    margin: 0;
    box-shadow: none;
    border-radius: 24px 24px 0 0;
    overflow-y: auto;
  }
}

.map-item-fix--active {
  display: flex;
}

@media (max-width:767px) {
  .map-item-fix--active {
    position: relative;
    top: auto;
    bottom: auto;
  }
}

.map-item-fix__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.map-item-fix__close img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.map-item-fix__wrap {
  max-height: 60vh;
  overflow-y: auto;
  padding: 0 20px 25px 18px;
}

.map-item-fix__wrap::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

.map-item-fix__wrap::-webkit-scrollbar-thumb {
  background-color: #878e91;
}

.map-item-fix__name {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .02em;
  color: #0e986a;
}

.map-item-fix__desc {
  margin: 0 0 13px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .02em;
  color: #878e91;
}

.map-item-fix__address {
  margin: 0 0 6px;
  font-weight: 400;
}

.map-item-fix__address, .map-item-fix__time-wrap {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: .02em;
  color: #003752;
}

.map-item-fix__time-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  font-weight: 600;
}

.map-item-fix__phone-list {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
  padding: 15px 0 0;
  border-top: 1px solid #e0e0e0;
}

.map-item-fix__phone-list:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.map-item-fix__phone-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 14px;
}

.map-item-fix__phone-link {
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: .02em;
  color: #006c8b;
}

.map-item-fix__phone-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .02em;
  color: #878e91;
}

.map-item-fix__social-item {
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: .02em;
  color: #008ddd;
}

.map__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 100vh;
  z-index: 1;
  flex-grow: 1;
}

@media (min-width:1199px) {
  .map__content {
    max-width: calc(100% - 485px);
    max-height: calc(100vh - 100px);
  }
}

.map__content img, .map__ya-map {
  width: 100%;
  height: 100%;
}

.map__content img {
  -o-object-fit: cover;
  object-fit: cover;
}

.map__info-content-map {
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

@media (min-width:1199px) {
  .map__info-content-map {
    height: calc(100vh - 100px);
  }
}

.map__info-content-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mir-cards .container {
  display: flex;
  justify-content: center;
}

.mir-cards-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: calc(100vh - 271px);
  margin: 48px 0 0;
  padding: 42px 84px;
  border-radius: 20px;
  background: #fff;
}

@media (max-width:1198px) {
  .mir-cards-inner {
    padding: 42px 34px;
  }
}

@media (max-width:540px) {
  .mir-cards-inner {
    align-items: center;
    margin: 24px 0 0;
    padding: 14px 10px 0;
  }
}

.mir-cards__title {
  margin: 0 0 60px;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

@media (max-width:991px) {
  .mir-cards__title {
    display: none;
  }
}

.mir-cards__title.is-connect {
  margin: 0 0 40px;
}

.mir-cards__public-service-message {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 28px;
}

.mir-cards__public-service-message p {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #003752;
}

@media (max-width:540px) {
  .mir-cards__public-service-message p {
    font-size: 18px;
  }
}

.mir-cards__public-service-message a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #008ddd;
}

.mir-cards__info-message {
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width:991px) {
  .mir-cards__info-message {
    font-size: 16px;
    line-height: 21px;
    margin: 24px 0 30px;
  }
}

.mir-cards__info-button {
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 72px;
}

@media (max-width:991px) {
  .mir-cards__info-button {
    margin: 0 0 48px;
    padding: 10px;
  }
}

@media (max-width:540px) {
  .mir-cards__info-button {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 0 32px;
  }
}

.mir-cards__list-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mir-cards__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
}

@media (max-width:767px) {
  .mir-cards__list {
    width: 100%;
  }
}

.mir-cards__item {
  display: flex;
  width: 100%;
  max-width: calc(50% - 32px);
  margin: 0 32px 30px 0;
  padding: 25px 20px;
  box-shadow: 0 4px 11px rgba(0,0,0,.15);
  border-radius: 8px;
  border: 1px solid #0e986a;
}

@media (max-width:1198px) {
  .mir-cards__item {
    flex-direction: column;
  }
}

@media (max-width:767px) {
  .mir-cards__item {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media (max-width:540px) {
  .mir-cards__item {
    padding: 23px 17px 20px;
  }
}

.mir-cards__item--orange {
  border: 1px solid #ff730e;
}

.mir-cards__item--orange .mir-cards__status-fish {
  background-color: #ff730e;
}

.mir-cards__item--orange .mir-cards__button, .mir-cards__item--orange .mir-cards__status-text {
  color: #ff730e;
}

.mir-cards__item--red {
  border: 1px solid #eb5757;
}

.mir-cards__item--red .mir-cards__status-fish {
  background-color: #eb5757;
}

.mir-cards__item--red .mir-cards__button, .mir-cards__item--red .mir-cards__status-text {
  color: #eb5757;
}

.mir-cards__item--secondary {
  border: 1px solid #4f4f4f;
}

.mir-cards__item--secondary .mir-cards__status-fish {
  background-color: #4f4f4f;
}

.mir-cards__item--secondary .mir-cards__status-text {
  color: #4f4f4f;
}

.mir-cards__item--secondary .mir-cards__button {
  color: #ff730e;
}

.mir-cards__list--no-active .mir-cards__item--no-view {
  display: none;
}

.mir-cards__image-wrap {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 278px;
  margin: 0 35px 0 0;
  box-shadow: 0 4px 11px rgba(0,0,0,.15);
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width:1198px) {
  .mir-cards__image-wrap {
    margin: 0 0 25px;
  }
}

.mir-cards__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 176px;
}

.mir-cards__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.mir-cards__mir-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 132px!important;
  height: 51px!important;
}

@media (max-width:991px) {
  .mir-cards__mir-logo {
    width: 112px!important;
    height: 44px!important;
  }
}

.mir-cards__image-text {
  position: absolute;
  bottom: 35.9%;
  left: 7.4%;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.mir-cards__image-text--color {
  color: #4a4a4a;
}

.mir-cards__info-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mir-cards__qr {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

@media (min-width:1199px) {
  .mir-cards__qr {
    top: -15px;
    right: -13px;
  }
}

@media (min-width:1366px) {
  .mir-cards__qr {
    top: 0;
    right: 0;
  }
}

.mir-cards__status-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
}

.mir-cards__status-fish {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 0 8px 0 0;
  background-color: #0e986a;
}

.mir-cards__status-text {
  font-weight: 500;
  line-height: 1.2;
}

.mir-cards__date-text {
  margin: 0 0 auto 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4f4f4f;
}

@media (max-width:1198px) {
  .mir-cards__date-text {
    margin: 0 0 17px 16px;
  }
}

.mir-cards__button {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #006f9c;
  cursor: pointer;
}

.mir-cards__button--del {
  color: #eb5757!important;
}

.mir-cards__button:not(:last-child) {
  margin-bottom: 14px;
}

.mir-cards__image:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .93;
}

.mir-cards__image--orange:before {
  background: linear-gradient(113.29deg,#c7a382 33.58%,#ff9404 85.62%);
}

.mir-cards__image--red:before {
  background: linear-gradient(114.53deg,#b9a5a5 24.19%,#ae3c42 83.11%);
}

.mir-cards__image--secondary:before {
  background: linear-gradient(115.09deg,#ababab 23.31%,#494949 82.94%);
}

.loading {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: hsla(0,0%,100%,.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.loading__img {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 270px;
  height: 59px;
  transition: .2s;
  flex-shrink: 0;
}

.loading__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.history-service__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 48px 0 0;
  padding: 42px;
  border-radius: 20px;
  min-height: calc(100vh - 271px);
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  background-color: #fff;
}

@media (max-width:1198px) {
  .history-service__inner {
    margin: 24px 0 0;
  }
}

@media (max-width:767px) {
  .history-service__inner {
    padding: 28px;
  }
}

@media (max-width:540px) {
  .history-service__inner {
    padding: 14px;
  }
}

.history-service__content, .history-service__header {
  display: flex;
  width: 100%;
  max-width: 847px;
  margin-left: auto;
  margin-right: auto;
}

.history-service__header {
  justify-content: space-between;
  margin: 0 0 52px;
}

@media (max-width:991px) {
  .history-service__header {
    position: relative;
    margin: 0;
  }
}

.history-service__title {
  margin: 0 auto 0 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #003752;
  text-transform: uppercase;
}

@media (max-width:991px) {
  .history-service__title {
    display: none;
  }
}

.history-service__btn-download {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 24px;
  max-height: 24px;
  cursor: pointer;
}

.history-service__btn-download img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width:991px) {
  .history-service__btn-download {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.history-service__head {
  display: flex;
  align-items: center;
  margin: 0 0 48px;
  width: 100%;
}

@media (max-width:991px) {
  .history-service__head {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

@media (max-width:540px) {
  .history-service__head {
    margin: 0 0 14px;
  }
}

.history-service__tag-list {
  margin: 0 20px 0 0;
}

@media (max-width:991px) {
  .history-service__tag-list {
    flex-wrap: nowrap;
    max-width: 100%;
    overflow: auto;
  }
}

@media (max-width:991px) {
  .history-service__tag-list .grid {
    flex-wrap: nowrap;
  }
}

.history-service__tag-list .grid__c:nth-child(1n) .history-service__tag-item {
  background-color: #e1f3ee;
}

.history-service__tag-list .grid__c:nth-child(2n) .history-service__tag-item {
  background-color: #ffedb7;
}

.history-service__tag-list .grid__c:nth-child(3n) .history-service__tag-item {
  background-color: #e5ddf8;
}

.history-service__tag-list .grid__c:nth-child(4n) .history-service__tag-item {
  background-color: #cdfce1;
}

.history-service__time-wrap {
  position: relative;
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.history-service__time-wrap .el-input {
  max-width: 234px;
  width: 100%;
}

@media (min-width:1199px) {
  .history-service__time-wrap {
    margin-bottom: 0;
  }
}

.history-service__time-button {
  display: flex;
  align-items: center;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 10px 0 0;
  cursor: pointer;
}

@media (max-width:991px) {
  .history-service__time-button {
    margin: 0 10px 19px;
  }
}

.history-service__time-button p {
  margin: 0 6px 0 0;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: #008ddd;
}

@media (max-width:540px) {
  .history-service__time-button p {
    font-size: 16px;
  }
}

.history-service__time-button img, .history-service__time-button svg {
  max-width: 10px;
  max-height: 6px;
  transition: transform .3s ease;
}

.history-service__time-button--active {
  transform: rotate(180deg);
}

.history-service__time-list {
  position: absolute;
  top: 40px;
  display: flex;
  flex-direction: column;
  width: 128px;
  height: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,.3),0 2px 6px 2px rgba(0,0,0,.15);
  border-radius: 4px;
  background: #fff;
  z-index: 3;
}

@media (max-width:991px) {
  .history-service__time-list {
    top: 30px;
  }
}

@media (max-width:540px) {
  .history-service__time-list {
    top: 25px;
  }
}

.history-service__time-item {
  margin: 0 0 2px;
  padding: 5px 7px;
}

.history-service__time-item p {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .3px;
  color: #002639;
  cursor: pointer;
}

.history-service__tag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 18px;
  border-radius: 62px;
  background-color: #e1f3ee;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.history-service__tag-item.has-click {
  cursor: pointer;
}

.history-service__tag-item.is-active {
  background: linear-gradient(293.34deg,#024566 25.17%,#005066 39.66%,#006a64 69.94%,#018559 97.96%);
  color: #fff;
}

@media (max-width:540px) {
  .history-service__tag-item {
    padding: 8px 14px;
  }
}

.history-service__tag-text {
  text-transform: capitalize;
}

.history-service__content {
  flex-direction: column;
}

.history-service__empty {
  margin: 32px auto 0;
  font-size: 16px;
  line-height: 20px;
  color: #00435e;
  text-align: center;
}

@media (min-width:1199px) {
  .history-service__empty {
    margin: 72px auto 0;
    font-size: 22px;
  }
}

.history-service__generate-pdf-item, .history-service__list-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 34px;
}

.history-service__list-date {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

@media (max-width:540px) {
  .history-service__list-date {
    margin: 0 0 12px;
    font-size: 18px;
  }
}

.history-service__generate-pdf-date {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.history-service__generate-pdf-item-inner, .history-service__list-item-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 16px;
  padding: 0 0 14px;
  border-bottom: 1px solid #bdbdbd;
}

.history-service__generate-pdf-item-inner:last-of-type, .history-service__list-item-inner:last-of-type {
  margin: 0;
  border: none;
}

.history-service__list-item-title {
  width: 100%;
  max-width: calc(100% - 115px);
  margin: 0 70px 6px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #003440;
}

.history-service__list-item-title > p:not(:first-child) {
  margin-top: 8px;
}

@media (max-width:540px) {
  .history-service__list-item-title {
    max-width: calc(100% - 65px);
    margin: 0 20px 6px 0;
  }
}

.history-service__generate-pdf-list-item-meta, .history-service__list-item-meta {
  margin-top: 8px;
}

.history-service__generate-pdf-list-item-meta-item, .history-service__list-item-meta-item {
  display: flex;
  align-items: center;
}

.history-service__generate-pdf-list-item-meta-item-key, .history-service__generate-pdf-list-item-meta-item-subitem-block-key, .history-service__list-item-meta-item-key, .history-service__list-item-meta-item-subitem-block-key {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #62696c;
  margin-right: 6px;
}

.history-service__generate-pdf-list-item-meta-item-subitem-block-value, .history-service__list-item-meta-item-subitem-block-value, .history-service__list-item-meta-item-value {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #018559;
}

.history-service__generate-pdf-list-item-meta-item-subitem-name, .history-service__list-item-meta-item-subitem-name {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #62696c;
  margin-right: 6px;
  cursor: pointer;
}

.history-service__generate-pdf-list-item-meta-item-subitem-name-icon, .history-service__list-item-meta-item-subitem-name-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 6px;
  margin-left: 8px;
  transition: .2s;
}

.is-open .history-service__generate-pdf-list-item-meta-item-subitem-name-icon, .is-open .history-service__list-item-meta-item-subitem-name-icon {
  transform: rotate(180deg);
}

.history-service__generate-pdf-list-item-meta-item-subitem-block, .history-service__list-item-meta-item-subitem-block {
  display: none;
  align-items: center;
  margin-left: 16px;
}

.is-open .history-service__generate-pdf-list-item-meta-item-subitem-block, .is-open .history-service__list-item-meta-item-subitem-block {
  display: flex;
}

.history-service__generate-pdf-item-title {
  width: 100%;
  max-width: calc(100% - 115px);
  margin: 0 70px 6px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #003440;
}

.history-service__generate-pdf-item-title > p:not(:first-child) {
  margin-top: 8px;
}

.history-service__generate-pdf-item-time, .history-service__list__item-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4f4f4f;
}

.history-service__generate-pdf-item-tag, .history-service__list__item-tag {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.history-service__generate-pdf-wrap {
  padding: 48px 36px;
}

.benefits-inner {
  width: 100%;
  min-height: calc(100vh - 271px);
  margin: 48px 0 0;
  padding: 42px 84px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
}

@media (max-width:1198px) {
  .benefits-inner {
    padding: 42px 34px;
  }
}

@media (max-width:540px) {
  .benefits-inner {
    align-items: center;
    margin: 24px 0 0;
    padding: 14px 10px 14px;
  }
}

@media (max-width:991px) {
  .benefits-inner--padding {
    padding: 42px 25px;
  }
}

.benefits__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}

@media (max-width:991px) {
  .benefits__title {
    display: none;
  }
}

.benefits__headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}

.benefits__hidden-mobile-wrap-btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}

@media (min-width:992px) {
  .benefits__hidden-mobile-wrap-btn {
    display: none;
  }
}

.benefits__hidden-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #003752;
  cursor: pointer;
  display: block;
}

.benefits__hidden-btn--desktop {
  display: none;
}

@media (min-width:992px) {
  .benefits__hidden-btn {
    display: none;
  }
}

@media (min-width:992px) {
  .benefits__hidden-btn--desktop {
    display: block;
  }
}

@media (min-width:768px) {
  .benefits__block {
    display: flex;
    justify-content: space-between;
  }
}

.benefits__block-half {
  max-width: 100%;
}

.benefits__block-half--first {
  width: 330px;
  flex-shrink: 0;
}

.benefits__block-half--second {
  flex-grow: 1;
}

@media (min-width:768px) {
  .benefits__block-half:not(:first-child) {
    margin-left: 32px;
  }
}

@media (min-width:1199px) {
  .benefits__block-half:not(:first-child) {
    margin-left: 40px;
  }
}

@media (min-width:1366px) {
  .benefits__block-half:not(:first-child) {
    margin-left: 121px;
  }
}

.benefits__btns-wrapper {
  display: block;
  margin-top: 24px;
}

.benefits__btns-wrapper--desktop {
  display: none;
}

@media (min-width:768px) {
  .benefits__btns-wrapper {
    display: none;
    margin-top: 0;
  }
}

@media (min-width:768px) {
  .benefits__btns-wrapper--desktop {
    display: block;
  }
}

.benefits__my-services-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #003752;
  margin-bottom: 21px;
}

@media (min-width:1199px) {
  .benefits__my-services-title {
    font-weight: 700;
  }
}

.benefits__my-services-items-empty {
  margin: 32px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #00435e;
}

@media (min-width:1199px) {
  .benefits__my-services-items-empty {
    margin: 72px 0 0;
    font-size: 22px;
    line-height: 27px;
  }
}

.benefits__my-services-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  width: 416px;
  max-width: 100%;
  transition: .2s;
}

.benefits__my-services-item:not(:first-child) {
  border-top: 1px solid #d8e4ff;
}

@media (min-width:1199px) {
  .benefits__my-services-item {
    padding: 18px 0;
  }
}

.benefits__my-services-item:hover {
  opacity: .8;
}

.benefits__my-services-item-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #003440;
}

.benefits__my-services-item-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  min-width: 160px;
  margin-left: 26px;
}

.benefits__my-services-item-status-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.benefits__my-services-item-status-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #006c8b;
}

.benefits__my-services-item-status-text.is-connection {
  color: #018559;
}

.benefits__my-services-item-status-text.is-rejected {
  color: #eb5757;
}

.benefits__list-wrap {
  position: relative;
}

.benefits__list-cards {
  margin-top: 41px;
  margin-bottom: 24px;
}

.benefits__list-card {
  display: flex;
  justify-content: space-between;
  padding: 28px 0 28px 23px;
  border-radius: 8px;
  background-color: #e1f3ee;
  cursor: pointer;
}

.benefits__list-card:not(:first-child) {
  margin-top: 34px;
}

.benefits__list-card-icon {
  display: flex;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 12px;
}

.benefits__list-card-icon > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.benefits__list-card-chevron {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 24px;
  max-height: 24px;
  margin: 0;
  flex-shrink: 0;
  transition: transform .3s ease;
}

.benefits__list-card-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #00435e;
  margin-right: 12px;
  flex-grow: 1;
}

.benefits__list-refresh {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.benefits__list-title {
  margin: 0 0 38px;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
}

@media (max-width:991px) {
  .benefits__list-title {
    font-size: 16px;
    line-height: 21px;
  }
}

.benefits__info-message {
  margin: 0 0 38px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}

.benefits__public-login-message {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 973px;
  margin: 0 0 17px;
}

.benefits__public-login-message p {
  margin: 0 0 21px;
  line-height: 21px;
}

.benefits__public-login {
  width: 100%;
}

.benefits__public-login .btn {
  width: 100%;
  margin: 0 0 26px;
}

@media (min-width:520px) {
  .benefits__public-login .btn {
    max-width: 334px;
  }
}

.benefits__public-service-message {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 28px;
}

.benefits__public-service-message p {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #003752;
}

@media (max-width:540px) {
  .benefits__public-service-message p {
    font-size: 18px;
  }
}

.benefits__public-service-message a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #008ddd;
}

.benefits__image {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 0 0 24px;
}

@media (max-width:991px) {
  .benefits__image {
    display: flex;
    max-width: 334px;
  }
}

.btn.benefits__info-button {
  max-width: 100%;
  margin: 0 0 16px;
}

@media (min-width:520px) {
  .btn.benefits__info-button {
    width: 334px;
  }
}

@media (max-width:991px) {
  .btn.benefits__info-button {
    padding: 10px;
  }
}

.benefits__list {
  display: flex;
  flex-direction: column;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.benefits__list-title {
  margin: 37px 0 16px;
}

.benefits__item {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
}

.benefits__category-name, .benefits__date-text {
  margin: 0 0 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.benefits__category-text, .benefits__date {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}

@media (max-width:991px) {
  .benefits__category-text, .benefits__date {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
  }
}

.benefits__date {
  margin: 0;
}

.btn.benefits__link-social-care {
  max-width: 100%;
  margin: 0 0 26px;
}

@media (min-width:520px) {
  .btn.benefits__link-social-care {
    width: 334px;
  }
}

@media (max-width:991px) {
  .btn.benefits__link-social-care {
    padding: 10px;
  }
}

.social-care-inner {
  width: 100%;
  min-height: calc(100vh - 271px);
  margin: 17px 0 0;
  padding: 42px 123px;
  border-radius: 20px;
  background: #fff;
}

@media (max-width:991px) {
  .social-care-inner {
    padding: 42px;
  }
}

@media (max-width:767px) {
  .social-care-inner {
    padding: 32px 10px;
  }
}

@media (max-width:540px) {
  .social-care-inner {
    align-items: center;
    margin: 17px 0 0;
    padding: 18px 10px;
  }
}

.social-care__title {
  margin: 0 0 43px;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}

@media (max-width:991px) {
  .social-care__title {
    display: none;
  }
}

.social-care__tabs {
  width: 100%;
}

.social-care__list-wrap {
  display: block;
  width: 100%;
  max-width: 630px;
  margin-top: 24px;
}

.social-care__list-wrap--big {
  max-width: 960px;
}

@media (max-width:991px) {
  .social-care__list-wrap {
    max-width: 100%;
  }
}

.social-care__list-block {
  display: block;
}

.social-care__list-empty {
  margin: 32px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #00435e;
  text-align: center;
}

@media (min-width:1199px) {
  .social-care__list-empty {
    margin: 72px 0 0;
    font-size: 22px;
    line-height: 27px;
  }
}

.social-care__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}

@media (max-width:767px) {
  .social-care__list {
    width: calc(100% + 10px);
  }
}

@media (max-width:540px) {
  .social-care__list {
    width: 100%;
  }
}

.social-care__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.social-care__item--active {
  max-width: 100%;
}

.social-care__name-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 28px 0 28px 24px;
  background: #e1f3ee;
  border-radius: 8px;
  cursor: pointer;
  min-height: 58px;
}

@media (max-width:991px) {
  .social-care__name-wrap {
    max-width: 100%;
    padding: 10px 0 10px 19px;
  }
}

.social-care__item--active .social-care__name-wrap {
  max-width: 100%;
}

.social-care__name {
  margin: 0 10px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #00435e;
}

.social-care__image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 24px;
  max-height: 24px;
  margin: 0;
  transition: transform .3s ease;
}

.social-care__image--active {
  transform: rotate(90deg);
}

.social-care__content-wrap {
  display: none;
  flex-direction: column;
  width: 100%;
  padding: 24px 0;
}

@media (max-width:540px) {
  .social-care__content-wrap {
    padding: 16px 0;
  }
}

.social-care__text:not(:first-child) {
  margin-top: 24px;
}

.social-care__empty {
  text-align: center;
}

.social-care__content-wrap--active {
  display: flex;
}

.profile__inner {
  margin: 24px 0 0;
  padding: 14px;
  border-radius: 20px;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  background-color: #fff;
  min-height: calc(100vh - 271px);
}

@media (min-width:1199px) {
  .profile__inner {
    margin: 48px 0 0;
    padding: 42px 233px;
  }
}

.profile__title {
  display: none;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #003752;
}

@media (min-width:1199px) {
  .profile__title {
    display: block;
  }
}

.profile__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50%;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  overflow: hidden;
}

.profile__photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width:768px) {
  .profile__photo {
    width: 234px;
  }
}

.profile__photo.no-photo {
  min-height: 150px;
}

.profile__photo-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4f4f4f;
}

@media (min-width:1199px) {
  .profile__body {
    margin: 40px 0 0;
  }
}

.profile__body-bottom {
  margin: 40px 0 0;
}

.profile__body-bottom-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #003752;
}

.profile__body-bottom-block {
  margin: 16px 0 0;
}

.feedback__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 48px 0 0 0;
  padding: 42px;
  border-radius: 20px;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  background-color: #fff;
  min-height: calc(100vh - 271px);
}

@media (max-width:767px) {
  .feedback__inner {
    margin: 24px 0 0 0;
    padding: 28px;
  }
}

@media (max-width:540px) {
  .feedback__inner {
    padding: 14px 14px 30px;
  }
}

.feedback__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 414px;
  margin-left: auto;
  margin-right: auto;
}

.feedback__title {
  margin: 0 auto 40px 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #003752;
}

@media (max-width:540px) {
  .feedback__title {
    margin: 0 auto 24px 0;
    font-size: 20px;
  }
}

.feedback__form {
  display: flex;
  flex-direction: column;
}

.feedback__form textarea {
  min-height: 129px!important;
}

.feedback__form-middle {
  margin-top: 24px;
}

@media (min-width:1199px) {
  .feedback__form-middle {
    margin-top: 32px;
  }
}

@media (min-width:520px) {
  .feedback__form-captcha-field {
    display: flex;
    align-items: center;
  }
}

@media (min-width:520px) {
  .feedback__form-captcha-inp {
    width: 50%;
  }
}

.feedback__form-captcha {
  flex-shrink: 0;
}

.feedback__form-captcha > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width:359px) {
  .feedback__form-captcha {
    width: 70%;
  }
}

@media (min-width:520px) {
  .feedback__form-captcha {
    width: 50%;
  }
}

.feedback__form-bottom {
  margin-top: 40px;
}

.feedback__form-bottom > .btn {
  width: 100%;
}

.feedback__form-input-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 24px;
}

@media (max-width:540px) {
  .feedback__form-input-wrap {
    margin: 0 0 21px;
  }
}

.feedback__form-label {
  margin: 0 0 6px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #003752;
}

.feedback__checkbox:not(:first-child) {
  margin-top: 35px!important;
}

@media (min-width:1199px) {
  .feedback__checkbox:not(:first-child) {
    margin-top: 25px!important;
  }
}

.feedback__checkbox-text {
  margin-top: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #717582;
}

.feedback__checkbox-text a {
  color: #006f9c;
}

.feedback__form-sent-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 411px;
  margin: 21px auto 16px;
}

.feedback__form-sent-image {
  max-width: 411px;
  max-height: 411px;
  margin: 0 0 64px;
  -o-object-fit: contain;
  object-fit: contain;
}

.feedback__form-link-home {
  width: 100%;
  max-width: 238px;
  margin: 0 auto;
}

.support__content-wrap {
  width: 100%;
  min-height: calc(100vh - 271px);
  margin: 48px 0 0;
  padding: 42px 84px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
}

@media (max-width:1198px) {
  .support__content-wrap {
    padding: 42px 34px;
  }
}

@media (max-width:540px) {
  .support__content-wrap {
    align-items: center;
    margin: 24px 0 0;
    padding: 14px 10px 14px;
  }
}

.support__content-title {
  margin: 0 0 60px;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}

@media (max-width:991px) {
  .support__content-title {
    display: none;
  }
}

.support__content-centered {
  width: 100%;
  max-width: 1085px;
  margin: 0 auto;
}

@media (min-width:768px) {
  .support__content-centered-wrap {
    display: flex;
    justify-content: space-between;
  }
}

.support__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 30px 0 0;
}

@media (min-width:768px) {
  .support__content {
    margin: 0 30px 0 0;
  }
}

@media (min-width:768px) {
  .support__content--small {
    max-width: 628px;
  }
}

.support__content-info-wrap {
  margin-top: 24px;
}

.support__content-info:not(:first-child) {
  margin-top: 16px;
}

.support__content-info-title {
  font-weight: 600;
}

.support__content-info-value {
  color: #008ddd;
  text-decoration: underline;
}

.support__content-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #003752;
  white-space: pre-wrap;
  word-break: break-word;
}

.support__content-text a {
  color: #008ddd;
  text-decoration: underline;
}

.support__content-text-empty {
  font-size: 16px;
  line-height: 19px;
  color: #00435e;
}

@media (min-width:1199px) {
  .support__content-text-empty {
    font-size: 22px;
    line-height: 25px;
  }
}

.support__accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.support__accordion:not(:first-child) {
  margin: 32px 0 0;
}

@media (min-width:1199px) {
  .support__accordion:not(:first-child) {
    margin: 60px 0 0;
  }
}

.support__accordion-title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #003752;
}

@media (max-width:767px) {
  .support__accordion-title {
    font-size: 26px;
  }
}

@media (max-width:540px) {
  .support__accordion-title {
    margin: 0 8px 30px;
    font-size: 20px;
    text-transform: none;
    letter-spacing: .5px;
  }
}

.support__accordion-empty {
  font-size: 16px;
  line-height: 20px;
  color: #00435e;
  text-align: center;
  margin-top: 16px;
}

@media (min-width:1199px) {
  .support__accordion-empty {
    margin-top: 48px;
    font-size: 22px;
    line-height: 28px;
  }
}

.support-accordion__list {
  display: flex;
  flex-direction: column;
}

.support__accordion:last-of-type .support-accordion__list:last-of-type {
  margin: 0;
}

.support-accordion__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.support-accordion__item:not(:last-child) {
  margin: 0 0 18px;
}

@media (max-width:767px) {
  .support-accordion__item {
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width:767px) {
  .support-accordion__item:last-of-type {
    border: none;
  }
}

.support-accordion__item--document:last-of-type {
  margin: 0;
}

.support-accordion__header {
  display: flex;
  align-items: center;
  padding: 15px 28px 15px 25px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 4px 11px rgba(0,0,0,.15);
  border-radius: 11px;
  cursor: pointer;
  transition-property: border,background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

@media (max-width:767px) {
  .support-accordion__header {
    padding: 0 28px 15px 25px;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    transition-property: border-top,border-right,border-left;
    transition-duration: 0s;
  }
}

@media (max-width:540px) {
  .support-accordion__header {
    padding: 0 10px 15px;
  }
}

@media (min-width:1199px) {
  .support-accordion__header:hover {
    background-color: #f2f2f2;
  }
}

@media (max-width:767px) {
  .support-accordion__item:last-of-type .support-accordion__header {
    border: 1px solid transparent;
  }
}

@media (max-width:767px) {
  .support-accordion__item--open {
    border-bottom: 1px solid #e0e0e0;
  }
}

@media (max-width:767px) {
  .support-accordion__item .support-accordion__header--open {
    border-bottom: 1px solid transparent;
  }
}

.support-accordion__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  max-width: 35px;
  height: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 42px;
  margin: 0 19px 0 0;
  -o-object-fit: contain;
  object-fit: contain;
  fill: url(#paint0_linear_1162_19517);
  transition: fill .5s ease;
}

.support-accordion__icon--stroke {
  fill: none;
  stroke: url(#paint0_linear_1162_19535);
  transition: stroke .15s ease;
}

.support-accordion__text {
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #003752;
  transition: color .15s ease;
}

.support-accordion__icon-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  max-width: 14px;
  height: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 8px;
  margin: 0;
  -o-object-fit: contain;
  object-fit: contain;
  transition-property: transform,fill;
  transition-duration: .15s;
  transition-timing-function: ease;
}

@media (max-width:767px) {
  .support-accordion__icon-arrow {
    display: none;
  }
}

.support-accordion__icon-arrow--open {
  transform: rotate(180deg);
}

.support-accordion__header--open {
  border: 1px solid #ff730e;
}

@media (max-width:767px) {
  .support-accordion__header--open {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
  }
}

.support-accordion__header--open .support-accordion__icon, .support-accordion__header--open .support-accordion__icon-arrow {
  fill: #ff730e;
}

@media (max-width:767px) {
  .support-accordion__header--open .support-accordion__icon, .support-accordion__header--open .support-accordion__icon-arrow {
    fill: url(#paint0_linear_1162_19517);
  }
}

.support-accordion__header--open .support-accordion__icon--stroke {
  fill: transparent;
  stroke: #ff730e;
}

@media (max-width:767px) {
  .support-accordion__header--open .support-accordion__icon--stroke {
    stroke: url(#paint0_linear_1162_19535);
  }
}

.support-accordion__header--open .support-accordion__text {
  color: #ff730e;
}

@media (max-width:767px) {
  .support-accordion__header--open .support-accordion__text {
    color: #003752;
  }
}

.support-accordion__content-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.support-accordion__content-empty {
  padding: 24px;
  font-size: 16px;
  line-height: 19px;
  color: #00435e;
  text-align: center;
}

.support-accordion__item--document .support-accordion__content-wrap {
  padding: 30px 0 16px;
}

.support-accordion__item--document:last-of-type .support-accordion__content-wrap {
  padding: 30px 0 0;
}

.support-accordion__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.support-accordion__empty {
  text-align: center;
}

.support-accordion__sub-header {
  display: flex;
  width: 100%;
  cursor: pointer;
}

.support-accordion__sub-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 15px 25px 12px;
  border-bottom: 1px solid #bdbdbd;
}

.support-accordion__sub-item:last-of-type {
  border: none;
}

@media (max-width:767px) {
  .support-accordion__sub-item {
    border: none;
  }
}

.support-accordion__item--document .support-accordion__sub-item {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  border: none;
}

.support-accordion__sub-icon {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin: 8px 10px 0 0;
  border-radius: 4px;
  background-color: #003752;
}

.support-accordion__sub-text {
  margin: 0 auto 0 0;
  padding: 0 20px 0 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #003752;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.support-accordion__sub-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 14px;
  max-height: 24px;
  flex-shrink: 0;
}

.support-accordion__sub-icon-minus, .support-accordion__sub-icon-plus {
  width: 14px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #878e90;
}

.support-accordion__sub-content-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 30px 0 0;
  padding: 0 16px;
}

.support-accordion__sub-content-text {
  font-size: 16px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.support-accordion__content-text {
  display: flex;
  align-items: center;
  margin-left: 6px;
}

.support-accordion__content-link {
  display: flex;
  width: 100%;
  border: none;
  color: #00435e;
}

.support-accordion__content-link:hover .support-accordion__content-icon--hover {
  opacity: 1;
}

.support-accordion__content-icon-wrap {
  position: relative;
  display: none;
}

.support-accordion__content-icon-wrap--mobile {
  display: block;
}

.support-accordion__content-icon-wrap--mobile .support-accordion__content-icon {
  width: 48px;
  height: 23px;
}

@media (min-width:768px) {
  .support-accordion__content-icon-wrap {
    display: block;
  }
}

@media (min-width:768px) {
  .support-accordion__content-icon-wrap--mobile {
    display: none;
  }
}

.support-accordion__content-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 54px;
  transition: .2s;
}

.support-accordion__content-icon--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.svg-icon-format {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  fill: #006c8b;
  -o-object-fit: contain;
  object-fit: contain;
  transition-property: fill,width,height;
  transition-duration: .3s;
  transition-timing-function: ease;
  z-index: 2;
}

@media (max-width:991px) {
  .svg-icon-format {
    display: none;
  }
}

.svg-icon-shadow {
  position: absolute;
  top: 9px;
  left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 34px;
  max-height: 41px;
  opacity: 0;
  transition: opacity .3s ease;
  fill: #cfe0f3;
  z-index: 1;
}

@media (max-width:991px) {
  .svg-icon-shadow {
    display: none;
  }
}

.svg-icon-mobile {
  position: relative;
  display: none;
  max-width: 100%;
  max-height: 100%;
  fill: #ff730e;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
}

@media (max-width:991px) {
  .svg-icon-mobile {
    display: flex;
  }
}

.support-accordion__content-link:hover .svg-icon-shadow {
  opacity: 1;
}

.support-accordion__content-link:hover .svg-icon-format {
  max-width: 35px;
  max-height: 43px;
  fill: #003752;
}

.support__content-sidebar {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-top: 32px;
}

@media (min-width:768px) {
  .support__content-sidebar {
    width: 300px;
    max-width: 100%;
    margin-top: 0;
  }
}

.support__content-sidebar-title {
  width: 100%;
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #003752;
}

@media (min-width:1199px) {
  .support__content-sidebar-title {
    font-size: 24px;
    line-height: 28px;
  }
}

.support__content-sidebar-list {
  width: 100%;
}

.support__content-sidebar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 140px;
  margin: 0 0 14px;
  padding: 10px;
  border-radius: 10px;
  background: #e1f3ee;
}

.support__content-sidebar-item .svg-icon {
  max-width: 36px;
  max-height: 36px;
  margin: 0 0 13px;
  -o-object-fit: contain;
  object-fit: contain;
}

.support__content-sidebar-link {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #006c8b;
  word-break: break-word;
}

.support__content-sidebar-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #878e91;
}

.notifications__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 24px 0 0;
  border-radius: 20px;
}

@media (min-width:1199px) {
  .notifications__inner {
    padding: 42px 15px 42px 20px;
    box-shadow: 0 8px 23px rgba(84,85,89,.32);
    background-color: #fff;
    min-height: calc(100vh - 271px);
    margin: 48px 0 0;
  }
}

.notifications__title {
  display: none;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #003752;
  text-transform: uppercase;
}

@media (min-width:1199px) {
  .notifications__title {
    display: block;
  }
}

.notifications__content {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
}

.notifications__filter {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: baseline;
}

.notifications__filter--container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  max-height: 50px;
  flex-direction: row-reverse;
}

.notifications__filter--container-show-all {
  max-height: none;
}

.notifications__filter--show-button {
  display: flex;
  align-items: center;
  font-size: 19px;
  color: #008ddd;
  white-space: nowrap;
  cursor: pointer;
  margin-left: auto;
  order: -1;
}

.notifications__filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 10px;
  height: 6px;
  margin-left: 6px;
  transition: .2s;
}

@media (min-width:1199px) {
  .notifications__filter-icon {
    margin: 0 10px 0 10px;
  }
}

.notifications__filter-icon.is-active {
  transform: rotate(-180deg);
}

.notifications__filter--category {
  margin-right: 16px;
  margin-top: 10px;
  padding: 10px 18px 10px 18px;
  border-radius: 20px;
  color: #004d71;
  cursor: pointer;
}

.notifications__filter--category-blue {
  background-color: #e1f3ee;
}

.notifications__filter--category-yellow {
  background-color: #ffedb7;
}

.notifications__filter--category-lavender {
  background-color: #e5ddf8;
}

.notifications__filter--category-green {
  background-color: #cdfce1;
}

.notifications__filter--category-pink {
  background-color: #ffdff2;
}

.notifications__filter--category-selected {
  color: #e1f3ee;
  background: linear-gradient(to bottom right,#018559 0,#006a64 25%,#006a64 0,#005066 50%,#005066 0,#024566 75%,#024566 0,#024566);
}

@media (min-width:1199px) {
  .notifications__filter {
    margin-top: 25px;
  }
}

.notifications__table {
  border: 1px solid #e1e1e1;
  box-shadow: 0 8px 20px hsla(0,0%,72.2%,.34);
  border-radius: 12px;
  background-color: #fff;
  margin-top: 12px;
}

@media (min-width:1199px) {
  .notifications__table {
    margin-top: 33px;
  }
}

.notifications__table-head {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid #e1e1e1;
}

@media (min-width:1199px) {
  .notifications__table-head {
    padding: 12px 24px;
  }
}

.notifications__table-head-period-filter {
  display: flex;
}

.notifications__table-head-btn {
  position: relative;
}

.notifications__table-head-period-list {
  position: absolute;
  top: 40px;
  width: 128px;
  padding: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,.3),0 2px 6px 2px rgba(0,0,0,.15);
  border-radius: 4px;
  background: #fff;
  z-index: 3;
}

.notifications__table-head-period-list li {
  color: #002639;
  margin-bottom: 5px;
  font-size: 14px;
}

.notifications__table-head-btn-block {
  position: absolute;
  top: 0;
  right: 8px;
  width: 272px;
  padding: 14px 17px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.3),0 2px 6px 2px rgba(0,0,0,.15);
  border-radius: 4px;
  cursor: default;
}

.notifications__table-head-btn-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: .3px;
  color: #002639;
  transition: .2s;
  cursor: pointer;
}

.notifications__table-head-btn-item:not(:first-child) {
  margin-top: 12px;
}

.notifications__table-head-btn-item:hover {
  opacity: .7;
}

.notifications__table-head-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #006c8b;
  cursor: pointer;
}

.notifications__table-item {
  padding: 24px;
  font-weight: 400;
  cursor: pointer;
}

.notifications__table-item--new {
  font-weight: 600;
}

.notifications__table-item:not(:first-child) {
  border-top: 1px solid #e1e1e1;
}

@media (min-width:1199px) {
  .notifications__table-item {
    display: flex;
    align-items: center;
  }
}

.notifications__table-empty {
  padding: 16px;
  font-size: 16px;
  line-height: 20px;
  color: #00435e;
  text-align: center;
  min-height: 52px;
}

.notifications__table-item-block {
  display: flex;
  align-items: center;
}

.notifications__table-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  color: #477fbf;
}

.notifications__table-item-icon img {
  width: 100%;
  height: 100%;
  fill: #006c8b;
}

.notifications__table-item-indicator {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #ff730e;
  margin-left: 6px;
}

.notifications__table-item-type {
  margin: 0 14px 0 24px;
}

@media (min-width:1199px) {
  .notifications__table-item-type {
    width: 160px;
  }
}

.notifications__table-item-type-title {
  display: flex;
  align-items: center;
  color: #006c8b;
}

@media (min-width:1199px) {
  .notifications__table-item-type-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.notifications__table-item-type-date {
  font-size: 13px;
  line-height: 18px;
  color: #878e91;
}

@media (min-width:1199px) {
  .notifications__table-item-type-date {
    font-size: 14px;
    line-height: 20px;
  }
}

.notifications__table-item-header {
  font-size: 16px;
  line-height: 24px;
  color: #003752;
  margin-top: 16px;
}

@media (min-width:1199px) {
  .notifications__table-item-header {
    margin-top: 0;
  }
}

.notifications__table-item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
}

.notifications__table-item-text {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #333;
  margin-top: 16px;
}

.notifications__table-item-text a {
  color: #008ddd;
  text-decoration: underline;
}

@media (min-width:1199px) {
  .notifications__table-item-text {
    margin-top: 0;
  }
}

.notifications__table-item-icon--chevron {
  position: absolute;
  top: 0;
  right: 31px;
  width: 10px;
  height: 6px;
  color: #ff730e;
  transition: .2s;
}

.notifications__table-item-icon--chevron.is-active {
  transform: rotate(-180deg);
  top: 10px;
}

.notifications__table-item-text-title {
  font-weight: 700;
}

.notifications__table-item-text-detail {
  font-family: Lato,Arial,sans-serif;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.notifications__table-item-text-subcategory {
  font-size: 13px;
  color: #4f4f4f;
  text-transform: lowercase;
}

.notifications__table-item-mess-title {
  display: inline-block;
}

.application-service__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 280px);
  margin: 48px 0 6px;
  padding: 42px;
  border-radius: 20px;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  background-color: #fff;
}

@media (max-width:1198px) {
  .application-service__inner {
    margin: 24px 0 6px;
    min-height: calc(100vh - 240px);
  }
}

@media (max-width:767px) {
  .application-service__inner {
    padding: 28px 20px;
  }
}

.application-service__header, .application-service__list {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.application-service__content {
  width: 639px;
  max-width: 100%;
}

.application-service__header {
  justify-content: space-between;
  margin: 0 0 40px;
}

@media (max-width:991px) {
  .application-service__header {
    position: relative;
    margin: 0;
  }
}

.application-service__title {
  margin: 0 auto 0 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #003752;
  text-transform: uppercase;
}

@media (max-width:991px) {
  .application-service__title {
    display: none;
  }
}

.application-service__list {
  flex-direction: column;
}

.application-service__item {
  display: flex;
  width: 100%;
}

.application-service__item:not(:first-child) {
  margin-top: 32px;
}

.application-service__empty {
  margin: 32px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #00435e;
  text-align: center;
}

@media (min-width:1199px) {
  .application-service__empty {
    margin: 72px 0 0;
    font-size: 22px;
    line-height: 27px;
  }
}

.application-service__item-link {
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #003752;
}

.application-service__item-icon {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 35px;
  max-height: 43px;
  margin: 0 15px auto 0;
  fill: #006c8b;
  z-index: 2;
}

@media (max-width:1198px) {
  .application-service__item-icon {
    display: none;
  }
}

.application-service__item-icon-shadow {
  position: absolute;
  top: 9px;
  left: 4px;
  width: 34px;
  height: 41px;
  fill: #cfe0f3;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 1;
}

@media (max-width:1198px) {
  .application-service__item-icon-shadow {
    display: none;
  }
}

.application-service__item-icon-mobile {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 45px;
  max-height: 24px;
  margin: 0 12px auto 0;
  fill: #ff730e;
}

@media (max-width:1198px) {
  .application-service__item-icon-mobile {
    display: block;
  }
}

.application-service__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #003752;
}

.page-info__inner {
  width: 100%;
  min-height: calc(100vh - 271px);
  margin: 48px 0 0;
  padding: 42px 84px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
}

@media (max-width:1198px) {
  .page-info__inner {
    padding: 42px 34px;
  }
}

@media (max-width:540px) {
  .page-info__inner {
    align-items: center;
    margin: 24px 0 0;
    padding: 14px 10px 14px;
  }
}

.page-info__content, .page-info__header {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-info__header {
  justify-content: space-between;
  margin: 0 0 31px;
}

@media (max-width:1198px) {
  .page-info__header {
    display: none;
  }
}

.page-info__title {
  max-width: 992px;
  margin: 0 auto 0 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #003752;
  text-transform: uppercase;
}

.page-info__content {
  flex-direction: column;
}

.page-info__content-image-mobile {
  display: none;
  width: 100%;
  max-width: 167px;
  height: auto;
  max-height: 196px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 30px;
}

@media (max-width:1198px) {
  .page-info__content-image-mobile {
    display: block;
  }
}

.page-info__content-text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 992px;
  margin: 0 0 83px;
}

@media (max-width:1198px) {
  .page-info__content-text-wrap {
    margin: 0;
  }
}

.page-info__content-text {
  margin: 0 0 21px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #003752;
}

.page-info__content-text:last-of-type {
  margin: 0;
}

.page-info__content-text b {
  font-weight: 700;
}

.page-info__content-image {
  width: 100%;
  max-width: 95px;
  height: auto;
  max-height: 245px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width:1198px) {
  .page-info__content-image {
    display: none;
  }
}

.connection-card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 0 0;
  padding: 42px 96px 22px;
  border-radius: 20px;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  background-color: #fff;
  min-height: calc(100vh - 271px);
}

@media (max-width:1198px) {
  .connection-card__inner {
    padding: 28px;
  }
}

@media (max-width:540px) {
  .connection-card__inner {
    padding: 22px 14px;
  }
}

@media (min-width:1199px) {
  .connection-card__inner {
    margin: 48px 0 0;
  }
}

.connection-card__content, .connection-card__header {
  display: flex;
  width: 100%;
}

.connection-card__header {
  justify-content: space-between;
  margin: 0 0 31px;
}

@media (max-width:1198px) {
  .connection-card__header {
    display: none;
  }
}

.connection-card__title {
  max-width: 992px;
  margin: 0 auto 0 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #003752;
  text-transform: uppercase;
}

.connection-card__content {
  flex-direction: column;
}

.connection-card__content-header {
  display: flex;
  flex-direction: column;
  margin: 0 0 38px;
}

@media (max-width:540px) {
  .connection-card__content-header {
    order: 1;
  }
}

.connection-card__content-header-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #003752;
}

.connection-card__content-header-text span {
  font-weight: 700;
}

.connection-card__content-header-image {
  display: none;
  width: 100%;
  max-width: 183px;
  height: auto;
  max-height: 187px;
  margin: 0 auto 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width:540px) {
  .connection-card__content-header-image {
    display: flex;
  }
}

.connection-card__content-text-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0 0 25px;
}

@media (max-width:1198px) {
  .connection-card__content-text-list {
    padding: 0;
    margin: 0 0 14px;
  }
}

@media (max-width:540px) {
  .connection-card__content-text-list {
    order: 2;
  }
}

.connection-card__content-text-item {
  position: relative;
  display: flex;
  margin: 0 0 29px;
}

.connection-card__content-text-item:last-of-type .connection-card__content-arrow {
  display: none;
}

@media (max-width:991px) {
  .connection-card__content-text-item {
    min-height: 110px;
    margin: 0 0 10px;
  }
}

@media (max-width:540px) {
  .connection-card__content-text-item {
    min-height: 0;
    margin: 0 0 21px;
  }
}

.item-2 {
  margin-left: 68px;
}

.item-3 {
  margin-left: 136px;
}

.item-4 {
  margin-left: 203px;
}

@media (max-width:991px) {
  .item-2, .item-3, .item-4 {
    margin: 0 0 10px;
  }
}

@media (max-width:540px) {
  .item-2, .item-3, .item-4 {
    margin: 0 0 21px;
  }
}

.connection-card__content-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50px;
  height: 50px;
  margin: 0 18px auto 0;
  border-radius: 25px;
  background: linear-gradient(293.34deg,#024566 25.17%,#005066 39.66%,#006a64 69.94%,#018559 97.96%);
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  color: #fff;
}

@media (max-width:540px) {
  .connection-card__content-number {
    display: none;
  }
}

.connection-card__content-text-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width:991px) {
  .connection-card__content-text-wrap {
    align-items: flex-start;
    padding: 15px 0 0;
  }
}

@media (max-width:540px) {
  .connection-card__content-text-wrap {
    padding: 0;
  }
}

.connection-card__content-text {
  margin: 0 0 21px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #003752;
}

.connection-card__content-text:last-of-type {
  margin: 0;
}

@media (max-width:540px) {
  .connection-card__content-span {
    display: block;
    width: 100%;
  }
}

.connection-card__content-text span {
  font-weight: 700;
}

.connection-card__content-arrow {
  position: absolute;
  top: 50px;
  left: 25px;
  width: 100%;
  max-width: 42px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width:991px) {
  .connection-card__content-arrow {
    top: 54px;
    left: -10px;
    transform: rotate(36deg);
  }
}

@media (max-width:540px) {
  .connection-card__content-arrow {
    display: none;
  }
}

.connection-card__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 28px;
  width: 100%;
}

@media (max-width:540px) {
  .connection-card__link {
    order: 4;
    margin: 24px auto 0;
  }
}

@media (max-width:376px) {
  .connection-card__link {
    padding: 10px 20px!important;
  }
}

@media (min-width:520px) {
  .connection-card__link {
    max-width: 334px;
  }
}

.connection-card__content-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width:540px) {
  .connection-card__content-footer {
    order: 3;
  }
}

.connection-card__content-footer > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #003752;
}

@media (max-width:540px) {
  .connection-card__content-footer > p {
    text-align: left;
  }
}

.discounts {
  display: flex;
  margin-top: 48px;
}

@media (max-width:1198px) {
  .discounts {
    margin-top: 24px;
  }
}

.discounts__inner {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 280px);
  padding: 42px 84px 35px 84px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
}

@media (max-width:1198px) {
  .discounts__inner {
    padding: 42px 42px 35px;
  }
}

@media (max-width:767px) {
  .discounts__inner {
    padding: 32px;
  }
}

@media (max-width:540px) {
  .discounts__inner {
    padding: 19px 14px;
  }
}

@media (max-width:376px) {
  .discounts__inner {
    padding: 19px 8px;
  }
}

.discounts__title {
  display: block;
  margin: 0 0 31px;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #003752;
}

@media (max-width:1198px) {
  .discounts__title {
    display: none;
  }
}

.discounts__content, .discounts__info-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.discounts__info-wrap {
  max-width: 941px;
  margin: 0 0 18px;
}

.discounts__info-image {
  display: none;
  max-width: 142px;
  max-height: 191px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 31px;
}

@media (max-width:1198px) {
  .discounts__info-image {
    display: block;
  }
}

.discounts__info {
  margin: 0 0 21px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #003752;
}

.discounts__info a {
  color: #008ddd;
}

.discounts__info--orange {
  font-weight: 700;
  color: #ff730e;
}

@media (max-width:540px) {
  .discounts__info--orange {
    margin: 0 0 14px;
    font-size: 18px;
  }
}

.discounts__partners-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 963px;
}

.discounts__partners-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0 15px;
}

.discounts__partners-header-title {
  margin: 0 auto 0 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #003752;
}

.discounts__partners-header-link {
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #008ddd;
}

@media (max-width:376px) {
  .discounts__partners-link {
    padding: 10px 10px!important;
  }
}

@media (min-width:520px) {
  .discounts__partners-link {
    max-width: 334px;
  }
}

.discounts__popup-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 55px 45px 45px;
  background-color: #fff;
  border-radius: 10px;
}

@media (max-width:540px) {
  .discounts__popup-wrap {
    padding: 29px 18px 52px;
  }
}

.discounts__popup-close-icon {
  position: absolute;
  top: 11px;
  right: 12px;
  max-width: 23px;
  max-height: 23px;
  cursor: pointer;
}

@media (max-width:376px) {
  .discounts__popup-close-icon {
    display: none;
  }
}

.new-card .container {
  display: flex;
  justify-content: center;
}

.new-card-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: calc(100vh - 270px);
  margin: 48px 0 0;
  padding: 42px 84px;
  border-radius: 20px;
  background: #fff;
}

@media (max-width:991px) {
  .new-card-inner {
    padding: 42px;
  }
}

@media (max-width:767px) {
  .new-card-inner {
    padding: 21px;
  }
}

@media (max-width:540px) {
  .new-card-inner {
    align-items: center;
    margin: 24px 0 0;
    padding: 22px 10px 2px;
  }
}

.new-card__title {
  width: 100%;
  max-width: 849px;
  margin: 0 auto 34px;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

@media (max-width:991px) {
  .new-card__title {
    display: none;
  }
}

.new-card__form {
  display: block;
  width: 100%;
  max-width: 849px;
  margin: 0 auto;
}

.new-card__contact-information-wrap, .new-card__owner-information-wrap, .new-card__pasport-information-wrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 29px);
}

@media (max-width:767px) {
  .new-card__contact-information-wrap, .new-card__owner-information-wrap, .new-card__pasport-information-wrap {
    width: 100%;
  }
}

.new-card__contact-information-wrap .el-input, .new-card__owner-information-wrap .el-input, .new-card__pasport-information-wrap .el-input {
  width: 100%;
  max-width: calc(50% - 29px);
  margin: 0 29px 24px 0;
}

@media (max-width:767px) {
  .new-card__contact-information-wrap .el-input, .new-card__owner-information-wrap .el-input, .new-card__pasport-information-wrap .el-input {
    max-width: 100%;
    margin: 0 0 24px;
  }
}

@media (max-width:540px) {
  .new-card__contact-information-wrap .el-input, .new-card__owner-information-wrap .el-input, .new-card__pasport-information-wrap .el-input {
    margin: 0 0 14px;
  }
}

@media (max-width:540px) {
  .new-card__contact-information-wrap .el-input__inp-field, .new-card__owner-information-wrap .el-input__inp-field, .new-card__pasport-information-wrap .el-input__inp-field {
    padding: 8px!important;
  }
}

@media (max-width:540px) {
  .new-card__contact-information-wrap .checkbox {
    margin: 0!important;
  }
}

.new-card__pasport-information-title {
  display: block;
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #003752;
}

@media (max-width:540px) {
  .new-card__pasport-information-title {
    margin: 10px 0 14px;
  }
}

.new-card__contact-information-wrap {
  margin: 0 0 39px;
}

@media (max-width:540px) {
  .new-card__contact-information-wrap {
    margin: 0 0 24px;
  }
}

.new-card__submit {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

@media (max-width:540px) {
  .new-card__submit {
    margin: 0 auto 24px;
  }
}

@media (max-width:376px) {
  .new-card__submit {
    max-width: 100%;
  }
}

.new-card__popup-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 55px 45px 45px;
  background-color: #fff;
  border-radius: 10px;
}

@media (max-width:540px) {
  .new-card__popup-wrap {
    padding: 29px 18px 52px;
  }
}

.new-card__popup-close-icon {
  position: absolute;
  top: 11px;
  right: 12px;
  max-width: 23px;
  max-height: 23px;
  cursor: pointer;
}

@media (max-width:376px) {
  .new-card__popup-close-icon {
    display: none;
  }
}

.new-card__popup-text {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 31px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  font-feature-settings: "pnum" on,"lnum" on;
  color: #003752;
}

@media (max-width:376px) {
  .new-card__popup-text {
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto 12px;
  }
}

.new-card__popup-submit {
  margin: 0 auto 30px;
}

@media (max-width:376px) {
  .new-card__popup-submit {
    margin: 0 auto 36px;
  }
}

.new-card__popup-iframe {
  border: 0;
  width: 100%;
  height: 350px;
}

@media (min-width:1199px) {
  .new-card__popup-iframe {
    height: 500px;
  }
}

.new-card__popup-return {
  margin: 15px auto 0 auto;
}

.partners-filters {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  margin: 24px 0 0 0;
  border-radius: 12px;
  box-shadow: 0 8px 12px rgba(84,85,89,.21);
  padding: 20px 20px 0 20px;
  background-color: #fff;
  overflow: hidden;
}

@media (min-width:1199px) {
  .partners-filters {
    width: 248px;
    margin: 0 27px 0 0;
    padding: 67px 0 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
}

.partners-filters__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 23px;
}

.partners-filters__title {
  margin: 0 20px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}

@media (min-width:1199px) {
  .partners-filters__title span {
    display: none;
  }
}

.partners-filters__reset {
  margin: 0 0 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #878e91;
  cursor: pointer;
}

@media (max-width:1198px) {
  .partners-filters__reset {
    margin: 0 30px 0 auto;
  }
}

.partners-filters__item {
  margin: 0 0 25px;
}

.partners-filters__item, .partners-filters__link {
  display: flex;
  flex-direction: column;
}

.partners-filters__link:hover .partners-filters__name {
  color: #003752;
}

.partners-filters__name {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -.01em;
  color: #003752;
}

.partners-filters__sub-item {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #003752;
}

.partners-filters__sub-item:last-of-type {
  margin: 0;
}

.partners-filters__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

@media (min-width:1199px) {
  .partners-filters__close {
    display: none;
  }
}

.partners-filters__mobile-btn-wrap {
  width: calc(100% + 40px);
  padding: 14px 20px 26px 20px;
  border-radius: 0 0 12px 12px;
  background-color: #fff;
  box-shadow: 0 -4px 7px rgba(157,172,207,.27);
  transform: translateX(-20px);
}

.partners-filters__mobile-btn-wrap .btn {
  width: 100%;
}

@media (min-width:1199px) {
  .partners-filters__mobile-btn-wrap {
    display: none;
  }
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 25px);
}

@media (max-width:767px) {
  .partners-list {
    width: 100%;
  }
}

.partners-list__empty {
  margin: 32px auto 0;
  font-size: 16px;
  line-height: 20px;
  color: #00435e;
  text-align: center;
  padding-bottom: 24px;
}

@media (min-width:1199px) {
  .partners-list__empty {
    margin: 72px auto 0;
    padding-bottom: 54px;
    font-size: 22px;
  }
}

.partners-list__centerer {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 630px;
}

.partners-list__item {
  display: flex;
  width: 100%;
  max-width: calc(50% - 25px);
  min-height: 225px;
  margin: 0 25px 30px 0;
  padding: 36px 24px 24px 27px;
  border-radius: 25px;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  background: #fff;
}

@media (max-width:1439px) {
  .partners-list__item {
    padding: 36px 15px 24px 15px;
  }
}

@media (max-width:991px) {
  .partners-list__item {
    position: relative;
  }
}

@media (max-width:767px) {
  .partners-list__item {
    order: 1!important;
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media (max-width:376px) {
  .partners-list__item {
    min-height: 165px;
    margin: 0 0 20px 0;
    padding: 26px 10px 14px 10px;
  }
}

.partners-list__item--active {
  cursor: pointer;
  max-width: 100%;
}

@media (max-width:767px) {
  .partners-list__item--active {
    flex-wrap: wrap;
  }
}

.partners-list__item-desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 337px;
}

@media (max-width:1198px) {
  .partners-list__item-desc {
    max-width: 398px;
  }
}

@media (max-width:1198px) {
  .partners-list__item-desc--active {
    max-width: calc(50% - 127px);
  }
}

@media (max-width:991px) {
  .partners-list__item-desc--active {
    max-width: 50%;
  }
}

@media (max-width:767px) {
  .partners-list__item-desc--active {
    flex-wrap: wrap;
    max-width: calc(100% - 150px);
  }
}

@media (max-width:540px) {
  .partners-list__item-desc--active {
    max-width: 100%;
  }
}

.partners-list__item-desc-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  max-width: 96px;
  height: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 28px 0 0;
}

@media (max-width:1439px) {
  .partners-list__item-desc-logo {
    margin: 0 20px 0 0;
  }
}

@media (max-width:991px) {
  .partners-list__item-desc-logo {
    position: absolute;
    top: 36px;
    left: 15px;
    width: 71px;
    margin: 0;
  }
}

@media (max-width:767px) {
  .partners-list__item-desc-logo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 54px 0 0;
  }
}

@media (max-width:540px) {
  .partners-list__item-desc-logo {
    position: absolute;
    top: 36px;
    left: 15px;
    width: 71px;
    margin: 0;
  }
}

@media (max-width:376px) {
  .partners-list__item-desc-logo {
    position: absolute;
    top: 26px;
    left: 10px;
    width: 51px;
    margin: 0;
  }
}

.partners-list__item-desc-logo img {
  max-width: 100%;
}

.partners-list__item-desc-name {
  margin: 0 0 11px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #018559;
}

@media (max-width:991px) {
  .partners-list__item-desc-name {
    padding: 0 0 0 91px;
  }
}

@media (max-width:767px) {
  .partners-list__item-desc-name {
    padding: 0;
  }
}

@media (max-width:540px) {
  .partners-list__item-desc-name {
    padding: 0 0 0 91px;
  }
}

@media (max-width:376px) {
  .partners-list__item-desc-name {
    padding: 0 0 0 71px;
    font-size: 20px;
  }
}

.partners-list__item-desc-text {
  margin: 0 0 auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #878e91;
}

@media (max-width:1439px) {
  .partners-list__item-desc-text {
    font-size: 18px;
  }
}

@media (max-width:991px) {
  .partners-list__item-desc-text {
    padding: 0 0 0 91px;
  }
}

@media (max-width:767px) {
  .partners-list__item-desc-text {
    padding: 0;
  }
}

@media (max-width:540px) {
  .partners-list__item-desc-text {
    padding: 0 0 0 91px;
  }
}

@media (max-width:376px) {
  .partners-list__item-desc-text {
    padding: 0 0 0 71px;
    font-size: 16px;
  }
}

.partners-list__item-desc-button-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.partners-list__item-desc-opener {
  margin: 10px 15px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #008ddd;
  cursor: pointer;
}

@media (max-width:376px) {
  .partners-list__item-desc-opener {
    font-size: 15px;
    line-height: 23px;
  }
}

.partners-list__item-desc-button_1 {
  display: block;
  margin-left: auto;
  margin-top: 10px;
  padding: 12px 30px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #00ae5b;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 10px;
  padding: 4px 10px;
}

.partners-list__item-desc-button {
  display: block;
  margin-left: auto;
  margin-top: 10px;
  padding: 12px 30px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background: #00ae5b;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 10px;
  padding: 4px 10px;
}

.partners-list__item--active .partners-list__item-desc-button {
  margin-left: 0;
}

@media (max-width:1439px) {
  .partners-list__item-desc-button {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width:376px) {
  .partners-list__item-desc-button {
    padding: 5px 15px;
  }
}

.partners-list__item-desc-link {
  display: none;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 14px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #008ddd;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
}

@media (max-width:540px) {
  .partners-list__item-desc-link {
    font-size: 16px;
  }
}

.partners-list__item-desc-phone {
  display: none;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #878e91;
}

@media (max-width:540px) {
  .partners-list__item-desc-phone {
    font-size: 16px;
  }
}

.partners-list__item-info {
  display: none;
  width: 100%;
  max-width: 472px;
  margin: 0 0 0 41px;
}

.partners-list__item-info, .partners-list__item-info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #003752;
}

.partners-list__item-info-text:not(:first-child) {
  margin: 24px 0 0;
}

.partners-list__item-desc-link--active, .partners-list__item-desc-phone--active, .partners-list__item-info--active {
  display: block;
}

@media (max-width:767px) {
  .partners-list__item-info--active {
    margin: 25px 0 0;
    max-width: 100%;
  }
}

.partners-list__item-desc-text--active {
  margin: 0 0 31px;
}

.partners-list__item-desc-button-wrap--active {
  margin: 0 0 40px;
}

.partners-list__item-desc-button-wrap--active .partners-list__item-desc-opener {
  display: none;
}

.not-found {
  margin: 24px 0 0;
}

@media (min-width:1199px) {
  .not-found {
    margin: 48px 0 0;
  }
}

.not-found__title {
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  text-transform: uppercase;
  background: linear-gradient(293.34deg,#024566 25.17%,#005066 39.66%,#006a64 69.94%,#018559 97.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (min-width:768px) {
  .not-found__title {
    font-size: 203px;
    line-height: 203px;
  }
}

.not-found__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #003752;
  margin-top: 30px;
}

@media (min-width:1199px) {
  .not-found__text {
    font-size: 19px;
    line-height: 23px;
  }
}

.not-found__btn {
  margin-top: 48px;
}

@media (min-width:1199px) {
  .not-found__btn {
    margin-top: 94px;
  }
}

.not-found__block {
  flex-direction: column;
  z-index: 1;
}

.not-found__block, .not-found__inner {
  position: relative;
  display: flex;
  align-items: center;
}

.not-found__inner {
  justify-content: center;
  padding: 24px 8px;
  border-radius: 20px;
  min-height: 640px;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  background-color: #fff;
  overflow: hidden;
}

@media (min-width:520px) {
  .not-found__inner {
    padding: 60px 16px;
  }
}

@media (min-width:768px) {
  .not-found__inner {
    padding: 90px 26px;
  }
}

@media (min-width:1199px) {
  .not-found__inner {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 500px;
    padding: 90px 100px;
  }
}

@media (min-width:1600px) {
  .not-found__inner {
    padding: 151px 177px 141px 177px;
  }
}

.not-found__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.not-found__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right bottom;
  object-position: right bottom;
}

@media (min-width:1199px) {
  .not-found__img {
    display: block;
  }
}

.pin__inner {
  position: relative;
  margin: 0;
}

.pin__count, .pin__inner, .pin__inner svg {
  width: 100%;
  height: 100%;
}

.pin__count {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.confirm-code {
  position: relative;
  padding: 24px 57px 24px 57px;
  border-radius: 6px;
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width:1199px) {
  .confirm-code {
    min-height: 354px;
    padding: 40px 66px 35px 66px;
  }
}

.confirm-code__confirm {
  padding-bottom: 11px;
}

.confirm-code__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #002639;
}

.confirm-code__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #003752;
  margin-top: 43px;
}

.confirm-code__content {
  margin-top: 24px;
}

.confirm-code__item:not(:first-child) {
  margin-top: 16px;
}

.confirm-code__forgot-btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.confirm-code__forgot-btn {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #8a2be2;
  cursor: pointer;
}

.confirm-code__btns {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 28px;
}

@media (min-width:1199px) {
  .confirm-code__btns {
    flex-direction: row;
  }
}

.confirm-code__btn {
  width: 100%;
}

.confirm-code__btn:first-child {
  margin-top: 20px;
}

@media (min-width:1199px) {
  .confirm-code__btn:first-child {
    margin-top: 0;
  }
}

@media (min-width:1199px) {
  .confirm-code__btn:not(:first-child) {
    margin-left: 24px;
  }
}

.confirm-code__checkbox {
  margin-top: 21px;
}

.confirm-code__text-code-wrap {
  margin-top: 28px;
}

.confirm-code__text-code {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #878e91;
}

.confirm-code__text-code:not(:first-child) {
  margin-top: 14px;
}

.confirm-code__spinner {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  z-index: 2;
  width: 14px;
  height: 14px;
}

.confirm-code__spinner .confirm-code__spinner-path {
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}

.confirm-code__timer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}

.confirm-code__timer-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #878e91;
  margin-left: 4px;
}

.sing__up-code-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.sing__up-code-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #008ddd;
  cursor: pointer;
}

@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124;
  }
}

.confirm-dialog {
  position: relative;
  padding: 42px 16px 24px 16px;
  border-radius: 6px;
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width:411px) {
  .confirm-dialog {
    padding: 24px 16px 24px 16px;
  }
}

@media (min-width:1199px) {
  .confirm-dialog {
    min-height: 282px;
    padding: 40px 44px 35px 44px;
  }
}

.confirm-dialog__confirm {
  padding-bottom: 11px;
}

.confirm-dialog__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #002639;
}

.confirm-dialog__content {
  margin-top: 44px;
}

.confirm-dialog__item:not(:first-child) {
  margin-top: 16px;
}

.confirm-dialog__btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 54px;
}

.confirm-dialog__btn .btn {
  width: 190px;
  max-width: 100%;
}

.text-dialog {
  position: relative;
  padding: 42px 16px 32px 16px;
  border-radius: 6px;
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width:1199px) {
  .text-dialog {
    min-height: 282px;
    padding: 76px 29px 48px 29px;
  }
}

.text-dialog__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #002639;
}

.confirm-email {
  margin-top: 24px;
  padding-bottom: 24px;
}

@media (min-width:1199px) {
  .confirm-email {
    margin-top: 50px;
  }
}

@media (min-width:1600px) {
  .confirm-email {
    margin-top: 80px;
    padding-bottom: 30px;
  }
}

.confirm-email__inner {
  position: relative;
  padding: 24px;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
  background-color: #fff;
  border-radius: 20px;
  min-height: calc(100vh - 161px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width:1600px) {
  .confirm-email__inner {
    padding: 119px 37px 95px 37px;
  }
}

.confirm-email__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #003752;
}

.confirm-email__pic {
  width: 268px;
  height: 241px;
  max-width: 100%;
  margin-top: 32px;
}

.confirm-email__pic > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width:1199px) {
  .confirm-email__pic {
    margin-top: 58px;
    width: 368px;
    height: 341px;
  }
}

.confirm-email__btn {
  display: flex;
  justify-content: center;
  margin-top: 58px;
}

.notifications-settings {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 62px 20px 32px 20px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 8px 20px hsla(0,0%,72.2%,.34);
  border-radius: 12px;
}

@media (min-width:520px) {
  .notifications-settings {
    padding: 62px 42px 49px 42px;
  }
}

.notifications-settings__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #717582;
  cursor: pointer;
}

.notifications-settings__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.notifications-settings__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #003752;
}

.notifications-settings__items {
  margin-top: 26px;
}

.notifications-settings__item:not(:first-child) {
  margin-top: 20px;
}

.notifications-settings__btn {
  margin-top: 58px;
  max-width: 280px;
}

.notifications-settings__btn .btn {
  width: 100%;
}

.my-services__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: calc(100vh - 271px);
  margin: 17px 0 0;
  padding: 42px 84px;
  border-radius: 20px;
  background: #fff;
}

@media (max-width:991px) {
  .my-services__inner {
    padding: 42px;
  }
}

@media (max-width:767px) {
  .my-services__inner {
    padding: 32px 10px;
  }
}

@media (max-width:540px) {
  .my-services__inner {
    align-items: center;
    margin: 17px 0 0;
    padding: 18px 10px;
  }
}

.my-services__title {
  margin: 0 0 43px;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}

@media (max-width:991px) {
  .my-services__title {
    display: none;
  }
}

.my-services__content {
  width: 630px;
  max-width: 100%;
}

.my-services__content--big {
  width: 960px;
}

.my-services__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.my-services__item--active {
  max-width: 100%;
}

.my-services__name-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 28px 0 28px 24px;
  background: #e1f3ee;
  border-radius: 8px;
  cursor: pointer;
  min-height: 58px;
}

@media (max-width:991px) {
  .my-services__name-wrap {
    max-width: 100%;
    padding: 10px 0 10px 19px;
  }
}

.my-services__item--active .my-services__name-wrap {
  max-width: 100%;
}

.my-services__name {
  margin: 0 10px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #00435e;
}

.my-services__image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 24px;
  max-height: 24px;
  margin: 0;
  transition: transform .3s ease;
}

.my-services__image--active {
  transform: rotate(90deg);
}

.my-services__empty {
  margin: 32px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #00435e;
  text-align: center;
}

.my-services__empty > p:not(:first-child) {
  margin-top: 16px;
}

@media (min-width:1199px) {
  .my-services__empty {
    margin: 72px 0 0;
    font-size: 22px;
    line-height: 27px;
  }
}

@media (min-width:1199px) {
  .my-services__empty > p:not(:first-child) {
    margin-top: 24px;
  }
}

.my-services__empty-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.my-services-category-list__inner {
  width: 100%;
  min-height: calc(100vh - 271px);
  margin: 17px 0 0;
  padding: 42px 84px;
  border-radius: 20px;
  background: #fff;
}

@media (max-width:991px) {
  .my-services-category-list__inner {
    padding: 42px;
  }
}

@media (max-width:767px) {
  .my-services-category-list__inner {
    padding: 32px 10px;
  }
}

@media (max-width:540px) {
  .my-services-category-list__inner {
    margin: 17px 0 0;
    padding: 18px 10px;
  }
}

.my-services-category-list__title {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

@media (min-width:1199px) {
  .my-services-category-list__title {
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 43px;
  }
}

.my-services-category-list__content {
  width: 630px;
  max-width: 100%;
}

.my-services-category-list__content--big {
  width: 960px;
}

.my-services-category-list__empty {
  margin: 32px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #00435e;
  text-align: center;
}

@media (min-width:1199px) {
  .my-services-category-list__empty {
    margin: 72px 0 0;
    font-size: 22px;
    line-height: 27px;
  }
}

.my-services-category-list__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.my-services-category-list__item-stick {
  background: linear-gradient(307.1deg,#005681 19.9%,#0088bf 101.46%);
  border-radius: 0 0 8px 8px;
  margin-top: -7px;
  padding: 14px 19px 7px 19px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

.my-services-category-list__item-stick.is-connection {
  background: linear-gradient(293.34deg,#024566 25.17%,#005066 39.66%,#006a64 69.94%,#018559 97.96%);
}

.my-services-category-list__item-stick.is-rejected {
  background: linear-gradient(346.4deg,#cf1111 14.16%,#ff9344 54.56%);
}

.my-services-category-list__item--active {
  max-width: 100%;
}

.my-services-category-list__name-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 28px 0 28px 24px;
  background: #e1f3ee;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1;
  min-height: 58px;
}

@media (max-width:991px) {
  .my-services-category-list__name-wrap {
    max-width: 100%;
    padding: 10px 0 10px 19px;
  }
}

.my-services-category-list__item--active .my-services-category-list__name-wrap {
  max-width: 100%;
}

.my-services-category-list__name {
  margin: 0 16px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #00435e;
}

.my-services-category-list__item-right {
  display: flex;
  align-items: center;
}

.my-services-category-list__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 4px;
}

.my-services-category-list__image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 24px;
  max-height: 24px;
  margin: 0;
  transition: transform .3s ease;
}

.my-services-category-list__image--active {
  transform: rotate(90deg);
}

.my-services-benefit__inner {
  width: 100%;
  min-height: calc(100vh - 271px);
  margin: 17px 0 0;
  padding: 42px 84px;
  border-radius: 20px;
  background: #fff;
}

@media (max-width:991px) {
  .my-services-benefit__inner {
    padding: 42px;
  }
}

@media (max-width:767px) {
  .my-services-benefit__inner {
    padding: 32px 10px;
  }
}

@media (max-width:540px) {
  .my-services-benefit__inner {
    margin: 17px 0 0;
    padding: 18px 10px;
  }
}

.my-services-benefit__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

@media (min-width:768px) {
  .my-services-benefit__title {
    font-size: 26px;
    line-height: 29px;
  }
}

@media (min-width:1199px) {
  .my-services-benefit__title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

.my-services-benefit__content {
  max-width: 100%;
  margin-top: 14px;
}

@media (min-width:768px) {
  .my-services-benefit__content {
    display: flex;
    margin-top: 28px;
  }
}

.my-services-benefit__left {
  width: 330px;
  max-width: 100%;
  flex-shrink: 0;
}

.my-services-benefit__right {
  max-width: 100%;
  margin-top: 24px;
}

@media (min-width:768px) {
  .my-services-benefit__right {
    margin-top: 0;
    margin-left: 24px;
  }
}

@media (min-width:1199px) {
  .my-services-benefit__right {
    margin-left: 73px;
  }
}

.my-services-benefit__status {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.my-services-benefit__cancel {
  margin-top: 24px;
}

.my-services-benefit__cancel > .btn {
  width: 100%;
}

.my-services-benefit__meta-item-key, .my-services-benefit__meta-item-subitem-block-key {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #00435e;
  margin-right: 6px;
}

.my-services-benefit__meta-item-subitem-block-value, .my-services-benefit__meta-item-value {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #00435e;
}

.my-services-benefit__meta-item-subitem-name {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #00435e;
  cursor: pointer;
}

.my-services-benefit__meta-item-subitem-name-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 6px;
  margin-left: 8px;
  transition: .2s;
}

.is-open .my-services-benefit__meta-item-subitem-name-icon {
  transform: rotate(180deg);
}

.my-services-benefit__meta-item-subitem-block {
  display: none;
  align-items: center;
  margin-left: 16px;
}

.is-open .my-services-benefit__meta-item-subitem-block {
  display: flex;
}

.my-services-benefit__status-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.my-services-benefit__status-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ff730e;
}

.my-services-benefit__status-text.is-connection {
  color: #018559;
}

.my-services-benefit__text {
  font-size: 14px;
  line-height: 16px;
  color: #003752;
  white-space: pre-wrap;
  word-break: break-word;
}

.my-services-benefit__text:not(:first-child) {
  margin-top: 14px;
}

@media (min-width:768px) {
  .my-services-benefit__text {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (min-width:1199px) {
  .my-services-benefit__text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
}

@media (min-width:1199px) {
  .my-services-benefit__text:not(:first-child) {
    margin-top: 28px;
  }
}

.my-services-benefit__text a {
  color: #008ddd;
}

.my-services-benefit__record-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #00435e;
  margin-bottom: 4px;
}

.my-services-benefit__records {
  margin-top: 24px;
  max-width: 100%;
}

@media (min-width:1199px) {
  .my-services-benefit__records {
    width: 641px;
    margin-top: 34px;
  }
}

.my-services-benefit__btn {
  margin-top: 16px;
}

.my-services-benefit__btn .btn {
  width: 340px;
  max-width: 100%;
}

@media (min-width:1199px) {
  .my-services-benefit__btn {
    margin-top: 24px;
  }
}

.my-services-benefit__btn:empty {
  display: none;
}

.my-services-benefit__link-wrap {
  display: flex;
  margin-left: -3px;
}

.my-services-benefit__link {
  display: flex;
  align-items: center;
  color: #008ddd;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.my-services-benefit__link-icon {
  display: flex;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 10px;
}

.my-services-benefit__link-icon > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.my-services-benefit__link-text {
  margin-top: 2px;
}

.partners-info__inner {
  width: 100%;
  min-height: calc(100vh - 271px);
  margin: 48px 0 0;
  padding: 42px 84px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
}

@media (max-width:1198px) {
  .partners-info__inner {
    padding: 42px 34px;
  }
}

@media (max-width:540px) {
  .partners-info__inner {
    align-items: center;
    margin: 24px 0 0;
    padding: 14px 10px 14px;
  }
}

.partners-info__content, .partners-info__header {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.partners-info__header {
  justify-content: space-between;
  margin: 0 0 31px;
}

@media (max-width:1198px) {
  .partners-info__header {
    display: none;
  }
}

.partners-info__title {
  max-width: 992px;
  margin: 0 auto 0 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #003752;
  text-transform: uppercase;
}

.partners-info__content {
  flex-direction: column;
}

.partners-info__content-image-mobile {
  display: none;
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 30px;
}

@media (max-width:1198px) {
  .partners-info__content-image-mobile {
    display: block;
  }
}

.partners-info__content-text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 992px;
  margin: 0 0 83px;
}

@media (max-width:1198px) {
  .partners-info__content-text-wrap {
    margin: 0;
  }
}

.partners-info__content-text {
  margin: 0 0 21px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #003752;
}

.partners-info__content-text:last-of-type {
  margin: 0;
}

.partners-info__content-text a {
  color: #008ddd;
  text-decoration: underline;
}

.partners-info__content-text span {
  font-weight: 700;
}

.partners-info__content-image {
  width: 100%;
  height: auto;
  max-height: 330px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width:1198px) {
  .partners-info__content-image {
    display: none;
  }
}

.tabs {
  width: 960px;
  max-width: 100%;
}

.tabs__links {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f2f2;
  border-radius: 2px;
  overflow-x: auto;
}

@media (min-width:1199px) {
  .tabs__links {
    background-color: transparent;
    border-radius: 0;
  }
}

@media (min-width:1199px) {
  .tabs__links:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #9e9e9e;
  }
}

.tabs__link {
  position: relative;
  flex-grow: 1;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  color: #6a7f89;
  padding: 5px 10px;
  z-index: 1;
  transition: .2s;
  border-radius: 2px;
}

.tabs__link.is-active {
  color: #fff;
  background-color: #00435e;
}

@media (min-width:520px) {
  .tabs__link {
    padding: 10px;
  }
}

@media (max-width:1198px) {
  .tabs__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
  }
}

@media (min-width:1199px) {
  .tabs__link {
    padding: 0 0 12px 0;
    font-weight: 400;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width:1199px) {
  .tabs__link:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    content: "";
    background-color: #00435e;
    opacity: 0;
    transition: .2s;
  }
}

@media (min-width:1199px) {
  .tabs__link.is-active {
    font-weight: 600;
    background-color: transparent;
    color: #00435e;
  }
}

@media (min-width:1199px) {
  .tabs__link.is-active:after {
    opacity: 1;
  }
}

.tabs__link-btn {
  display: block;
  cursor: pointer;
}

.social-care-benefit__inner {
  width: 100%;
  min-height: calc(100vh - 271px);
  margin: 17px 0 0;
  padding: 42px 123px;
  border-radius: 20px;
  background: #fff;
}

@media (max-width:991px) {
  .social-care-benefit__inner {
    padding: 42px;
  }
}

@media (max-width:767px) {
  .social-care-benefit__inner {
    padding: 32px 10px;
  }
}

@media (max-width:540px) {
  .social-care-benefit__inner {
    align-items: center;
    margin: 17px 0 0;
    padding: 18px 10px;
  }
}

.social-care-benefit__content {
  width: 960px;
  max-width: 100%;
}

.social-care-benefit__type {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.social-care-benefit__type-title {
  color: #62696c;
}

.social-care-benefit__type-name {
  color: #006c8b;
}

.social-care-benefit__title {
  display: none;
  margin: 0 0 43px;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}

@media (min-width:992px) {
  .social-care-benefit__title {
    display: block;
  }
}

.social-care-benefit__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #003752;
  margin-top: 24px;
}

.social-care-benefit__text > p:not(:first-child) {
  margin-top: 16px;
}

@media (min-width:1199px) {
  .social-care-benefit__text {
    font-size: 20px;
    line-height: 24px;
    margin-top: 35px;
  }
}

@media (min-width:1199px) {
  .social-care-benefit__text > p:not(:first-child) {
    margin-top: 24px;
  }
}

.social-care-benefit__goods {
  display: block;
  width: 100%;
  max-width: 630px;
  margin-top: 26px;
}

.social-care-benefit__goods--big {
  max-width: 960px;
}

@media (max-width:991px) {
  .social-care-benefit__goods {
    max-width: 100%;
  }
}

.social-care-benefit__goods-empty {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #003752;
  margin-top: 16px;
}

@media (min-width:1199px) {
  .social-care-benefit__goods-empty {
    font-size: 20px;
    line-height: 24px;
    margin-top: 24px;
  }
}

.social-care-benefit__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.social-care-benefit__item--active {
  max-width: 100%;
}

.social-care-benefit__name-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 28px 0 28px 24px;
  background: #e1f3ee;
  border-radius: 8px;
  cursor: pointer;
  min-height: 58px;
}

@media (max-width:991px) {
  .social-care-benefit__name-wrap {
    max-width: 100%;
    padding: 10px 0 10px 19px;
  }
}

.social-care-benefit__item--active .social-care-benefit__name-wrap {
  max-width: 100%;
}

.social-care-benefit__name {
  margin: 0 10px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #00435e;
}

.social-care-benefit__image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 24px;
  max-height: 24px;
  margin: 0;
  transition: transform .3s ease;
}

.social-care-benefit__image--active {
  transform: rotate(90deg);
}

.social-care-benefit__content-wrap {
  display: none;
  flex-direction: column;
  width: 100%;
  padding: 24px 0;
}

@media (max-width:540px) {
  .social-care-benefit__content-wrap {
    padding: 16px 0;
  }
}

.social-care-benefit__text {
  white-space: pre-wrap;
  word-break: break-word;
}

.social-care-benefit__text:not(:first-child) {
  margin-top: 24px;
}

.social-care-benefit__text a {
  color: #008ddd;
}

.social-care-benefit__empty {
  text-align: center;
}

.social-care-benefit__content-wrap--active {
  display: flex;
}

.social-care-benefit-service__inner {
  width: 100%;
  min-height: calc(100vh - 271px);
  margin: 17px 0 0;
  padding: 42px 123px;
  border-radius: 20px;
  background: #fff;
}

@media (max-width:991px) {
  .social-care-benefit-service__inner {
    padding: 42px;
  }
}

@media (max-width:767px) {
  .social-care-benefit-service__inner {
    padding: 32px 10px;
  }
}

@media (max-width:540px) {
  .social-care-benefit-service__inner {
    align-items: center;
    margin: 17px 0 0;
    padding: 18px 10px;
  }
}

.social-care-benefit-service__content {
  width: 960px;
  max-width: 100%;
}

@media (min-width:992px) {
  .social-care-benefit-service__type-wrap {
    margin-top: 24px;
  }
}

@media (min-width:1199px) {
  .social-care-benefit-service__type-wrap {
    margin-top: 32px;
  }
}

.social-care-benefit-service__type {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.social-care-benefit-service__type-title {
  color: #62696c;
}

.social-care-benefit-service__type-name {
  color: #006c8b;
}

.social-care-benefit-service__title {
  display: none;
  margin: 0 0 43px;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}

@media (min-width:992px) {
  .social-care-benefit-service__title {
    display: block;
  }
}

.social-care-benefit-service__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #003752;
  margin-top: 24px;
  white-space: pre-wrap;
  word-break: break-word;
}

@media (min-width:1199px) {
  .social-care-benefit-service__text {
    margin-top: 35px;
    font-size: 20px;
    line-height: 24px;
  }
}

.social-care-benefit-service__text a {
  color: #008ddd;
}

.social-care-benefit-service__link-wrap {
  margin-top: 32px;
}

.social-care-benefit-service__link {
  color: #008ddd;
  text-decoration: underline;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width:1199px) {
  .breadcrumbs {
    padding: 0 80px;
  }
}

.breadcrumbs__item {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: .025em;
  color: #878e91;
  margin-top: 17px;
}

.breadcrumbs__item span {
  pointer-events: none;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 6px;
}

.document__inner {
  background-color: #fff;
  min-height: 100vh;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 3vw 6vw;
}

.document__text {
  font-family: Times New Roman;
  font-weight: 400;
  color: #000;
}

.document__text a {
  color: #008ddd;
}

.qr-dialog {
  position: relative;
  padding: 42px 16px 24px 16px;
  border-radius: 6px;
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width:411px) {
  .qr-dialog {
    padding: 24px 16px 24px 16px;
  }
}

@media (min-width:1199px) {
  .qr-dialog {
    min-height: 282px;
    padding: 55px 44px 55px 44px;
  }
}

.qr-dialog__qr {
  width: 236px;
  max-width: 100%;
  height: 236px;
  margin: 0 auto;
  box-shadow: 0 3.776px 10.384px rgba(0,0,0,.15);
  border-radius: 14.9053px;
  background-color: #fff;
  overflow: hidden;
}

.qr-dialog__qr > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.benefits-my-services-card {
  position: relative;
  display: block;
  box-shadow: 0 9.4964px 14.2446px rgba(84,85,89,.21);
  border-radius: 10.6835px;
  height: 208px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
}

@media (max-width:1198px) {
  .benefits-my-services-card.is-mobile {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 5px 8px 17px;
    background-color: #fff!important;
  }
}

@media (max-width:1198px) {
  .benefits-my-services-card.is-mobile.is-warning {
    background-color: #e6e5e5!important;
  }
}

.benefits-my-services-card.is-read-only {
  cursor: default;
}

.benefits-my-services-card__qr {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #f3f3f3;
  box-shadow: 0 3.82609px 3.82609px rgba(0,77,113,.19);
  border-radius: 7.65217px;
  z-index: 2;
  cursor: pointer;
}

.benefits-my-services-card__qr > img {
  width: 33px;
  height: 33px;
}

.benefits-my-services-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width:1198px) {
  .is-mobile .benefits-my-services-card__bg {
    position: static;
    height: 150px;
    margin-top: 32px;
    border-radius: 4.85612px;
    overflow: hidden;
  }
}

@media (max-width:991px) {
  .is-mobile .benefits-my-services-card__bg {
    height: 95px;
  }
}

@media (max-width:767px) {
  .is-mobile .benefits-my-services-card__bg {
    height: 121px;
  }
}

@media (max-width:540px) {
  .is-mobile .benefits-my-services-card__bg {
    height: 121px;
  }
}

@media (max-width:376px) {
  .is-mobile .benefits-my-services-card__bg {
    height: 95px;
  }
}

.benefits-my-services-card__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.benefits-my-services-card__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 1;
  padding: 12px;
}

@media (max-width:1198px) {
  .is-mobile .benefits-my-services-card__inner {
    position: static;
    display: flex;
    flex-direction: column;
    padding: 0;
    height: auto;
    flex-grow: 1;
  }
}

.benefits-my-services-card__top {
  display: flex;
  justify-content: flex-end;
}

@media (max-width:1198px) {
  .is-mobile .benefits-my-services-card__top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
}

.benefits-my-services-card__warning {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-right: auto;
  margin-left: 8px;
  cursor: default;
}

@media (min-width:1199px) {
  .benefits-my-services-card__warning {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    background-color: #fff;
  }
}

.benefits-my-services-card__warning-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
}

@media (min-width:1199px) {
  .benefits-my-services-card__warning-icon {
    width: 24px;
    height: 24px;
  }
}

.benefits-my-services-card__btn {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  transition: .2s;
  cursor: default;
}

@media (max-width:1198px) {
  .is-mobile .benefits-my-services-card__btn {
    background: transparent;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
  }
}

.benefits-my-services-card__bottom {
  margin-top: 12px;
  padding: 0 12px;
}

@media (max-width:1198px) {
  .is-mobile .benefits-my-services-card__bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    flex-grow: 1;
  }
}

.benefits-my-services-card__name {
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  color: #003752;
  margin-bottom: 27px;
  max-height: 25px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.benefits-my-services-card__name:not(:last-child) {
  margin-bottom: 2px;
}

.is-no-icon .benefits-my-services-card__name {
  color: #fff!important;
}

@media (max-width:1198px) {
  .benefits-my-services-card__name {
    margin-bottom: 2px;
  }
}

@media (max-width:1198px) {
  .is-mobile .benefits-my-services-card__name {
    color: #003752!important;
    text-shadow: none;
    font-size: 14px;
    line-height: 21px;
    -webkit-line-clamp: 2;
    max-height: 42px;
  }
}

@media (max-width:1198px) {
  .is-mobile.is-no-icon .benefits-my-services-card__name {
    color: #003752!important;
  }
}

.benefits-my-services-card__unit {
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  color: #003752;
  max-height: 25px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.is-no-icon .benefits-my-services-card__unit {
  color: #fff!important;
}

@media (max-width:1198px) {
  .is-mobile .benefits-my-services-card__unit {
    color: #003752!important;
    font-size: 13px;
    line-height: 21px;
    -webkit-line-clamp: 2;
    max-height: 42px;
  }
}

@media (max-width:1198px) {
  .is-mobile.is-no-icon .benefits-my-services-card__unit {
    color: #003752!important;
  }
}

.my-hidden-service__inner {
  width: 100%;
  min-height: calc(100vh - 271px);
  margin: 48px 0 0;
  padding: 42px 84px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 23px rgba(84,85,89,.32);
}

@media (max-width:1198px) {
  .my-hidden-service__inner {
    padding: 42px 34px;
  }
}

@media (max-width:540px) {
  .my-hidden-service__inner {
    align-items: center;
    margin: 24px 0 0;
    padding: 14px 10px 14px;
  }
}

.my-hidden-service__headline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width:992px) {
  .my-hidden-service__headline {
    justify-content: space-between;
  }
}

.my-hidden-service__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}

@media (max-width:991px) {
  .my-hidden-service__title {
    display: none;
  }
}

.my-hidden-service__hidden-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #003752;
  cursor: pointer;
  display: block;
}

.my-hidden-service__hidden-btn--desktop {
  display: none;
}

@media (min-width:992px) {
  .my-hidden-service__hidden-btn {
    display: none;
  }
}

@media (min-width:992px) {
  .my-hidden-service__hidden-btn--desktop {
    display: block;
  }
}

.my-hidden-service__content {
  margin-top: 24px;
  width: 1086px;
  max-width: 100%;
}

@media (min-width:1199px) {
  .my-hidden-service__content {
    margin-top: 65px;
  }
}

.my-hidden-service__empty {
  margin: 32px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #00435e;
  text-align: center;
}

@media (min-width:1199px) {
  .my-hidden-service__empty {
    margin: 72px 0 0;
    font-size: 22px;
    line-height: 27px;
  }
}

.inquirer {
  position: relative;
  background-color: #fff;
  min-height: 400px;
  padding: 32px 12px;
  border-radius: 10px;
}

@media (min-width:1199px) {
  .inquirer {
    padding: 32px;
  }
}

.inquirer__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.inquirer__close > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.inquirer__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #003752;
  white-space: pre-wrap;
}

.inquirer__select {
  width: 940px;
  max-width: 100%;
  margin: 32px auto 0;
  min-height: 226px;
}

.inquirer__iframe {
  margin-top: 32px;
}

.inquirer__iframe iframe {
  width: 100%;
}

.inquirer__card {
  display: block;
  width: 100%;
  cursor: pointer;
}

.inquirer__card > img {
  width: 100%;
}

.inquirer__btns {
  margin: 48px auto 0;
}

@media (min-width:520px) {
  .inquirer__btns {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.inquirer__btn:not(:first-child) {
  margin-top: 16px;
}

@media (min-width:520px) {
  .inquirer__btn:not(:first-child) {
    margin-top: 0;
    margin-left: 16px;
  }
}

.btn {
  position: relative;
  padding: 10px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  min-width: 190px;
  cursor: pointer;
  transition: .2s;
}

.btn--first {
  background: linear-gradient(293.34deg,#024566 25.17%,#005066 39.66%,#006a64 69.94%,#018559 97.96%);
}

.btn--second {
  border: 1px solid #ff730e;
  background-color: #fff;
  color: #00435e;
}

.btn--third {
  background: linear-gradient(307.1deg,#005681 19.9%,#0088bf 101.46%);
  color: #fff;
}

.btn--third .is-disabled, .btn--third:disabled {
  background: #dbe6eb;
  color: #9e9e9e;
  border-color: #dbe6eb;
}

.btn--blue {
  background-color: #006f9c;
}

.btn--blue .is-disabled, .btn--blue:disabled {
  background: #dbe6eb;
  color: #9e9e9e;
  border-color: #dbe6eb;
}

.btn--blue-border {
  border: 2px solid #006f9c;
  color: #006f9c;
}

.btn--orange-border {
  border: 1px solid #ff730e;
  color: #00435e;
}

.btn--icon {
  padding: 10px 44px 10px 44px;
}

.btn--disabled .is-disabled, .btn--disabled:disabled {
  background: #d9d9d9;
  color: #003752;
  border-color: #d9d9d9;
}

.btn .is-disabled, .btn:disabled {
  pointer-events: none;
}

@media (min-width:1199px) {
  .btn:hover {
    opacity: .9;
  }
}

.btn__icon {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: auto;
}

.btn__icon, .checkbox {
  display: flex;
  align-items: center;
}

.checkbox {
  position: relative;
  cursor: pointer;
}

.checkbox:not(:first-child) {
  margin: 20px 0 0;
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.checkbox input:focus-visible ~ .checkbox__group {
  outline: 1px auto -webkit-focus-ring-color;
}

.checkbox__group {
  position: relative;
  display: flex;
}

.center .checkbox__group {
  align-items: center;
}

.checkbox__group.is-reverse {
  flex-direction: row-reverse;
}

.checkbox__group.is-space-between {
  width: 100%;
  justify-content: space-between;
}

.checkbox__group.disabled {
  opacity: .6;
}

.checkbox__add-info {
  align-items: center;
  margin: 0 0 0 10px;
  color: #00435e;
}

.checkbox__add-info, .checkbox__check {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.checkbox__check {
  align-content: center;
  margin: 0 12px 0 0;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #9f9f9f;
  background-color: #fff;
  transition: .2s;
}

@media (min-width:359px) {
  .checkbox__check {
    width: 28px;
    height: 28px;
  }
}

.checkbox__check.is-active {
  border-color: #006c8b;
  background-color: #006c8b;
}

.is-reverse .checkbox__check {
  margin: 0 0 0 12px;
}

.checkbox__check-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #fff;
  transition: .2s;
}

@media (min-width:359px) {
  .checkbox__check-icon {
    width: 28px;
    height: 28px;
  }
}

.checkbox__content {
  display: flex;
  flex-direction: column;
}

.checkbox__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #003752;
}

.checkbox__text a {
  color: #00435e;
}

.checkbox__notice {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #878e90;
  max-width: 337px;
}

.el-input.is-edit {
  width: calc(100% - 32px);
}

.el-input__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #003752;
  margin-bottom: 6px;
}

.is-disabled .el-input__title {
  color: #4f4f4f;
}

.el-input__inp {
  position: relative;
  width: 100%;
}

.el-input__inp .el-input__inp-field {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #abcfde;
  border-radius: 7px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  height: 36px;
  color: #333;
  padding: 8px 16px 8px 16px;
  transition: border .2s;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.el-input__inp .el-input__inp-field::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #878e91;
}

.el-input__inp .el-input__inp-field::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #878e91;
}

.is-right-icon .el-input__inp .el-input__inp-field {
  padding: 8px 48px 8px 16px;
}

.is-search-field .el-input__inp .el-input__inp-field {
  border-radius: 2px;
  height: 36px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 48px 10px 10px;
}

.is-search-field .el-input__inp .el-input__inp-field::-moz-placeholder {
  font-size: 14px;
  line-height: 20px;
}

.is-search-field .el-input__inp .el-input__inp-field::placeholder {
  font-size: 14px;
  line-height: 20px;
}

.el-input__inp .el-input__inp-field--code {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 18px;
  padding: 0 0 16px 16px;
}

.el-input__inp .el-input__inp-field--code, .el-input__inp .el-input__inp-field--v2 {
  border: none;
  border-bottom: 1px solid #6a7f89;
  border-radius: 0;
  font-weight: 400;
  text-align: center;
  height: 43px;
}

.el-input__inp .el-input__inp-field--v2 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 0;
}

@media (min-width:359px) {
  .el-input__inp .el-input__inp-field--v2 {
    font-size: 32px;
    line-height: 32px;
  }
}

.el-input__inp .el-input__inp-field:focus {
  border-color: #006c8b;
}

.el-input__inp .el-input__inp-field:disabled {
  color: #4f4f4f;
  border-color: #e0e0e0;
  background-color: #fff;
  -webkit-text-fill-color: #4f4f4f;
  opacity: 1;
}

.has-error .el-input__inp .el-input__inp-field {
  border-color: #eb5757;
  color: #eb5757;
}

.el-input__inp textarea.el-input__inp-field {
  display: block;
  min-height: 56px;
}

.el-input__inp .el-input {
  margin: 0!important;
  max-width: none;
}

.el-input__inp .el-input input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #abcfde;
  border-radius: 7px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  height: 36px;
  color: #333;
  padding: 8px 16px 8px 16px;
  transition: border .2s;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.el-input__inp .el-input input:focus-visible {
  outline: 1px auto -webkit-focus-ring-color;
}

.el-input__inp .el-input input:focus {
  border-color: #006c8b;
  outline: none;
}

.el-input__inp .el-input input:disabled {
  color: #4f4f4f;
  border-color: #e0e0e0;
  background-color: #fff;
  -webkit-text-fill-color: #4f4f4f;
  opacity: 1;
}

.has-error .el-input__inp .el-input input {
  border-color: #eb5757;
  color: #eb5757;
}

.el-input__inp-apply-right-btn {
  position: absolute;
  top: 6px;
  left: calc(100% + 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.el-input__icon {
  right: 20px;
  width: 24px;
  height: 24px;
  color: #006c8b;
}

.el-input__icon, .el-input__сlearable {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.el-input__сlearable {
  right: 8px;
  width: 20px;
  height: 20px;
  color: #bdbdbd;
}

.el-input__mess {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 9px;
}

.has-error .el-input__mess {
  color: #eb5757;
}

.el-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-sizing: border-box;
  margin: 5px 0;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item {
  padding-right: 40px;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #409eff;
  background-color: #fff;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
  background-color: #f5f7fa;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after {
  position: absolute;
  right: 20px;
  font-family: element-icons;
  content: "";
  font-size: 12px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
  padding: 0;
}

.el-select-dropdown__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: #999;
  font-size: 14px;
}

.el-select-dropdown__wrap {
  max-height: 274px;
}

.el-select-dropdown__list {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  box-sizing: border-box;
}

.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.el-input.is-focus input {
  border-color: #006c8b;
}

.has-error .el-input input {
  border-color: #eb5757;
}

.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}

.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}

.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}

.el-input::-webkit-scrollbar-corner, .el-input::-webkit-scrollbar-track {
  background: #fff;
}

.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}

.el-input__inner, .el-select-dropdown__item.is-disabled:hover {
  background-color: #fff;
}

.el-input .el-input__clear {
  color: #c0c4cc;
  font-size: 14px;
  cursor: pointer;
  transition: color .2s cubic-bezier(.645,.045,.355,1);
}

.el-input .el-input__clear:hover {
  color: #909399;
}

.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #909399;
  font-size: 12px;
}

.el-input .el-input__count .el-input__count-inner {
  background: #fff;
  line-height: normal;
  display: inline-block;
  padding: 0 5px;
}

.el-input__inner {
  -webkit-appearance: none;
  background-image: none;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #abcfde;
  border-radius: 7px;
  outline: 0;
  padding: 8px 16px 8px 16px;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  height: 36px;
}

.el-input__inner::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #878e91;
}

.el-input__inner::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #878e91;
}

.has-error .el-input__inner {
  border-color: #eb5757;
  color: #eb5757;
}

.has-error .el-input__inner::-moz-placeholder {
  color: #eb5757;
}

.has-error .el-input__inner::placeholder {
  color: #eb5757;
}

.el-input__prefix, .el-input__suffix {
  top: 0;
  -webkit-transition: all .3s;
  height: 100%;
  color: #c0c4cc;
  position: absolute;
  text-align: center;
}

.el-input__inner::-ms-reveal {
  display: none;
}

.el-input__suffix {
  right: -10px;
  height: 100%;
  transition: all .3s;
  pointer-events: none;
}

.el-input__suffix-inner {
  pointer-events: all;
  height: 100%;
}

.el-input__prefix {
  left: 5px;
  transition: all .3s;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all .3s;
  line-height: 36px;
}

.el-input__icon:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-tag {
  background-color: #ecf5ff;
  border-color: #d9ecff;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #409eff;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
}

.el-tag.is-hit {
  border-color: #409eff;
}

.el-tag .el-tag__close {
  color: #409eff;
}

.el-tag .el-tag__close:hover {
  color: #fff;
  background-color: #409eff;
}

.el-tag.el-tag--info {
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
}

.el-tag.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag.el-tag--info .el-tag__close {
  color: #909399;
}

.el-tag.el-tag--info .el-tag__close:hover {
  color: #fff;
  background-color: #909399;
}

.el-tag.el-tag--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}

.el-tag.el-tag--success.is-hit {
  border-color: #67c23a;
}

.el-tag.el-tag--success .el-tag__close {
  color: #67c23a;
}

.el-tag.el-tag--success .el-tag__close:hover {
  color: #fff;
  background-color: #67c23a;
}

.el-tag.el-tag--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}

.el-tag.el-tag--warning.is-hit {
  border-color: #e6a23c;
}

.el-tag.el-tag--warning .el-tag__close {
  color: #e6a23c;
}

.el-tag.el-tag--warning .el-tag__close:hover {
  color: #fff;
  background-color: #e6a23c;
}

.el-tag.el-tag--danger {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}

.el-tag.el-tag--danger.is-hit {
  border-color: #f56c6c;
}

.el-tag.el-tag--danger .el-tag__close {
  color: #f56c6c;
}

.el-tag.el-tag--danger .el-tag__close:hover {
  color: #fff;
  background-color: #f56c6c;
}

.el-tag .el-icon-close {
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px;
  right: -5px;
}

.el-tag .el-icon-close:before {
  display: block;
}

.el-tag--dark {
  background-color: #409eff;
  color: #fff;
}

.el-tag--dark, .el-tag--dark.is-hit {
  border-color: #409eff;
}

.el-tag--dark .el-tag__close {
  color: #fff;
}

.el-tag--dark .el-tag__close:hover {
  color: #fff;
  background-color: #66b1ff;
}

.el-tag--dark.el-tag--info {
  background-color: #909399;
  border-color: #909399;
  color: #fff;
}

.el-tag--dark.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--dark.el-tag--info .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--info .el-tag__close:hover {
  color: #fff;
  background-color: #a6a9ad;
}

.el-tag--dark.el-tag--success {
  background-color: #67c23a;
  border-color: #67c23a;
  color: #fff;
}

.el-tag--dark.el-tag--success.is-hit {
  border-color: #67c23a;
}

.el-tag--dark.el-tag--success .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--success .el-tag__close:hover {
  color: #fff;
  background-color: #85ce61;
}

.el-tag--dark.el-tag--warning {
  background-color: #e6a23c;
  border-color: #e6a23c;
  color: #fff;
}

.el-tag--dark.el-tag--warning.is-hit {
  border-color: #e6a23c;
}

.el-tag--dark.el-tag--warning .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--warning .el-tag__close:hover {
  color: #fff;
  background-color: #ebb563;
}

.el-tag--dark.el-tag--danger {
  background-color: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
}

.el-tag--dark.el-tag--danger.is-hit {
  border-color: #f56c6c;
}

.el-tag--dark.el-tag--danger .el-tag__close {
  color: #fff;
}

.el-tag--dark.el-tag--danger .el-tag__close:hover {
  color: #fff;
  background-color: #f78989;
}

.el-tag--plain {
  background-color: #fff;
  border-color: #b3d8ff;
  color: #409eff;
}

.el-tag--plain.is-hit {
  border-color: #409eff;
}

.el-tag--plain .el-tag__close {
  color: #409eff;
}

.el-tag--plain .el-tag__close:hover {
  color: #fff;
  background-color: #409eff;
}

.el-tag--plain.el-tag--info {
  background-color: #fff;
  border-color: #d3d4d6;
  color: #909399;
}

.el-tag--plain.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--plain.el-tag--info .el-tag__close {
  color: #909399;
}

.el-tag--plain.el-tag--info .el-tag__close:hover {
  color: #fff;
  background-color: #909399;
}

.el-tag--plain.el-tag--success {
  background-color: #fff;
  border-color: #c2e7b0;
  color: #67c23a;
}

.el-tag--plain.el-tag--success.is-hit {
  border-color: #67c23a;
}

.el-tag--plain.el-tag--success .el-tag__close {
  color: #67c23a;
}

.el-tag--plain.el-tag--success .el-tag__close:hover {
  color: #fff;
  background-color: #67c23a;
}

.el-tag--plain.el-tag--warning {
  background-color: #fff;
  border-color: #f5dab1;
  color: #e6a23c;
}

.el-tag--plain.el-tag--warning.is-hit {
  border-color: #e6a23c;
}

.el-tag--plain.el-tag--warning .el-tag__close {
  color: #e6a23c;
}

.el-tag--plain.el-tag--warning .el-tag__close:hover {
  color: #fff;
  background-color: #e6a23c;
}

.el-tag--plain.el-tag--danger {
  background-color: #fff;
  border-color: #fbc4c4;
  color: #f56c6c;
}

.el-tag--plain.el-tag--danger.is-hit {
  border-color: #f56c6c;
}

.el-tag--plain.el-tag--danger .el-tag__close {
  color: #f56c6c;
}

.el-tag--plain.el-tag--danger .el-tag__close:hover {
  color: #fff;
  background-color: #f56c6c;
}

.el-tag--medium {
  height: 28px;
  line-height: 26px;
}

.el-tag--medium .el-icon-close {
  transform: scale(.8);
}

.el-tag--small {
  height: 24px;
  padding: 0 8px;
  line-height: 22px;
}

.el-tag--small .el-icon-close {
  transform: scale(.8);
}

.el-tag--mini {
  height: 20px;
  padding: 0 5px;
  line-height: 19px;
}

.el-tag--mini .el-icon-close {
  margin-left: -3px;
  transform: scale(.7);
}

.el-select-dropdown__item {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
}

.el-select-dropdown__item.is-disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}

.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
  background-color: #f5f7fa;
}

.el-select-dropdown__item.selected {
  color: #409eff;
  font-weight: 700;
}

.el-select-group {
  margin: 0;
  padding: 0;
}

.el-select-group__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 24px;
}

.el-select-group__wrap:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  bottom: 12px;
  height: 1px;
  background: #e4e7ed;
}

.el-select-group__title {
  padding-left: 20px;
  font-size: 12px;
  color: #909399;
  line-height: 30px;
}

.el-select-group .el-select-dropdown__item {
  padding-left: 20px;
}

.el-scrollbar {
  overflow: hidden;
  position: relative;
}

.el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar, .el-scrollbar:hover > .el-scrollbar__bar {
  opacity: 1;
  transition: opacity .34s ease-out;
}

.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}

.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}

.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144,147,153,.3);
  transition: background-color .3s;
}

.el-scrollbar__thumb:hover {
  background-color: rgba(144,147,153,.5);
}

.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity .12s ease-out;
}

.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}

.el-scrollbar__bar.is-vertical > div {
  width: 100%;
}

.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}

.el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}

.el-select {
  display: inline-block;
  position: relative;
  width: 100%;
}

.el-select .el-select__tags > span {
  display: contents;
}

.el-select .el-input__inner {
  cursor: pointer;
  padding-right: 35px;
  width: 100%;
}

.el-select .el-input .el-select__caret {
  color: #878e91;
  font-size: 14px;
  transition: transform .3s;
  transform: rotate(90deg);
  cursor: pointer;
}

.el-select .el-input .el-select__caret.is-reverse {
  transform: rotate(0);
}

.el-select .el-input .el-select__caret.is-show-close {
  font-size: 14px;
  text-align: center;
  transform: rotate(180deg);
  border-radius: 100%;
  color: #c0c4cc;
  transition: color .2s cubic-bezier(.645,.045,.355,1);
}

.el-select .el-input .el-select__caret.is-show-close:hover {
  color: #909399;
}

.el-select .el-input.is-disabled .el-input__inner {
  cursor: not-allowed;
}

.el-select > .el-input {
  display: block;
}

.el-select__input {
  border: none;
  outline: 0;
  padding: 0;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 28px;
  background-color: transparent;
}

.el-select__input.is-mini {
  height: 14px;
}

.el-select__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: 1000;
  right: 25px;
  color: #c0c4cc;
  line-height: 18px;
  font-size: 14px;
}

.el-select__close:hover {
  color: #909399;
}

.el-select__tags {
  position: absolute;
  line-height: normal;
  white-space: normal;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.el-select__tags-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-select .el-tag {
  box-sizing: border-box;
  border-color: transparent;
  margin: 2px 0 2px 6px;
  background-color: #f0f2f5;
  display: flex;
  max-width: 100%;
  align-items: center;
}

.el-select .el-tag__close.el-icon-close {
  background-color: #c0c4cc;
  top: 0;
  color: #fff;
  flex-shrink: 0;
}

.el-select .el-tag__close.el-icon-close:hover {
  background-color: #909399;
}

.el-select .el-tag__close.el-icon-close:before {
  display: block;
  transform: translateY(.5px);
}

.v-modal-enter {
  -webkit-animation: v-modal-in .2s ease;
  animation: v-modal-in .2s ease;
}

.v-modal-leave {
  -webkit-animation: v-modal-out .2s ease forwards;
  animation: v-modal-out .2s ease forwards;
}

@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}

@keyframes v-modal-out {
  to {
    opacity: 0;
  }
}

.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.47);
}

.el-popup-parent--hidden {
  overflow: hidden;
}

.el-dialog {
  position: relative;
  margin: 24px auto!important;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
}

.el-dialog__body {
  padding-bottom: 24px;
}

.el-dialog__close {
  position: absolute;
  top: 20px;
  right: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  cursor: pointer;
  color: #979797;
  transition: .2s;
  z-index: 1;
}

.el-dialog__close:hover {
  color: #00435e;
}

.el-dialog__close--v2 {
  top: 14px;
  right: 14px;
}

.el-dialog.is-fullscreen {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  overflow: auto;
}

.el-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  display: flex;
  align-items: center;
  margin: 0!important;
  padding: 24px;
}

.dialog-fade-enter-active {
  -webkit-animation: dialog-fade-in .3s;
  animation: dialog-fade-in .3s;
}

.dialog-fade-leave-active {
  -webkit-animation: dialog-fade-out .3s;
  animation: dialog-fade-out .3s;
}

@keyframes dialog-fade-in {
  0% {
    transform: translate3d(0,-20px,0);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes dialog-fade-out {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  to {
    transform: translate3d(0,-20px,0);
    opacity: 0;
  }
}

.system-notice {
  padding: 94px 20px 16px 20px;
  width: 100%;
  z-index: 5000!important;
  pointer-events: none;
}

@media (min-width:1199px) {
  .system-notice {
    padding: 122px 20px 16px 20px;
  }
}

.system-notice__wrap {
  position: relative;
  width: 100%;
  max-width: 403px;
  margin: 0 auto;
  padding: 16px 20px;
  border-radius: 4px;
  box-shadow: 0 7px 17px rgba(0,63,64,.27);
  background-color: #f2f2f2;
  pointer-events: visible;
}

.vue-notification-wrapper {
  overflow: visible!important;
}

.vue-notification-wrapper:not(:first-child) {
  margin-top: 9px;
}

.system-notice__close {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: auto;
  cursor: pointer;
  transition: .2s;
}

.error .system-notice__close {
  color: #eb5757;
}

.success .system-notice__close {
  color: #018559;
}

.info .system-notice__close {
  color: #004d71;
}

.system-notice__close:hover {
  opacity: .7;
}

.system-notice__content {
  display: flex;
  align-items: center;
  padding-right: 36px;
}

.system-notice__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.error .system-notice__icon {
  color: #eb5757;
}

.success .system-notice__icon {
  color: #018559;
}

.info .system-notice__icon {
  color: #004d71;
}

.system-notice__text {
  margin-left: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.error .system-notice__text {
  color: #eb5757;
}

.success .system-notice__text {
  color: #018559;
}

.info .system-notice__text {
  color: #004d71;
}

.pop-up {
  position: relative;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 11px 12px 44px;
  border-radius: 10px;
  background: #fff;
  z-index: 11;
}

.pop-up, .pop-up__close {
  display: flex;
  align-items: center;
  width: 100%;
}

.pop-up__close {
  justify-content: flex-end;
  max-width: 23px;
  margin: 0 0 22px auto;
  cursor: pointer;
}

.pop-up__close svg {
  max-width: 23px;
  max-height: 23px;
  -o-object-fit: contain;
  object-fit: contain;
}

.pop-up__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.pop-up__content--size-1 {
  max-width: 281px;
}

.pop-up__content--size-2 {
  max-width: 315px;
}

.pop-up__content--size-3 {
  max-width: 529px;
}

.pop-up__text {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #003752;
  white-space: pre-wrap;
}

.pop-up__text a {
  color: #008ddd;
}

.pop-up__load {
  margin: 0 0 30px;
}

.switches-el {
  display: flex;
  align-items: center;
}

.switches-el.is-text-left {
  flex-direction: row-reverse;
}

.switches-el__title {
  font-weight: 400;
  font-size: 10.2857px;
  line-height: 13px;
  color: #00435e;
  margin-left: 6px;
}

.is-text-left .switches-el__title {
  margin-left: 0;
  margin-right: 6px;
}

@media (min-width:1199px) {
  .switches-el__title {
    font-size: 16px;
    line-height: 20px;
    margin-left: 8px;
  }
}

@media (min-width:1199px) {
  .is-text-left .switches-el__title {
    margin-right: 8px;
  }
}

.switches-el__switch {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgba(135,142,145,.38);
  border-radius: 10px;
  width: 40px;
  height: 20px;
  cursor: pointer;
  transition: .2s;
  flex-shrink: 0;
}

.switches-el__switch.is-active {
  background-color: rgba(0,111,156,.38);
}

.switches-el__switch input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.switches-el__switch input:focus-visible ~ .checkbox-el__group {
  outline: 1px auto -webkit-focus-ring-color;
}

.switches-el__switch-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #fff;
}

.switches-el__switch-icon--closed {
  left: 3px;
  right: auto;
}

.switches-el__switch-dot {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% - 20px);
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #f4f8ff;
  border-radius: 10px;
  transition: .2s;
  z-index: 1;
}

.is-active .switches-el__switch-dot {
  right: 0;
  background-color: #004d71;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s ease;
}

.fade-enter-from, .fade-leave-to {
  opacity: 0;
}

